By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: AktoPublished July 20, 2026

TL;DR: Enterprise AppSec teams are being pushed toward AI agent security platforms because autonomous agents expand the attack surface across discovery, identity, runtime enforcement, and red teaming, while 77% of organisations still lack essential data and AI security practices, according to Accenture. The governance problem is no longer model safety alone, but whether identity and execution controls can follow agent behaviour at runtime.


At a glance

What this is: This analysis explains what enterprise AppSec teams should evaluate in an AI agent security platform and concludes that discovery, least-privilege governance, runtime enforcement, and lifecycle visibility are the core requirements.

Why it matters: It matters because AI agents behave more like delegated identities than traditional applications, so IAM, PAM, and governance teams need controls that address tool use, access scope, and runtime decision-making together.

By the numbers:

👉 Read Akto's analysis of AI agent security platform requirements


Context

AI agent security platforms sit in the gap between traditional application security and identity governance. The problem is not just whether an AI model is safe to query, but whether the agent behind it can discover tools, inherit delegated authority, and act outside the boundaries the organisation expected.

For AppSec and IAM teams, the key issue is runtime control over non-human identity behaviour. Once an agent can use APIs, MCP connections, or other enterprise tools, the security model has to account for access, auditability, and least privilege at the moment of execution, not only at design time.

The article frames AI agent security as a full lifecycle problem, which is the right lens for enterprise programmes. The starting assumption that a conversation-layer filter can contain agent risk is typical of early market thinking, but it does not hold once agents can take actions, chain tools, or spawn additional processes.


Key questions

Q: How should security teams enforce least privilege for AI agent identities?

A: Start by treating every agent as an NHI with a dedicated identity, a tight permission boundary, and a named owner. Then enforce least privilege in policy, not just in dashboards, so unused access is removed and rare elevation is granted only through JIT workflows. The goal is to shrink blast radius before autonomy creates incident scale.

Q: Why do AI agents create more governance risk than ordinary integrations?

A: AI agents can connect quickly, run continuously, and accumulate broad permissions across multiple services. That combination makes ownership blur and scope drift more likely, so the real risk is not the tool itself but the uncontrolled access path it creates across enterprise systems.

Q: What breaks when AI agent discovery is incomplete?

A: When discovery is incomplete, the organisation cannot know which agents exist, what they are connected to, or what they can access. That leaves policy enforcement, enrichment, and review operating on a partial inventory, which is the same as governing only part of the environment. Hidden agents become hidden access paths.

Q: How do security teams decide whether an AI security platform is actually useful?

A: Look for three things: discovery of hidden agents and dependencies, runtime enforcement that can stop unsafe actions, and lifecycle governance that removes stale access. If a platform only reports model activity, it may improve visibility without materially reducing identity risk.


Technical breakdown

Why AI agent security is not the same as LLM security

LLM security focuses on what goes into and comes out of a model interaction, such as prompt filtering and content moderation. AI agent security extends beyond that boundary because the agent can choose tools, access data, and execute actions that materially affect systems outside the chat window. That means the security problem shifts from unsafe text generation to unsafe delegated action. In practice, the meaningful control plane is the authorisation layer around tools, data, and runtime policy, not just the model endpoint.

Practical implication: treat agent output controls as necessary but insufficient, and govern the permissions that allow an agent to act.

Discovery, inventory, and context graphs for shadow AI

Discovery in this category is broader than model inventory. It includes agents, MCP servers, APIs, connected tools, and the identities that bind them together. A context graph matters because the risk is relational: an apparently small agent may inherit access from a user, chain into another service, or touch sensitive data through a trusted integration. Shadow AI is therefore not only an unknown model, but an unmanaged identity and dependency graph that no one has mapped end to end.

Practical implication: build a living inventory of agents, tools, and credentials before trying to enforce runtime controls.

Runtime guardrails, least privilege, and MCP security

Runtime protection in agent environments has to make decisions inside the execution flow, because the agent may call tools with legitimate credentials while still behaving unsafely. MCP raises the stakes because it standardises connections between agents and tools, but also concentrates authentication, authorisation, and audit risk. Least privilege must therefore be enforced at the point of tool use, with policy able to block exfiltration, rogue calls, or unsafe delegation in real time. That is a control model shift from static posture to active governance.

Practical implication: evaluate whether a platform can authorise, deny, and log agent tool use at runtime rather than only report after the fact.


Threat narrative

Attacker objective: The objective is to turn legitimate agent access into unauthorised actions, data exposure, or downstream system compromise while preserving the appearance of authorised use.

  1. Entry begins when an agent is granted legitimate access to tools, APIs, or MCP connections through delegated authority, employee-created shadow AI, or a trusted workflow integration.
  2. Escalation occurs when the agent uses that access beyond the intended task scope, chains additional tools, or follows injected instructions that redirect execution without human review.
  3. Impact follows when the agent exfiltrates data, executes unsafe actions, or propagates the same access through spawned agents and other privileged processes.

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 agent security is becoming an identity problem before it becomes a model problem. The article correctly frames discovery, least privilege, runtime protection, and lifecycle governance as the real evaluation criteria. Once agents can use tools and data on behalf of users, the decisive question is who or what is authorised to act, not merely whether the model is producing safe text. Practitioners should therefore judge this category through IAM and PAM controls as much as through appsec features.

