Nemo Agent Toolkit Safety and Security Engine PR description#4
Open
shaonag wants to merge 2 commits into
Open
Conversation
1199bcc to
d59dacd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces NASSE (NeMo Agent Safety and Security Engine) and a full Retail Agent example that demonstrates how to proactively assess and improve an agent’s safety/security posture via configurable red teaming and defense middleware, thus realizing the first implementation of the framework proposed in A Safety and Security Framework for Real World Agentic Systems https://www.arxiv.org/abs/2511.21990.
What This PR Adds
NASSE Red Teaming Framework
End-to-end tooling to instrument agent workflows, execute attack scenarios, and automatically evaluate + report risk:
RedTeamingMiddleware
Workflow interceptor to inject adversarial payloads during execution:
<workflow>)RedTeamingEvaluator
LLM-judge based evaluation of attack success:
RedTeamingRunner
YAML-driven orchestration of scenario suites:
Defense Middleware
Pluggable mitigation layer to harden agent workflows by intercepting inputs/outputs/steps:
Retail Agent Example
A realistic ReAct-style customer service agent (“GreenThumb Gardening Equipment”) used to demonstrate NASSE:
Optional Dependencies
.[huggingface]).[pii-defense])