ARGUS: Defending LLM Agents Against Context-Aware Prompt Injection

📅 2026-05-05
📈 Citations: 0
Influential: 0
📄 PDF

career value

202K/year
🤖 AI Summary
Existing defense mechanisms struggle to counter context-aware prompt injection attacks targeting dynamic-context LLM agents. This work proposes ARGUS, an active defense framework based on decision provenance auditing, which constructs influence provenance graphs to trace the propagation paths of untrusted context and validates—prior to execution—whether agent decisions rely on trustworthy evidence. We introduce AgentLure, the first realistic benchmark for evaluating such attacks in practical scenarios, along with a corresponding adversarial evaluation framework. Experimental results demonstrate that ARGUS reduces attack success rates to 3.8% while preserving 87.5% task utility, substantially outperforming existing defenses and exhibiting robustness against adaptive white-box attacks.
📝 Abstract
The rise of Large Language Model (LLM) agents, augmented with tool use, skills, and external knowledge, has introduced new security risks. Among them, prompt injection attacks, where adversaries embed malicious instructions into the agent workflow, have emerged as the primary threat. However, existing benchmarks and defenses are fundamentally limited as they assume context-insensitive settings in which the agent works under a fully specified user instruction, and the attacks are straightforward and context-independent. As a result, they fail to capture real-world deployments where agent behavior usually depends on dynamic context, not just the user prompt, and adversaries can adapt their attacks to different context. Similarly, existing defenses built on this narrow threat model overlook the nature of real-world agent delegation. In this paper, we present AgentLure, a benchmark that captures context-dependent tasks and context-aware prompt injection attacks. AgentLure spans four agentic domains and eight attack vectors across diverse attack surfaces. Our evaluation shows that existing defenses often struggle in this setting, yielding poor performance against such attacks in agentic systems. To address this limitation, we propose ARGUS, a defense mechanism that enforces provenance-aware decision auditing for LLM agents. ARGUS constructs an influence provenance graph to track how untrusted context propagates into agent decisions and verify whether a decision is justified by trustworthy evidence before execution. Our evaluation shows ARGUS reduces attack success rate to 3.8% while preserving 87.5% task utility, significantly outperforming existing defenses and remaining robust against adaptive white-box adversaries.
Problem

Research questions and friction points this paper is trying to address.

prompt injection
LLM agents
context-aware attacks
agent security
adversarial attacks
Innovation

Methods, ideas, or system contributions that make the work stand out.

context-aware prompt injection
provenance-aware auditing
influence provenance graph
LLM agent security
AgentLure benchmark
🔎 Similar Papers
No similar papers found.
💼 Related Jobs