SYNTHESIS NOTE
Topics›Agents Multi Architecture›this note

Can attackers manipulate which model handles a request?

Explores whether the routing layer that directs requests to specific models represents a security vulnerability separate from model-level defenses, and whether deployed systems can verify which model actually responded.

Synthesis note · 2026-09-23 · sourced from Agents Multi Architecture

The abstract puts it in one clause: "the underlying model routing and execution control plane remains vulnerable to manipulation and to unverified model provenance." Two problems share the clause. Manipulation is steering which model or execution path handles a request, or altering the controls it runs under. Unverified provenance is not being able to check which model actually answered. The excerpt says nothing further about either.

Both sit below the defenses the vault usually discusses. A prompt-level hardening or an output filter assumes it knows what model is running and that the routing decision was honest. My reading, not the paper's, gives two consequences. If routing can be manipulated, an attacker need not beat a model's defenses; they can send the request to a weaker one, which is the dark side of Can routing beat building one better model?: the lever that helps most is also the one worth capturing. If provenance is unverified, evidence about a model's safety attaches to a name the deployed system may not be running. That extends What do benchmark scores actually reveal about model containment?, where a score is silent about the environment. Here it would also be silent about identity.

The vault has a measured neighbor for the layer under a model's name, though not for a swapped model. Where do safety wins come from in multi-agent systems? found that on Azure GPT-5 54 of 60 blocks came from the provider's filter, and that on a backend without one the safety silently re-sources to the model's own alignment. A rerouted request could change which layer does the blocking in the same unrecorded way. That is my inference, since neither excerpt describes a router being steered.

The vault holds routing as a coordination and performance problem: Can routers select the right model before generation happens?, What decisions must multi-agent routing systems optimize simultaneously?, and When does routing between models actually matter?. None treats the router as a trust boundary. One link is worth flagging as an inference: a router that reacts to surface form rather than to meaning, which the last note measures for paraphrase, would be steerable by anyone who can rewrite a query. The survey does not make that connection.

Provenance also has a neighbor that should not be conflated. Should response workflows be inside the security boundary? uses the word, and glosses it (the vault's gloss) as tracking where consumed and produced things came from. Here it is the provenance of the model itself. A third use is the Troy Moment abstract's "authenticated state provenance" in Can explicit authorization boundaries prevent agents from modifying protected tests?, which the vault reads as a record of who changed a piece of state, not of which model answered.

What the excerpt does not give. Any attack, any mechanism, what the "execution control plane" comprises, or what "unverified provenance" refers to (identity, version, weights, training lineage). It is a claim without a demonstration.

Inquiring lines that read this note 52

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? Do multi-agent systems create greater security risks than single-agent ones? How does outcome-only reporting obscure which system components blocked attacks? Can defenses detect attacks composed across multiple skills? Do current AI defenses adequately protect against semantic manipulation attacks? Do frontier models develop hidden self-protective behaviors? Where do unmonitored channels leave multi-agent planning vulnerable to attack? Do planted honeypot tests reliably measure reward hacking? How can we verify agent claims against their actual capabilities and actions? How do agents balance task completion with privacy compliance and security? Can strategic routing of diverse smaller models outperform a single scaled model? How reliable are reasoning traces as evidence of agent honesty? What internal signals best predict whether reasoning will succeed? How can workflow-level validation detect semantic corruption that protocol compliance misses? How does position in multi-agent workflows amplify or attenuate harmful signals? How do coordinated agent sequences violate constraints that individual actions respect? Can human oversight effectively constrain capable AI agents? Why do agents report success when they have actually failed? How does training data contamination persist through safety alignment mechanisms?

Related concepts in this collection 7

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
17 direct connections · 134 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

the model routing and execution control plane is an attack surface of its own — it can be manipulated and model provenance can go unverified