Ai Agents 3 min read

Nvidia Updates NeMo to Support OSAIA Agent Security Draft

The Open Secure AI Alliance released its first technical framework for autonomous agent security alongside immediate API updates to Nvidia's NeMo and NIM.

The Open Secure AI Alliance (OSAIA) published its first set of technical proposals to standardize security protocols for autonomous AI deployments. Formed on July 28, 2026, the Nvidia-led consortium expanded from 30 founding partners to over 120 members within a week. The rapid release targets vulnerabilities in agentic AI, specifically focusing on systems that execute independent actions across enterprise software and web environments.

Autonomous Agent Security Standard

The draft proposal, titled Autonomous Agent Security Standard (AASS) v0.1, establishes technical requirements to mitigate risks like prompt injection to action. The framework defines three core pillars for securing models that operate outside isolated chat interfaces.

Security ComponentTechnical SpecificationPrimary Function
Action Verification Protocol (AVP)Human-in-the-loop triggersBlocks sensitive API calls without manual approval.
Cryptographic IdentifiersSecure identity for agentsPrevents unauthorized shadow agents from accessing networks.
Standardized SandboxesIsolated execution environmentsRestricts lateral movement when agents run unverified code.

To prevent shadow agents from moving laterally across corporate networks, AASS v0.1 requires AI models to utilize unique cryptographic signatures that establish clear provenance for every request. The standard also specifies strict isolation requirements, detailing how to evaluate and test AI agents inside locked-down environments before they touch production data.

Nvidia NeMo and NIM Integration

Nvidia integrated the preliminary AASS v0.1 protocols directly into its enterprise software stack. Updates to Nvidia NeMo and Nvidia NIM (Nvidia Inference Microservices) introduce Secure-Agent APIs, allowing developers to implement the alliance’s recommendations on Nvidia hardware.

This implementation provides a reference architecture for other consortium members, which include major cloud providers and cybersecurity startups. Developers building systems that rely on multi-agent coordination patterns can route execution paths through these new APIs to enforce the AVP guidelines automatically. The alliance operates as a non-profit industry body, with technical working groups led by representatives from Nvidia, Arm, and major hyperscalers.

Enterprise Threat Landscape

Security researchers at Mandiant note that agent-based attacks emerged as a primary enterprise threat vector in the first half of 2026. As organizations deploy agents with read-write access to internal databases, the surface area for autonomous exploitation has scaled rapidly. Implementing cryptographic agent identities aligns with broader zero-trust architectures designed to monitor AI applications across distributed cloud environments.

If you build infrastructure for autonomous models, review the AASS v0.1 sandbox specifications to ensure your execution environments meet the new isolation requirements. Mapping your agent authorization flows to the Action Verification Protocol simplifies enterprise procurement and reduces the risk of unconstrained execution.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading