CRLGSep 16, 2025

A Multi-Agent LLM Defense Pipeline Against Prompt Injection Attacks

arXiv:2509.14285v24 citationsh-index: 9
Originality Highly original
AI Analysis

This addresses a major security vulnerability for LLM deployments, offering a robust solution to prevent malicious overrides and unintended behaviors.

The paper tackled prompt injection attacks on LLMs by proposing a multi-agent defense framework, achieving 100% mitigation and reducing attack success rates from 30% and 20% to 0% across 400 attack instances on ChatGLM and Llama2.

Prompt injection attacks represent a major vulnerability in Large Language Model (LLM) deployments, where malicious instructions embedded in user inputs can override system prompts and induce unintended behaviors. This paper presents a novel multi-agent defense framework that employs specialized LLM agents in coordinated pipelines to detect and neutralize prompt injection attacks in real-time. We evaluate our approach using two distinct architectures: a sequential chain-of-agents pipeline and a hierarchical coordinator-based system. Our comprehensive evaluation on 55 unique prompt injection attacks, grouped into 8 categories and totaling 400 attack instances across two LLM platforms (ChatGLM and Llama2), demonstrates significant security improvements. Without defense mechanisms, baseline Attack Success Rates (ASR) reached 30% for ChatGLM and 20% for Llama2. Our multi-agent pipeline achieved 100% mitigation, reducing ASR to 0% across all tested scenarios. The framework demonstrates robustness across multiple attack categories including direct overrides, code execution attempts, data exfiltration, and obfuscation techniques, while maintaining system functionality for legitimate queries.

Foundations

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

Your Notes