Delegated authority is the central governance failure mode in agentic systems. An agent often inherits a user or service principal's permissions, then operates with enough latitude to turn that delegation into a broader blast radius than the original human intended. That is not a prompt filtering issue. It is a privilege design issue, and it means security teams need to examine the original trust boundary that allowed the agent to act at all.

Shadow AI is now an access governance problem, not just an inventory problem. The article's emphasis on discovery is important because unmanaged agents create unknown identities, unknown tool relationships, and unknown data paths. When those relationships are not visible, access reviews and recertification become performative rather than protective. Practitioners should treat missing agent inventory as a governance defect with direct identity security impact.

Runtime enforcement is the point where most current AI security programmes will either prove themselves or fail. A platform that can only detect after execution is already too late for prompt injection, tool misuse, or data exfiltration in fast agent workflows. The market is moving toward controls that sit inside the execution loop, which validates a broader shift in security architecture from static inspection to continuous authorisation and containment.

Identity blast radius is the most useful concept for evaluating AI agent platforms. The platform value is not whether it has more AI features, but how tightly it constrains the damage an agent can cause once granted access. That includes discovery of hidden dependencies, runtime gating of tool calls, and lifecycle controls that remove stale or overbroad authority. For enterprise teams, the practical test is whether the platform shrinks blast radius or merely observes it.

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.
  • Another finding from the same research shows that 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.
  • For a broader governance lens, see OWASP Agentic AI Top 10 for the risk patterns most likely to emerge in agentic deployments.

What this signals

Identity blast radius is now the right planning unit for AI agent programmes. Once agents can inherit access and invoke tools, the question is no longer whether the model is safe in isolation. It is whether your IAM, PAM, and lifecycle processes can bound what happens after delegation, especially when agent behaviour is dynamic and difficult to pre-classify.

The governance gap will widen fastest in organisations that confuse model monitoring with access control. AI teams may believe prompt filtering and output checks are enough, but operational risk sits in tool use, delegated credentials, and forgotten shadow AI. That means agent programmes need identity telemetry, not just model telemetry, if they want defensible control coverage.

With 52% of companies able to track and audit the data their AI agents access, per the AI Agents: The New Attack Surface report, the remaining blind spot is large enough to affect both incident response and compliance evidence. Security leaders should expect agent inventory, runtime authorisation, and access review to converge into one control plane.


For practitioners

  • Define the agent security boundary in identity terms Map each AI agent to the user, service account, or workload identity that authorises it, then record which tools, APIs, and datasets that delegation can reach.
  • Inventory shadow AI and connected tooling Continuously discover agents, MCP servers, APIs, and linked identities so that access reviews cover the full dependency chain instead of only named applications.
  • Test runtime enforcement before procurement Validate whether the platform can block prompt injection, unsafe tool calls, and data exfiltration during execution rather than only detect them after the session ends.
  • Align agent controls to OWASP and AI risk frameworks Map evaluation criteria to the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework so platform selection reflects known agent failure modes.
  • Reduce privilege before scaling agent use Apply least privilege to every agent, then remove standing access that is not required for the task, especially where MCP or other shared tool layers are involved.

Key takeaways

  • AI agent security is fundamentally an identity governance problem because agents act through delegated access, not just model outputs.
  • The strongest evidence points to a large control gap, with most organisations already seeing agents go beyond intended scope.
  • Teams should evaluate platforms on discovery, runtime enforcement, and lifecycle governance, because those are the controls that reduce agent blast radius.

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 MITRE ATT&CK 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 evaluates agentic AI attack surfaces, red teaming, and runtime controls.
NIST AI RMFMANAGEThe post discusses governance, risk, and controls for AI systems in production.
NIST CSF 2.0PR.AC-4Least privilege and access governance are central to the platform evaluation criteria.
NIST Zero Trust (SP 800-207)Section 3.2The article's runtime enforcement and continuous verification themes align to zero trust.
MITRE ATT&CKTA0006 , Credential Access; TA0009 , Collection; TA0010 , ExfiltrationThe threat model includes credential theft, data collection, and exfiltration via agents.

Map agent security requirements to the OWASP Agentic AI Top 10 and test controls against known agent failure modes.


Key terms

  • AI Security Platform: An AI security platform governs how people and agents use AI systems across prompts, responses, files, and tool calls. It goes beyond traditional content filtering by adding intent-aware policy, runtime enforcement, and audit linkage so the organisation can control both the conversation and the action that follows.
  • 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.
  • 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.
  • Runtime Enforcement: Runtime enforcement is the practice of blocking malicious behaviour while software is running, rather than only detecting it after the fact. It monitors process activity, network actions, and privilege changes so a live attack can be interrupted at the point of execution.

What's in the full article

Akto's full blog covers the operational detail this post intentionally leaves for the source:

  • Platform comparison criteria for discovery, runtime protection, red teaming, and MCP security across named vendors.
  • Feature table details on deployment models, CI/CD integration, and SIEM integration for implementation-stage evaluation.
  • The article's maturity model for agent identity and the associated controls expected at each stage.
  • Examples of how the vendor maps controls to OWASP, MITRE ATLAS, NIST AI RMF, EU AI Act, and ISO 42001.

👉 Akto's full post breaks down the platform comparison criteria, runtime control features, and framework alignment in more detail.

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 building or maturing identity security strategy, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org