NeMo Guardrails
by NVIDIA
Adds programmable guardrails to LLM apps — input/output moderation, jailbreak and prompt-injection detection, topic control, and fact-checking. Open-source Python toolkit by NVIDIA.
Skills
Jailbreak Detection
Detects jailbreak and prompt-injection attempts before they reach the underlying LLM.
Input/Output Moderation
Screens user inputs and model outputs against safety and content policies in real time.
Topic Rails
Constrains conversations to allowed topics and adds fact-checking rails to reduce hallucination.
Related Agents
OpenSandbox
Runs AI-agent workloads in isolated Docker or Kubernetes sandboxes, exposing sandbox lifecycle, command, filesystem, an…
promptfoo
Tests and red-teams LLM apps, agents and RAG pipelines from declarative config, scanning for prompt injection, jailbrea…
SWE-agent
Takes a GitHub issue and autonomously fixes it with the language model of your choice. Also runs cybersecurity/CTF task…
Arcade.dev
Handles agent authorization, tool calling, and governance so agents act on behalf of users. MCP runtime with Python/JS…