TL;DR: Anthropic’s Project Glasswing and Claude Mythos Preview show how machine-speed vulnerability discovery can outpace manual patching, turning over-privileged AI agents and NHIs into the real control point for risk reduction. The decisive shift is from patch-first thinking to strict identity blast radius control, because permissions now determine whether an exploit can actually matter.
At a glance
What this is: This is an independent analysis of how AI-driven vulnerability discovery changes the security problem from patch velocity to identity blast radius control.
Why it matters: It matters because NHI and IAM teams need to govern which agents and service accounts can actually reach, modify, or exfiltrate from critical systems.
By the numbers:
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job.
- Only 5.7% of organisations have full visibility into their service accounts.
Context
AI-assisted vulnerability discovery changes the economics of security by compressing detection time faster than most organisations can compress remediation time. In that environment, identity blast radius, the set of actions an AI agent or non-human identity can perform if compromised, becomes the real control boundary for NHI governance.
The old assumption that patching eventually closes exposure no longer holds when new flaws can be surfaced at machine speed. For IAM and NHI teams, the practical question is not only whether a system is vulnerable, but whether any identity in the environment has enough privilege to turn that vulnerability into impact.
That starting position is increasingly typical in modern environments, especially where service accounts, API keys, and autonomous agents accumulate access over time.
Key questions
Q: How should security teams reduce AI and NHI blast radius?
A: Start by identifying every identity that can touch sensitive systems, then remove standing privilege wherever possible. Use just-in-time access, segmented environments, and explicit approval for high-risk actions. The goal is not to eliminate every flaw immediately, but to make any compromised identity unable to move far or do serious damage.
Q: Why does AI-driven vulnerability discovery change NHI governance?
A: Because discovery can now outpace remediation, the security problem shifts from counting flaws to constraining what identities can do. If service accounts and AI agents have broad access, new vulnerabilities become easier to exploit. Governance must therefore focus on privilege scope, credential lifetime, and action-level authorisation.
Q: What is the difference between patching and blast radius control?
A: Patching removes or reduces a specific weakness in software. Blast radius control limits how much damage a compromised identity can cause if the weakness is exploited. In practice, patching is about fixing the code, while blast radius control is about constraining access so the code flaw cannot become a major incident.
Q: When is zero standing privilege more useful than broader access models?
A: It is most useful when systems are highly dynamic, identities are numerous, and autonomous agents can act quickly. In those conditions, persistent access creates avoidable risk. Zero standing privilege reduces the time window in which credentials are useful to an attacker and forces every privileged action to be deliberate.
Technical breakdown
Why identity blast radius matters more than patch velocity
Patch velocity measures how quickly a team can fix a flaw after discovery. Identity blast radius measures how far a compromised identity can move once a flaw is reachable. In AI-assisted environments, discovery can outpace human remediation, so the practical security boundary shifts from code hygiene to permission scope. If an agent or service account cannot reach a kernel, database, or control plane, then a newly found flaw has little operational value to an attacker. That is why least privilege, scoped roles, and just-in-time access are now foundational controls rather than optimization exercises.
Practical implication: Treat privilege scope as the primary limiter of exploit impact.
How autonomous agents change access design for NHIs
Autonomous agents are not just another workload. They are non-human identities with execution authority, tool access, and sometimes the ability to make irreversible changes. That means their access model has to account for intent, task scope, and runtime verification, not just static authentication. A service account can be over-privileged in a predictable way, but an AI agent can become dangerous by combining broad permissions with rapid tool chaining. In practice, the architectural challenge is to bind each agent to a narrow purpose and to isolate credentials so that compromise does not translate into lateral movement or privileged action.
Practical implication: Design agent access as task-scoped and revocable, not durable and expansive.
Zero standing privilege as a containment model
Zero standing privilege means no identity keeps persistent access when it is not actively needed. For NHIs, this is stronger than traditional role design because it assumes compromise eventually happens and focuses on reducing dwell-time value. The model works best when combined with short-lived credentials, segmented environments, and explicit approval for sensitive operations. In an AI-heavy estate, this limits how much damage a compromised model, token, or service account can do before detection. The control goal is not perfect prevention. It is to make each identity's usable power temporary, narrow, and auditable.
Practical implication: Move high-risk NHIs to ephemeral access with explicit reauthorization.
NHI Mgmt Group analysis
Identity blast radius is now the more useful security metric than vulnerability count. When AI can surface flaws far faster than teams can patch them, the number of exposures matters less than the permissions attached to reachable identities. A small set of over-privileged service accounts can turn routine flaws into enterprise incidents. Practitioner conclusion: measure how much damage one identity can cause, not just how many flaws exist.
Over-privileged NHIs are the bridge between machine-speed discovery and real-world compromise. Vulnerability discovery alone does not create breach impact. Impact appears when an AI agent, token, or service account has enough access to modify systems, move laterally, or reach sensitive data. That shifts governance toward access review, scoped delegation, and runtime constraint. Practitioner conclusion: reduce the permissions that make exploitation worthwhile.
Zero standing privilege should be the default posture for autonomous access. Persistent credentials create durable attack paths that AI-assisted attackers can exploit repeatedly. Temporary access, approval gates, and short-lived tokens shrink the window in which compromised identities remain useful. Practitioner conclusion: reserve standing access for exceptional cases and document every exception.
Permissions are the new firewall for AI-era environments. Firewalls still matter, but they no longer define the main containment boundary when tool-using agents can operate inside trusted zones. The decisive control is whether an identity is allowed to touch a resource in the first place. Practitioner conclusion: align network, workload, and identity controls around explicit authorization paths.
Identity sprawl creates an exploit surface that patching cannot solve on its own. As service accounts, API keys, and autonomous agents proliferate, organisations inherit more identities than their governance models can reliably inventory. The result is a growing mismatch between what exists and what is managed. Practitioner conclusion: inventory and privilege governance must advance together.
From our research:
- From our research: Only 5.7% of organisations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage.
- For a broader governance baseline, read 52 NHI Breaches Analysis for repeated failure patterns across real incidents.
What this signals
The operational signal for security leaders is that AI-assisted discovery will keep exposing weaknesses faster than patch queues can clear them. With 67% of organisations still relying heavily on static credentials despite the risks they pose to agentic AI deployments, the control problem is already about identity governance, not just vulnerability management.
Identity bottleneck: programmes that still treat access review as a periodic hygiene task will struggle to contain autonomous systems. The next phase of AI governance will require tighter coupling between workload identity, secrets handling, and privilege enforcement across every environment.
Teams should expect board-level attention to move from how many flaws exist to how much access each identity can exercise. That shift will reward organisations that can prove narrow privilege, rapid revocation, and continuous inventory across NHIs.
For practitioners
- Map identity blast radius for your highest-value systems Identify which service accounts, API keys, and AI agents can reach kernel-level controls, databases, deployment pipelines, or exfiltration paths. Rank those identities by the damage they could cause if compromised.
- Move high-risk NHIs to just-in-time access Replace standing permissions with short-lived, task-scoped access for administrative and sensitive workflows. Require reauthorization for privileged actions and revoke credentials automatically when the task ends.
- Reduce autonomous agent permissions to the minimum viable scope Separate read, write, and control-plane capabilities so an agent can complete only the work it is assigned. Use segmented environments and policy checks to prevent tool chaining into unrelated systems.
- Prioritise access review before broad remediation efforts When vulnerability discovery accelerates, teams should first remove unnecessary privilege from identities that can exploit those flaws. This lowers exposure faster than trying to fix every issue at once.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
Key takeaways
- AI can accelerate flaw discovery faster than most teams can patch, so the real control question becomes which identities can reach exposed systems.
- Over-privileged service accounts and autonomous agents turn ordinary vulnerabilities into serious incidents, making identity scope a first-order risk factor.
- Security programmes should prioritise zero standing privilege, task-scoped access, and continuous privilege review to shrink exploit impact.
Key terms
- Identity Blast Radius: The amount of damage a compromised identity can cause before it is stopped. In NHI governance, this is shaped by privilege scope, network reach, and what tools or data the identity can access. Reducing blast radius is often more effective than trying to assume every compromise can be prevented.
- Zero Standing Privilege: A control model in which an identity does not keep persistent access unless it is actively needed. For NHIs, this means credentials and permissions are issued for a narrow task and then removed. It reduces the time window and reuse value of stolen access.
- Autonomous Agent: A software entity that can act with its own execution authority and use tools or data sources to complete tasks. In security terms, an autonomous agent is also a non-human identity, so its permissions, approval boundaries, and credential lifecycle must be governed like any other privileged workload.
Deepen your knowledge
Identity blast radius control and zero standing privilege are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building governance for autonomous agents and service accounts, it is worth exploring.
This post draws on content published by Anthropic: The Mythos & Project Glasswing Paradox. Read the original.
Published by the NHIMG editorial team on 2026-04-14.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org