English

ReasAlign: Reasoning Enhanced Safety Alignment against Prompt Injection Attack

Cryptography and Security 2026-01-16 v1 Artificial Intelligence Computation and Language

Abstract

Large Language Models (LLMs) have enabled the development of powerful agentic systems capable of automating complex workflows across various fields. However, these systems are highly vulnerable to indirect prompt injection attacks, where malicious instructions embedded in external data can hijack agent behavior. In this work, we present ReasAlign, a model-level solution to improve safety alignment against indirect prompt injection attacks. The core idea of ReasAlign is to incorporate structured reasoning steps to analyze user queries, detect conflicting instructions, and preserve the continuity of the user's intended tasks to defend against indirect injection attacks. To further ensure reasoning logic and accuracy, we introduce a test-time scaling mechanism with a preference-optimized judge model that scores reasoning steps and selects the best trajectory. Comprehensive evaluations across various benchmarks show that ReasAlign maintains utility comparable to an undefended model while consistently outperforming Meta SecAlign, the strongest prior guardrail. On the representative open-ended CyberSecEval2 benchmark, which includes multiple prompt-injected tasks, ReasAlign achieves 94.6% utility and only 3.6% ASR, far surpassing the state-of-the-art defensive model of Meta SecAlign (56.4% utility and 74.4% ASR). These results demonstrate that ReasAlign achieves the best trade-off between security and utility, establishing a robust and practical defense against prompt injection attacks in real-world agentic systems. Our code and experimental results could be found at https://github.com/leolee99/ReasAlign.

Keywords

Cite

@article{arxiv.2601.10173,
  title  = {ReasAlign: Reasoning Enhanced Safety Alignment against Prompt Injection Attack},
  author = {Hao Li and Yankai Yang and G. Edward Suh and Ning Zhang and Chaowei Xiao},
  journal= {arXiv preprint arXiv:2601.10173},
  year   = {2026}
}

Comments

15 pages, 10 figures

R2 v1 2026-07-01T09:05:28.692Z