By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: HighflamePublished April 10, 2026

TL;DR: The Agents of Chaos paper red-teamed OpenClaw-based autonomous agents and found 16 incidents where agents obeyed impostors, entered infinite loops, leaked confidential data, or had their policies rewritten because identity, delegation, and revocation boundaries were missing, according to Highflame. The deeper lesson is that agentic execution breaks assumptions built into request-based IAM, because authority needs to be scoped to an execution chain, not a single message.


At a glance

What this is: The paper shows that autonomous agents can be manipulated through ordinary messages when identity, delegation, and revocation are not enforced at runtime.

Why it matters: IAM and NHI teams need to treat autonomous agents as governable executors, because unscoped tool access and inherited authority can turn one prompt into broad compromise.

By the numbers:

  • Across 16 documented incidents, agents in the paper obeyed impostors, entered loops, and leaked data when authority was not scoped.
  • When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes.

👉 Read Highflame's analysis of autonomous agent identity and execution control


Context

Autonomous agent identity is the control problem at the centre of this paper. The governance assumption that breaks is simple: an agent can be safely addressed as if a message, a display name, or a chat identity tells you who is authorised to instruct it. The paper shows that this assumption fails once the agent can act across tools, retain memory, and propagate authority to sub-agents.

For IAM and NHI programmes, the issue is not model quality alone. It is the absence of cryptographic identity, delegated authority, scope boundaries, and revocation at the execution layer. That is a different problem from ordinary application access because the agent can continue acting after a single decision, across multiple tools and multiple hops.


Key questions

Q: What breaks when autonomous agents treat messages as authority?

A: Identity collapses at the input layer. If an agent treats any message as equally valid, then sender intent, ownership, and delegated authority disappear as control signals. The result is that an attacker can instruct the agent through the normal channel and trigger tool use without a real authorisation boundary.

Q: Why do autonomous agents need cryptographic identity instead of display-name trust?

A: Because display names and chat context are not durable proof of who is authorised to act. Cryptographic identity gives the agent a verifiable link between the actor and the token it uses, which prevents simple impersonation from becoming execution authority.

Q: How should teams govern sub-agent delegation in autonomous systems?

A: Treat every delegation hop as a new authorisation event. Each sub-agent should receive only the intersection of scopes required for its task, and any inherited privilege should be explicit, bounded, and revocable across the full chain.

Q: What happens when revocation is only tied to a single token?

A: Harmful execution can continue after the first bad decision because the agent may already have spawned new actions, stored state, or delegated authority. Revocation has to reach the entire execution path if practitioners want containment before the next tool call.


Technical breakdown

Why message-level identity fails for autonomous agents

The paper’s central technical point is that a conversational interface is not an authorisation boundary. OpenClaw-style agents treated every Discord message as equally authoritative, so a non-owner could trigger actions that should have required explicit delegation. Once the agent accepted the message, it could use persistent memory, shell access, and messaging tools without a cryptographic way to distinguish sender intent from sender identity. That means the security model collapses at the input boundary before tool use even begins.

Practical implication: Treat chat messages as untrusted inputs and require cryptographic sender verification before any agent action is authorised.

Scope attenuation and delegation chains in agent control

The paper highlights a second mechanism failure: authority propagated forward without attenuation when agents spawned sub-agents. In a traditional request model, a token can scope a single call, but autonomous systems can create execution chains where each new step inherits the prior step’s authority. RFC 8693-style token exchange and per-hop scope intersection are relevant because they make delegation explicit instead of assumed. Without that, a compromised or tricked agent can expand its own effective privileges across the chain.

Practical implication: Enforce per-hop scope intersection so delegated agents cannot inherit broader access than the authorising identity intended.

Execution-scoped revocation versus request-scoped revocation

The paper shows why revocation at a single token boundary is not enough. If an agent can keep acting, message after message, then access must be stoppable across the whole execution graph, not only at the moment a token expires or a session ends. This is the difference between request authorisation and execution control. The paper’s revocation boundary failed because nothing forced the system to stop once the agent had started a harmful sequence.

Practical implication: Design revocation to propagate through the full delegation chain so harmful agent activity stops before the next tool call.


Threat narrative

Attacker objective: The attacker aims to make the agent execute harmful actions under legitimate-looking authority while bypassing meaningful scope and revocation controls.

  1. Entry occurred when an attacker sent a message to an autonomous agent through the same channel used by the owner, so the agent treated the input as legitimate.
  2. Escalation followed when the agent accepted spoofed identity cues, inherited broad tool access, and allowed the attacker to rewrite configuration or trigger harmful actions.
  3. Impact occurred when the agent leaked confidential data, burned resources in loops, propagated false claims, or extended the same authority to sub-agents.

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


NHI Mgmt Group analysis

Message authenticity is not identity for autonomous agents. The paper shows that a chat message, display name, or conversational context cannot serve as an authorisation decision for an agent that can act independently. That assumption was designed for human-paced instruction, not runtime execution by a software actor with memory and tools. The implication is that autonomous agent governance must begin with cryptographic identity, not conversation history.

Execution-scoped control is the named concept this paper makes unavoidable. Traditional request-scoped IAM asks whether one action should be allowed at one moment. Autonomous agents initiate chains of action that unfold over time, across tools, and sometimes across other agents. Practitioner controls must therefore be evaluated at the execution boundary, because a single approved step can become a multi-step compromise path.

