benchmark 2025

Audit the Whisper: Detecting Steganographic Collusion in Multi-Agent LLMs

Om Tailor

3 citations · 19 references · arXiv

α

Published on arXiv

2510.04303

Output Integrity Attack

OWASP ML Top 10 — ML09

Excessive Agency

OWASP LLM Top 10 — LLM08

Key Finding

Union meta-test achieves state-of-the-art detection power at fixed FPR across all evaluated collusion benchmarks, while ablations reveal fairness-driven colluders invisible to mutual information alone

Audit the Whisper

Novel technique introduced


Multi-agent deployments of large language models (LLMs) are increasingly embedded in market, allocation, and governance workflows, yet covert coordination among agents can silently erode trust and social welfare. Existing audits are dominated by heuristics that lack theoretical guarantees, struggle to transfer across tasks, and seldom ship with the infrastructure needed for independent replication. We introduce Audit the Whisper, a conference-grade research artifact that spans theory, benchmark design, detection, and reproducibility. Our contributions are: (i) a channel-capacity analysis showing how interventions such as paraphrase, rate limiting, and role permutation impose quantifiable capacity penalties-operationalised via paired-run Kullback--Leibler diagnostics-that tighten mutual-information thresholds with finite-sample guarantees and full proofs; (ii) ColludeBench-v0, covering pricing, first-price auctions, peer review, and hosted Gemini/Groq APIs with configurable covert schemes, deterministic manifests, and reward instrumentation; and (iii) a calibrated auditing pipeline that fuses cross-run mutual information, permutation invariance, watermark variance, and fairness-aware acceptance bias, each tuned to a $10^{-3}$ false-positive budget and validated by 10k honest runs plus an e-value martingale. Across ColludeBench and external suites including Secret Collusion, CASE, Perfect Collusion Benchmark, and SentinelAgent, the union meta-test attains state-of-the-art power at fixed FPR while ablations surface price-of-auditing trade-offs and fairness-driven colluders invisible to MI alone. We release regeneration scripts, anonymized manifests, and documentation so that external auditors can reproduce every figure, satisfy double-blind requirements, and extend the framework with minimal effort.


Key Contributions

  • Channel-capacity analysis with KL-divergence diagnostics showing how interventions (paraphrase, rate limiting, role permutation) impose quantifiable mutual-information capacity penalties with finite-sample guarantees
  • ColludeBench-v0: a reproducible benchmark covering pricing, first-price auctions, and peer review with configurable covert collusion schemes, deterministic manifests, and reward instrumentation
  • Calibrated auditing pipeline fusing cross-run mutual information, permutation invariance, watermark variance, and fairness-aware acceptance bias tuned to 10^-3 FPR budget, achieving state-of-the-art detection power across multiple external collusion suites

🛡️ Threat Analysis

Output Integrity Attack

The steganographic collusion threat involves hidden signals embedded in LLM agent outputs; the auditing pipeline detects unauthorized covert channels in agent-generated content using mutual information, watermark variance, and permutation invariance — this is fundamentally an output integrity problem.


Details

Domains
nlp
Model Types
llm
Threat Tags
inference_time
Datasets
ColludeBench-v0Secret CollusionCASEPerfect Collusion BenchmarkSentinelAgent
Applications
multi-agent llm systemsautomated market mechanismsfirst-price auction systemspeer review workflowsgovernance pipelines