DriftNet: A Dual-Head Trajectory Transformer for Detecting and Localizing Prompt Injection in LLM Agents

📅 2026-09-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出DriftNet,一种双头轨迹Transformer,用于检测和定位LLM代理中的间接提示注入攻击,通过单次前向传递解决攻击入口、受污染步骤及抵抗情况。
📝 Abstract
When an indirect prompt injection succeeds against an LLM agent, the compromise is visible in the agent's own behavior: a benign prefix of tool calls, a poisoned observation, and a suffix of actions that serve the attacker. An operator needs three facts: where the attack entered, which steps it corrupted, and whether apparent poison was resisted. Existing systems return either a whole-trace verdict or a single unsafe index. We present DriftNet, a dual-head trajectory Transformer that reads a logged tool-call trajectory and answers all three questions in one forward pass: one head classifies the trajectory as compromised or not, and a second assigns every step one of four labels (benign, injection point, hijacked, failed injection). To our knowledge it is the first supervised detector to produce this joint output. A frozen sentence encoder and four identity-free world features embed each step; the trained trunk, under two million parameters and optimized with a class-weighted joint objective over both heads, needs no access to the agent's model. On the task-disjoint split of the AgentDrift benchmark (12,536 trajectories, 71,024 labeled steps), with a 20-configuration sweep bounding hyperparameter sensitivity to 0.011 F1 and the test part evaluated exactly once, DriftNet reaches trajectory-level F1 of 0.983, exact injection-point recovery on 98.7% of attacked trajectories, hijacked-span IoU of 0.979, zero flags on 218 resisted attacks, and 2.9% flags on hard negatives. A surface baseline retrained on the identical split recovers 11.1% of partial hijacks and 17.1% of delayed executions; DriftNet reaches 98.6% and 93.2% while lowering every false-alarm rate. Reading all 26 residual errors shows that most misses trace to trajectories whose labeled injection observation carries no legible instruction, and we report the benchmark's measured world-identity regularity alongside the results.
Problem

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

Prompt Injection
LLM Agents
Trajectory Transformer
Attack Detection
Localization
Innovation

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

Dual-Head Trajectory Transformer
Prompt Injection Detection
Localization
Joint Output
Supervised Detector
💼 Related Jobs
No related jobs found.
A
Asif Pinjari
School of Informatics, Computing, and Cyber Systems, Northern Arizona University, Flagstaff, AZ, USA
M
Mithun Paul Saint-Germain
School of Informatics, Computing, and Cyber Systems, Northern Arizona University, Flagstaff, AZ, USA