Proposed Integration: Aegis Protocol as a Zero-Trust Identity + Governance Layer for NeMo Guardrails Deployments #1694
RandWhyTheQAGuy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi NeMo team and community,
I’d like to open a discussion around a potential integration between NeMo Guardrails / Aegis Content Safety and an open source project I've been working on called Aegis Protocol. It is an identity, security, and governance framework for agentic systems under Apache 2.0 and written in C++/Python.
Repo: https://github.com/RandWhyTheQAGuy/aegis-protocol
The short version: NeMo Guardrails does an excellent job filtering what agents say and do at the content layer. Aegis Protocol operates one layer below that - establishing who the agent is, whether it's authorized to act, and creating a tamper-evident record of every decision it makes. These two projects are complementary, rather than overlapping.
Specific integration points identified:
Standards alignment in common:
Aegis Protocol is explicitly aligned to NIST AI RMF 1.0, NIST SP 800-53 Rev 5, DoD Zero Trust Reference Architecture v2.0, and OWASP LLM Top 10 v2025.
I've put together a concrete integration example at https://github.com/RandWhyTheQAGuy/aegis-protocol/blob/main/aegis_protocol_nemo_integration.py if there's interest from the maintainers or community. Curious whether others have approached the problem of identity and governance beneath the guardrails layer, and whether the NeMo team has a preferred pattern for this kind of composable security integration.
Beta Was this translation helpful? Give feedback.
All reactions