SYNTHESIS NOTE
Topics›Agents Multi Architecture›this note

Can memory poisoning compromise decision-making even with authorization layers?

When authorization systems add signed tokens and policy oracles to an AI pipeline, does this stop attackers from poisoning the agent's judgment about whether to approve actions, and what actually prevents unsafe execution?

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

Turning the authorization layer on (the paper's T1 condition, which "enables both" the token check and the policy oracle) changes the outcome without changing the Validator. The layer is "an independent authorization layer using task-bound signed tokens and a separately verified policy oracle." Against memory poisoning, Unsafe Action Rate falls to 0 percent while Judgment Bypass Rate stays at 100 percent. The paper's summary: "the Validator remains compromised, but the Executor independently prevents unauthorized action." It is the same attack and the same failed reviewer as Can a poisoned validator still approve unsafe actions?. What differs is that the approval no longer suffices.

The useful reading is that the result separates changing what the agent does from changing what the agent can do. At 100 percent JBR nothing was done to make the Validator resist; it is bypassed every time. At 0 percent UAR the action is unavailable anyway. That is the split drawn in Can architecture prevent violations better than training values?, seen at runtime in a pipeline and not in training: the forgery is still chosen, and the execution is not available. That link is mine. Neither paper uses the other's framing, and this excerpt is not about conditional compliance. The result is also a measured case of the design goal in Can prompting reduce bias in LLM judges reliably?, and of the layer choice in Why do agents fail at identity verification and authorization?, which puts authorization outside conversational context.

What the 0 percent does not cover:

Where the layer sits among the vault's defense placements. A check at the action is one more position beside the commit point in Where should workflow validation gates be placed for safety?, which also gates before an irreversible action but rebuilds the flow's global risk context, where this layer reads a licence (a token and a policy) and does not read the workflow. Whether such placements are alternatives or layers is an open tension filed in ops/tensions/. Two further pairings are the vault's and neither paper draws them. Can deterministic checks protect LLM judges from failure? puts checks that cannot be argued with in front of checks that can. On my reading the token check and policy oracle stand to the Validator's approval as an unarguable check to an arguable one, though the excerpt says only that they are signed and separately verified, and they sit at the action and not ahead of the reviewer in sequence. And Do authorization rules or restricted tools prevent test modifications? reports a zero for a regime that changed clear rules and restricted tools together, so it cannot say whether choice or availability did the work; here the paired rates show the forgery still chosen and the execution unavailable, though the layer's own two parts were also switched together (Which authorization component achieves the zero percent unsafe rate?).

Inquiring lines that read this note 13

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.

Can defenses detect attacks composed across multiple skills? What determines whether AI system errors remain visible and contestable? How do agents balance task completion with privacy compliance and security? How should agents structure and manage memory across tasks over time? How can workflow-level validation detect semantic corruption that protocol compliance misses? Can human oversight effectively constrain capable AI agents? What infrastructure evidence validates agent benchmark achievement claims? Do multi-agent systems create greater security risks than single-agent ones? How do coordinated agent sequences violate constraints that individual actions respect?

Related concepts in this collection 13

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

Concept map
25 direct connections · 166 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

with authorization enabled memory poisoning still bypasses the Validator in every trial yet no unsafe action executes — 100 percent Judgment Bypass Rate against 0 percent Unsafe Action Rate