Nvidia detailed the security guardrails behind Nemoclaw, its newly-released integration with AI agent platform OpenClaw, with a break down of its agentic execution environment, as also unveiled at this week's GTC conference.
As covered in SDxCentral reporting from San Jose, California, NemoClaw was pitched to the Nvidia GTC audience as a means to democratize always-on agents, with CEO Jensen Huang touting "agentic scaling" on the main stage, referring to AI-to-AI communication driving demand for low-latency, large-context inference at scale.
NemoClaw was released alongside Agent Toolkit, a suite providing access to open source models and software solutions to encourage enterprises and developers to build AI agents. Included in the suite is OpenShell, an open source runtime that enforces policy-based security, network, and privacy guardrails for agents.
In a blog, Nvidia explained NemoClaw uses open source models such as its Nemotron line of agents alongside OpenShell. Built on Apache 2.0, OpenShell acts as an intermediary between a user's agent and their infrastructure. It manages how the agent operates, defining what it can access, execute, and where inference tasks are processed, allowing agents – or "claws" – to run within isolated sandboxes, delivering fine-grained privacy and security control while preserving full productivity benefits.
Users run one command to create a new sandbox on a remote system, using OpenClaw as the base setup, with any claw or coding agent, such as OpenClaw, Anthropic’s Claude Code, or OpenAI’s Codex, able to run within the environment.
In its OpenShell guide, Nvidia stressed its agentic security credentials with recognition of recent notoriety around OpenClaw's security guardrails. For example, researchers discovered OpenClaw was liable to indirect prompt injection, allowing for persistent attacker control, as well as hosting 80 confirmed malicious payloads on its central hub for agent customization.
"The threat surface most immediately implicated isn't exotic," Melissa Bischoping, head of security research at Tanium, told this title. "It’s identity, credentials, and access – the same surface security teams have always struggled to manage. What changes with autonomous agents is the blast radius of a single misconfiguration. When AI systems can act at machine speed with minimal human checkpoints, a gap in access policy or credential hygiene doesn't stay a gap for long."
"The risk I'm watching isn't in the tool, it's in the gap between how fast organizations will adopt it and how ready their governance and observability programs are to absorb it," Bischoping added.
Nvidia claimed that instead of depending on behavioral prompts, OpenShell enforces constraints on the environment the agent runs in. This prevents the agent from overriding them, even if compromised, with sessions isolated and permissions verified by the runtime before any action executes.
This differs to tools such as Claude Code and Cursor whose valuable internal guardrails and system prompts "live inside the agent," according to Nvidia. Conversely, OpenShell's system "wraps those harnesses, moving the ultimate control point entirely outside the agent’s reach."
The AI giant highlighted three tools making this possible: a sandbox providing programmable system and network controls, safe execution environments, and live policy updates with full audit trails. The policy engine, meanwhile, enforces granular constraints across filesystem, network, and processes to aid agents learn, install verified skills, and spawn subagents without running unreviewed code, while still proposing policy changes for approval.
Finally, a privacy router keeps sensitive data on-device, only routing to models like Claude or GPT when policy permits, with decisions driven by a user's cost and privacy rules. OpenShell, therefore, remains model-agnostic as the governed runtime for every agent in a user's stack.
Tanium's Bischoping welcomed the security detail on the release, having concerns on how agentic AI reduces the amount of time security teams have to catch misconfigured, unapproved, or vulnerable implementations.
"That's the part of announcements like NemoClaw that deserves more attention than the capability itself," Bischoping said, adding AI and agentic tooling are deploying faster than governance policies can keep up, meaning many organizations are surprised to identify those artifacts in their environment.
"We have to get a handle on governance now because the pace of innovation and complexity will not slow down," Bischoping continued. "The gap I'm most concerned about isn't technical – it's the confidence gap between the people who understand what these systems can do and the people deciding how to deploy them. Visibility into what tools are running is necessary but not sufficient. You also need behavioral baselines to know whether those tools are acting normally."
Bischoping believes most organizations currently deploying agentic AI have neither and therefore need to proactively establish governance and observability before a major incident occurs.
"Nvidia's investment in NemoClaw is a positive signal in my book," Bischoping said. "Enterprise vendors have reputational accountability that forces security consideration into the product – even when it's an open source offering like NemoClaw. The flashpoint moments we've already seen happened partly because there was no institutional skin in the game."
Comments