By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: Edge DeltaPublished November 4, 2025

TL;DR: 97% of organizations with AI breaches lacked proper access controls, while 63% of breached organizations had no AI governance policy and one in five reported shadow AI breaches, according to Edge Delta research cited by IBM. The pattern is clear: AI agents need identity, permission, and audit controls that match their autonomy, not legacy application assumptions.


At a glance

What this is: This article argues that AI agents create a distinct attack surface because they can access data, make decisions, and take actions beyond the reach of conventional application controls.

Why it matters: It matters because IAM, PAM, and AI governance teams now have to control agent permissions, data access, and auditability before autonomous behaviour becomes a breach path.

By the numbers:

👉 Read Edge Delta's analysis of AI agent security guardrails and access control gaps


Context

AI agent security is becoming an identity and governance problem, not just an AI operations issue. When software can independently query systems, modify records, and expose data, existing IAM assumptions about fixed roles, predictable workflows, and stable review cycles start to break down.

The article’s central point is that control failure is happening faster than policy adoption. That makes the overlap between AI governance, permission design, and Non-Human Identity management especially important for teams responsible for agent access, audit trails, and accountability.


Key questions

Q: What breaks when AI agents are given broad standing access?

A: Broad standing access breaks governance because the agent can move from one task to another without a fresh authorization check. That creates a control gap between intended scope and actual runtime behaviour. The result is weak accountability, limited containment, and audit trails that show activity without explaining why the activity was allowed.

Q: Why do AI agents complicate existing IAM and PAM controls?

A: AI agents complicate IAM and PAM because they often inherit delegated credentials, operate across multiple systems, and keep acting after the initial approval moment has passed. Human session assumptions, periodic reviews, and static privilege models do not reflect that behaviour. The result is a governance gap between what was granted and what the agent can actually do.

Q: What do security teams get wrong about Shadow AI?

A: They often treat Shadow AI as an approval problem for software, when it is usually also an identity problem. The hidden risk can be an undocumented token, an over-permissioned service account, or an autonomous agent with unreviewed reach. Inventory the identity layer before you decide the tool is the issue.

Q: Who is accountable when an AI agent accesses regulated data improperly?

A: Accountability sits with the teams that govern the agent's identity, the data classification, and the policy that allowed the access path. If those controls are disconnected, no single owner can explain why the access existed or why it was not removed sooner. Shared context is what makes accountability traceable.


Technical breakdown

Why AI agents behave like a new identity class

AI agents are not simply automated scripts. They can select actions, invoke tools, and continue a task without waiting for a human at every step, which means their runtime behaviour can change the effective access surface in real time. That makes them closer to a governed software identity than a static application. The security problem is not only what the agent is allowed to do, but what it can decide to do once permissions are granted. In practice, this collapses the old separation between application logic, user intent, and access execution.

Practical implication: treat agent permissions as a lifecycle-managed identity problem, not a one-time application configuration.

Permission design for AI agents needs task scope and expiry

The article’s read-only default and time-boxed approval model reflects a basic control truth. Agents become risky when utility pressure expands privilege from read access to write access, then to cross-system actions, without a matching reduction in scope. Just-in-time authorisation, short-lived tokens, and explicit approval gates reduce the standing access window. This is where IAM and PAM intersect with agent governance: access should be granted for a task, tied to a purpose, and automatically revoked when the task ends. Persistent access is the wrong model for dynamic agents.

Practical implication: enforce ephemeral, task-scoped access for any agent that can change state or touch production data.

Auditability depends on logging the agent’s decisions, not just its outputs

Traditional logging often records what a system did after the fact. For AI agents, that is not enough. Security teams need to know what data the agent accessed, which tools it called, what intermediate choices it made, and what side effects followed. Without that chain of evidence, incident response and regulatory review become guesswork. This is especially important where agents interact with personal data, financial systems, or privileged infrastructure. Behavioural baselines and anomaly detection help, but they only work if the telemetry captures the full action path rather than a final summary.

Practical implication: build telemetry for agent actions, tool calls, and data access before expanding deployment.


NHI Mgmt Group analysis

AI agent governance debt is now a material security exposure. The article shows a familiar pattern in a new form: organizations are deploying capable systems faster than they are defining control boundaries. In identity terms, that creates governance debt because permissions, review, and accountability lag behind runtime behaviour. The practitioner lesson is that AI governance cannot be bolted on after deployment.

Agentic AI introduces a new kind of privilege creep. The problem is not only overpermissioning at onboarding. It is the way useful agents get incrementally trusted with broader access once they prove they can complete tasks. That creates an expanding blast radius unless access is anchored to explicit purpose, expiry, and review. Teams should recognise this as a PAM and IAM design issue, not just a policy issue.

