Search papers, labs, and topics across Lattice.
This paper investigates the vulnerabilities of tool-using LLM agents by introducing the concept of Context-Fractured Decomposition (CFD), which exploits gaps in artifact provenance to execute multi-step jailbreaks. By demonstrating that benign-looking intermediate artifacts can lead to harmful behavior in later interactions, the authors reveal critical weaknesses in existing defenses that assume a continuous conversational context. The study shows that CFD can significantly enhance jailbreak success rates, achieving improvements of up to 28.3 percentage points over current state-of-the-art methods, highlighting the need for more robust defenses in real-world applications.
Context-Fractured Decomposition attacks expose a critical vulnerability in LLM agents, where harmless actions can lead to harmful outcomes through fragmented artifact interactions.
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.