ACIArena: Toward Unified Evaluation for Agent Cascading Injection
A new benchmark exposes how multi-agent AI systems can be hijacked through cascading trust exploits — and how current defenses often make things worse.

The Thesis
Multi-agent AI systems — networks of AI agents that collaborate by passing instructions and data to each other — are increasingly deployed in enterprise and research settings. The trust those agents extend to one another creates a new attack surface: a single compromised agent can relay malicious instructions through the network, causing cascading failures far from the original intrusion point. This paper introduces ACIArena, a benchmark with 1,356 test cases designed to measure how robust these systems really are across six common multi-agent frameworks. The key finding is that network topology alone doesn't determine safety — role design and how tightly agents control what messages they accept matter just as much. Critically, defenses that work in simple test environments often fail in realistic ones, and some narrowly designed defenses actively create new vulnerabilities.
Catalyst
Multi-agent AI frameworks — AutoGen, CrewAI, LangGraph, and others — have moved from research prototypes to production deployments in the past 18 months, dramatically expanding the real-world attack surface. At the same time, prompt injection (tricking an AI into following attacker-supplied instructions instead of user intent) has matured from a curiosity into a documented threat in deployed systems. A rigorous, unified benchmark didn't exist before because the frameworks themselves weren't standardized enough to compare systematically.
What's New
Prior work on prompt injection focused almost exclusively on single-agent systems or very simple two-agent pipelines, testing one or two attack strategies in controlled toy settings. Those studies couldn't tell you whether a defense that blocks instruction hijacking in a linear two-agent chain also works in a hub-and-spoke network where six agents share a common orchestrator. ACIArena covers six real-world multi-agent implementations, three attack entry points (external inputs, agent profiles, and inter-agent messages), and three attack objectives, producing a benchmark large enough to surface generalization failures that simpler evaluations miss.
The Counter
ACIArena is a benchmark, not a deployed adversarial red team — and benchmarks age quickly when attackers adapt. The 1,356 test cases cover six frameworks, but the attack strategies are defined by the researchers, not by real-world threat actors who constantly evolve their techniques. The paper's finding that 'defenses fail to transfer' is significant, but the defenses tested may already be outdated; the field is moving fast enough that a benchmark published today could lag practice within months. More importantly, the paper doesn't propose a validated defense — it diagnoses a problem without prescribing a cure, leaving practitioners with a clearer picture of danger but no actionable mitigation. Finally, many production multi-agent deployments already isolate agents behind API boundaries with strict input validation, so the cascading injection threat may be less severe in well-architected real systems than in the research configurations ACIArena tests.
Longs
- PANW (Palo Alto Networks) — expanding AI security product lines for enterprise agent deployments
- CRWD (CrowdStrike) — AI-native endpoint and identity protection extending toward agentic workloads
- ZS (Zscaler) — zero-trust network architecture applicable to inter-agent communication security
- PLTR — enterprise AI deployment at scale, incentivized to audit agent pipeline integrity
- HACK (ETF) — broad cybersecurity exposure as AI attack surfaces grow
Shorts
- Vendors selling single-agent prompt-injection defenses as enterprise-ready — the paper shows these don't transfer to multi-agent settings
- Enterprise AI platform builders (e.g., early-stage startups) who marketed topology-based safety (e.g., 'our star network is safer') without role-level controls — the benchmark directly refutes that claim
- Any MAS framework that performed poorly on ACIArena benchmarks faces reputational pressure if results become widely cited in procurement evaluations
Enablers (Picks & Shovels)
- LangGraph and LangChain — one of the six MAS frameworks benchmarked, widely used in production
- AutoGen (Microsoft) — another benchmarked framework, large enterprise adoption
- CrewAI — open-source multi-agent orchestration layer covered in ACIArena
- Hugging Face Transformers — underlying model infrastructure for agent backends
- OpenAI API — most agents in these frameworks rely on GPT-series models as reasoning cores
Private Watchlist
- Protect AI — focused on ML model and pipeline security
- Lakera — real-time prompt injection detection for LLM applications
- Invariant Labs — agent security monitoring and policy enforcement
- HiddenLayer — adversarial ML defense for production AI systems
Resources
The Paper
Collaboration and information sharing empower Multi-Agent Systems (MAS) but also introduce a critical security risk known as Agent Cascading Injection (ACI). In such attacks, a compromised agent exploits inter-agent trust to propagate malicious instructions, causing cascading failures across the system. However, existing studies consider only limited attack strategies and simplified MAS settings, limiting their generalizability and comprehensive evaluation. To bridge this gap, we introduce ACIArena, a unified framework for evaluating the robustness of MAS. ACIArena offers systematic evaluation suites spanning multiple attack surfaces (i.e., external inputs, agent profiles, inter-agent messages) and attack objectives (i.e., instruction hijacking, task disruption, information exfiltration). Specifically, ACIArena establishes a unified specification that jointly supports MAS construction and attack-defense modules. It covers six widely used MAS implementations and provides a benchmark of 1,356 test cases for systematically evaluating MAS robustness. Our benchmarking results show that evaluating MAS robustness solely through topology is insufficient; robust MAS require deliberate role design and controlled interaction patterns. Moreover, defenses developed in simplified environments often fail to transfer to real-world settings; narrowly scoped defenses may even introduce new vulnerabilities. ACIArena aims to provide a solid foundation for advancing deeper exploration of MAS design principles.