SYNTHESIS NOTE
Topics›Agentic Research›this note

Does multi-agent architecture make systems easier to attack?

When the same task runs on multiple agents instead of one, does the added complexity create new vulnerabilities? This matters because it would mean multi-agent design carries a built-in security cost.

Synthesis note · 2026-09-23 · sourced from Agentic Research

The paper's discussion opens with a heading, "Architectural Penalty of MAS," and one comparison to back it: "In Vault Mirage, GPT-5.4 SAS largely resists compromise (11% ASR) unlike in MAS (69% ASR + 6% partial leak)." The excerpt uses ASR without expanding it; attack success rate is the standard reading. What makes the number carry weight is the design around it. The abstract says the authors "keep the user task, tool surface, and browser substrate fixed" and change only whether the work is done by one agent or split across several (see How does agent architecture affect web security vulnerabilities?). If nothing else moved, the gap belongs to the architecture, not to the task or the model. That is the sense of "penalty": the same job, done by a team, is easier to compromise. Does a multi-agent setting automatically signal a security effect? reads this as the amplify case, because the fixed design supplies the single-agent baseline that case needs.

This matters because the vault has been treating multi-agent security as a list of attacks on MAS, not as a cost of choosing MAS. Can task decomposition hide harmful intent across agents? argued that the attack surface is "a price of the architecture, not a bug in a particular system," and flagged that as a vault inference with no single-agent comparison behind it. This paper is a measured instance, for a different attack (an external, web-only adversary against a browsing agent), in one scenario.

The authors' own hedge is in the same sentence family: "attack success is model-dependent in many cases, MAS does introduce structural vulnerabilities." So the claim is that a structural component exists, not that MAS always loses. A single 11 to 69 point gap is also one model in one scenario, which is why Does the multi-agent penalty hold across different models? stays open. The strongest objection is that the multi-agent system may simply expose more places to inject; the places are enumerable for one pipeline shape in Do internal agent hops in pipelines need security monitoring?, though that inventory is for a planner-worker-verifier-synthesizer pipeline and the excerpt does not say how this web system is wired. It would still be an architectural cost, but a different mechanism than the one the paper offers for prompt hardening in Why does prompt hardening work for single agents but not multi-agent systems?.

What the excerpt does not give. No count of agents or their roles, no description of what Vault Mirage asks the agents to do beyond the fact that it can produce a leak, no run counts or intervals, no statement of which condition (baseline, prompt-hardened or reasoning-enabled) the 11 and 69 figures come from, and no reasoning-enabled or Telephone Loop results.

Inquiring lines that read this note 4

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Do multi-agent systems create greater security risks than single-agent ones?

Related concepts in this collection 7

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
16 direct connections · 93 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

the Architectural Penalty of MAS — in Vault Mirage the single-agent system largely resists at 11 percent attack success while the multi-agent system reaches 69 percent plus 6 percent partial leak