Shadow AI is also shadow identity. Undiscovered agents create unmanaged access paths in the same way unmanaged service accounts do, only with more dynamic behaviour and less predictable intent. Once an agent can reach data, tools, and business processes without governance, it becomes an untracked actor in the environment. The field needs discovery and classification of agents as a control prerequisite, not an optional audit exercise.

Defense in depth is the correct model, but the layers must be identity-aware. Data classification, read-only defaults, approval workflows, human override, and full audit logging are all valid controls because they address different failure modes. The named concept here is agent permission drift: the tendency for operational convenience to turn limited access into standing access. Practitioners should design controls that prevent drift from the start.

Compliance pressure will expose weak accountability models first. The article rightly points out that regulated data makes the responsibility question unavoidable. If an agent processes personal or payment data, the organisation must be able to explain who approved access, how it was constrained, and how it can be revoked. That makes AI governance, IAM, and privacy control mapping a shared operational requirement, not a theoretical future concern.

What this signals

Agent permission drift will become a recurring control failure unless teams treat AI agents as lifecycle-governed identities with explicit expiry, review, and revocation. The practical shift is away from static role assignment and toward continuous authorisation tied to task context.

Identity teams should expect more overlap between AI governance and PAM operating models as agents begin to touch production data and infrastructure. The control question is no longer whether an agent is useful, but whether its access can be explained, bounded, and removed when the work is complete.

For readers building programmes now, the priority is to align agent discovery, access policy, and audit telemetry before scale increases. The combination of OWASP Top 10 for Agentic Applications 2026 and NIST AI Risk Management Framework gives a solid reference point for that alignment.


For practitioners

  • Classify AI agents as governed identities Inventory every agent that can access tools, data, or workflows, then assign ownership, purpose, and review cadence as you would for any other non-human identity.
  • Enforce task-scoped permissions Use just-in-time access, short-lived tokens, and automated expiry so agents only hold write or administrative permissions for the exact task window they need.
  • Require approval for state-changing actions Route configuration changes, database writes, and deployment actions through human approval gates before the agent can execute them in production.
  • Log the full action chain Capture data accessed, tool calls, decisions made, and errors encountered so investigators can reconstruct agent behaviour without relying on summaries.

Key takeaways

  • AI agents create governance risk because they can independently use access, not just consume instructions.
  • The evidence in the article points to a control gap in access management, policy ownership, and auditability.
  • The right response is lifecycle control for agents, including scope limits, time bounds, approval gates, and full-action logging.

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, NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10N/AThe article centres on agent misuse, tool access, and governance gaps.
NIST AI RMFGOVERNGovernance and accountability are the article’s core control theme.
NIST CSF 2.0PR.AC-4Least-privilege access is the article’s primary operational control.
NIST SP 800-53 Rev 5IA-5Credential and authenticator management supports time-boxed agent access.
NIST Zero Trust (SP 800-207)Zero trust helps constrain agent access by context and verification.

Treat every agent request as untrusted until its identity, context, and task scope are revalidated.


Key terms

  • Agent Permission Drift: The gradual expansion of an AI agent’s access beyond its original task scope. It often starts as a convenience decision and ends as standing privilege, which creates a larger blast radius, weaker accountability, and more difficult incident response for security and identity teams.
  • Shadow AI: AI agents, copilots, or connected tools operating without full visibility or governance from security teams. Shadow AI becomes an identity problem when those systems authenticate with unmanaged tokens, service accounts, or OAuth apps that can reach production resources.
  • Task-Scoped Access: Task-scoped access is permission granted for one defined purpose and removed once the task is complete or the session expires. For non-human identities, it reduces standing privilege and limits how long an attacker can exploit a stolen credential.
  • Human-in-the-loop incident control: Human-in-the-loop incident control is the practice of requiring a person to validate the agent’s diagnosis or proposed change before remediation happens. For production operations, it is the boundary that keeps diagnostic assistance from turning into unsupervised action.

What's in the full article

Edge Delta's full article covers the operational detail this post intentionally leaves for the source:

  • A step-by-step defence-in-depth framework for AI agents, including data boundaries, permission architecture, human-in-the-loop controls, and observability.
  • Specific operational defaults such as read-only agent posture, time-boxed approvals, and emergency stop capability for high-risk actions.
  • Practical guidance on handling regulated data, including PII masking, sanitisation, and classification enforcement before agent access.
  • Implementation advice for incident response planning when an agent exposes sensitive data or behaves outside its intended scope.

👉 Edge Delta's full article covers the defence-in-depth model, approval gates, and audit requirements in more operational detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, secrets management, and agentic AI identity. It gives security and identity practitioners a practical baseline for governing non-human access at scale.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org