TL;DR: OpenClaw's rapid adoption and the wider rise of shadow AI show that autonomous agents are already operating inside enterprise environments with access and actions that traditional IAM cannot govern, according to EnforceAuth. The core problem is not authentication at login but the broken assumption that access can be safely defined before runtime decisions begin.
At a glance
What this is: This is an analysis of why autonomous AI agents are exposing a governance gap that login-centric IAM and related controls cannot close.
Why it matters: It matters because IAM, PAM, and security teams now have to govern actions, delegation, and runtime authorisation across human, NHI, and autonomous actors, not just identities at sign-in.
By the numbers:
- 70% of security leaders have already discovered unauthorized AI tools running with elevated access in production.
- 92% lack full visibility into their AI identities.
- 23% of enterprise environments examined had unauthorized OpenClaw deployments.
👉 Read EnforceAuth's analysis of AI agent authorization gaps and runtime control
Context
Autonomous AI agents are software actors that can choose actions, tools, and timing at runtime, which makes login-based access control an incomplete security model. In this article's framing, the primary problem is the authorization gap: enterprises can verify an identity, yet still fail to govern what that identity is allowed to do once it starts acting on its own.
That gap matters because AI agents often inherit human credentials, OAuth tokens, or delegated access, then operate across multiple systems without a stable human approval loop. For IAM and governance teams, that shifts the control problem from sign-in to decision-making, especially where the same identity can chain actions across data, tools, and external services.
The article argues that this is already happening in production, not in a lab. That starting position is increasingly typical for enterprises that adopted AI features faster than they defined runtime authorisation.
Key questions
Q: What breaks when AI agents are governed only with login-based IAM?
A: Login-based IAM breaks because it stops at authentication and never evaluates the thousands of actions an autonomous agent may take after sign-in. The result is broad delegated access with no runtime control, which makes inherited credentials, token reuse, and chained actions effectively invisible to governance teams. Runtime authorisation is the missing control plane.
Q: Why do autonomous AI agents create more risk than ordinary automation?
A: Autonomous agents create more risk because they make independent runtime decisions about which tools to use, what actions to take, and when to take them. Ordinary automation follows predefined scripts, but autonomous behaviour can change the access path mid-session, which means static permissions and access reviews no longer describe the real security state.
Q: How do security teams know if AI identities are operating outside policy?
A: Security teams need telemetry that ties each agent action to an approved policy decision, the resource touched, and the delegation chain that led to the request. If the organisation can only see sign-in events or token issuance, it does not have enough evidence to judge whether the agent stayed inside policy.
Q: Who should own AI agent access when the business deploys shadow AI?
A: The business and security owner should be jointly accountable for each agent identity, because unmanaged AI creates a gap between deployment and governance. Ownership needs to cover the credentials the agent uses, the systems it can touch, and the approval path for expanding scope. Without that, shadow AI becomes shadow authority.
Technical breakdown
Authorization gap in AI agent governance
The authorization gap is the space between proving an identity and governing its actions. In human IAM, authentication often sits at the centre because people act in bounded, reviewable sessions. Autonomous agents change that pattern because they can execute many actions after one login, inherit delegated permissions, and move across resources without a new human decision each time. That means broad role assignment at login is no longer enough to constrain behaviour. The control problem becomes per-action policy evaluation, where intent, resource sensitivity, delegation chain, and current context all matter at runtime.
Practical implication: move from session-based access checks to runtime authorisation for every agent action.
Shadow AI and inherited credentials
Shadow AI refers to unmanaged AI systems running inside the enterprise without formal security oversight. The article's key point is that these systems do not need to break in if they can inherit existing credentials, tokens, or service access. Once an agent is connected to Slack, email, cloud APIs, or internal data sources, its behaviour can look legitimate even when the business never approved the deployment. That creates a discovery problem and an accountability problem at the same time, because the organisation may not know which agents exist, what they can touch, or who owns them.
Practical implication: inventory AI identities and their delegated access before building policy around them.
Decision-centric authorization for agentic AI
Decision-centric authorization shifts security from static permissions to contextual approval of each action. Instead of asking who can log in, it asks whether this specific action by this specific actor should proceed now under current policy. That model matters for autonomous systems because their behaviour is not fully knowable at provisioning time. The article links this to policy-as-code and runtime enforcement, which are technical ways to express rules consistently. For identity teams, the architecture question is whether policy can be evaluated quickly enough, with enough context, to govern AI action without breaking the workflow.
Practical implication: define and enforce context-aware policy at the point of execution, not just in the identity store.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- AI LLM hijack breach — attackers used stolen AWS access keys to hijack Anthropic LLM models on Bedrock.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Decision-centric authorization is becoming the baseline control for autonomous identity. Identity programmes that stop at login validation are governing the wrong moment in the chain. Autonomous agents can authenticate once and then continue to select actions, combine tools, and move between systems without another human gate, which is why per-action authorisation is now the meaningful control boundary. Practitioners should treat runtime decision control as the new centre of gravity for agent governance.
Authorization gap: The assumption that access can be safely defined at provisioning time was designed for actors whose intent is known before execution begins. That assumption fails when the actor is autonomous because it can decide what to do only after it starts interacting with tools and data. The implication is that least privilege, as currently implemented in many IAM programmes, no longer fully describes the security problem for autonomous agents.
Shadow AI turns identity blind spots into governance debt. The article's figures show that enterprises are finding unauthorized AI tools in production while still lacking visibility into AI identities. That combination means the issue is no longer adoption alone, but unmanaged authority spread across unknown actors. The practitioner conclusion is that discovery, ownership, and policy assignment have become inseparable.
Existing IAM architectures were built for questions about who can log in, not what an actor can decide to do next. That mismatch explains why multiple security tools can be present and still fail to describe agent behaviour. NHI governance now has to account for delegated access, chained actions, and persistent operation across systems, because the old control plane does not observe the full decision path. Teams should reframe AI agent access as an action-governance problem, not a sign-in problem.
Runtime policy is now a governance requirement, not a product preference. The article ties regulatory readiness to audit trails, human oversight, and evidence of narrowly scoped access. Those requirements cannot be met if authorisation only exists as a one-time grant. Practitioners should understand that compliance evidence for autonomous systems depends on decisions made at the moment of action, not just on entitlement records.
From our research:
- 33% of organisations report their AI agents have accessed inappropriate or sensitive data beyond their intended scope, according to AI Agents: The New Attack Surface report.
- Only 44% have implemented any policies to govern AI agents, according to the same research.
- For a broader view of how autonomous behaviour changes governance, see OWASP NHI Top 10.
What this signals
Decision-centric authorization is likely to become a standard design requirement as AI agent adoption expands, because discovery and sign-in controls do not answer the governance question that matters most: what was the agent allowed to decide in the moment. Teams should expect audit demands to shift from entitlement records to action-level evidence, especially where agents can chain tasks across multiple systems.
The operational signal is simple. If your programme cannot tie each AI action to a policy decision, a resource, and an accountable owner, then you have governance, not control. That gap will matter most in environments that mix human users, service accounts, and autonomous agents in the same delegation chain.
For practitioners
- Map every AI identity to an owner and approval path Record whether each agent uses human credentials, OAuth tokens, service accounts, or direct API keys, then assign an accountable business and security owner for each identity. Use that inventory to eliminate unknown agents before they accumulate unreviewed delegated access.
- Move from login-based controls to per-action policy checks Evaluate each agent command against context such as resource sensitivity, delegation chain, and current task scope, so the system decides whether the action is allowed at execution time. This is the control model the article argues enterprises are missing.
- Constrain inherited access before agents reach production Review OAuth grants, cloud entitlements, and service permissions that agents inherit by default, then remove broad access that is not necessary for the task. The goal is to stop agents from operating with permissions that no one consciously approved for machine use.
- Build audit trails that capture agent decisions, not just logins Ensure each executed action records the actor, policy decision, resource touched, and any delegation chain so compliance teams can reconstruct what happened. Without that evidence, regulators and incident responders will only see a sign-in event, not the actual control failure.
Key takeaways
- Autonomous AI agents expose a governance gap that identity login controls were never designed to close.
- The evidence shows this is already a production problem, not a speculative future risk.
- Teams need runtime authorisation, clear ownership, and action-level audit evidence to govern agentic behaviour effectively.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agent runtime decisioning and tool use are central to the article's risk model. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | The article focuses on delegated machine access and ungoverned AI identities. |
| NIST CSF 2.0 | PR.AA-01 | Identity governance and access control are the core operational gaps described. |
Inventory AI identities, reduce inherited access, and enforce least privilege on every non-human credential.
Key terms
- Authorization Gap: The authorization gap is the difference between proving an identity and controlling what that identity is allowed to do. In autonomous environments, that gap becomes visible when an actor can authenticate once, then perform many actions without fresh policy review or human approval.
- Shadow AI: Shadow AI is an AI system or agent operating inside an organisation without formal approval, inventory, or security governance. It often inherits real credentials or access paths, which means it can touch production systems while remaining outside normal identity oversight and audit processes.
- Decision-Centric Authorization: Decision-centric authorization evaluates each attempted action against current policy, context, and delegation rather than relying on broad permissions granted at login. For autonomous actors, it is the difference between governing identity in principle and governing behaviour at the moment it happens.
Deepen your knowledge
AI agent governance and runtime authorisation are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are dealing with shadow AI or delegated machine access, it is a practical place to start.
This post draws on content published by EnforceAuth: OpenClaw isn't the problem. It's the proof. Read the original.
Published by the NHIMG editorial team on 2026-02-18.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org