Delegated authority fails when inheritance is unbounded. The paper’s sub-agent behaviour shows that authority was not attenuated at each hop, which means the system had no real delegation model. That was designed for bounded request chains, not agent-to-agent expansion. The implication is that least privilege must be expressed per hop and per execution graph, or privilege simply compounds.

Revocation must follow the chain, not the token. The paper’s most important governance failure is that nothing forced the system to stop once a harmful agent sequence began. That breaks the assumption that access can be removed at the point of discovery and the risk contained. For autonomous systems, revocation needs to invalidate the full execution context, not just the latest credential.

Autonomous agents sit at the intersection of NHI governance and AI risk management. They are not just another workload identity problem, because their behaviour changes at runtime and can create new authority relationships on the fly. At the same time, they are not solved by model safety alone, because the harm comes from how identity, delegation, and tools are composed. The practical conclusion is that identity teams and AI governance teams have to share the control model.

From our research:

  • NHIs outnumber human identities by 25x to 50x in modern enterprises, according to Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which means most teams cannot reliably trace non-human authority paths.
  • That visibility gap is why readers should also review 52 NHI Breaches Analysis for real-world failure patterns and containment lessons.

What this signals

Execution-scoped identity is becoming the practical dividing line for AI governance. Autonomous agents do not fail only because they are tricked. They fail because existing IAM assumptions were built around requests that arrive one at a time, not execution chains that can create their own follow-on actions. Teams should map where their current controls still assume stable, reviewable access and where that assumption has already broken.

The programme implication is broader than AI security alone. If an organisation already struggles with NHI visibility, then autonomous agents will magnify the same weakness by adding decision-making, delegation, and revocation complexity on top of existing workload identity sprawl. That is why governance should be planned with frameworks such as the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10 in mind.

Execution-scoped control: this paper sharpens the case for treating agent identity, delegated authority, and runtime containment as one control plane. For practitioners, that means policy design has to follow the execution graph, not just the account or the token.


For practitioners

  • Bind agent actions to cryptographic identity Replace display-name or channel-based trust with a stable cryptographic identity for every agent, and require the token to prove who is acting before any tool call is approved. Use this as the base control for sender verification.
  • Attenuate every delegation hop Make each sub-agent inherit only the minimum scope needed for the next step, and require explicit delegation exchange before any new privilege is introduced. Per-hop scope intersection should be the default, not an exception.
  • Revoke the full execution graph Design revocation so that stopping the root identity cuts off descendants before the next tool invocation, not only after a session ends. Chain-wide revocation is the containment control that request-scoped revocation cannot provide.
  • Separate identity controls from content guardrails Use runtime guardrails for harmful output, policy injection, and false claims, but do not treat those controls as substitutes for identity, scope, or delegation controls. The paper makes clear that content safety and authorisation solve different failure modes.

Key takeaways

  • The paper shows that autonomous agents can be manipulated through ordinary messages when identity and delegation are not cryptographically enforced.
  • The failure is not limited to model behaviour. It is the absence of scope boundaries, attenuated delegation, and chain-wide revocation across execution.
  • Practitioners should design agent governance around execution control, because request-scoped IAM cannot contain multi-step autonomous behaviour.

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 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 covers agent identity, tool misuse, and delegation risk in autonomous systems.
OWASP Non-Human Identity Top 10NHI-01The paper’s failures stem from weak non-human identity and unmanaged authority boundaries.
NIST AI RMFGOVERNAutonomous agent authority and accountability are governance issues, not just technical ones.
NIST CSF 2.0PR.AC-4Least privilege and access management are central to the paper’s failure modes.
NIST Zero Trust (SP 800-207)The paper’s execution control model aligns with continuous verification and bounded trust.

Map agent identity and delegation controls to OWASP agentic risks before approving tool access.


Key terms

  • Execution-scoped control: A control model that evaluates an entire autonomous execution path rather than a single request. It matters when an agent can chain decisions, tools, and sub-agents over time, because authorisation has to survive the full sequence and remain revocable at every hop.
  • Delegation attenuation: The narrowing of authority as work passes from one identity to another. A well-designed delegation chain limits scope at each hop so downstream actors cannot reassemble capabilities their parent never had. In autonomous and NHI systems, this is a core control because provenance alone does not prevent overreach.
  • Chain-wide revocation: The ability to invalidate the root of an execution chain and stop all dependent agent activity, not just a single token or session. This is essential for autonomous agents because harmful behaviour can continue after the initial decision unless revocation follows the full graph.
  • Cryptographic agent identity: A verifiable identity bound to keys or tokens rather than a human-readable label or chat handle. For autonomous agents, this is the only durable way to distinguish authorised actors from spoofed ones and to preserve accountability across tools and delegation.

What's in the full article

Highflame's full analysis covers the operational detail this post intentionally leaves for the source:

  • The paper’s incident-by-incident breakdown of 16 autonomous agent failures, including spoofing, looping, memory injection, and libel propagation
  • The identity-layer mapping for ZeroID, including WIMSE URIs, RFC 8693 delegation, and chain-wide revocation mechanics
  • The distinction the source draws between identity controls, runtime guardrails, and content safety boundaries
  • The execution-control model described for containing agent tool use across delegation chains

👉 Highflame's full paper details the incident patterns, control model, and execution containment approach.

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