By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: AponoPublished February 25, 2026

TL;DR: Security and data concerns have already slowed agentic AI deployments, with 98% of 250 senior security leaders saying so in Apono’s 2026 survey, while only 21% feel prepared to handle attacks involving agentic AI or autonomous workflows. The data shows security readiness, not ambition, is now the binding constraint on production rollout.


At a glance

What this is: Apono’s report says agentic AI adoption is being slowed by inadequate security controls, with security and data concerns already affecting 98% of surveyed leaders.

Why it matters: This matters because agentic AI changes identity governance from managing predictable access to controlling systems that can act, escalate, and compound risk in production workflows.

By the numbers:

👉 Read Apono's 2026 report on agentic AI cyber risk and adoption slowdowns


Context

Agentic AI adoption is colliding with a familiar identity problem: organisations can describe business intent for an AI system, but they cannot always define safe runtime authority before the system acts. In this report, the primary issue is not model quality, but whether security teams can govern AI agents and autonomous systems with existing identity, access, and privileged access controls.

Apono’s survey shows that the governance gap is already changing deployment decisions. When 98% of security leaders say concerns are slowing rollout, the practical question for IAM and PAM teams is no longer whether agentic AI will need governance, but whether current approval, review, and privilege models can handle runtime decision-making at all.


Key questions

Q: How should security teams govern agentic AI as it moves into production?

A: Security teams should govern agentic AI as a class of non-human identity, not as a generic application feature. That means assigning ownership, scoping permissions tightly, logging every tool action, and revoking access on a defined lifecycle. Production rollout should require clear approval points for high-risk actions and continuous monitoring for drift.

Q: Why do AI agents increase non-human identity risk?

A: AI agents increase non-human identity risk because they can execute many actions quickly once they inherit a credential or tool permission. That speed expands blast radius, shortens attacker dwell time, and makes weak delegation more dangerous. The remedy is tighter scoping, continuous verification, and strict separation between observation and execution privileges.

Q: What do teams get wrong about least privilege for AI agents?

A: They often stop at permission scope and ignore behavioural scope. An agent can have narrow access and still be risky if it can independently select targets, chain tool calls, and trigger irreversible actions. Least privilege is necessary, but it does not describe the agent's freedom to act.

Q: Who should be accountable when an AI agent causes a security incident?

A: Accountability should sit with the human owner, platform team, or business function that granted and operated the agent. The identity may act independently, but governance cannot detach responsibility from the delegation chain. Programs should define ownership, escalation, and remediation paths before deployment so responsibility is clear when the agent's behaviour changes.


Technical breakdown

Why agentic AI breaks static access assumptions

Agentic AI systems do not just consume credentials, they may decide which tools to use, when to use them, and how to chain actions together. That changes the identity problem from provisioning a known requester to governing a runtime actor whose intent can shift during execution. Traditional IAM models assume the identity’s purpose is stable enough to authorise in advance. With agentic systems, access can become context-sensitive, time-sensitive, and path-dependent inside a single task.

Practical implication: map every AI agent to the smallest executable scope it actually needs, not the broad role humans would assign to the workflow it supports.

Privilege and visibility become the real control plane

The report’s findings point to a broader control failure: once an agent can act on behalf of a user or process, the decisive questions become who granted the privilege, how it is bounded, and whether the action trail is reviewable after the fact. Without reliable auditability, security teams cannot distinguish legitimate autonomous behaviour from overreach. That makes visibility, entitlement hygiene, and approval boundaries more important than model prompts or interface polish.

Practical implication: require complete action logging and entitlement lineage for every agentic workflow before production use.

Why autonomous workflows behave more like NHI than software features

An AI agent is not just another application feature. When it can independently select tools and execute actions without a human approval gate, it behaves as a non-human identity with runtime authority. That means the security model must treat it like other NHIs such as service accounts and workload identities, while also accounting for the fact that its action sequence may not be predetermined. This is where agentic AI governance diverges from ordinary automation governance.

Practical implication: govern agents through NHI controls, then layer additional constraints for action timing, tool use, and delegation.


NHI Mgmt Group analysis

Agentic AI creates an assumption collapse, not just a control gap. Identity governance was designed for actors whose purpose is knowable before execution begins. That assumption fails when an agent can choose tools, sequence actions, and adjust timing at runtime. The implication is that access review cadence alone cannot govern a system whose privilege path is created inside the session.

Runtime authority is now the decisive boundary for agent governance. The report’s numbers show that practitioners already understand the risk, but many still frame it as a deployment-speed problem. In practice, the field has a runtime authorisation problem: if an agent can act before a human can review, then traditional approval gates are too late to be the primary control.

Least privilege for autonomous systems must be defined at execution time, not only at provisioning time. Human IAM and NHI programmes often assume role design can fully express intent in advance. Agentic workflows defeat that assumption because intent can emerge from context, retrieved data, or tool choice. Practitioners should treat this as a structural limit of static entitlement models, not a tuning issue.

