← Back to feed
2026-06-29agentsinfra

MESA: Prioritizing Vulnerable Communication Channels for Securing Multi-Agent Systems

Kunyang Li, Kyle Domico, Jonathan Gregory, Patrick McDaniel

PDF preview for MESA: Prioritizing Vulnerable Communication Channels for Securing Multi-Agent Systems
Read on arXiv →

Key claim

Mesa helps prioritize security in multi-agent systems effectively.

In plain English

Imagine you're managing a system where multiple agents need to communicate to complete tasks. As these systems grow, the way they talk to each other can become a target for attackers. If one communication channel is compromised, it could lead to a huge portion of the system's failure. Currently, security teams often struggle to know where to focus their limited resources, leading to gaps in protection. This is what's called inefficient resource allocation.

To tackle this, the authors developed a method that helps identify which communication channels are most at risk before any attacks happen. They created a framework called Mesa that uses various metrics to rank these channels based on their potential impact if compromised. This means that instead of randomly monitoring all channels, security teams can focus on the ones that matter most.

In practice, Mesa has shown that by monitoring just the top 10% of the most critical channels, defenders can intercept about three times as many successful attacks compared to a random approach. This is a significant improvement over traditional methods, allowing for smarter and more effective security measures in multi-agent systems.

Novelty
8.0/10

The paper introduces a new framework for prioritizing security in multi-agent systems, which is a significant extension of existing methods.

Reliability
8.0/10

The evaluation against diverse scenarios and strong correlation with attack success rates supports the claims made.

Deep reliability assessment

The methodology supports the claim that, in the studied MAS workflows, topologies, and open-source LLMs, edge-level attack impact is often concentrated and can be predicted reasonably well from graph features plus clean-run probes. The broader claim that MESA can proactively harden arbitrary production MAS is less proven, especially under adaptive attackers, evolving workflows, richer tool-use agents, and highly redundant graphs.

Reproducibility

No open-source code or repository is mentioned in the provided paper text. The evaluation uses partly standard datasets or benchmarks, including HumanEval, GSM8K, and CommonsenseQA, plus a customer-service scenario and specified topologies/models, but implementation details and attack pipeline code availability are unclear.

Key figure

Figure 1 plots cumulative attack success as edges are ranked by empirical attack success rate, showing that attack impact is highly concentrated: the top 20% of edges account for about 59% of total attack success rather than the 20% expected under a uniform distribution.

Benchmark results

~145 tasks across customer service, software engineering adapted from HumanEval, and homogeneous debate adapted from GSM8K and CommonsenseQAmean Spearman correlation between MESA ranking and empirical per-edge attack success rate: 0.6vs empirical per-edge attack success ratepeak rho reported as 0.73
~three MAS scenarios, eight network topologies, five open-source LLMssuccessful attacks intercepted by monitoring top 10% MESA-ranked edges relative to random allocation: 3vs random edge allocationabout 3x
~customer service MAS scenario across multiple topologiesshare of total observable attack success contributed by top 20% most vulnerable edges: 59vs uniform vulnerability assumption+39 percentage points over uniform 20%
~customer service MAS scenarioaverage attack success rate: 35vs Mesh topology at 10% attack success rate+25 percentage points for Chain topology versus Mesh topology