By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: CRACKENPublished July 28, 2026

TL;DR: Code execution was achieved on 97.8% of autonomous offensive-security agents in tests, often reaching credentials, persistence, and host control, according to CRACKEN. The core problem is assumption collapse: current review and sandbox models assume agent behaviour is predictable enough to contain after the fact, but autonomous attackers act and escalate inside the same session.


At a glance

What this is: This is CRACKEN's analysis of a new active-defense layer for autonomous AI attackers, with the key finding that most production offensive agents were exploitable in testing.

Why it matters: It matters because security teams are now deploying agents that hold privileged access, so AI agent governance has to address runtime manipulation, not just traditional sandboxing and credential hygiene.

By the numbers:

👉 Read CRACKEN's analysis of Project BlackSea and autonomous AI attackers


Context

Autonomous AI attackers are software entities that choose actions, tools, and execution timing at runtime rather than following a fixed script. In identity terms, that shifts the problem from static NHI credential management to governance of a system that can initiate, chain, and repeat actions on its own. Once that behaviour exists, the control question is no longer just who has access, but what an agent can decide to do with it.

CRACKEN's premise is that current offensive agents already behave like privileged insiders in practice, because they carry live credentials, operate inside sandboxes, and are allowed to make execution decisions during an engagement. That makes the article relevant to AI agent governance, workload identity, and privileged access because the main failure mode is not simple credential theft, but runtime misuse of authorized access by a system acting with autonomy.

The article is atypical in one respect: it focuses on autonomous attacker tooling rather than general enterprise AI adoption. Even so, the identity lesson is directly transferable to defenders running their own agents, because the same assumptions about review, containment, and operator oversight are doing the work in both cases.


Key questions

Q: What breaks when AI agents are given broad standing access?

A: Broad standing access breaks governance because the agent can move from one task to another without a fresh authorization check. That creates a control gap between intended scope and actual runtime behaviour. The result is weak accountability, limited containment, and audit trails that show activity without explaining why the activity was allowed.

Q: Why do NHIs complicate zero trust and least privilege efforts?

A: NHIs complicate zero trust because they are numerous, persistent, and often tightly integrated into applications and pipelines. If teams cannot see every identity or keep permissions aligned to actual usage, they cannot consistently prove least privilege. Continuous review and revocation are essential, not optional.

Q: How do security teams know if an AI agent sandbox is actually working?

A: A working sandbox should stop execution, block privilege expansion, and prevent the agent from touching sensitive context even when the model is manipulated. If the agent can still download files, run code, access credentials, or write back into its own queue, the sandbox is only containment in name, not in effect.

Q: Who is accountable when an autonomous agent misuses access or exposes data?

A: Accountability should sit with the team that owns the agent lifecycle, policy, and runtime enforcement, not with the agent itself or with the model provider alone. If multiple groups share the control plane, they still need one named governance owner for recertification, monitoring, and incident escalation. Otherwise, the gap becomes a governance failure, not a technical one.


Technical breakdown

Why autonomous attacker agents defeat post-hoc review

Autonomous attacker agents do not wait for a human operator to approve each move. They interpret a target, choose tools, decide when to run them, and adapt to the response in the same session. That matters because traditional review models assume a stable action trail that can be inspected after execution. Once a system can chain recon, exploitation, and lateral movement on its own, the audit trail becomes a record of completed harm rather than a prevention mechanism.

Practical implication: treat autonomous execution as a runtime control problem, not an after-action logging problem.

How lure-based execution flips the attacker against itself

BlackSea's mechanism uses deceptive assets that appear valuable to an attacking agent, such as fake vaults or unpacking tools. The agent downloads and runs the payload because its own reasoning treats the bait as useful, not because it received an explicit malicious instruction. That avoids prompt injection dependency and targets the model's decision loop instead. If the agent can be induced to execute attacker-controlled code on its own infrastructure, the defender gains both disruption and evidence.

Practical implication: build deceptive assets into places autonomous agents naturally inspect, then monitor for execution and callback behaviour.

Why sandboxes and guardrails do not close the agentic gap

A sandbox limits where code runs, but it does not by itself prevent the agent from making a bad decision, moving into privileged context, or collecting sensitive artefacts before containment triggers. The article's tests show that even warned models with active guardrails can still be manipulated into harmful action. That exposes a structural issue in agent design: the decision boundary and the containment boundary are not the same thing, and the agent can cross both before a human sees the event.

Practical implication: validate whether your sandbox constrains execution only, or also constrains tool choice, data access, and escalation paths.


Threat narrative

Attacker objective: The attacker wants to turn a trusted autonomous agent into an execution foothold that yields credentials, persistence, and host control on the operator's infrastructure.

  1. Entry occurs when the attacker-controlled lure or crafted content is placed where the autonomous agent naturally searches during recon.
  2. Escalation follows when the agent downloads and runs the bait, causing code execution on its own machine and exposing live credentials, API keys, and task context.
  3. Impact emerges as the agent is pushed into lateral movement, persistence, and host compromise, allowing the attacker to inherit privileged access and operational control.

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


NHI Mgmt Group analysis

Autonomous attacker agents invalidate the assumption that identity can be reviewed after execution. Access review, sandbox review, and post-run audit all presuppose that action persists long enough to be observed and certified. BlackSea's findings show that an autonomous agent can complete recon, execution, and escalation inside the same window. The implication is that governance for autonomous actors must be designed around pre-execution constraints and runtime invariants, not retrospective certification.

