By NHI Mgmt Group Editorial TeamPublished 2026-06-02Domain: Agentic AI & NHIsSource: Delinea

TL;DR: Anthropic's Claude Mythos autonomously found more than 10,000 high- and critical-severity vulnerabilities across 1,000 open-source projects, with a 72% exploit success rate, showing how AI accelerates entry but not attacker intent, according to Delinea. The practical shift is that identity control, not vulnerability discovery alone, becomes the limiting factor once compromise is possible.


At a glance

What this is: This is an analysis of how autonomous vulnerability discovery changes the attack surface, with AI agents now operating as privileged identities that need runtime control.

Why it matters: It matters because IAM and NHI teams must govern AI agents like privileged accounts, or attackers will use them to move faster and farther after initial access.

👉 Read Delinea's analysis of AI agents, Mythos, and identity security


Context

AI-driven vulnerability discovery is shrinking the time between weakness identification and exploit creation, but it does not change the underlying security problem: attackers still need access, privilege, and a path to impact. For IAM and NHI teams, that means the core question is no longer only how fast flaws are found, but how much damage an identity can do once a flaw or credential is exposed.

The article frames AI agents as privileged identities, which is the right governance lens. If an agent can hold credentials, execute actions across systems, and operate with limited oversight, it belongs inside identity control, session governance, and audit processes, not outside them as a separate category of risk.


Key questions

Q: How should security teams govern AI agents that hold privileged access?

A: Treat them as high-risk non-human identities. Give each agent scoped credentials, define explicit resource boundaries, record every action, and require runtime authorization for sensitive operations. If you cannot inventory the agent, bound its access, and attribute its actions, it should not be allowed to operate with privileged reach.

Q: Why do AI-assisted vulnerability discoveries increase identity risk?

A: Because faster discovery shortens the time between exposure and exploitation, but the breach still succeeds through credentials, privileges, and session misuse. Identity controls determine whether that access becomes a limited event or a broad incident. The real defense is reducing what any identity can do after access is gained.

Q: What breaks when standing privilege exists for non-human identities?

A: A single compromised credential can be reused across systems, extended over time, and combined with lateral movement. Standing privilege turns routine access into reusable attack capacity. In practice, that means one failure can become a multi-system incident before defenders notice.

Q: What should teams do in the first 24 to 72 hours after discovering agent misuse?

A: Contain the session, revoke the agent's credentials, inventory every reachable system, and review all actions taken during the period of misuse. Then determine whether the problem is limited to one identity, or whether the same privilege pattern exists elsewhere in the environment.


Technical breakdown

Why autonomous vulnerability discovery changes the identity model

Autonomous vulnerability discovery compresses the attacker workflow by removing human bottlenecks in recon, exploit generation, and testing. That does not make identity less important. It makes identity more central, because once a weakness is found, the attacker still needs credentials, session continuity, and reachable privileges to turn access into impact. The practical distinction is between finding a path in and governing what an identity can do after it is in. For security teams, this means runtime controls must assume both faster discovery and faster misuse.

Practical implication: Treat exploit discovery speed as a forcing function for tighter identity governance, not as a standalone vulnerability-management issue.

AI agents as privileged non-human identities

When an AI agent can hold secrets, call tools, and execute actions across systems, it is functioning as a non-human identity with privileged access. That means the same control questions apply as for any sensitive service account: what it can reach, whether the credential is scoped, how long access persists, and whether every action is attributable. The difference is scale and speed. A human administrator can be supervised in real time only to a point, but an agent can chain actions quickly enough that post hoc review is too late. This is why session-level governance matters.

Practical implication: Place AI agents under NHI inventory, least privilege, and session recording controls before they become invisible privileged paths.

Runtime authorization versus door-only access checks

Door-only access checks authorize an identity at login and assume the rest of the session stays within policy. That model fails when an AI agent begins with legitimate access but shifts behavior mid-session, or when a compromised identity uses broad permissions for an unexpected sequence of actions. Runtime authorization evaluates the identity, the target resource, and current risk context for each action. In practice, that converts identity from a static gate into a continuous control surface. For AI agents and other privileged NHIs, that is the only reliable way to limit blast radius after access is granted.

Practical implication: Use continuous authorization for agent sessions and high-risk NHI access paths, not just initial authentication.


Threat narrative

Attacker objective: The objective is to convert fast vulnerability discovery into durable, privilege-backed access that can be used for lateral movement, data exposure, and operational disruption.

  1. Entry occurs through autonomous discovery of high-severity software flaws, which shortens the time needed to identify viable attack paths.
  2. Escalation follows when the attacker pairs exploitability with credential abuse or broad privileges, turning access into control of more systems.
  3. Impact comes from privilege-driven lateral movement and session abuse, where the compromised identity can reach sensitive data or execute destructive actions.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Identity is becoming the decisive control plane for AI-era compromise. Vulnerability discovery may be accelerating, but the attacker still needs a credential, a session, and a route to impact. That shifts the security center of gravity from finding every flaw to limiting what any compromised or autonomous identity can do. Practitioners should treat identity blast radius as the primary risk variable.