Identity blast radius: the real risk is no longer just credential theft, but the amount of trusted action an agent can complete before anyone intervenes. That is why identity teams need to think in terms of chained actions, delegated scope, and post-action evidence, not only login events. The field is moving toward governance that measures how far trust can travel once the system is already inside the workflow.

AI agents belong in the same governance family as other NHIs, but they require tighter behavioural constraints. Service accounts, tokens, and workload identities already taught the industry that machine access must be scoped, monitored, and revoked. Agentic AI extends that lesson because the identity can make choices mid-flight. Practitioners need a unified governance model that covers NHI basics while recognising autonomous runtime behaviour as a separate risk layer.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%), according to AI Agents: The New Attack Surface report.
  • 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.
  • From our research: Review the OWASP Agentic AI Top 10 alongside our guidance on runtime privilege boundaries to connect threat patterns to control design.

What this signals

Identity teams should expect agent governance to move from policy drafting to runtime evidence collection. The practical challenge is no longer whether AI agents are useful, but whether their actions can be bounded, traced, and revoked fast enough to satisfy security and audit expectations. Programmes that still rely on periodic review alone will struggle once agents begin acting inside live workflows.

Identity blast radius is becoming the metric that matters most for agentic AI. When a system can complete multiple trusted actions before a human intervenes, the question shifts from access granted to damage completed. Teams should assess where they can shorten delegation chains, reduce inherited privilege, and tie production access to explicit oversight. For deeper context, the Top 10 NHI Issues remains a useful reference point.

With 80% of organisations already seeing AI agents act beyond intended scope, the governance gap is no longer theoretical. That should push IAM and PAM teams to align agent policy, workload identity, and revocation processes before broader rollout, not after the first production incident.


For practitioners

  • Define agent-scoped privilege boundaries Assign each agent the narrowest actionable scope needed for the task, with separate controls for tool use, data access, and delegation. Do not inherit the full rights of the human owner or the surrounding workflow.
  • Require pre-production approval gates for autonomous actions Block production deployment until agent actions are constrained by human approval for sensitive operations such as data export, privilege changes, and external tool invocation.
  • Instrument complete agent audit trails Capture every tool call, data retrieval, privilege change, and downstream action so security teams can reconstruct what the agent actually did, not just what it was asked to do.
  • Treat AI agents as governed NHIs Bring agent identities into the same lifecycle, review, and revocation processes used for service accounts and workload identities, then add behavioural monitoring for runtime drift.
  • Separate experimentation from production authority Allow sandbox testing with constrained access, but require a distinct production identity, explicit entitlement approval, and revocation path for any agent that touches live systems.

Key takeaways

  • Agentic AI creates identity risk because autonomous systems can expand or misuse access inside the session, not just at login.
  • The report’s survey data shows security leaders are already slowing adoption, which means governance readiness is now a deployment requirement.
  • Practitioners need runtime privilege boundaries, complete audit trails, and explicit production authority before agents can scale safely.

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

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article is about agentic AI risk, autonomous workflows, and tool misuse.
OWASP Non-Human Identity Top 10NHI-03The report centres on non-human identity governance and privileged access.
NIST AI RMFGOVERNThe findings raise accountability and governance issues for autonomous systems.
NIST CSF 2.0PR.AC-4Least privilege and access management are central to the report’s security gap.
NIST Zero Trust (SP 800-207)The report highlights continuous verification and constrained access for autonomous systems.

Map agent identities to NHI controls and verify entitlement scope before production rollout.


Key terms

  • Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
  • Runtime authority: Runtime authority is the permission an AI system has while it is actively deciding and acting, not just when it is approved. In governance terms, it is the point where access, tool use, and action scope become operational, which is why build-time review alone cannot prove safety.
  • Identity Blast Radius: The amount of damage a compromised identity can cause across systems, data, and infrastructure. In NHI environments, it is shaped by permissions, network reach, and administrative capability rather than by the credential alone. Reducing blast radius is a containment strategy that limits lateral movement and data exposure.
  • Delegated Privilege: Delegated privilege is access granted to a tool or system so it can perform actions without direct human intervention. The risk rises when delegation is broad, hidden, or hard to revoke, because the delegated actor can continue operating after trust has changed.

What's in the full report

Apono's full report covers the survey detail this post intentionally leaves for the source:

  • The full breakdown of responses from 250 senior cybersecurity professionals across North America, Europe, the Middle East and Africa.
  • The study’s split between moderate slowdowns and significant delays for agentic AI projects.
  • The report’s discussion of accountability pressure on CISOs, security teams, and technical leaders.
  • Apono’s own framing of why identity governance and privileged access controls are becoming prerequisites for adoption.

👉 The full Apono report includes the survey methodology, response splits, and executive commentary on security readiness.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or access governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on July 22, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org