TL;DR: Anthropic’s Mythos pushed attack execution into machine time, collapsing detection, review, and remediation windows that IAM, PAM, and IGA have depended on for three decades, according to Silverfort. Access review processes assume privilege persists long enough to be observed, but autonomous execution can create and discard it inside a single session.
At a glance
What this is: This is an independent analysis of how AI agent security and runtime identity controls have become the decisive layer as attack timelines shrink.
Why it matters: It matters because identity teams now have to govern AI agents, service accounts, and human access under the same runtime pressure, where delayed review and static privilege assumptions no longer hold.
By the numbers:
- 38 independent researchers reported findings that went well beyond benchmarks after Claude Mythos Preview was released.
- AI agents can carry out breakout activity in 34 minutes on average, with the fastest lateral movement observed in 4 minutes.
- Only 5.7% of organisations have full visibility into their service accounts.
👉 Read Silverfort's analysis of AI agent security and runtime identity control
Context
AI agent security is the practice of governing identity, access, and execution for software that can choose actions at runtime. The problem is not that these systems use tools. The problem is that they compress identity decisions into a timescale that existing IAM and PAM controls were never built to handle, especially when authentication, privilege use, and lateral movement can happen before a review cycle even begins.
Silverfort’s article argues that Mythos exposed a broader governance gap: security programmes built around delayed detection, periodic access review, and static provisioning cannot keep up with machine-time attack chains. That concern maps directly to NHI governance, workload identity control, and the emerging need to treat AI agents as first-class identity subjects, not just as another automation layer.
Key questions
Q: How should security teams govern AI agent security in runtime environments?
A: Security teams should govern AI agent security at the point of access, not only through provisioning and periodic review. That means evaluating identity context, request type, and risk before privilege is consumed, then limiting tool reach and action scope so a single session cannot expand into broad compromise.
Q: Why do AI agents complicate traditional IAM and PAM controls?
A: AI agents complicate traditional IAM and PAM controls because they compress identity decisions into short, non-linear execution chains. Controls built for stable privilege and human-paced review do not work well when access is selected, used, and discarded before the next governance checkpoint occurs.
Q: What breaks when access review cycles are used for machine identities?
A: What breaks is the assumption that access will still exist long enough to be reviewed. Machine identities may be ephemeral, over-privileged, or action-heavy within a single session, which means review cycles often describe past state instead of stopping active misuse.
Q: Who should own revocation for AI agent and service account access?
A: Ownership should sit with the team that can revoke access in time and understand the operational purpose of the identity. If no one can act before the chain completes, accountability is only theoretical and the control model is already too slow.
Technical breakdown
Runtime identity enforcement for AI agents
Runtime identity enforcement means evaluating an access request at the moment it occurs, using live context rather than a pre-set entitlement model. In AI agent environments, that matters because the actor may make multiple tool choices in a single session, change intent mid-stream, or probe several paths before a human can intervene. Traditional IAM authorisation is often front-loaded and static. Runtime control moves the decision point into the access flow itself, where it can compare identity posture, action type, and risk before privilege is consumed.
Practical implication: move AI agent and machine identity decisions into the access path, not the quarterly review cycle.
Why machine-time attacks break IAM and PAM assumptions
IAM and PAM programmes have historically assumed there is a measurable gap between action and response. That gap is what makes logging, alerting, and certification useful. Machine-time attacks collapse that gap. If identity enumeration, credential testing, privilege escalation, and data movement all happen in minutes, then a control that only observes after the fact becomes forensic, not preventive. The issue is not simply speed. It is the loss of governable time between trust being granted and trust being abused.
Practical implication: redesign control coverage around pre-execution decisioning and containment, not post-event detection.
AI agent identity posture and access blast radius
AI agent identity posture is the state of an agent’s credentials, privileges, attribution, and behavioural boundary before it acts. The article’s core technical point is that agents often inherit over-provisioned access, lack a stable owner, and can operate without a clear baseline for expected behaviour. That creates an identity blast radius problem. Once the agent can chain actions faster than review processes can respond, every excess permission becomes an acceleration path for abuse rather than a dormant entitlement.
Practical implication: establish identity baselines, ownership, and scoped access boundaries for every agent before deployment.
NHI Mgmt Group analysis
Runtime governance is now the control plane, not an enhancement. The article’s central insight is that execution has moved into a window too short for traditional IAM governance to observe. Access reviews, periodic certification, and delayed detection were designed for identities whose privilege persisted long enough to be reviewed. That assumption no longer holds when AI agents and machine-speed attacks can create, use, and discard access within one continuous chain. Practitioners should treat runtime enforcement as the primary identity security boundary.
AI agent security exposes an assumption-collapse in IAM programmes. Least privilege was designed for actors whose intent could be understood at provisioning time. That assumption fails when an agent selects tools, pivots context, and advances an attack path at runtime without human approval. The implication is not simply to add more policy. It is to recognise that pre-allocated access models do not fully describe agent behaviour once execution becomes autonomous or near-autonomous.
Identity blast radius: the real risk is no longer just credential theft, but credential speed. The article shows that the same old weaknesses, such as over-privileged service accounts, reused credentials, and weak segmentation, become more dangerous when discovery and chaining cost almost nothing. That shifts the field from entitlement volume to entitlement velocity. Practitioners should assess how fast a single identity can move from first use to broad compromise.
PAM, IGA, and NHI governance are converging on one runtime question. If an identity can act before a human can review it, then segregation between authentication, authorisation, and governance becomes less useful than a single enforced decision point. That does not erase lifecycle governance. It raises the bar for it. The programme question is no longer whether access exists, but whether it can be stopped at the moment of use.
Agentic behaviour forces identity teams to rethink accountability, not just control coverage. The article makes clear that AI agents can act with no durable human pacing behind each step, which complicates attribution and response. That matters across human IAM, NHI, and emerging agentic workflows because the delegation chain may still be human-authored even when the execution is not. Practitioners should map who owns the decision, who owns the access, and who can revoke it in time.
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 the Ultimate Guide to NHIs.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to the Ultimate Guide to NHIs.
- For the broader control model behind this problem, see Ultimate Guide to NHIs , The NHI Market, which frames why identity sprawl keeps outpacing governance.
What this signals
Runtime identity control is becoming the practical dividing line between programmes that can interrupt abuse and programmes that can only explain it later. For teams building around Zero Trust and machine identity, the architectural priority is shifting toward inline decisioning, scoped access, and revocation that can happen before a session completes.
A useful proxy for programme maturity is whether identity teams can name and contain the identity blast radius of an agent or service account before it is used. That requires combining identity context with operational ownership, because access that cannot be revoked quickly is functionally standing privilege.
When a programme still relies on delayed review to catch misuse, it is implicitly assuming that access persists long enough to be observed. The article shows that machine-time attacks break that assumption, so teams should treat agent identity, service account scope, and privileged access as one continuous control surface.
For practitioners
- Shift enforcement into the access path Evaluate authentication and authorisation requests at runtime using live context, not after the fact in review queues. This is the only way to interrupt machine-speed abuse before privilege is consumed.
- Baseline every AI agent identity Assign each agent a known owner, explicit purpose, and scoped access boundary before it is allowed to act. Unowned or loosely attributed agent identities expand the blast radius of any misuse.
- Reduce standing privilege for service accounts Inventory service accounts and secrets that can reach high-value systems without a justifiable task boundary. Remove broad reach, because static access becomes a fast path for chained exploitation once attacks move at machine speed.
- Test for breakout speed, not just detection quality Measure how quickly an identity can move from initial access to privilege escalation and lateral movement under realistic conditions. If the path completes in minutes, your current controls are already behind the attacker.
Key takeaways
- AI agent security changes the timing of identity risk by compressing abuse into the same window that IAM and PAM normally need for review.
- The evidence points to a structural control gap: static privilege, delayed detection, and periodic certification all become weaker when attacks complete in minutes.
- Practitioners should move governance into the access path, reduce standing privilege, and define ownership for every machine and agent identity.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | AI agent runtime behaviour and tool use are the core topic here. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Standing secrets and machine identities are a major risk path in the post. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Inline access decisions and continuous verification are central to the argument. |
Inventory and reduce standing NHI access, then enforce rapid revocation for exposed credentials.
Key terms
- Runtime Identity Enforcement: Runtime identity enforcement is the practice of evaluating access at the moment it is requested, using live context rather than relying only on provisioning or periodic review. For AI agents and machine identities, it is the control point that can still interrupt action before privilege is consumed.
- Identity Blast Radius: Identity blast radius is the amount of damage a single identity can cause if it is misused or compromised. In NHI and agentic AI environments, it depends on how much access exists, how quickly it can be exercised, and whether revocation can happen before the chain completes.
- Machine-Time Attack: A machine-time attack is an attack path that completes so quickly that human-paced detection and review cannot keep up. The term is especially relevant to AI agents and automated abuse because it highlights the gap between the speed of execution and the speed of governance.
- Standing Privilege: Standing privilege is access that remains continuously available instead of being created only when needed. It is especially risky for service accounts, secrets, and agents because persistent access gives attackers a ready-made route for escalation and lateral movement.
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 NHI governance in your organisation, it is worth exploring.
This post draws on content published by Silverfort: Why Silverfort's Mythos analysis is changing identity security thinking. Read the original.
Published by the NHIMG editorial team on 2026-06-18.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org