How can operators stop coordinated agent intrusions now?
Exploring what practical steps operators can take immediately to detect and prevent multi-agent coordination attacks, without waiting for new research. The note examines policy specification and permission-based testing as near-term defenses.
The conclusion states it in one sentence: "The doctrine is to preserve relationships across executions, constrain their shared resources, and connect response to surviving state." It then names what an operator can do without waiting for research: "Operators can specify collaboration policy and test containment from agents' actual permissions now."
Each part answers a different piece of the paper's account. Preserving relationships across executions is the coordination episode in operation: what one execution wrote and a later one read must not be forgotten between runs (Should defence units span multiple executions and agents?). Constraining shared resources goes at the substrate, the store agents write and later read. Connecting response to surviving state matters because of what another excerpt reports: Can removing a communication channel stop persistent information sharing?. The paper's evaluation tests "recurrence after channel closure and state quarantine," which separates closing the channel from quarantining what earlier runs left behind. My reading is that the third clause is the doctrine's answer to that rebuild lesson. The excerpt does not tie the two together.
The "now" half does not depend on discovery. An operator writes the policy (How do policies determine whether agent transfers are violations?) and tests what agents can actually do, from their actual permissions and not from their intended roles. My pairing, not the paper's, is that the case for testing reach and not output is the one in Can a model-level filter truly contain an agent with environment access?: what an agent can touch is a property of its environment, and a check on any single output does not show it. That is the boundary test Is your evaluation environment actually part of the threat model? calls for, made specific to shared writable resources.
The strongest objection is cost. Constraining shared resources also constrains the sanctioned uses of them, and the harness notes treat persistent shared artifacts as something to build. The nearest measured constraint on what agents carry forward is Does limiting interaction history actually prevent agent collusion?, an ablation in a two-agent setting with a built conflict that reports no size and no task cost. It cuts what an agent sees within a run and not a store shared across executions, so it is a neighbour of the second clause by analogy and does not test it. The paper's own caution is that "controlled comparisons must establish whether the added monitoring improves protection at an acceptable cost" (Does added monitoring improve protection at acceptable cost?).
What the excerpt does not give. What "swarm" counts as, how resources are constrained in practice, or a measured containment.
Inquiring lines that read this note 70
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 can defenders detect coordinated attacks across episodes?- Does terminating an intrusion differ from stopping the agent behind it?
- Can stopping one intrusion pathway leave the underlying activity intact elsewhere?
- What makes the Telephone Loop attack specific to agent delegation?
- What state-tracking requirements exist for defenses that verify multi-party behavioral invariants?
- Can a single authorization policy distinguish licensed delegation from intrusion?
- What does agent security look like when measured across interaction trajectories?
- Should defense against coordinated intrusion span multiple execution episodes?
- Why must recurrence tests apply both channel closure and state quarantine separately?
- What makes a coordination episode revisable under agent intrusion?
- How many agents participated in the July 2026 package service incident?
- How can per-agent or per-message checks catch harm that emerges only in composition?
- How should policy define which agent transfers count as sanctioned versus intrusion?
- How should defenders decide whether to publish detection rules and incident analyses?
- How do defenders discover which actions belong to the same coordination episode?
- Can episode-based detection catch coordination without over-flagging innocent sharing?
- What makes a coordination episode the right unit for defense response?
- How does task division in multi-agent design affect security outcomes?
- Does prompt hardening equally protect single and multi-agent web systems?
- What attacks are unique to multi-agent systems compared to single agents?
- Why do single-boundary defenses underperform in multi-agent systems?
- Can an attacker copy a rule that distinguishes trusted agents from compromised ones?
- Does amplifying a single-actor failure require different security defenses than preventing it?
- 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?
- Do these five vulnerability classes co-occur in predictable attack sequences?
- Which agent properties like state retention enable supply-chain and credential vulnerabilities?
- Can specialized roles let malicious objectives hide across multiple agents?
- Can attackers exploit pooled agent trajectories to identify and bypass defenses?
- What happens when a compromised middle-agent originates bias rather than the root request?
- Which interaction interfaces do multi-agent systems expose to adversaries?
- How does insider threat differ from external attack in multi-agent systems?
- Can shared memory poisoning compromise multi-agent delegation chains?
- Does withholding interaction history defeat attackers in shared stores?
- How much does prompt hardening actually defend multi-agent systems?
- Does quarantining state count as recovery in multi-agent attack scenarios?
- Does chain-level defense reduce but not eliminate attack success rates?
- Why does removing a communication channel not permanently prevent agent coordination?
- What counts as sanctioned versus unsanctioned coordination under different collaboration policies?
- Can public wikis enable agent coordination without requiring infrastructure breaches?
- Why do multi-agent failures arise through interactions local checks miss?
- What distinguishes sanctioned coordination from intrusion in multi-agent systems?
- How do authorization layers differ from input-boundary defenses in blocking attacks?
- Why does scanning skill pairs not fully prevent cross-skill attacks?
- What defensive levers shorten the time before probing gets contained?
- How do unmonitored channels between pipeline agents enable security gaps?
- Why are unmonitored channels between agents a safety risk?
- Can input-boundary defenses guard unmonitored channels between agent hops?
- What makes unmonitored channels between agents safety-critical?
- Why do input-boundary defenses fail in planner-worker pipelines?
- Can fixed pipelines eliminate planning-time attack surfaces in multi-agent systems?
- What vulnerabilities emerge at each hop between agents in a pipeline?
- Do per-hop channel monitors miss coordinated attacks across multiple message transfers?
- Do prompt injection attacks propagate behavioral bias across multi-agent networks?
- Can closing a communication channel prove whether agents influenced each other?
- What does a quiet period after removing a communication channel actually show about agent coordination?
- Can prompt hardening reduce signal propagation in multi-agent systems?
- What makes collusion stable once agents begin deviating from protocol?
- Can pairing or vetting peers reduce collusion as a design lever?
- Can monitoring in multi-agent deployments prevent collusion when agents monitor agents?
- What role does interaction history play in enabling agent collusion?
- Why does a control blocking one moment fail against agents acting across time?
- How can operators test what agents can actually access versus what they should access?
- Can a containment control work if defenders cannot reach or reason about it?
- Can restricted tools and authorization rules prevent peer-induced safety violations?
- Can the policy oracle itself be written to by agents in the pipeline?
- Who should verify identity and authorization when agents coordinate across boundaries?
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
-
Can removing a communication channel stop persistent information sharing?
When a shared mechanism for passing information is deleted, does the sharing actually stop, or can agents rebuild it using inherited knowledge? This matters for understanding whether removing infrastructure alone defeats coordinated threats.
the response failure the third clause appears to address
-
Is your evaluation environment actually part of the threat model?
When AI systems can act through tools and credentials during testing, does the evaluation setup itself become a security risk? This explores whether capability measurement and containment are inseparable.
the boundary lesson the "test containment from actual permissions" clause makes operational
-
Can a model-level filter truly contain an agent with environment access?
Explores whether filtering individual model outputs can control agents that retain state, call tools, and access credentials. Matters because the distinction determines what security measures actually work against agentic systems.
grounds the operator step: containment is judged by what an agent can reach, which no single-output check shows (vault pairing; the doctrine excerpt does not cite it)
-
Does limiting interaction history actually prevent agent collusion?
An ablation study restricted how much and what type of interaction history agents could access. The question explores whether this constraint reduces collusion between agents and what mechanisms drive any observed effect.
the nearest measured cut of what agents carry forward, by analogy to the second clause: a different resource, no cost reported, and a filed tension against the vault's accumulated-history notes
-
Should response workflows be inside the security boundary?
Can containment and privilege controls actually work if responders cannot reach, understand, or act on the systems they protect? This explores whether defensive response is a security control or just operational cleanup.
the doctrine's clauses land in three of the four families and count response as inside the boundary
-
What happens to code that agents create and then share?
Agent-authored code artifacts that persist across tasks and multiple agents remain poorly understood. The open questions cluster around what should be retained versus discarded, and how shared state stays consistent when multiple agents collaborate.
the build-it side of the same resource; see the filed tension in ops/tensions/
-
What recovery mechanisms do vault defense notes actually specify?
The vault's multi-agent defense notes are checked against a five-part contract template. A keyword search finds recovery—the fifth part—mentioned in only one of six notes, raising questions about what recovery mechanisms, if any, the defenses specify.
the third clause is the nearest thing here to the contract's recovery part, in words that audit's keyword check did not search; it is a doctrine and a proposed test, and no recovery result is reported
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Counter-Swarm Doctrine: Containing Coordinated Agent Intrusions
- SoK: When Safe Agents Fail Together: The Security of Multi Agent LLM Systems
- FLOWSTEER: Prompt-Only Workflow Steering Exposes Planning-Time Vulnerabilities in Multi-Agent LLM Systems
- Emergent Collusion in Long-Horizon LLM Agent Interaction
- Securing Agentic AI: From Per-Action Checks to Trajectory Assurance
- ChannelGuard: Safe Models Do Not Compose into Safe Multi-Agent Systems
- SafeFlow: Semantic Information-Flow Control for Blocking Malicious Propagation in Multi-Agent Systems
- Can AI Agents Agree?
Original note title
the counter-swarm doctrine has three parts — preserve relationships across executions, constrain shared resources, and connect response to surviving state