TL;DR: Enterprise AI agents now access corporate data, external tools, and JIT permissions in ways that traditional IAM, PAM, CSPM, and DSPM cannot fully model, according to Veza. The governance gap is no longer hypothetical: effective permissions, data lineage, and MCP-connected tooling now determine blast radius, not just account sprawl.
At a glance
What this is: This analysis argues that AI agents create a new identity and access problem because their permissions, data access, and tool use span human and non-human patterns at once.
Why it matters: For IAM and NHI practitioners, it means control models built for humans or deterministic workloads will miss the effective-permissions risk created by autonomous agents.
By the numbers:
- Agent identities now dramatically outnumber human identities, often by a factor of 45 to 1 or more.
- By poisoning as little as 1-3% of a dataset, an attacker can significantly impair an AI’s accuracy.
- The 2024 Verizon DBIR found stolen credentials remain a top breach vector.
👉 Read Veza's analysis of AI agent identity risk and access graphs
Context
AI agent identity risk is emerging because these systems do not behave like static applications or like human users. They can inherit a user's permissions, hold their own service accounts and keys, call external tools through MCP, and request additional JIT access during a run, which makes the access problem broader than traditional IAM models can see.
That matters for NHI governance because the control question is no longer only who owns a secret or whether a token rotated on time. The harder question is what an agent can actually do across data, tools, and context at inference time. That is a typical failure mode for current identity programs, not an edge case.
Key questions
Q: How should security teams govern AI agents that inherit human access?
A: Treat inherited access as a temporary delegation, not as proof of suitability. Teams should bind the agent to task scope, log the source identity, and revalidate access when the workflow changes. The key control is not the token itself, but whether the delegated authority is still justified for the specific action being performed.
Q: What is the difference between JIT access and safe AI agent access?
A: JIT access removes standing privilege, but it does not guarantee the agent will use the permission appropriately. Safe AI agent access also requires task scope, data scope, tool scope, and continuous logging. In practice, JIT is a timing control, while safe agent access is a broader authorization and audit problem.
Q: Why do MCP-connected tools increase non-human identity risk?
A: MCP-connected tools increase risk because they extend an agent's authority into systems the security team may not have modeled as part of the identity boundary. If the connection is malicious, compromised, or over-permissioned, the agent can inherit the failure. The result is a larger trust surface around tool access and data flow.
Q: How can IAM teams tell whether an agent has excessive effective permissions?
A: They need to analyze the full permission path, not just the assigned role or secret. Effective permissions include inherited human access, native service account access, prompt context, and any JIT grants made during execution. If a task can reach more data or systems than the workflow requires, the agent is overprivileged.
Technical breakdown
Why AI agents break human-centric IAM models
Traditional IAM and IGA assume a stable lifecycle, clear ownership, and bounded role assignment. AI agents do not fit that pattern. They may operate on behalf of a person, inherit the person's privileges, then add their own service accounts, keys, and tool connections. That creates a hybrid identity model where effective permissions can change inside a single task run. Human lifecycle controls also struggle with agent scale because the database model is usually built to answer static entitlement questions, not compute action-level authority across thousands of identities and billions of permission edges.
Practical implication: Practitioners need identity controls that can calculate effective permissions in real time, not just track named accounts.
How MCP expands the AI attack surface
Model Context Protocol connects an agent to external tools and data sources, which makes the protocol a control point and a risk point. If an MCP server is compromised or malicious, it can feed tainted context, push harmful tool behavior, or exploit over-permissioned credentials to exfiltrate data. The issue is not the protocol itself, but the trust chain it creates between the model, the agent runtime, and the external system. Every additional connection increases the number of places where authorization, content integrity, and secret handling can fail.
Practical implication: Security teams should inventory MCP-connected systems and treat every server as a privileged integration.
Why access graphs matter for agentic data lineage
An access graph is a relationship model that maps identities, permissions, data paths, and system interactions into one view. For AI security posture management, this is more useful than point-in-time posture checks because it shows who or what can take an action on a specific data object through a specific tool path. That is crucial when an agent can combine prompt context, RAG content, inherited access, and JIT approvals in one workflow. The technical value is not visibility alone. It is the ability to compute blast radius from connected permissions rather than from isolated accounts.
Practical implication: Teams should use graph-based authorization analysis to find hidden access paths before agents reach production scale.
Threat narrative
Attacker objective: The objective is to turn a legitimate AI workflow into a trusted execution path for unauthorized access, data leakage, or downstream system abuse.
- Entry occurs when an AI agent receives overbroad inherited permissions or a compromised MCP connection exposes tool access and data context.
- Escalation follows when the agent requests JIT permissions or is fed tainted context that expands what it can query, fetch, or execute.
- Impact occurs when the agent uses those permissions to exfiltrate data, misuse tools, or take actions outside the user's intended scope.
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 agents should be treated as first-class non-human identities, not as enhanced applications. The article makes clear that agents combine identity, workflow, data access, and tool execution in one runtime. That breaks the old separation between application security and identity security. The governance implication is straightforward: if an agent can act, inherit, and escalate, it belongs inside NHI governance rather than beside it.
Effective-permissions analysis is now the core security control for agentic systems. Static entitlement lists cannot answer what an agent can do once prompt context, RAG sources, inherited permissions, and JIT access are combined. The real risk is not the account object, but the full path from identity to action. Practitioners should move from account-centric reviews to permission-path analysis.
MCP creates a new trust boundary that most current programs are not modeling. Every external tool connection expands the attack surface through tainted context, credential misuse, and policy drift. That means AI security cannot be reduced to model monitoring or data loss controls. Teams need explicit governance over the tool chain, not just the model.
Ephemeral access is not the same as safe access. JIT approvals can shrink standing privilege, but they do not remove the need to validate who requested the permission, what the agent will do with it, and whether the grant is excessive for the task. The practical conclusion is that JIT must be paired with task-scoped authorization and continuous auditability.
Access graphs are becoming the operational center of NHI and AI governance. The field is moving toward relationship-based authorization because point tools cannot explain the agentic blast radius. This is a sign that identity security is shifting from inventory to computation. Practitioners should expect graph-based policy reasoning to become a baseline requirement, not an advanced feature.
From our research:
- Agent identities now dramatically outnumber human identities, often by a factor of 45 to 1 or more, according to AI Agents: The New Attack Surface report.
- From our research: 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials, according to AI Agents: The New Attack Surface report.
- Forward pivot: The governance response starts with identity lineage, task scope, and access graph analysis, which are covered in the Ultimate Guide to NHIs.
What this signals
Identity lineage is becoming the controlling concept for AI governance. Once an agent can inherit a human identity, use native secrets, and request more access mid-run, the review unit has to become the full lineage, not the account record. With 80% of organisations already reporting agent behaviour beyond intended scope, the programme risk is structural, not exceptional.
The practical implication is that teams need to align AI posture work with identity governance, not separate it into a model-only program. Access graphs, delegated authorization, and task-scoped approvals should become standard review artefacts, alongside the control expectations in the NIST AI Risk Management Framework. The organisations that do this early will see fewer surprises when agent sprawl accelerates.
For practitioners
- Map agent-to-data-to-tool paths Inventory every AI agent, the human identity it inherits from, the service accounts it owns, and the external tools it can reach through MCP. Use that map to identify where an agent can touch sensitive data or trigger privileged actions.
- Separate inherited access from native access Document which permissions come from the user invoking the agent and which come from the agent's own secrets, tokens, or certificates. Review both paths during access certification so inherited privilege does not hide native overreach.
- Gate JIT approvals with task scope Require task-scoped approvals for any elevated access an agent requests during execution, and record the business reason, data scope, and tool scope for each grant. Pair the approval with short TTLs and post-run review.
- Move privilege review into graph analysis Use relationship-based analysis to find the effective permissions created when identities, data sets, and integrations are combined. That is the only practical way to see blast radius in agentic workflows.
Key takeaways
- AI agents create a hybrid identity problem because they can inherit user privilege, hold native secrets, and act through external tools in the same workflow.
- Legacy IAM, PAM, CSPM, and DSPM tools each see only part of the risk, while effective permissions determine the real blast radius.
- The response is graph-based governance, task-scoped approvals, and explicit control over MCP-connected systems before agent sprawl becomes unmanageable.
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 AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agentic workflows, tool use, and prompt-driven access map directly to this framework. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | NHI lifecycle and secret governance apply to agent-owned credentials and inherited access. |
| NIST AI RMF | AI governance and accountability fit the article's concern with agent behaviour and access. |
Track agent secrets, rotate them on a schedule, and certify that each credential still has a valid owner.
Key terms
- Access Graph: An access graph is a relationship model that links identities, permissions, data objects, and system interactions. In NHI governance, it helps security teams see the full path from an agent or user to the action it can take, which is more useful than isolated account reviews.
- Effective Permissions: Effective permissions are the real privileges an identity can exercise after roles, inheritance, policy rules, JIT grants, and integration paths are combined. For AI agents, they matter because the apparent entitlement list often understates what the agent can actually reach or do.
- Model Context Protocol: Model Context Protocol is an open protocol that connects AI agents to tools and data sources. In security terms, it creates a trusted pathway between the agent runtime and external systems, so every MCP connection becomes part of the authorization boundary and needs explicit governance.
- Agentic Lifecycle: The agentic lifecycle is the full span of an AI agent's identity from creation and permissioning to runtime access, escalation, logging, and retirement. It matters because agent permissions can change dynamically during execution, which makes lifecycle governance an identity control problem, not just an application one.
Deepen your knowledge
AI agent identity lineage and effective-permissions analysis are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for inherited access, JIT approvals, and MCP-connected tools, it is worth exploring.
This post draws on content published by Veza: Decoding Identity Security for AI Security Posture Management (AISPM). Read the original.
Published by the NHIMG editorial team on 2025-10-29.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org