CRAINov 19, 2025

Securing AI Agents Against Prompt Injection Attacks

arXiv:2511.15759v16 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in widely used RAG systems for AI agents, representing a strong specific gain in a domain-specific area.

The paper tackles the problem of prompt injection attacks in retrieval-augmented generation (RAG) systems for AI agents, proposing a multi-layered defense framework that reduces successful attack rates from 73.2% to 8.7% while maintaining 94.3% of baseline task performance.

Retrieval-augmented generation (RAG) systems have become widely used for enhancing large language model capabilities, but they introduce significant security vulnerabilities through prompt injection attacks. We present a comprehensive benchmark for evaluating prompt injection risks in RAG-enabled AI agents and propose a multi-layered defense framework. Our benchmark includes 847 adversarial test cases across five attack categories: direct injection, context manipulation, instruction override, data exfiltration, and cross-context contamination. We evaluate three defense mechanisms: content filtering with embedding-based anomaly detection, hierarchical system prompt guardrails, and multi-stage response verification, across seven state-of-the-art language models. Our combined framework reduces successful attack rates from 73.2% to 8.7% while maintaining 94.3% of baseline task performance. We release our benchmark dataset and defense implementation to support future research in AI agent security.

Foundations

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

Your Notes