AI agents are now a privileged identity class, not just an application feature. If an agent holds secrets, executes actions, and reaches multiple systems, it belongs in the same governance model as other high-risk NHIs. The absence of full inventory, scoped access, and action-level auditability is a governance failure, not a tooling gap. Identity teams should bring agents under the same lifecycle discipline as service accounts and elevated admin accounts.

Session control is the named concept that matters here: runtime governance gap. The gap appears when organizations can authenticate an identity but cannot govern what it does after access is granted. That is where agentic systems and privileged NHIs create unexpected risk, because misuse often begins inside an otherwise valid session. Security leaders should close the runtime governance gap before AI-generated exploitability makes it unavoidable.

Compliance pressure will accelerate governance, but the operational need is broader than regulation. Auditability for AI-initiated activity is becoming a legal expectation in some contexts, yet the real issue is control, not only reporting. Organizations that can continuously authorize, record, and terminate high-risk sessions will be better positioned across human, machine, and agentic identity domains. The practical conclusion is to build one identity control model with different enforcement patterns, not separate silos.

Eliminating standing privilege remains the simplest way to shrink attacker optionality. Faster exploitation does not matter as much when credentials are ephemeral, scoped, and brokered at connection time. That principle applies equally to humans, service accounts, and AI agents, because standing access is what turns a single compromise into a broad incident. Teams should reduce standing privilege first, then add runtime controls for the identities that still require persistent reach.

From our research:

  • 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures, according to Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which helps explain why identity-led attack paths persist even when teams think they have coverage.
  • For a broader control model, see Ultimate Guide to NHIs for lifecycle, rotation, and offboarding practices that reduce privilege persistence.

What this signals

Runtime governance has to become a normal control pattern for privileged identities. AI agents and other NHIs now operate quickly enough that initial access controls are insufficient on their own. If a session can drift, branch, or escalate after authentication, security teams need policy enforcement that keeps pace with the action itself, not just the login event.

Blast-radius reduction will matter more than perfect prevention. No enterprise will eliminate every vulnerability, and autonomous discovery makes that even less realistic. The practical program shift is to limit what compromised identities can reach, reduce credential lifetime, and make session termination a routine control. That is how identity teams absorb faster attack cycles without building brittle defenses.

With 80% of identity breaches involving compromised non-human identities such as service accounts and API keys, according to the Ultimate Guide to NHIs, the operational gap is already visible. The forward-looking response is to unify human, machine, and agentic governance under one inventory and one audit model, then apply different enforcement rules by actor type. That avoids a fragmented control plane and makes escalation paths easier to see.


For practitioners

  • Implement continuous discovery for all privileged identities Build an inventory that includes human admins, service accounts, API keys, and AI agents. Reconcile what each identity can reach, what secrets it holds, and which sessions are active so hidden privilege chains do not remain invisible.
  • Broker and scope agent credentials Issue credentials at connection time, restrict them to task scope, and revoke them when the job completes. For AI agents, pair brokered access with session recording so every action is attributable and reviewable.
  • Move from door checks to runtime authorization Authorize each high-risk action against identity, resource, and live risk context rather than relying on login-time approval alone. Terminate sessions immediately when behavior moves outside policy.
  • Eliminate standing privilege on the shortest feasible timeline Prioritize privileged accounts, long-lived secrets, and unattended agent identities that retain access between tasks. Use just-in-time access and short-lived credentials wherever operationally possible.

Key takeaways

  • Autonomous vulnerability discovery changes the speed of attack, but identity governance still determines the size of the breach.
  • AI agents that hold credentials and execute actions should be managed as privileged non-human identities with runtime controls.
  • The most practical defense is to eliminate standing privilege, scope access tightly, and authorize sensitive actions continuously.

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 CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Autonomous AI discovery and agent misuse map to agentic application risk controls.
OWASP Non-Human Identity Top 10NHI-03Standing secrets and privileged agent access align with NHI credential lifecycle risk.
NIST CSF 2.0PR.AC-4Least privilege and access governance are central to limiting blast radius.

Assess agent tool use, privilege, and runtime behavior under agentic application security controls.


Key terms

  • Runtime authorization: Runtime authorization is the practice of evaluating each action an identity takes while the session is active, rather than approving access only at login. It is essential when identities can drift, branch, or misuse legitimate access after authentication. The control pairs identity, resource, and live risk context.
  • Privileged non-human identity: A privileged non-human identity is any service account, API key, token, certificate, workload, or AI agent that can reach sensitive systems and perform high-impact actions. The risk comes from the access it carries, not from whether a person is operating it directly. Governance must cover lifecycle, scope, and attribution.
  • Standing privilege: Standing privilege is access that persists between tasks or beyond the moment it is needed. It creates reusable attack capacity because a single compromised identity can be abused repeatedly without fresh approval. In mature programs, standing privilege is replaced with short-lived, task-scoped access wherever possible.
  • Blast radius: Blast radius is the amount of damage an attacker can cause after compromising an identity or session. In identity programs, it is determined by privilege scope, credential lifetime, and the number of systems the identity can reach. Reducing blast radius is often more effective than relying on prevention alone.

Deepen your knowledge

AI agent governance and privileged identity control are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If your team is extending identity controls from service accounts to AI agents, this is the right starting point.

This post draws on content published by Delinea: In the Mythos era, identity is the last line of defense. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-02.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org