CRCLMay 10

AgentShield: Deception-based Compromise Detection for Tool-using LLM Agents

arXiv:2605.1102673.0
Predicted impact top 18% in CR · last 90 daysOriginality Highly original
AI Analysis

Provides the first compromise detection (vs. prevention) for IPI attacks on LLM agents, with demonstrated effectiveness across low-resource languages, addressing a critical security gap for multilingual deployments.

AgentShield detects successful indirect prompt injection attacks on tool-using LLM agents using deception-based traps, catching 90.7%-100% of attacks on commercial models with zero false alarms, and transfers across models and languages without retraining.

Defenses against indirect prompt injection (IPI) in tool-using LLM agents share two structural weaknesses. First, they all attempt to prevent attacks rather than detect the compromises that slip through. Second, they have only been evaluated in English, leaving users of low-resource languages such as Kurdish and Arabic without tested protection. This paper addresses both gaps with AgentShield, a deception-based detection framework that places three layers of traps inside the agent's tool interface: fake tools, fake credentials, and allowlisted parameters. The same trap triggers serve as high-precision labels for a self-supervised classifier. An LLM agent that follows an attacker's hidden instruction almost always touches one of these traps, which gives both a real-time compromise signal and a zero-FP label for training a downstream detector without manual annotation. Across 176 cross-lingual attack prompts and four LLMs from three providers, and because modern LLMs already refuse most IPI attempts on their own (attack success rate <= 10%), AgentShield's job is to catch the attacks that do slip through. On commercial models, it catches 90.7%-100% of such successful attacks, with zero false alarms on 485 normal-use tests. It survives a systematic adaptive-attack evaluation with zero evasion on commercial models, and the self-supervised classifier transfers across models and languages without retraining.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes