research synthesis

Don't Refuse, Misdirect: Bounding Jailbreak ASR for On-Chain AI Agents

A new framework shows that conventional detect-and-block defenses fail asymptotically, while a misdirection strategy called CMPE cuts jailbreak success by two orders of magnitude — with direct implications for autonomous agents in DeFi, DAOs, and TEE-based protocols.

For any on-chain AI agent with a natural-language interface—a DeFi router, a DAO treasury bot, a TEE-based oracle—the standard defense against prompt injection is a blunt refusal. That approach is asymptotically doomed. A new analysis shows that conventional detect-and-block defenses let attacker success rate (ASR) approach one as the query budget grows, because predictable refusals give useful feedback to automated search [^claim_196]. An attacker with enough queries can iteratively refine prompts until the guardrail cracks.

The alternative is detect-and-misdirect. Instead of saying “I cannot help,” the system returns controlled, non-operational responses designed to induce false-positive errors in the attacker’s automated judge [^claim_202]. This lowers the positive predictive value of attacker-selected candidates and yields a bounded asymptotic ASR [^claim_197]. The attacker’s own evaluation loop becomes the bottleneck: it can’t tell whether a probe landed or not, so it wastes budget on dead ends.

The paper concretizes this strategy with Contextual Misdirection via Progressive Engagement (CMPE)—a lightweight conversational misdirection method that replaces predictable refusal text with safe but strategically misleading responses in automated jailbreak settings [^claim_198]. On jailbreak benchmarks, CMPE reduces estimated ASR upper bounds by up to two orders of magnitude [^claim_199]. In end-to-end runs against state-of-the-art automated jailbreak frameworks PAIR and GPTFuzz, CMPE nearly eliminates verified attack success [^claim_200].

Crucially, the analysis isn’t just empirical. The paper models the attack-defense setting through a probabilistic model of a target system, its defense mechanism, and the attacker’s automated judge [^claim_201]. This formalization lets designers reason about asymptotic behavior instead of relying on spot checks—a critical capability when the adversary can run thousands of queries against an on-chain agent.

For crypto, the implication is direct. Any autonomous agent with tool-calling privileges—a MEV searcher using an LLM to craft bundles, a cross-chain bridge agent that accepts user intents, a TEE-enclave agent managing private keys—that uses detect-and-block will eventually be jailbroken given enough queries. Adopting CMPE-style misdirection cuts that risk by ~99% and, more importantly, provides a provable bound on worst-case success. Protocols like LangChain-based wallet agents or intent-solver networks should treat misdirection as a security primitive, not a nice-to-have.

The bottom line: on-chain AI agents must stop saying “no” and start saying “sure, here’s something harmless.” The attacker’s judge is the weakest link—exploit it.

Provenance ledger

7/7 claims span-verified · SHA-256

Every claim below is locked to a verbatim span of its source and re-verified against that source before publish. Citation markers in the text jump here.

[1] Conventional detect-and-block defenses allow attacker success rate (ASR) to approach one as the query budget grows, because predictable refusals provide useful feedback to automated search. span-verified
Verbatim source span
Our analysis shows that conventional detect-and-block defenses can allow attacker success rate (ASR) to approach one as the query budget grows, since predictable refusals provide useful feedback to automated search.
SHA-256 of span
4571bc186ef534c64350b33688b235445d7609f497a8470c5ed5cd0f5e0bb5f7
↩ back to text
[2] Detect-and-misdirect strategy reduces the positive predictive value of attacker-selected candidates and yields a bounded asymptotic ASR. span-verified
Verbatim source span
This strategy reduces the positive predictive value of attacker-selected candidates and yields a bounded asymptotic ASR.
SHA-256 of span
6db0db7eb6d0018fdde3da5b208f376efa195b9411d346d19612090b13b84015
↩ back to text
[3] Contextual Misdirection via Progressive Engagement (CMPE) is a lightweight conversational misdirection method that replaces predictable refusal text with safe but strategically misleading responses in automated jailbreak settings. span-verified
Verbatim source span
Contextual Misdirection via Progressive Engagement (CMPE), a lightweight conversational misdirection method designed to replace predictable refusal text with safe but strategically misleading responses in automated jailbreak settings.
SHA-256 of span
ec173dfcb57e4caa1e1150158e5d3d154b4f4d4ac59b9d6d826a60a9f05270a6
↩ back to text
[4] CMPE reduces estimated ASR upper bounds by up to two orders of magnitude on jailbreak benchmarks. span-verified
Verbatim source span
On jailbreak benchmarks, CMPE reduces estimated ASR upper bounds by up to two orders of magnitude
SHA-256 of span
9334707f090b949d3456e29e6755db529ae44d6d7a16a179b5001545f67ac294
↩ back to text
[5] CMPE nearly eliminates verified attack success in end-to-end PAIR and GPTFuzz attack runs. span-verified
Verbatim source span
and nearly eliminates verified attack success in end-to-end PAIR and GPTFuzz attack runs.
SHA-256 of span
4697523186192b9a0cdbab04ccb59c0b77e69b065cfbc292253cd02d330bfd5c
↩ back to text
[6] The paper analyzes the attack-defense setting through a probabilistic model of a target system, its defense mechanism, and the attacker's automated judge. span-verified
Verbatim source span
This work analyzes the resulting attack-defense setting through a probabilistic model of a target system, its defense mechanism, and the attacker's automated judge.
SHA-256 of span
5896f01e6715fa6106df4eb322e433a8ba4a669d98a4a38edfe6847ea6210368
↩ back to text
[7] Detect-and-misdirect involves detected malicious interactions receiving controlled, non-operational responses designed to induce false-positive errors in the attacker's judge. span-verified
Verbatim source span
We then examine detect-and-misdirect, where detected malicious interactions receive controlled, non-operational responses designed to induce false-positive errors in the attacker's judge.
SHA-256 of span
9e16ea962fe97409b65385a0fd59e892b55a8304baf47f157cb08c40c38ad723
↩ back to text

Sources

  1. Analyzing Defensive Misdirection Against Model-Guided Automated Attacks on Agentic AI Systems
ai-agentsprompt-injectiondefensive-misdirectionllm-securityteeautonomous-agentsjailbreak-defense
AUTOMATED

Get the synthesis

AI×crypto research, repackaged with every claim hash-locked to its source. New arXiv → analysis in ~3 hours.