OpenPrompts
← Back to catalog
NVIDIAGuardrailsSafety & Moderation

Output Check (NeMo Guardrail)

flow self check output $allowed = await SelfCheckOutputAction if not $allowed if $system.config.enable_rails_exceptions send OutputRailException(messa

flow self check output
  $allowed = await SelfCheckOutputAction

  if not $allowed
    if $system.config.enable_rails_exceptions
      send OutputRailException(message="Output not allowed. The output was blocked by the 'self check output' 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
2026-04-09
#guardrail#nemo#rails#colang