TL;DR: Multi agent AI systems plan, delegate, and act across enterprise infrastructure without human approval, creating security risks that traditional request-response controls were not designed to handle, according to WitnessAI. The governance gap is not just visibility, but the collapse of assumptions about stable privilege, trusted handoffs, and human-paced review.
At a glance
What this is: Multi agent AI security is about governing autonomous agent chains, and the article argues that traditional controls fail once agents can delegate, share context, and act across systems.
Why it matters: It matters because identity, access, and audit models built for human or single-workflow automation do not contain the blast radius of agent handoffs, tool use, and runtime execution.
👉 Read WitnessAI's analysis of multi agent AI security and runtime governance
Context
Multi agent AI security is the problem of governing autonomous systems that can plan, delegate, and act across enterprise tools without waiting for human approval. In this context, the primary issue is not model quality but identity and access control at execution time, because the agent chain can reuse trust across multiple systems.
Existing IAM and security models break down because they assume stable principals, human-paced review, and clear attribution of action to operator. Multi-agent deployments introduce shadow AI, delegated tool use, and machine-speed decision paths that make ordinary approvals and post-hoc review too slow to contain risk.
Key questions
Q: How should security teams govern multi agent AI systems?
A: Security teams should govern multi agent AI systems as runtime identity problems, not just model-risk problems. That means scoping each agent to task-specific privilege, validating tool use as execution unfolds, and maintaining audit trails across every delegation step. The objective is to prevent trusted handoffs from becoming a hidden exfiltration path.
Q: Why do multi agent systems create more identity risk than single AI assistants?
A: Multi agent systems create more identity risk because they combine delegation, shared context, and external communication across multiple execution steps. A compromise or injection in one step can propagate through downstream agents that treat prior outputs as trusted input. That turns identity trust into a chain problem rather than a single access decision.
Q: What breaks when agents can delegate actions across enterprise tools?
A: What breaks is attribution, review timing, and the assumption that one approval covers the full outcome. Once agents can delegate across tools, the real action may occur after the original decision point and across multiple systems. Security teams lose clear visibility into which identity made which decision at which step.
Q: Who should be accountable for autonomous agent activity in the enterprise?
A: Accountability should sit with the business and security owners who approve the agent’s scope, not with a downstream operator trying to reconstruct events after the fact. Legal, compliance, HR, and security all need visibility when agent actions can affect data handling, customer records, and regulatory reporting.
Technical breakdown
Why request-response security fails for multi agent systems
Multi agent systems are built around delegation, shared memory, and chained tool calls, which means one agent’s output becomes another agent’s trusted input. That breaks the request-response assumption behind many legacy controls, including WAF-style inspection and static approval gates. Once an agent can read sensitive content, ingest untrusted instructions, and communicate externally, the system becomes vulnerable to hidden instruction propagation and confused deputy behaviour. The core issue is not simply that agents are automated. It is that they operate with persistent context and delegated authority across multiple execution steps, making trust a runtime property rather than a setup-time decision.
Practical implication: move policy enforcement into live execution, where tool calls, inputs, and outputs can be validated before one compromised step cascades downstream.
How tool metadata and MCP connections expand the attack surface
Tool descriptions, metadata, and MCP server connections can influence agent behaviour even when the tool itself is legitimate. An attacker does not always need to compromise the core model. They can shape how the agent reasons about available actions by embedding instructions in tool definitions or adjacent content, then rely on the agent to follow those hidden cues. This creates an attack surface that sits between identity, orchestration, and semantics. In multi-agent environments, the problem compounds because each delegation step can import assumptions from the prior step, so a single poisoned tool description may affect several downstream actions.
Practical implication: review tool metadata and MCP relationships as security inputs, not just integration plumbing, and treat them as policy-controlled assets.
Why trust propagation creates systemic risk in agent chains
Trust propagation means a single compromised integration, credential, or data source can cascade through an agent network because downstream agents inherit the authority of prior steps. That is structurally different from a simple account compromise. The article describes a situation where empirical testing across 1,488 agent interaction chains showed how risk multiplies when trust is extended without continuous validation. In practice, this means agent security cannot rely on isolated point checks. It needs continuous validation of behavior, scope, and provenance at every handoff, especially when agents are allowed to call tools, move data, and re-issue instructions to other agents.
Practical implication: enforce per-handoff validation and least privilege for each delegated step, not just for the original agent session.
Threat narrative
Attacker objective: The attacker wants to turn the agent’s own delegated authority into a delivery channel for unauthorized data movement and multi-step execution.
- Entry occurs when a legitimate agent ingests untrusted content or a compromised tool definition and treats it as valid context for the next action.
- Escalation happens as the agent reuses delegated permissions, propagates the injected instruction across handoffs, and performs tool calls that were never directly reviewed by a human.
- Impact follows when the chain reaches external communication or data exfiltration, allowing the attacker to move information through authorized agent pathways.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- AI LLM hijack breach — attackers used stolen AWS access keys to hijack Anthropic LLM models on Bedrock.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Multi agent security is an identity governance problem, not just a model safety problem. The article correctly frames the issue around delegation, trust propagation, and runtime action, which are identity concerns first and application concerns second. Once agents can chain tool calls across systems, the control surface looks more like non-human identity governance than classic AI moderation. The implication is that security teams must stop treating agent behaviour as an edge case and start governing it as a primary identity domain.
Standing privilege for agents is the wrong mental model for systems that act at machine speed. The article’s own examples show that permission granted at setup time can be reused, inherited, and extended before a human reviewer can intervene. That is why static approvals and delayed oversight break down. Practitioners should read this as evidence that human-paced review cycles are structurally misaligned with agent execution speed.
Trusted handoffs have become a failure mode in their own right. The article highlights how outputs from one agent become trusted inputs for the next, which means attribution and accountability degrade at every delegation step. In governance terms, this is not just a visibility gap. It is a control assumption that agent chains will preserve intent across transfers, and that assumption no longer holds once multiple agents collaborate across enterprise systems.
Lethal Trifecta is a useful named concept because it explains why many agent deployments are exposed by design. Access to sensitive data, exposure to untrusted content, and external communication are often present together in enterprise multi-agent workflows. That combination is not an implementation bug alone. It is the architectural reason the attack surface expands so quickly, and practitioners should treat it as a deployment pattern that demands stronger containment than ordinary application security.
Zero Trust for non-human identities has to include semantic and behavioural control. The article moves beyond basic least privilege and shows why tool use, prompt handling, and output inspection all need runtime governance. Traditional identity controls decide who can connect. Multi agent systems require additional checks on what the identity is allowed to infer, propagate, and trigger. Practitioners should therefore align NHI governance with execution-time policy, not just authentication and provisioning.
From our research:
- 69% of security leaders agree identity management must fundamentally shift to address agentic AI systems, according to the 2026 Infrastructure Identity Survey.
- 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.
- For a broader implementation lens, see OWASP Agentic AI Top 10 for the runtime risks that need policy coverage.
What this signals
Lethal Trifecta: the combination of sensitive data access, untrusted inputs, and external communication is now the clearest operational warning sign for agentic deployments. With 53% of security leaders expecting AI to run major portions of infrastructure autonomously within three years, per the 2026 Infrastructure Identity Survey, governance must move from approval lists to live containment.
The practical shift for programmes is toward execution-time policy, not just provisioning-time approval. That requires line-of-sight into agent handoffs, tool metadata, and the identities behind delegated workflows, with controls aligned to NIST AI Risk Management Framework governance expectations.
Multi agent rollouts will also force IAM and compliance teams to share the same evidence model. If audit trails cannot show how a prompt became an action, then the organisation cannot reliably support incident reconstruction or accountability across the digital workforce.
For practitioners
- Inventory shadow AI and agent chains Map every deployed agent, connected tool, and downstream system path, including local frameworks, IDE extensions, and SaaS integrations that can execute without central approval.
- Scope each agent to task-specific privilege Limit the minimum tools, data, and credentials needed for the current task, and revoke elevated permissions as soon as the task or session ends.
- Inspect prompts, outputs, and tool metadata at runtime Apply semantic policy controls before instructions reach the model and before outputs trigger tools, because static filters miss injected content inside documents and tool descriptions.
- Unify governance across human and digital workers Use one policy model for employees, agents, and delegated workflows so audit trails, accountability, and enforcement stay consistent across the full identity chain.
Key takeaways
- Multi agent systems create identity risk because trust now propagates across delegated actions, not just across logins or API calls.
- The clearest evidence is that trusted autonomy, hidden handoffs, and runtime tool use can turn one compromised step into a multi-system incident.
- Practitioners need runtime policy, continuous visibility, and unified governance if they want agentic AI to be operable at scale.
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 address the attack and risk surface, while NIST AI RMF and 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 | Agent delegation and tool misuse are core threats in this article. | |
| NIST AI RMF | AI governance and accountability apply directly to autonomous multi-agent systems. | |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Least privilege and continuous verification fit delegated agent access. |
Assign governance owners for agent behaviour and document accountability across the lifecycle.
Key terms
- Multi Agent System: A multi agent system is a group of autonomous software entities that coordinate to break down goals, share context, and execute tasks across tools or services. In security terms, it creates a chain of delegated trust that must be governed at runtime, not only at deployment.
- Trust Propagation: Trust propagation is the transfer of authority, context, or assumptions from one agent or system step to the next. In multi agent environments, it can turn a single compromised input or credential into a wider incident because downstream actions inherit prior trust decisions.
- Shadow AI: Shadow AI is the use of AI agents, tools, or workflows that operate outside central visibility or approval. It matters because these deployments often carry active permissions and can create unmanaged identity risk even when they appear to be isolated productivity tools.
- Runtime Guardrails: Runtime guardrails are controls that inspect and constrain AI behavior while the system is executing. They are different from setup-time policy because they can block risky prompts, outputs, or tool calls before a delegated action reaches downstream systems.
Deepen your knowledge
Multi agent security and runtime governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for agent chains, shadow AI, and delegated execution, it is worth exploring.
This post draws on content published by WitnessAI: multi agent AI security and risk management. Read the original.
Published by the NHIMG editorial team on 2026-05-02.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org