OpenPrompts
← Back to catalog
NVIDIAGuardrailsSafety & Moderation

Input Check (NeMo Guardrail)

flow self check input $allowed = await SelfCheckInputAction if not $allowed if $system.config.enable_rails_exceptions send InputRailException(message=

flow self check input
  $allowed = await SelfCheckInputAction

  if not $allowed
    if $system.config.enable_rails_exceptions
      send InputRailException(message="Input not allowed. The input was blocked by the 'self check input' flow.")
    else
      bot refuse to respond
    abort
Automated safety scan: no suspicious patterns found.

Heuristic text scan aligned to the OWASP Agentic Skills Top 10. How we scan

Provider
NVIDIA
Origin
Official
Type
Guardrails
License
Apache-2.0
Language
English
Added
2025-12-19
#guardrail#nemo#rails#colang