Standing privilege becomes a liability multiplier when the actor can choose its own next step. The article describes agents that already carry live credentials, API keys, and broad operational permission. In NHI terms, that is not just excess access, it is delegated execution with no human pacing. When the actor is autonomous, least privilege is no longer only about scope at provisioning time, because scope can be consumed, chained, and reinterpreted mid-session. Practitioners must rethink entitlement design as a live control surface, not a static grant.

Identity blast radius is the right concept for autonomous offensive tooling. The article shows that one manipulated agent can move from a lure to credentials, persistence, lateral movement, and host compromise. That is a different risk shape from ordinary credential theft because the compromised identity already has operational authority and can spread damage through its own task queue and memory store. Security teams should treat the blast radius of an AI agent as part of the identity model, not as a separate detection problem.

Assumption collapse, not just control failure, is what this article exposes. The assumption that an agent's reasoning can be safely bounded by a sandbox was designed for constrained execution paths. That assumption fails when the actor is autonomous because it can interpret ordinary content as a reason to run attacker-supplied code and then continue acting without human approval. The implication is that organisations must stop treating sandboxing as a sufficient governance boundary for autonomous systems.

Security teams running offensive agents need dual-use governance, not separate exceptions. The article makes clear that the same weakness can be used against both attacker tooling and defender tooling. That symmetry means one governance model should cover AI agents wherever they act with authority, whether the objective is testing, remediation, or attack. The practical conclusion is to evaluate autonomous agents by the authority they hold, the data they can touch, and the decisions they can make, regardless of function.

From our research:

  • 98% of companies plan to deploy even more AI agents within the next 12 months, according to AI Agents: The New Attack Surface report.
  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including unauthorised access, inappropriately sharing sensitive data, and revealing credentials.
  • For a broader control baseline, see OWASP Agentic AI Top 10 for the risks that runtime governance has to address.

What this signals

Identity blast radius: autonomous agents will increasingly be measured by how far they can move, not just whether they can log in. Teams should expect procurement and architecture reviews to ask where the agent can write, which secrets it can touch, and what it can trigger after an initial task starts.

The governance gap is structural because runtime autonomy compresses the window between access grant and misuse. That means existing review cadences, especially those built for human or service-account lifecycle checkpoints, will miss the most important event: the moment the agent decides to act outside intent.

Security programmes that already use the OWASP Agentic AI Top 10 should now connect that guidance to operational identity controls, especially privileged access and task-scoped containment. The next phase is not more alerting, but tighter authority boundaries and continuous validation of agent behaviour.


For practitioners

  • Map autonomous agent authority to a live blast-radius model Inventory every agent that can select tools, run code, or touch credentials without a human approval gate. Classify the data, secrets, and systems each one can reach during a single session, then reduce the reachable surface before deployment.
  • Separate execution containment from decision containment Test whether your sandbox only limits where code runs or also blocks tool selection, file access, and self-directed escalation. If those controls are independent, treat the agent as able to bypass containment through reasoning rather than through exploitation alone.
  • Deploy deceptive assets where agents naturally inspect Place decoy vaults, fake unpacking tools, and similar bait in directories the agent will search during recon. Monitor for downloads, local execution, and signed callbacks so you can capture behaviour before it reaches production assets.
  • Require pre-execution invariants for every high-authority agent Define what the agent may never do, even if it believes the action is useful, such as running unsigned binaries or reusing privileged tokens across tasks. Make those invariants enforceable by policy rather than relying on model alignment alone.
  • Review task queues and memory stores as identity surfaces Treat the agent's task queue, memory store, and orchestration context as governed identity artefacts because a manipulated agent can read and write them. If those stores persist beyond a run, they can become the mechanism for persistence and repeated abuse.

Key takeaways

  • Autonomous offensive agents turn identity governance into a runtime control problem because they can select, chain, and execute actions without a human approval gate.
  • CRACKEN's tests show the scale of the issue, with code execution on 97.8% of audited agents and near-100% lure capture in controlled model tests.
  • The control that matters most is not a better warning banner, but enforceable invariants that limit what an agent can do before it reaches credentials, persistence, or host control.

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 SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article centers on autonomous agent misuse, tool abuse, and runtime manipulation.
NIST AI RMFMANAGEAutonomous agent abuse is a governance and risk-treatment problem.
NIST CSF 2.0PR.AC-4The post is about access scope and privilege boundaries for autonomous systems.
MITRE ATT&CKTA0006 , Credential Access; TA0008 , Lateral Movement; TA0040 , ImpactThe attack chain includes credential theft, movement, and host compromise.
NIST SP 800-53 Rev 5AC-6Least privilege is the core control challenged by privileged autonomous agents.

Map agent compromise scenarios to credential access, lateral movement, and impact tactics to prioritise detections.


Key terms

  • 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.
  • 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.
  • Assumption collapse: Assumption collapse occurs when a security model relies on a premise that no longer matches the actor's behaviour. In identity work, that usually means the model assumes a human-paced, stable access pattern, while the real actor can act faster, delegate differently, or change scope at runtime.

What's in the full article

CRACKEN's full article covers the operational detail this post intentionally leaves for the source:

  • The lure-engine design, including how deceptive assets trigger execution on the attacker's machine.
  • The full kill-chain walk-through from worker RCE to sandbox escape, persistence, and host compromise.
  • The agent test matrix and comparative results across production offensive-security tools.
  • The active-intervention mechanics that let the defender disrupt the campaign at its source.

👉 The full CRACKEN post covers the lure design, test results, and active disruption mechanics in 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 responsible for identity security strategy or governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org