These tools and metrics are designed to help AI actors develop and use trustworthy AI systems and applications that respect human rights and are fair, transparent, explainable, robust, secure and safe.
NeMo Guardrails

NeMo Guardrails is an open-source toolkit developed by NVIDIA for adding programmable safety and control mechanisms to large language model (LLM) based conversational applications. It enables developers to define explicit rules, called "rails," that govern what an LLM powered system can discuss, how it should respond, and what actions it can take, addressing risks such as jailbreaks, prompt injection, hallucination, and off topic or unsafe outputs. The toolkit is model agnostic, working with LLMs such as GPT-4, LLaMA, Falcon, and others, and is released under the Apache 2.0 license with an accompanying peer reviewed paper presented at EMNLP 2023.
The library inserts a guardrails layer between the application and the LLM, intercepting interactions at five points: input (filtering or altering user messages), dialog (steering conversational flow), retrieval (checking retrieved content in RAG pipelines), execution (validating tool or action calls), and output (filtering or altering the model's final response). Rules are authored using a purpose built modeling language called Colang and activated through a YAML configuration file, with a pre built library covering common checks like fact checking, hallucination detection, topic restriction, and jailbreak detection. Developers integrate the toolkit via a Python API or a standalone guardrail server and can validate configurations using a built-in evaluation tool and vulnerability scanning reports that measure how effectively a given setup resists known LLM safety risks.
Auto-discovered on 2026-02-11 by OECD Catalogue Automation
About the tool
You can click on the links to see the associated tools
Developing organisation(s):
Tool type(s):
Objective(s):
Purpose(s):
Country/Territory of origin:
Lifecycle stage(s):
Type of approach:
Maturity:
Usage rights:
License:
Target users:
Benefits:
Geographical scope:
Risk management stage(s):
Github stars:
- 7174
Github forks:
- 844
Use Cases
Would you like to submit a use case for this tool?
If you have used this tool, we would love to know more about your experience.
Add use case




























