Can agents be tricked into delegating work in circles?
A novel attack in multi-agent systems may exploit delegation between agents to create cyclical task loops. The attack's real-world impact and success rate remain unclear from current research.
Much of the study, as the introduction frames it, applies known attack patterns such as prompt injection to web-based multi-agent systems and compares the result with the single-agent case. The Telephone Loop is different in kind. The abstract calls it "a novel MAS-specific Telephone Loop attack that exploits cross-agent delegation to create cyclical task loops." The reason it is MAS-specific is in the mechanism it names. Delegation is how a multi-agent system hands work from one agent to another, and a single-agent system has no such edge to bend into a circle. The other scenarios ask whether an old attack lands harder on a team. This one asks what a team makes possible that a lone agent never could.
That framing is the paper's, as far as the excerpt shows. What follows is the vault's reading, and it is limited. The excerpt does not say what harm the loop causes (wasted work, cost, denial of service, something else), what the adversary places on the page to start it, how many hops it takes, or how often it succeeds. It reports no result for this scenario. So the note holds a class, not an effect size, and any post using it should say the attack is named and described in one clause.
Two neighbors are worth holding. Why do autonomous LLM agents fail in predictable ways? records infinite loops that arise on their own from politeness patterns with no adversary; the Telephone Loop is the adversarial counterpart, a loop that is induced from outside. And Do internal agent hops in pipelines need security monitoring? counts the handoffs as an attack surface; the Telephone Loop uses the delegation handoff as the surface. Both links are the vault's, not the paper's.
Three later notes from other papers place it, again as the vault's reading. How do failures cross boundaries between multiple agents? defines the delegation mechanism by what it transfers, authority, and the excerpt does not say whether the loop involves any transfer, so whether it fits that verb is open. Under the four-way test in Does a multi-agent setting automatically signal a security effect?, a cycle of delegations exists only across agents, which makes it a candidate for the roles with no single-agent counterpart (composition, or a property that exists only between principals); nothing in the excerpt sorts it. And Can one compromised agent corrupt an entire multi-agent network? is the vault's other attack that needs the multi-agent structure to exist: a compromised peer's ordinary messages carry a bias downstream, on the message edge where this one uses the delegation edge.
The open design question is detection. A loop is a property of the sequence of delegations, not of any single message, which puts it in the family of Can individual components pass safety checks if the system still fails?: each individual handoff can look ordinary. Whether the paper's setup detects or bounds loops is not in the excerpt.
Inquiring lines that read this note 27
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?- How does task division in multi-agent design affect security outcomes?
- What attacks are unique to multi-agent systems compared to single agents?
- Why do single-boundary defenses underperform in multi-agent systems?
- What makes agent-to-agent messages in multi-agent systems vulnerable to exploitation?
- How does a single compromised agent degrade performance across entire multi-agent pipelines?
- What containment risks emerge as agents obtain successive exploit primitives?
- How do multi-step exploitation chains make agent containment harder to achieve?
- Can specialized roles let malicious objectives hide across multiple agents?
- Can attackers exploit pooled agent trajectories to identify and bypass defenses?
- When do multi-agent architectures create more attack surface than single-agent systems?
- How does insider threat differ from external attack in multi-agent systems?
- How does prompt hardening work differently in single-agent versus multi-agent systems?
- Can shared memory poisoning compromise multi-agent delegation chains?
- How much does prompt hardening actually defend multi-agent systems?
- Does quarantining state count as recovery in multi-agent attack scenarios?
- What makes the Telephone Loop attack specific to agent delegation?
- Should defense against coordinated intrusion span multiple execution episodes?
- How can detection systems identify loops across sequences of delegations?
- Can fixed pipelines eliminate planning-time attack surfaces in multi-agent systems?
- What vulnerabilities emerge at each hop between agents in a pipeline?
- Does delegation between agents reproduce the confused deputy problem?
- Does delegation transfer authority or merely distribute work across agents?
Related concepts in this collection 7
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Why do autonomous LLM agents fail in predictable ways?
When large language models interact without human oversight, do they exhibit distinct failure patterns? Understanding these breakdowns matters for building reliable multi-agent systems.
spontaneous infinite loops; the Telephone Loop is the induced version
-
Do internal agent hops in pipelines need security monitoring?
Multi-agent systems route data between planner, worker, verifier, and synthesizer components. Current defenses only guard user input at the entry point, leaving inter-agent channels unmonitored—but is this a real vulnerability or does downstream safety suffice?
the handoff as an attack surface
-
Can individual components pass safety checks if the system still fails?
Explores whether local validation at each step—alignment checks, protocol compliance, plausibility tests—can guarantee safety when components are composed into larger workflows. Why the gap between component-level assurance and system-level outcomes matters for AI safety.
a cycle is visible only across steps, the same shape as compositional failure
-
How does agent architecture affect web security vulnerabilities?
WEBMASLAB isolates agent architecture as a variable by fixing task, tools, and browser while comparing single- versus multi-agent designs. This tests whether multi-agent setups structurally amplify web-based attacks like prompt injection.
the test-bed that hosts this scenario
-
How do failures cross boundaries between multiple agents?
Explores four distinct mechanisms—messages, shared state, aggregation, and delegation—that allow a failure or attack originating in one principal to propagate through multi-agent systems. Understanding these pathways is essential for designing agent interactions that contain rather than amplify risk.
the mechanism cut the loop rides on (delegation); whether the loop transfers authority is not in the excerpt
-
Does a multi-agent setting automatically signal a security effect?
Explores whether observing a failure in multi-agent systems proves the failure is genuinely multi-agent in nature. The distinction matters for correctly interpreting security research and avoiding false attributions.
a candidate for the roles with no single-agent counterpart, since a cycle exists only across delegations; unsorted in the excerpt
-
Can one compromised agent corrupt an entire multi-agent network?
Explores whether a single biased agent can spread behavioral corruption through ordinary messages to downstream agents without any direct adversarial access. Matters because it reveals a previously unknown vulnerability in how multi-agent systems communicate.
the other attack that needs the multi-agent structure to exist, on the message edge where this uses the delegation edge
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- From Monoliths to Swarms: A Study of Attack Surface Evolution in the Transition to Multi-Agent Web Systems
- FLOWSTEER: Prompt-Only Workflow Steering Exposes Planning-Time Vulnerabilities in Multi-Agent LLM Systems
- SoK: When Safe Agents Fail Together: The Security of Multi Agent LLM Systems
- Securing Agentic AI: From Per-Action Checks to Trajectory Assurance
- SafeFlow: Semantic Information-Flow Control for Blocking Malicious Propagation in Multi-Agent Systems
- Trust propagation and structural containment in Multi-agent LLM pipelines
- Flooding Spread of Manipulated Knowledge in LLM-Based Multi-Agent Communities
- Agents of Chaos
Original note title
the Telephone Loop is a MAS-specific attack that exploits cross-agent delegation to create cyclical task loops