Some attacks only work because AI agents talk to each other — which ones are truly new, and which are old tricks in new clothes?
What attacks are unique to multi-agent systems compared to single agents?
This explores which attacks only exist, or only work, because several AI agents message, delegate to, and share state with each other, as opposed to ordinary attacks like prompt injection on a lone agent.
This explores which attacks only exist, or only work, because several AI agents message, delegate to, and share state with each other, as opposed to ordinary attacks on a lone agent. The corpus first says to be strict about what counts. Putting a failure inside a multi-agent setting doesn't make it a multi-agent attack. Interaction can leave a failure unchanged, which is a single-agent problem in a new setting. It can amplify a failure, create one through composition, or define an entirely new property. Only the last three are genuinely multi-agent effects Does a multi-agent setting automatically signal a security effect?. The paths are also specific. Failures cross agent boundaries through messages that carry influence, shared state that preserves it, aggregation that combines possibly corrupted outputs, and delegation that hands over authority How do failures cross boundaries between multiple agents?.
The clearest examples are attacks that have no single-agent counterpart. The Telephone Loop abuses delegation so that agents pass a task around in a circle. It needs several agents to exist at all, and it isn't an old attack applied to a team Can agents be tricked into delegating work in circles?. Bias can also spread. One compromised agent can pass persistent behavioral corruption through six downstream agents using only normal-looking messages, and paraphrasing defenses miss it because the bias carries no explicit semantic content Can one compromised agent corrupt an entire multi-agent network?. A harmful goal can also be split into pieces that each look harmless. Every agent sees a benign subtask, so a classifier checking one message at a time has nothing to flag Why do single-message classifiers miss cross-agent harms?.
The attack surface can also sit in the team's structure. In planner-executor systems, a crafted prompt can bias how the workflow is formed. This happens upstream of the workflow inspection defenses, and it raised malicious success by up to 55 percent Can prompts alone reshape multi-agent workflows without system access?. Architecture may also raise the baseline risk. In one test with the same task, tools, and model, a single agent resisted attack 89% of the time, while its multi-agent version was breached 69% of the time, with another 6% partial leaks Does multi-agent architecture make systems easier to attack?. That comes from one model and one scenario, so nobody knows yet how far the penalty generalizes Does the multi-agent penalty hold across different models?. Performance research points the same way. It names path-level error propagation as a structural weakness of multi-agent designs, and the same channel that spreads mistakes can spread attacks When do multi-agent systems actually outperform single agents?.
The common thread is that the attack lives in the relationships between agents, not in any single message. That is why defenses move from filtering outputs to controlling what agents can reach. A model-level filter judges one output at one moment and can't contain an agent with memory, tools, and environmental reach Can a model-level filter truly contain an agent with environment access?. The counter-swarm doctrine takes the opposite stance. It preserves relationships across executions, limits the shared resources agents can touch, and ties responses to persistent state instead of closed channels How can operators stop coordinated agent intrusions now?.
Sources 11 notes
Interaction between agents can leave failures unchanged, amplify them, create them through composition, or define new properties. Only amplification, composition, and emergent properties qualify as genuinely multi-agent effects; unchanged failures reflect single-agent problems repackaged.
Research identifies four verbs describing how failures propagate in multi-agent systems: messages propagate influence between principals, shared state preserves it over time, aggregation combines potentially corrupted local outputs, and delegation transfers authority across boundaries. Each mechanism operates independently of pipeline topology.
Research identifies a novel MAS-specific attack that weaponizes cross-agent delegation to form task cycles, distinct from applying existing attacks like prompt injection to teams. The mechanism requires multiple agents and has no single-agent counterpart.
Research demonstrates that a single biased agent can transmit persistent behavioral corruption through six downstream agents in chain and bidirectional topologies using only normal inter-agent communication. The bias evades detection and paraphrasing defenses because it carries no explicit semantic content.
SafeFlow shows that harmful objectives can fragment into locally benign subtasks across agents, making single-message classification insufficient. Effective defense requires tracking semantic content as it moves through the system, not just classifying isolated inputs.
Show all 11 sources
FLOWSTEER demonstrates that a crafted prompt can steer planner-executor systems by biasing workflow formation before infrastructure is invoked, raising malicious success by up to 55 percent. This attack surface exists because contamination enters upstream of workflow inspection defenses.
In Vault Mirage, a single GPT-5.4 agent resisted attack 89% of the time while the multi-agent version succeeded 69% of the time plus 6% partial leak. The gap persists when task, tools, and substrate stay identical, suggesting architecture itself creates vulnerability.
The paper asserts MAS introduces structural vulnerabilities but provides only a single model-scenario example (GPT-5.4 in Vault Mirage: 11% to 69% attack success). Model dependence is acknowledged but the breadth of the penalty across conditions is unclear without full results tables.
Empirical analysis shows MAS performance gaps narrow with stronger models, with SAS outperforming in many cases. Three formal defect types—node-level bottlenecks, edge-level overwhelm, and path-level error propagation—explain when single agents win.
A filter judges a single output at one point in time; an agent's risk spreads across memory, retrieved content, tool calls, and environmental reach. Containment requires controlling what an agent can touch, not just what it says now.
The doctrine preserves relationships across executions, constrains shared resources agents can access, and ties responses to persistent state rather than closed channels. Operators can implement this through collaboration policy and permission-level testing now.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- SoK: When Safe Agents Fail Together: The Security of Multi Agent LLM Systems
- Securing Agentic AI: From Per-Action Checks to Trajectory Assurance
- SafeFlow: Semantic Information-Flow Control for Blocking Malicious Propagation in Multi-Agent Systems
- LLMs Corrupt Your Documents When You Delegate
- ChannelGuard: Safe Models Do Not Compose into Safe Multi-Agent Systems
- Agents of Chaos
- FLOWSTEER: Prompt-Only Workflow Steering Exposes Planning-Time Vulnerabilities in Multi-Agent LLM Systems
- Emergent Collusion in Long-Horizon LLM Agent Interaction