TL;DR: NVIDIA’s OpenShell may secure runtime execution for AI agents, but it does not answer who authorises agent actions, what data they may touch, or how those decisions are continuously governed across enterprise systems, according to EnforceAuth. The core failure is assumption-based: sandboxing does not equal authorization, and machine-speed agents break control models built on static access decisions.
NHIMG editorial — based on content published by EnforceAuth: Who Decides What an AI Agent Is Authorized to Do?
Questions worth separating out
Q: How should security teams govern AI agents that can act at machine speed?
A: Security teams should govern AI agents as non-human identities with explicit owners, scoped entitlements, and per-action policy checks.
Q: Why do sandboxed runtimes not solve AI agent authorization risk?
A: Sandboxed runtimes limit where an agent executes, but they do not decide what the agent is permitted to do inside enterprise systems.
Q: What breaks when AI agent permissions are only reviewed at session start?
A: What breaks is the assumption that access remains stable long enough to be reviewed after the fact.
Practitioner guidance
- Map AI agents as governed non-human identities Inventory every agent that can access enterprise systems, then assign an identity owner, entitlement scope, and review cadence.
- Separate runtime controls from authorization controls Document which controls constrain execution environment and which controls decide whether an action is allowed.
- Enforce per-action policy evaluation Move beyond session-start approval and require policy checks before each sensitive action, including data retrieval, record updates, and downstream tool calls.
What's in the full article
EnforceAuth's full article covers the operational detail this post intentionally leaves for the source:
- How their authorization layer is intended to sit above a sandboxed runtime in enterprise deployments
- The specific policy questions the vendor says must be answered for customer data, records, and compliance contexts
- The enterprise platform scenarios the article uses to illustrate where runtime controls stop and authorization begins
- Why the vendor frames DORA and the EU AI Act as part of the governance exposure for agentic systems
👉 Read EnforceAuth's analysis of the AI agent authorization gap at enterprise scale →
AI agent authorization gaps: are runtime controls enough for IAM?
Explore further