CRAIJul 7

When Agents Go Rogue: Activation-Based Detection of Malicious Behaviors in Multi-Agent Systems

arXiv:2607.0680724.9Has Code
Predicted impact top 1% in CR · last 90 daysOriginality Incremental advance
AI Analysis

For security of multi-agent systems, AcMAS addresses stealthy attacks and asynchronous execution, a practical problem not handled by prior work.

AcMAS detects malicious behaviors in LLM-based multi-agent systems by analyzing internal activation states, achieving 0.94 F1 in synchronous and 0.93 F1 in asynchronous settings, outperforming graph-based baselines by +0.22 and +0.55 F1 respectively.

While enabling effective collaboration on complex tasks, LLM-based Multi-Agent Systems (MAS) face critical security challenges due to vulnerabilities at the agent and interaction levels. Most existing MAS security defenses are built upon two core assumptions: semantically-explicit malicious attacks and explicit graph-based modeling of the MAS topology and agent-level interactions. In practice, real-world attacks are becoming more semantically stealthy, while MAS execution is typically asynchronous without the temporal alignment assumed by graph-based propagation models. To address these limitations, we propose AcMAS, an activation-based framework for malicious-behavior detection in MAS. By analyzing internal reasoning states in the activation space of local agents, AcMAS detects even stealthy attacks in a synchronization-robust fashion, without relying on explicit interaction graphs. Moreover, our activation analysis provides critical signals to guide AcMAS in restoring the functionality of compromised agents, rather than the disruptive agent isolation commonly used by the state-of-the-art methods. Comprehensive evaluation demonstrates that AcMAS significantly outperforms graph-based baselines against stealthy attacks, by +0.22 F1 in synchronous settings (0.94 vs. 0.72) and by +0.55 F1 in asynchronous settings (0.93 vs. 0.38), with generalization across diverse open-source LLM backbones, attack intensity, and MAS scale.

Foundations

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

Your Notes