Defenses Against Prompt Attacks Learn Surface Heuristics
Shawn Li, Chenxiao Yu, Zhiyu Ni, Hao Li, Charith Peris, Chaowei Xiao, Yue Zhao
TL;DR
This paper critically examines prompt-injection defenses and shows that high attack rejection rates can hide substantial degradation of benign performance. By constructing controlled diagnostic datasets, the authors reveal three shortcut biases—position bias, token trigger bias, and topic generalization bias—that cause defenses to rely on surface cues rather than malicious intent. They evaluate two base models plus defense pipelines (StrucQ, SecAlign) and external prompt guards, demonstrating consistent safety-utility trade-offs and limited robustness under distribution shift. The work argues for intent-aware evaluation and data/objective designs to reduce reliance on surface patterns and improve reliable security without sacrificing legitimate use. Overall, the findings highlight the need for evaluation frameworks that balance robust defense with preserving benign functionality in real-world deployments.
Abstract
Large language models (LLMs) are increasingly deployed in security-sensitive applications, where they must follow system- or developer-specified instructions that define the intended task behavior, while completing benign user requests. When adversarial instructions appear in user queries or externally retrieved content, models may override intended logic. Recent defenses rely on supervised fine-tuning with benign and malicious labels. Although these methods achieve high attack rejection rates, we find that they rely on narrow correlations in defense data rather than harmful intent, leading to systematic rejection of safe inputs. We analyze three recurring shortcut behaviors induced by defense fine-tuning. \emph{Position bias} arises when benign content placed later in a prompt is rejected at much higher rates; across reasoning benchmarks, suffix-task rejection rises from below \textbf{10\%} to as high as \textbf{90\%}. \emph{Token trigger bias} occurs when strings common in attack data raise rejection probability even in benign contexts; inserting a single trigger token increases false refusals by up to \textbf{50\%}. \emph{Topic generalization bias} reflects poor generalization beyond the defense data distribution, with defended models suffering test-time accuracy drops of up to \textbf{40\%}. These findings suggest that current prompt-injection defenses frequently respond to attack-like surface patterns rather than the underlying intent. We introduce controlled diagnostic datasets and a systematic evaluation across two base models and multiple defense pipelines, highlighting limitations of supervised fine-tuning for reliable LLM security.
