TL;DR: AI agents now perform actions that can delete files, modify databases, and share sensitive information, so risk rises with autonomy, tool permissions, data access, and supply-chain exposure, according to Noma Security. That makes visibility, runtime guardrails, and lifecycle governance the deciding controls, not simply model choice or employee policy.
At a glance
What this is: This is an analysis of why AI agents create a different security problem than passive AI tools, with risk driven by autonomy, permissions, data access, guardrails, and supply-chain dependencies.
Why it matters: For IAM and NHI teams, the key issue is that agent permissions and runtime behaviour now need continuous governance, not one-time approval.
By the numbers:
- 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.
- 96% of technology professionals identify AI agents as a growing security threat, and 66% believe this risk is immediate.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes.
👉 Read Noma Security's analysis of securing AI agents in the enterprise
Context
AI agents are non-human identities with execution authority, which means they can act, not just answer. That creates a governance gap for IAM because identity controls built around static service accounts do not automatically account for autonomous decision-making, tool use, or runtime changes in privilege.
The article frames a practical security model for agentic AI: discover the agents, bound their permissions, monitor their behaviour, and treat their lifecycle as a control surface. That starting point is typical for enterprises that are beginning to operationalise agent governance, but it is still behind the speed of adoption.
Key questions
Q: How should security teams govern AI agents that can take autonomous actions?
A: Treat them as non-human identities with delegated authority, not as passive applications. Set explicit ownership, limit tool access, require approval for irreversible actions, and monitor runtime behaviour continuously. Governance should cover the full lifecycle, including deployment, entitlement changes, and retirement, because the risk comes from what the agent can do after authentication.
Q: When does AI agent access create more risk than it reduces?
A: Risk exceeds value when an agent can reach sensitive data or high-impact tools without tight task boundaries. That is especially true when autonomy is high, approvals are weak, or logging only happens after the action. If a single prompt can trigger broad data movement or system changes, the access model is too permissive.
Q: What is the difference between securing an AI agent and securing a service account?
A: A service account usually has stable, predefined behaviour, while an AI agent can choose among tools and sequence actions dynamically. That means the control surface is larger. In practice, teams must govern not only credentials, but also runtime decisions, data access, and the limits placed on autonomous execution.
Q: Why do shadow AI agents create governance problems for IAM teams?
A: Shadow agents bypass normal inventory, ownership, and review processes, so their access can remain invisible until something breaks. Without discovery, security teams cannot apply least privilege, rotate credentials, or assess data exposure. The result is unmanaged NHI sprawl that weakens both compliance and incident response.
Technical breakdown
Autonomy level and agent risk
Agent risk rises as autonomy increases because the security model shifts from approved requests to delegated action. A human-in-the-loop checkpoint limits harm, while fully autonomous execution can turn a prompt, a tool call, or a model error into an irreversible business event. The important control question is not whether the agent is useful, but whether its action path is bounded enough to prevent silent overreach. Practical implication: classify agents by decision authority before granting production access.
Practical implication: Classify agents by decision authority before granting production access.
Tool permissions, MCP servers, and runtime guardrails
An agent is only as safe as the tools it can invoke and the guardrails around those invocations. Read access is different from write access, and system-command execution is far riskier than retrieval. The source article also points to the supply chain around MCP servers, tool libraries, and integration frameworks, which means compromise can arrive through trusted dependencies rather than the model itself. Runtime controls need to inspect actions before they execute, not only log them afterward. Practical implication: scope tools narrowly and add policy enforcement at the point of action.
Practical implication: Scope tools narrowly and add policy enforcement at the point of action.
Sensitive data access and shadow AI exposure
Agents that can reach PII, financial records, or intellectual property create direct confidentiality and compliance risk, especially when they are deployed outside formal approval paths. Shadow AI becomes a governance problem when agents are introduced by business teams faster than security can inventory them. In IAM terms, the issue is not just who authenticated, but what data the agent could reach after authentication and whether those entitlements were ever reviewed. Practical implication: map agent-to-data access and treat unauthorised deployments as security debt.
Practical implication: Map agent-to-data access and treat unauthorised deployments as security debt.
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 NHI with mutable intent, not just another application workload. The central governance mistake is assuming that identity issuance alone defines risk. Once an agent can choose tools, sequence actions, and touch live data, the control problem becomes behavioural as much as entitlement-based. Practitioners should govern agents as active identities with bounded authority.
Runtime guardrails are the missing control layer for agentic AI. Pre-deployment review is necessary, but it is not enough when the system can improvise at runtime. Policy enforcement, monitoring, and intervention need to sit on the execution path so harmful actions can be blocked before they affect data or infrastructure. Practitioners should design for prevention, not just detection.
Visibility into agent inventories is now a prerequisite for least privilege. You cannot right-size permissions for assets you have not discovered, and shadow AI makes that gap worse. The practical consequence is that agent discovery, ownership, and lifecycle review must become routine IAM work, not an occasional AI project. Practitioners should inventory agents before expanding their access.
Identity blast radius is the right concept for this category. When an agent can delete files, modify databases, and share sensitive information, the damage is determined by the breadth of delegated authority. That makes blast-radius reduction more useful than broad policy statements about responsible AI. Practitioners should measure how far one compromised agent can reach and reduce that range.
From our research:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
- Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
- That gap makes Top 10 NHI Issues useful for teams mapping where agent governance usually breaks down first.
What this signals
The near-term programme risk is not model quality, but the speed at which autonomous identities gain operational reach. If an agent can touch production data, cloud APIs, and internal systems, IAM teams need a control model that combines discovery, entitlement review, and runtime intervention. The governance agenda now overlaps with NIST AI Risk Management Framework expectations for accountability and oversight.
Identity blast radius: this is the measure that should shape agent governance roadmaps. With 98% of companies planning to deploy even more AI agents within the next 12 months, the practical question is whether security teams can bound the damage of the next deployment before it goes live. That argues for tighter ownership, narrower tools, and stronger lifecycle controls.
Agentic AI will keep expanding faster than manual review cycles can scale, so the operational answer is to make governance systematic. Discovery, policy enforcement, and access review need to move closer to the point of execution, and teams should align those controls with OWASP Agentic AI Top 10 where tool misuse and identity abuse are explicit risks.
For practitioners
- Implement agent inventories and ownership mapping Record every deployed agent, its business owner, its tool set, and its data reach. Include shadow AI discovery so unmanaged agents do not sit outside IAM review cycles. Use the inventory as the basis for access reviews and incident response.
- Enforce least privilege on tool access Separate read, write, and execute capabilities for agents and deny broad tool bundles by default. A retrieval agent should not inherit database write rights or command execution unless the use case is explicitly approved and monitored.
- Add runtime policy checks before execution Place enforcement where the agent acts, not just where it is configured. Block or require approval for high-risk actions such as record deletion, credential exposure, and access to regulated datasets.
- Tie data access to lifecycle governance Review agent entitlements on a recurring schedule, especially when prompts, tools, or upstream integrations change. Revoke access when an agent is retired, replaced, or no longer needs the dataset.
Key takeaways
- AI agents change the control problem because they act with delegated authority, which makes autonomy, tool access, and runtime behaviour the core security variables.
- The evidence points to a governance gap: most organisations recognise the risk, but far fewer have policies, inventories, or auditability in place.
- IAM teams should respond with least privilege, runtime guardrails, and lifecycle review before agent adoption expands the blast radius further.
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 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agent autonomy, tool misuse, and identity abuse are central to the article. | |
| NIST AI RMF | Agent governance needs accountability, oversight, and continuous monitoring. | |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access review are directly implicated by agent permissions. |
Map agents to OWASP agentic risks and restrict tools before allowing production execution.
Key terms
- Agentic AI: AI systems that can plan and execute tasks with some degree of autonomy. In security terms, the risk increases when the system can choose actions, use tools, and interact with live data rather than only generate text or recommendations.
- Non-Human Identity: A digital identity used by software, workloads, bots, tokens, certificates, or AI agents instead of a person. NHI governance focuses on ownership, privilege boundaries, lifecycle management, and monitoring because these identities often operate faster and more broadly than human users.
- Runtime Guardrail: A control applied while an AI agent is operating, not just during configuration or review. Guardrails can block dangerous tool calls, require approval for sensitive actions, or stop data leakage before it reaches systems or users.
- Identity Blast Radius: The amount of damage an identity can cause if it is misused, compromised, or over-privileged. For AI agents and other NHIs, the blast radius depends on tool access, data reach, and whether the system can perform irreversible actions without human intervention.
Deepen your knowledge
Agent autonomy, tool permissions, and runtime guardrails are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for AI agents from the ground up, it is worth exploring.
This post draws on content published by Noma Security: securing AI agents in the enterprise. Read the original.
Published by the NHIMG editorial team on 2025-07-15.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org