Context-Fractured Decomposition Attacks on Tool-Using LLM Agents: Exploiting Artifact Provenance Gaps

2026-06-08Cryptography and Security

Cryptography and SecurityArtificial Intelligence
AI summary

The authors studied how AI agents that use tools can be tricked by attacks that spread across multiple steps and contexts, rather than just during one continuous conversation. They found a problem called the "provenance gap," where harmful instructions are hidden in harmless-looking actions saved in files or logs and only cause bad behavior later, sometimes in a different part of the system. They created tests showing these attacks, called Context-Fractured Decomposition (CFD), work much better than previous methods. The authors suggest tracking the history of these artifacts to help stop such attacks.

LLM agentsjailbreak attackstool-using agentsartifact provenancemulti-step attacksContext-Fractured Decompositionprovenance gaptrace diagnosticsprovenance lineage tagging
Authors
Xiaofeng Lin, Yukai Yang, Daniel Guo, Sahil Arun Nale, Charles Fleming, Guang Cheng
Abstract
Tool-using LLM agents interact with the world through actions that persist state in artifacts (e.g., workspace files or logs). Consequently, jailbreak defenses must reason about cross-step composition rather than isolated text. Yet most existing attacks and defenses, including ``multi-turn'' jailbreaks such as Crescendo and Tree of Attacks,still assume a single contiguous conversation visible to the defender. This assumption breaks down in real agent pipelines, where enforcement is fragmented across tools, modules, and time, and where artifact provenance is often not tracked. We operationalize a deployment failure mode for tool-using LLM agents, the \emph{provenance gap}, and study reproducible triggers for it: \emph{Context-Fractured Decomposition} (CFD), a family of cross-context multi-step jailbreaks that preserve benign-looking intermediate artifacts from an early interaction and elicit harmful behavior much later, potentially in a different agent instance or workflow stage, via individually innocuous tool actions whose risk emerges only under delayed artifact-mediated composition. We instrument the failure mode with trace-level diagnostics and outline a verifiable mitigation direction (provenance lineage tagging). Across agent-system jailbreak benchmarks, CFD improves success rates by up to 28.3 percentage points over state-of-the-art baselines, even against strong single-turn judges. Disclaimer: This paper contains examples of harmful or offensive language.