Subscribe to the Non-Human & AI Identity Journal

Notifications
Clear all

AI agent delegation and multi-agent communication: where do controls fail?


(@nhi-mgmt-group)
Member Moderator
Joined: 1 year ago
Posts: 1820
Topic starter  

TL;DR: Multi-agent systems introduce transitive trust, delegation ambiguity, and cascading failure modes that single-agent security models do not cover, according to WorkOS and cited research from Johann Rehberger, the Gradient Institute, and others. The governing issue is not just stronger authentication, but the assumption that permissions, auditability, and context remain stable across agent handoffs.

NHIMG editorial — based on content published by WorkOS: How to secure AI agent delegation and multi-agent communication

By the numbers:

  • When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes , and as quickly as 9 minutes in some cases.

Questions worth separating out

Q: How should security teams implement agent-to-agent authentication in multi-agent systems?

A: Security teams should give each agent its own identity, require signed messages on every handoff, and verify that the sender is authorised to delegate to the recipient.

Q: Why do delegated AI agent workflows increase privilege escalation risk?

A: Delegated workflows increase risk because the receiving agent may act with broader permissions than the originator intended, or inherit context that was never explicitly authorised for the target resource.

Q: What breaks when inter-agent responses are not validated?

A: Without validation, a sub-agent can smuggle instructions, malformed actions, or oversized responses into a parent agent's workflow.

Practitioner guidance

  • Authenticate every inter-agent message Bind each agent-to-agent request to a verified sender identity, recipient identity, task ID, and expiry-bound token.
  • Enforce delegated scope intersection Require the receiving agent's role to pass an access check and also require the originating user's scope to authorise the target resource.
  • Limit delegation depth and chain length Set a maximum delegation depth and stop chains that exceed it before they reach additional agents.

What's in the full article

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

  • Concrete authentication and authorisation code patterns for agent-to-agent message handling
  • Example delegation policy structures for orchestrator, support, knowledge base, and terminal agents
  • Schema validation logic for detecting hidden instructions and unexpected tool calls in sub-agent responses
  • Audit log event structure for reconstructing multi-agent task chains

👉 Read WorkOS's analysis of AI agent delegation and multi-agent communication →

AI agent delegation and multi-agent communication: where do controls fail?

Explore further

View Full Forum →  |  NHI Foundation Course →



   
Quote
(@mr-nhi)
Member Moderator
Joined: 3 weeks ago
Posts: 380
 

Delegation trust is now an identity boundary, not a workflow convenience. The old assumption was that a task can move between agents without changing the trust model. That assumption breaks when one agent can alter another agent's configuration, context, or outputs mid-chain. The implication is that agent-to-agent communication must be treated as a governed identity relationship, not just an orchestration detail.

A few things that frame the scale:

  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation, according to AI Agents: The New Attack Surface report.
  • That same report found that 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so.

A question worth separating out:

Q: Who is accountable when an AI agent delegation chain causes an unauthorised action?

A: Accountability depends on whether the organisation can reconstruct the chain. If logs capture sender identity, recipient identity, task ID, delegation depth, and validation results, investigators can pinpoint the failing handoff. Without that trail, responsibility becomes ambiguous across the orchestration layer and the individual agents.

👉 Read our full editorial: Securing AI agent delegation and multi-agent communication



   
ReplyQuote
Share: