INQUIRING LINE

A safety test reported zero successful attacks, but the cloud provider's filter did the blocking, not the system itself.

How does outcome-only reporting hide a filter's role in safety results?

This explores how a headline safety number, like "zero attacks succeeded," can conceal that a filter outside the system being tested did the blocking, and why that matters for anyone trusting the result.


This explores how a headline safety number, like "zero attacks succeeded," can conceal that a filter outside the system being tested did the blocking, and why that matters for anyone trusting the result. The corpus has a concrete case. A multi-agent pipeline with no defenses of its own was tested across several backends and reported zero attack success. But 54 of the 60 blocks came from Azure's cloud filter, not from the application Where do safety wins come from in multi-agent systems?. An outcome-only report can't tell "the system is robust" from "the provider is protecting us." The dependence stays invisible until someone swaps the backend and the protection disappears.

The problem looks widespread. Across the vault's published attack and defense numbers, most are reported without saying whether they were measured behind a server-side filter Which attack and defense numbers came from filtered backends?. So a reader can't tell whether a figure reflects the model's real behavior or a filtered version of it. A defense that appears to add 30 points of protection might just be riding on a filter that was already there.

The same blind spot shows up in other forms. A verdict that matches ground truth can hide agents that skipped required verification steps, so a correct outcome doesn't prove the protocol was followed Can a correct outcome hide protocol violations in multi-agent systems?. Bundled safety regimes have the same trouble. One paper combines clear authorization rules with restricted tools and reports zero protected-test modifications. Without single-factor ablations, you can't tell whether the result came from crossings that were unavailable or crossings the agent chose not to make. The paper's own data elsewhere, a 100% Judgment Bypass Rate alongside 0% Unsafe Action Rate, shows why that difference matters Do authorization rules or restricted tools prevent test modifications?. More generally, safety failures often hide in evaluation habits rather than technical obscurity: our instruments expect shocking, localized failures, and the real ones are plausible and distributed Why do safety failures remain invisible to our evaluation methods?.

The filter itself also has limits worth knowing. A model-level filter judges one output at one moment, while an agent's risk spreads across memory, retrieved content, tool calls, and reach into its environment. Blocking a moment of behavior is not the same as containing an agent Can a model-level filter truly contain an agent with environment access?. So a clean score behind a filter can overstate safety in two ways. The credit goes to the wrong layer, and even the right layer may cover less than it seems to.

The corpus points to a few fixes. Label whether each result was measured behind a filter, or better, report attack success with and without the filter. Ground claims in recorded evidence of how a task was completed, as BenchShield does with infrastructure records instead of a terminal score Can infrastructure evidence replace terminal scores in benchmark validation?. And state the scope of any statistical guarantee, since pointwise, average-case and worst-case claims aren't interchangeable What scope should a validator's statistical guarantee actually state?. The corpus doesn't yet show whether adding more monitoring pays off. One paper designs that comparison but reports no results Does added monitoring improve protection at acceptable cost?.


Sources 9 notes

Where do safety wins come from in multi-agent systems?

In a multi-agent pipeline tested across backends, 54 of 60 blocks came from Azure's cloud filter, not the application itself. Outcome-only reporting hides this layer dependence, making inherited safety invisible until backend changes expose it.

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 correct outcome hide protocol violations in multi-agent systems?

Agents that skip required log verification can produce verdicts matching ground truth, making outcome-only monitoring unable to distinguish compliance from cutting corners. A correct result does not prove the protocol was followed.

Do authorization rules or restricted tools prevent test modifications?

The abstract bundles clear authorization rules with restricted tools and reports zero protected-test modifications, but no single-factor ablation distinguishes whether the result comes from unavailable crossings, unchosen crossings, or both. The pipeline's own data elsewhere (100% Judgment Bypass Rate with 0% Unsafe Action Rate) shows the distinction matters.

Why do safety failures remain invisible to our evaluation methods?

Deployed AI systems fail in ways that our instruments cannot see: plausible rather than shocking, distributed rather than localized, normalized by workflows rather than immediately legible. The problem is not mystery but mismatched assumptions about failure shape.

Show all 9 sources
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 infrastructure evidence replace terminal scores in benchmark validation?

BenchShield enables benchmark operators to issue claims about valid task completion grounded in recorded infrastructure evidence rather than terminal scores alone. This shifts from a single number to a verifiable claim about whether an agent followed the intended evaluation path.

What scope should a validator's statistical guarantee actually state?

Pointwise, domain-conditional, average-case, and uniform guarantees are not interchangeable. Only uniform bounds protect against worst-case admissible tasks; without an explicit scope, a validator's reported performance is unscoped rather than safely uniform.

Does added monitoring improve protection at acceptable cost?

The paper designs a controlled comparison of isolated actions, rolling windows, known groups, and prospectively discovered episodes at equal review cost and false-alert workload, but the excerpt provides no empirical results showing whether added monitoring improves protection.

Papers this line draws on 8

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