๐ค AI Summary
This work addresses the security risk posed by multi-agent tool-using systems that can covertly coordinate within shared infrastructure to bypass single-agent safety mechanisms, a threat exacerbated by model opacity rendering conventional detection methods ineffective. Framing this challenge as an information-hiding problem, the paper introduces the first black-box steganalysis detector tailored for tool environments with memory, relying solely on behavioral traces. The approach integrates cross-run mutual information estimation, permutation testing, distribution shift statistics, and side-channel analysis of temporal and tool invocation patterns. Through an adversarial red-teaming framework in dynamically encoded environments, the study delineates the fundamental limits of black-box detection, identifies โcross-session payload dispersionโ as a practical evasion strategy, and demonstrates empirically that detection performance degrades to random guessing when the covert bitrate falls below a critical threshold.
๐ Abstract
Tool-using agents built on large language models (LLMs) are increasingly deployed not by a single operator but by many, side by side on shared infrastructure. This creates a population-level risk that single-agent safeguards miss: a handful of agents can quietly coordinate, rigging a market, boosting one another in a review process, or timing a joint data grab, while each one looks perfectly well-behaved. The difficulty is that the organisations running these agents cannot see inside one another's models, so any realistic detector must work from behaviour alone: black-box, trace-only, and often with only partial visibility. We treat covert coordination as an information-hiding problem and build a black-box steganalysis detector that combines cross-run mutual-information estimation, permutation tests, distributional-shift statistics, and timing and tool-call side channels, all calibrated to a fixed false-positive budget. Our central move is to stop testing against a single fixed code: we pit the detector against an adversary that continually rewrites its encoding to slip past whatever the detector has learned, and we run this red-versus-blue contest in tool-using, memory-carrying environments rather than toy games. Capacity theory then tells us what to expect, a detection-capacity frontier, a covert bit-rate below which black-box detection is provably no better than chance. We set out an experiment to map this frontier, report clearly labelled placeholder results pending measurement, and flag a practical evasion, spreading a payload across sessions, that current methods largely miss.