ArXiv: CIA Reveals How Multi-Agent System Privacy Can Be Broken via Black Box
A new research paper on CIA (Communication Inference Attack) demonstrates that the communication topology of LLM multi-agent systems can be reconstructed solely from external queries, with 87%+ accuracy. Implications for the security and privacy of AI systems.
This article was generated using artificial intelligence from primary sources.
A research team has presented CIA (Communication Inference Attack), a method that enables reconstruction of the internal communication topology of LLM multi-agent systems using exclusively black-box access — without access to code, weights, or logs.
How the Attack Works
CIA sends carefully designed queries to the multi-agent system and analyzes the responses. From patterns in the responses — speed, content, consistency — the algorithm reconstructs:
- Which agents communicate with each other
- The hierarchy of decision-making
- The flow of information through the system
Reconstruction accuracy reaches 0.87+ AUC (Area Under Curve), meaning an attacker can map the internal architecture of the system with high confidence.
Security Implications
Knowledge of a multi-agent system’s internal topology enables:
- Targeted attacks on the most critical agents in the chain
- Social engineering — manipulating specific agents that influence decisions
- Intelligence theft — reconstructing business logic from the system’s architecture
Why It Matters
As enterprises increasingly use multi-agent systems for critical business processes, this paper warns that the architecture itself becomes a vulnerability — even without access to code or data, an attacker can understand how the system works internally.
Related news
Anthropic: Project Glasswing found 10,000 high-risk vulnerabilities in its first month using Claude Mythos Preview
arXiv:2605.22786: LCGuard protects shared KV cache between agents in multi-agent systems from data leakage
GitHub: npm 11.15.0 introduces staged publishing and three new install-time --allow flags for supply chain hardening