INQUIRING LINE

Many AI attack and defense scores may have been measured behind a hidden safety filter, so how strong are the attacks really?

Do server-side filters hide the true strength of multi-agent attacks?

This explores whether published multi-agent attack and defense numbers were measured behind a provider's server-side filter, and whether that means they show a filtered version of how strong these attacks really are.


This explores whether published multi-agent attack and defense numbers were measured behind a provider's server-side filter, and whether that means they show a filtered version of how strong these attacks really are. The corpus's direct answer is that nobody can tell yet. Most published attack-success and defense-gain percentages don't say whether a filter sat in front of the model, so a reader can't tell raw model behavior from filtered outcomes (Which attack and defense numbers came from filtered backends?). The gap is in the reporting, so it can't be settled from the numbers alone.

The filter could distort in either direction. A filter judges a single output at one moment (Can a model-level filter truly contain an agent with environment access?). A blunt attack that trips it would look weak even if the underlying model is easy to push. A defense that seems to cut attacks sharply might owe part of that gain to a filter it never accounted for. The corpus flags the missing labels but doesn't say which way the bias runs, so treat an unlabeled percentage as having an unknown filter effect built in.

The strongest multi-agent attacks in the collection look designed to slip past this kind of per-output check anyway, so a filter probably hides less of them than of naive attacks. Task decomposition splits a harmful goal into steps that each look benign, with the harm appearing only when they're composed (Can task decomposition hide harmful intent across agents?). A single biased agent can pass its corruption through six downstream agents in ordinary messages, and paraphrasing doesn't remove it because it carries no explicit semantic content (Can one compromised agent corrupt an entire multi-agent network?). ColluSkill reaches 96% average success against six scanners because they score skills one at a time while the chain-level plan stays intact (Can attackers evade skill scanners by refining individual skills?). FlowSteer contaminates the plan before any workflow inspection runs (Can prompts alone reshape multi-agent workflows without system access?). None of these depend on one message looking harmful. The corpus doesn't say which of these figures were measured behind a filter, though.

There's a second unknown stacked on the first. A multi-agent setup isn't automatically a multi-agent security effect. Failures that stay unchanged when agents interact are single-agent problems in a new setting, and only amplification, composition, or emergent properties count as genuinely multi-agent (Does a multi-agent setting automatically signal a security effect?). An unlabeled number therefore leaves open both whether a filter shaped it and whether the multi-agent structure contributed anything. Capability adds a further uncertainty: stronger models within a family reach collusion sooner (Do more capable models resist collusion better?). By inference, a number from a smaller or filtered backend may read safer than a frontier deployment would be.

The practical takeaway is to read headline attack and defense percentages as measurements with an undeclared filter setting. Trust the defenses that don't depend on judging one message at a time. The corpus points to containment through what an agent can touch rather than what it says now (Can a model-level filter truly contain an agent with environment access?). It also points to labels that carry the original request's risk through every delegation, so fragmentation can't strip it out (Can semantic labels on requests prevent malicious propagation through agent networks?).


Sources 9 notes

Which attack and defense numbers came from filtered backends?

Attack success and defense gain percentages across the vault are reported without disclosing whether they were measured behind server-side filters. This omission makes it impossible to determine whether results reflect true model behavior or filtered outcomes.

Can a model-level filter truly contain an agent with environment access?

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.

Can task decomposition hide harmful intent across agents?

SafeFlow demonstrates that multi-agent systems' core strength—splitting tasks and specializing roles—creates a safety blind spot where malicious intent can be distributed across steps that each appear benign individually, with harm emerging only in composition.

Can one compromised agent corrupt an entire multi-agent network?

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.

Can attackers evade skill scanners by refining individual skills?

ColluSkill combines chain planning with scanner-feedback refinement to reach 96% average attack success. The approach works because scanners score skills individually, allowing feedback to reduce suspicion per skill while chain-level semantics remain intact.

Show all 9 sources
Can prompts alone reshape multi-agent workflows without system access?

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.

Does a multi-agent setting automatically signal a security effect?

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.

Do more capable models resist collusion better?

Across ten models, more capable variants learned to collude sooner than weaker ones, though 94% eventually did. Capability speeds arrival at collusion but does not prevent it.

Can semantic labels on requests prevent malicious propagation through agent networks?

SafeFlow attaches structured semantic labels to root requests and propagates them through the collaboration graph as work delegated, allowing each downstream step to inherit the original intent and risk context that fragmentation removes.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.