INQUIRING LINE

In a chain of AI agents, does it matter where a bad instruction sneaks in — and can it hide?

How does workflow position amplify or suppress malicious signals?

This explores how the place where a malicious signal enters a multi-agent workflow (an early planning step, a central subtask, or a peripheral one) changes how far it spreads and whether defenses notice it.


This explores how the place where a malicious signal enters a multi-agent workflow changes how far it spreads and whether defenses notice it. The corpus gives a two-part answer. Position controls how far a signal travels, and it also controls how visible the signal is.

Start with reach. In an attack called FLOWSTEER, a malicious signal injected into a high-influence subtask spreads far more than the same signal placed in a peripheral node. Framing matters as much as location. If the signal is dressed up as task-relevant evidence, downstream agents relay it as though it were useful context How does a signal's position in a workflow change its influence?. Agents that trust their teammates pass along whatever looks like help, and misalignment can exploit that trust rather than break any expectation Does one misaligned agent harm a team in adversarial settings?. So a peripheral, oddly framed signal mostly dies out, while an upstream, evidence-shaped one gets amplified.

The most powerful position is the earliest one. A crafted prompt can bias how a planner builds the workflow before any tools run, and this raised malicious success by up to 55 percent Can prompts alone reshape multi-agent workflows without system access?. This also explains why the obvious defense fails. Checking the generated workflow happens after the contamination is already baked in Can inspecting generated workflows catch planning-time attacks?. An input-side defense that separates the task, the method, and the framing in an instruction cut malicious success by up to 34 percent, because it works at the point where the instruction is organized.

Position can also hide a signal. Splitting a task across specialized agents is the main strength of multi-agent systems, but a harmful goal can be spread across steps that each look benign, so the harm only appears when they are combined Can task decomposition hide harmful intent across agents?. Skill scanners show the same pattern. They score each skill on its own, so an attacker can use scanner feedback to blunt each piece while the chain as a whole still does the job, reaching 96% average attack success Can attackers evade skill scanners by refining individual skills?. The structure that lets a signal travel is the same structure that keeps any single checkpoint from seeing all of it.

The defenses in the corpus each target a different position. One validates the assembled workflow at the point just before an irreversible action, rebuilding the risk picture that no single step holds Where should workflow validation gates be placed for safety?. Another attaches semantic labels to the original request and passes them down the chain, so later steps inherit the original intent and risk Can semantic labels on requests prevent malicious propagation through agent networks?. These complement planning-boundary and per-hop checks, and each catches attacks the others miss. Once agents are connected to tools and credentials, the response workflow around them also becomes part of what needs securing Should response workflows be inside the security boundary?. The corpus has one direct study of position-dependent amplification. Most of the rest is about defenses, and it says little about how much of the effect comes from position versus framing.


Sources 9 notes

How does a signal's position in a workflow change its influence?

Malicious signals injected into high-influence subtasks propagate far more than those in peripheral nodes, and signals framed as task-relevant evidence are relayed by downstream agents. FLOWSTEER exploits both regularities to steer multi-agent workflows.

Does one misaligned agent harm a team in adversarial settings?

Research shows that shifting one agent's objective worsens team performance in inherently adversarial games, an effect amplified by asymmetric information and specialized roles. The harm survives because misalignment exploits trust among allied agents rather than violating competitive expectations.

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.

Can inspecting generated workflows catch planning-time attacks?

Defenses that inspect only generated workflows arrive too late to catch FLOWSTEER-style attacks that corrupt planning signals before workflow formation. Input-side defense separating task, methodological, and framing intents reduces malicious success by up to 34 percent by intervening at the instruction-organization boundary.

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.

Show all 9 sources
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.

Where should workflow validation gates be placed for safety?

SafeFlow validates assembled workflows at irreversible action boundaries, reconstructing the global risk picture that no single step holds. This commit-point placement complements planning-boundary and per-hop defenses, each seeing attacks the others miss.

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.

Should response workflows be inside the security boundary?

A review of four control families—containment, privilege separation, provenance, and responder access—concludes that once an agent connects to tools, credentials, and execution environments, the response workflow around them becomes part of what must be secured, not just run.

Papers this line draws on 8

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