SYNTHESIS NOTE
Topics›Flaws›this note

Which attack and defense numbers came from filtered backends?

Research figures on multi-agent attacks and defenses may have been measured behind provider filters that silently shaped the results. Understanding which numbers had this filter dependency is critical for interpreting their real-world strength.

Synthesis note · 2026-09-23 · sourced from Flaws

The vault carries several attack and defense figures: FLOWSTEER raising malicious success up to 55 percent (Can prompts alone reshape multi-agent workflows without system access?), FLOWGUARD reducing it by up to 34 percent (Can inspecting generated workflows catch planning-time attacks?), Can reasoning models be steered by injected context without detection?, and the truthfulness degradation in Can one compromised agent corrupt an entire multi-agent network?. Every one was measured on some backend. Where do safety wins come from in multi-agent systems? shows a backend where 54 of 60 blocks came from a server-side filter, not from the agents or any application defense.

What that would mean for the vault's figures is inference, not the paper's claim. A filter in the path would push measured attack success down, so an attack measured behind one understates its strength on an unfiltered model. It would also leave a defense less headroom to show a gain. Attacks and defenses measured on open-weights or filter-free backends would carry the opposite caveat when read as a statement about a deployed API. Either way, a bare percentage is missing a label.

Figures added to the vault since belong on the same list. Does multi-agent architecture make systems easier to attack? names GPT-5.4 for the single-agent system, and its excerpt does not say whether a provider filter was on for either arm. Why does prompt hardening work for single agents but not multi-agent systems? gives a defense figure from the same paper, a 40 to 75 percent reduction in payload exposure, with no model or backend attached to the range in its excerpt. Can a poisoned validator still approve unsafe actions? and Can memory poisoning compromise decision-making even with authorization layers? give an undefended 100 percent and a defended 0 percent Unsafe Action Rate for a pipeline whose excerpt names no backend. The first sits against ChannelGuard's undefended zero in a filed tension, so it is an audit entry on a baseline and not only on a defended result. These are entries the audit would record as backend reported or unreported and filter status unreported, not results. The audit is also one case of the second open challenge in What blocks rigorous security evaluation of multi-agent systems?: figures from different papers are not comparable until each carries its backend and filter label.

The concrete check: for each cited figure, open the paper's setup and record the backend or API, and whether a provider-side content filter was on, off, or unreported. None of this is answerable from the ChannelGuard excerpt, which names only Azure GPT-5 and no other paper's configuration. Until that audit is done, any post that quotes one of these percentages as a measure of attack or defense strength should say which backend it came from, or flag the figure as unattributed.

Inquiring lines that read this note 11

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.

How does outcome-only reporting obscure which system components blocked attacks? Where do unmonitored channels leave multi-agent planning vulnerable to attack? Do multi-agent systems create greater security risks than single-agent ones?

Related concepts in this collection 10

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

Concept map
18 direct connections · 118 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

which published multi-agent attack and defense numbers were measured behind a provider's server-side filter that the reported outcome silently includes