arXiv 2606.26479v1Jun 25, 2026

Adaptive Evaluation of Out-of-Band Defenses Against Prompt Injection in LLM Agents

Praneeth Narisetty et al.

Brief context

Publication timing, weekly edition context, and source links for this brief.

Published

Jun 25, 2026, 12:35 AM

Current score

74

Original paper

The executive brief below is grounded in the source paper and linked back to the arXiv abstract.

Recent work (2024 to 2026) has converged on a strategy for defending tool-using LLM agents against indirect prompt injection: rather than training the model to refuse malicious instructions, enforce security outside the model with a deterministic policy that mediates the agent's actions. Systems such as CaMeL, FIDES, Progent, RTBAS, and FORGE realize this with capabilities, information-flow labels, and reference monitors, and several report near-elimination of attacks on the AgentDojo benchmark. We make two contributions. First, we organize these out-of-band defenses as instances of classical integrity protection (Biba), reference monitoring, and least privilege, yielding a structured comparison of what they do and do not cover. Second, we warn that every one of them is validated only on static benchmarks (a fixed set of injection attempts), the same methodology that made in-band defenses look strong until adaptive, defense-aware attacks broke twelve of them at over 90% success; we specify the threat model and protocol an adaptive evaluation requires. We then run that protocol as an independent reproduction and extension of Progent's own adaptive-attack analysis, on AgentDojo, with an open-weight agent (Qwen2.5-7B) self-hosted on a single H200, a setting its authors did not test. Averaged over three runs, the defense held: Progent cut mean attack success roughly sixfold (25.8% to 4.2%), and a hand-crafted adaptive attack did not raise it (2.6%). This is one small-scale data point on a weak model with a single black-box attack template; a stronger optimized (white-box GCG) attack remains open. The result is consistent with, but does not establish, the hypothesis that deterministic out-of-band enforcement is a harder target for an adaptive attacker than in-band detection.

Score 74Full-paper briefagentsinfrainferencemodels

Executive brief

A short business-reader brief that explains why the paper matters now and what to watch or do next.

Why this is worth your attention

Prompt injection in tool-using agents is becoming less a “better guardrail prompt” problem and more an enterprise access-control problem: put a deterministic policy gate between the model and consequential actions. This paper’s useful contribution is to separate benchmark theater from deployable security practice, then show one small but encouraging reproduction where Progent cut attack success from 25.8% to 4.2% and withstood a hand-crafted adaptive attack. The business catch is material: the tested defense reduced task utility and added heavy inference overhead, while stronger adaptive attacks and data-exfiltration paths remain open.

  • The practical implication is to treat agent security less like content moderation and more like access control: what tools can the agent invoke, after reading which data, under whose authority, and with what audit trail. Security and platform teams should inspect the action boundary, not just the system prompt.
  • Ask vendors whether their prompt-injection numbers come from fixed benchmark attacks or from defense-aware attackers who know the policy layer. Static results may still be useful, but this paper argues they do not answer the buying question: what happens after attackers adapt to your deployed controls?
  • In the authors’ reproduction, Progent cut attack success from 25.8% to 4.2%, and their hand-built adaptive attack did not raise it. That is a meaningful signal that deterministic tool gates may be harder to bypass than model-only defenses, but it is still one defense, one benchmark family, and one adaptive attack style.
  • The defense was not free: reported task utility fell from about 45% to 27%, and defended runs used roughly 15× more LLM calls per task. For operational deployments, the question is not only whether attacks fall, but whether the agent still completes enough work at an acceptable latency and cost.
  • The next meaningful progress will be evidence on stronger models, white-box optimized attacks, confidentiality leaks, and side channels—not another static AgentDojo score. The paper is clearest that action gating is improving faster than exfiltration and implicit-flow control.

Evidence ledger

The strongest claims in the brief, along with the confidence and citation depth behind them.

stackhighp.1p.4

The paper reframes out-of-band prompt-injection defenses as classical access-control and reference-monitor systems at the agent tool boundary.

caveathighp.1p.5

The paper argues that static benchmark validation is insufficient for judging prompt-injection defenses because attackers can adapt after deployment.

capabilitymediump.7p.7

In the authors' limited reproduction, Progent substantially reduced attack success and resisted their hand-crafted adaptive attack.

inferencehighp.7p.8

The tested defense imposed meaningful operational costs in task utility and LLM-call volume.

caveathighp.1

The experiment is too narrow to establish general robustness across models, defenses, or adaptive attack methods.

Related briefs

More plain-English summaries from the archive with nearby topics or operator relevance.

cs.CR

The Salami Slicing Threat: Exploiting Cumulative Risks in LLM Systems

Yihao Zhang et al.

cs.CR

Tool Receipts, Not Zero-Knowledge Proofs: Practical Hallucination Detection for AI Agents

Abhinaba Basu

cs.AI

Policy-Invisible Violations in LLM-Based Agents

Jie Wu, Ming Gong

cs.CR

MCPShield: Content-Aware Attack Detection for LLM Agent Tool-Call Traffic

Sultan Zavrak

Thank you to arXiv for use of its open access interoperability. This product was not reviewed or approved by, nor does it necessarily express or reflect the policies or opinions of, arXiv.
LightDark