TL;DR: Government guidance from CISA, the NSA, and other agencies treats AI as a cybersecurity and resilience issue because agentic systems can retrieve data, invoke tools, and trigger workflows at machine speed, making identity and access the real control plane. Access review processes assume access persists long enough to be reviewed; autonomous actors can act, escalate, and vanish within a session.
At a glance
What this is: This is an independent analysis of how new government guidance reframes enterprise AI from a model risk problem into an identity and access governance problem.
Why it matters: It matters because IAM, PAM, and NHI programmes now have to govern AI agents that can act inside business systems, not just authenticate to them.
By the numbers:
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job.
- 90% of IT leaders say properly managing NHIs is essential for a successful zero-trust implementation.
👉 Read Imprivata's analysis of AI agent identity governance and enterprise risk
Context
AI agent identity governance is now a live enterprise security issue because agentic systems can retrieve data, invoke applications, and trigger workflows without a human step at every action. The primary gap is not model quality, it is whether the identity behind the action is scoped, monitored, and accountable in the same way as other privileged access.
That changes the IAM conversation for both non-human and human programmes. Once an AI system can touch email, finance, source code, cloud infrastructure, or patient data, it behaves like an identity with business reach, and the controls around it have to reflect that operational reality rather than the tool label.
Key questions
Q: How should security teams govern AI agent access in enterprise environments?
A: Security teams should govern AI agents as non-human identities with clear ownership, least privilege, short-lived credentials, and continuous auditability. The practical test is whether the agent can be constrained to the exact task it is meant to perform and revoked quickly if its behaviour changes. If not, the deployment is too permissive for production use.
Q: Why do AI agents create more identity risk than ordinary automation?
A: AI agents create more identity risk because they can decide which tools to use, when to use them, and how to chain actions across systems. Ordinary automation follows predefined paths, but agentic behaviour can expand scope in real time. That makes identity, permission scope, and accountability the primary control points.
Q: What breaks when AI agents are given broad inherited permissions?
A: Broad inherited permissions break the assumption that access is tied to a narrow business need. The result is larger blast radius, weaker accountability, and faster propagation of mistakes or abuse across connected systems. A single compromised or misconfigured agent can then touch far more data and workflows than the original task required.
Q: Who is accountable when an AI agent takes an unsafe action?
A: Accountability should sit with the business owner of the agent, the team that provisioned the access, and the control owners responsible for monitoring and revocation. If no one can answer who approved the identity, the scope, and the oversight model, the governance framework is not complete enough for production.
Technical breakdown
Agentic AI identities and the enterprise control plane
Agentic AI differs from traditional automation because it can select actions at runtime, invoke tools, and continue execution without waiting for each step to be manually approved. That makes the identity attached to the agent the real enforcement point, not the model itself. In practice, the agent inherits permissions from tokens, service accounts, API keys, or delegated roles, then uses those rights across applications and data sources. If ownership, scope, or revocation are unclear, the environment has an identity problem disguised as an AI deployment.
Practical implication: Treat every agent as a governed non-human identity with explicit ownership, scoped access, and revocation paths.
Why least privilege looks different for AI agents
Least privilege for AI agents cannot be a static provisioning exercise because the agent's effective need changes with context, task, and time. A single workflow may require read access, tool execution, and downstream delegation, which means the allowable action set has to be bounded more tightly than a broad role assignment. If teams simply mirror a human user's access or inherit a workflow's full permissions, they create a larger blast radius than the task justifies. This is the point where AI governance and PAM intersect.
Practical implication: Define task-scoped permissions for each AI workflow and avoid broad inherited access from adjacent systems.
Visibility, auditability, and accountability for autonomous actions
Monitoring AI agents is not the same as monitoring ordinary application traffic. Security teams need to know which identity initiated an action, which tools were called, what data was accessed, and whether the action aligned to approved intent. Without that traceability, a hijacked or misconfigured agent can look legitimate in logs even while behaving outside policy. Continuous telemetry matters because autonomous activity can compound quickly across systems, leaving only a partial record if teams rely on periodic review alone.
Practical implication: Instrument agent actions end to end so audits can reconstruct identity, tool use, and decision path after the fact.
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
AI governance is now identity governance, not a separate discipline. The article's core point is that agentic systems reach into enterprise applications, data, and workflows through identities, permissions, and trust relationships. That means the governance question is no longer only what the model can do, but what the attached identity is allowed to do inside real systems. Practitioners should stop treating AI as an overlay and start treating it as another identity population under control.
Identity does not stay human-paced when the actor becomes autonomous. Access review processes were designed for conditions where privilege persists long enough to be observed, certified, and removed. That assumption fails when an autonomous actor can obtain, combine, and use permissions within a single runtime session. The implication is that governance models built around periodic review are looking at a state that may already be gone.
Long-lived credentials are a structural weakness in agentic environments. The article correctly warns against static secrets and invisible service-account style deployments because they expand the blast radius of any agent compromise. This is a classic non-human identity control failure that becomes more dangerous when the actor can chain actions across tools. Practitioner teams should read that as a signal that credential persistence, not just model access, is the real exposure.
AI agent blast radius: the key failure mode is not the presence of AI, it is the mismatch between autonomous action and legacy privilege boundaries. An over-permissioned agent can make changes faster than a human can detect, and a spoofed identity can make malicious activity look routine. That is an identity governance failure mode with direct operational consequences, not a theoretical AI concern. Teams need to evaluate whether their current privilege model can survive machine-speed execution.
Government guidance is converging on a single conclusion: enterprise AI security starts with trustworthy identities. The agencies cited in the article are effectively pointing security leaders toward the same control stack used for high-risk NHI governance: authentication, least privilege, monitoring, and rapid revocation. This does not make AI a special case, it makes AI a stress test for existing IAM maturity. Organisations that already struggle with NHI visibility will feel that weakness first in agentic deployments.
From our research:
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, according to the Ultimate Guide to NHIs.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- The 52 NHI Breaches Analysis is the best next reference if you need incident patterns that show how credential exposure turns into operational compromise.
What this signals
The practical shift for IAM teams is that AI governance will increasingly be judged by the same measures used for other privileged non-human identities: ownership, scope, revocation speed, and audit completeness. With 70% of organisations already granting AI systems more access than they would give a human employee performing the exact same job, per the 2026 Infrastructure Identity Survey, the gap is not theoretical.
Agentic identity sprawl: this is the emerging control problem where multiple AI-enabled workflows accumulate access faster than governance teams can inventory them. That creates parallel identity estates inside business units, making segmentation and offboarding harder over time.
Organisations that already struggle with NHI visibility should expect the same blind spots to appear first in AI deployments, especially where service accounts, tokens, and workflow automations are reused across teams. The control response should start with inventory and ownership before it moves to policy automation.
For practitioners
- Inventory every AI agent and workflow identity Map each agent to an owner, the credentials it uses, the data it can reach, and the systems it can invoke. Separate experimental copilots from production agents so unmanaged access does not hide inside departmental tooling.
- Replace inherited access with task-scoped permissions Design permissions around the specific action and the specific context rather than mirroring a human role or a broad service account. Revisit high-impact workflows first, especially those touching finance, source code, patient records, or cloud infrastructure.
- Shorten credential lifetime and eliminate static secrets Use short-lived credentials, explicit revocation paths, and tighter token handling for every AI-connected workflow. If an agent depends on long-term secrets, assume the blast radius of compromise is already too large.
- Build audit trails around actions, not just logins Capture which identity initiated the action, which tools were called, what data was touched, and whether the action required human approval. That gives incident responders enough context to separate legitimate automation from unsafe autonomous behaviour.
- Use the Ultimate Guide to NHIs as the baseline control reference Anchor AI agent governance in the same lifecycle, visibility, and privilege controls used for broader non-human identity programmes. The Ultimate Guide to NHIs is the cleanest starting point for teams building a cross-identity control model.
Key takeaways
- AI adoption becomes an identity governance problem once agents can act inside enterprise systems without a human at every step.
- The evidence from industry surveys is already pointing to a control gap, with access often granted more generously to AI than to people.
- The most effective response is to govern AI agents like privileged non-human identities, with tight scope, short credentials, and auditable actions.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Agent access and secret handling are central to this article. |
| NIST Zero Trust (SP 800-207) | PR.AC-1 | The article centres on continuous verification for AI-connected access. |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access governance are the article's main control themes. |
Treat AI agents as identities that must be verified continuously before each sensitive action.
Key terms
- Agentic AI Identity: An agentic AI identity is the credentialed identity used by a system that can choose actions, call tools, and execute workflows with limited human intervention. In governance terms, it should be managed like a privileged non-human identity with clear ownership, scope, and revocation controls.
- Trust Fabric: A trust fabric is the combined identity, access, monitoring, and oversight layer that lets humans and non-human actors operate safely in the same environment. For AI deployments, it determines whether an agent's actions are bounded, attributable, and reversible when behaviour changes.
- Identity Control Plane: The identity control plane is the set of systems and policies that decide who or what can act, what they can reach, and how those permissions are verified. In AI programmes, it becomes the enforcement layer for agent access rather than the model itself.
Deepen your knowledge
AI agent governance, privilege scope, and lifecycle controls are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building a control model for agentic systems from scratch, it is a practical place to start.
This post draws on content published by Imprivata: new guidance on why identity and access are foundational to safe enterprise AI adoption. Read the original.
Published by the NHIMG editorial team on 2026-05-28.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org