MAAINov 14, 2025

Exposing Weak Links in Multi-Agent Systems under Adversarial Prompting

arXiv:2511.10949v14 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses a critical gap in multi-agent system security for real-world applications, though it is incremental as it builds on existing single-agent security research.

The paper tackles the security vulnerabilities in multi-agent systems (MAS) under adversarial prompting by introducing SafeAgents, a unified framework for fine-grained assessment, and Dharma, a diagnostic measure to identify weak links, revealing that common design patterns like centralized systems significantly reduce robustness.

LLM-based agents are increasingly deployed in multi-agent systems (MAS). As these systems move toward real-world applications, their security becomes paramount. Existing research largely evaluates single-agent security, leaving a critical gap in understanding the vulnerabilities introduced by multi-agent design. However, existing systems fall short due to lack of unified frameworks and metrics focusing on unique rejection modes in MAS. We present SafeAgents, a unified and extensible framework for fine-grained security assessment of MAS. SafeAgents systematically exposes how design choices such as plan construction strategies, inter-agent context sharing, and fallback behaviors affect susceptibility to adversarial prompting. We introduce Dharma, a diagnostic measure that helps identify weak links within multi-agent pipelines. Using SafeAgents, we conduct a comprehensive study across five widely adopted multi-agent architectures (centralized, decentralized, and hybrid variants) on four datasets spanning web tasks, tool use, and code generation. Our findings reveal that common design patterns carry significant vulnerabilities. For example, centralized systems that delegate only atomic instructions to sub-agents obscure harmful objectives, reducing robustness. Our results highlight the need for security-aware design in MAS. Link to code is https://github.com/microsoft/SafeAgents

Foundations

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

Your Notes