Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up

The Big Picture

Silent interventions in agents' hidden internal memory can make multi-agent AI teams fail even when no malicious text is passed; handoffs between agents are the most vulnerable and are the easiest to spot at runtime.

Key Findings

Attackers can extract a steering signal from pairs of runs (one correct, one corrupted) and inject that signal directly into agents' hidden memory or their handoff memory to downstream agents, causing wrong behavior without any visible malicious text. Inter-agent handoffs (the memory one agent passes to another) are more effective attack points and leave clearer runtime traces than hidden states inside a single agent. Lightweight detectors that monitor layer-wise profiles or projections can catch many handoff attacks (for some settings reaching high true positive rates), but detecting within-agent hidden-state attacks remains difficult. handoff attacks.

By the Numbers

1Direction-agnostic detector reached 84.9% true positive rate at attack strength α=1 and 94.4% at α=2 for PCA-based handoff (KV-both) interventions, with ~5% false positive rate on held-out clean traces.
2Experiments ran on 3 benchmarks (GSM8K, OpenBookQA, HumanEval+) using a four-agent setup (planner, critic, refiner, judger) with a 4-billion-parameter backbone model (Qwen3-4B).
3Edge-level (handoff) interventions produced consistently larger accuracy drops and more detectable runtime signals than node-level (within-agent hidden state) interventions across tasks and held-out samples.

Implications

Engineers building systems where multiple AI agents cooperate should care because hidden-memory attacks can silently corrupt coordination even when text channels are sanitized. Security and reliability teams should add latent-aware latent-aware monitoring to their evaluation and pre-production testing. Product leaders evaluating agent-to-agent evaluation and multi-agent trust need to treat hidden communications as part of the threat model.
Not sure where to start?Get personalized recommendations
Learn More

Key Figures

Figure 1: Attack surfaces in text-based and latent-based multi-agent systems.
Fig 1: Figure 1: Attack surfaces in text-based and latent-based multi-agent systems.
Figure 2: Overview of our latent attack pipeline. Paired clean-correct and direct-attack-wrong executions are used to extract an attack-associated latent direction from aligned latent representations. The extracted direction is then injected into clean executions through node hidden states or edge KV-cache handoffs.
Fig 2: Figure 2: Overview of our latent attack pipeline. Paired clean-correct and direct-attack-wrong executions are used to extract an attack-associated latent direction from aligned latent representations. The extracted direction is then injected into clean executions through node hidden states or edge KV-cache handoffs.
Figure 3: Node-versus-edge vulnerability patterns of text- and latent-based MAS on GSM8K.
Fig 3: Figure 3: Node-versus-edge vulnerability patterns of text- and latent-based MAS on GSM8K.
Figure 4: Accuracy drop under different intervention strengths α \alpha .
Fig 4: Figure 4: Accuracy drop under different intervention strengths α \alpha .

Ready to evaluate your AI agents?

Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.

Learn More

Considerations

The study used a controlled discrete search over intervention sites and strengths, so some vulnerable combinations may be missed. Results are measured on specific benchmarks and models (including a 4B-parameter backbone); effects may vary for larger or differently architected models. The offered detectors are a promising first step but are not complete defenses—they flag suspicious behavior but do not automatically repair or reroute compromised handoffs. pre-production tests.

Deep Dive

Researchers showed that adversarial effects can be created and reintroduced into multi-agent systems by manipulating their internal "hidden" memory rather than by sending malicious text. They build paired executions — one clean and one intentionally corrupted — then compute a steering vector that captures the difference in internal representations. Injecting that steering signal into either an agent's internal state or the memory handed off to the next agent reliably reproduces the corrupted behavior across math problems, science multiple-choice questions, and code-generation tasks. Across a four-agent pipeline (planner, critic, refiner, judger) the most damaging and most detectable attacks targeted the handoffs agents use to pass working memory to each other. Monitoring methods that either watch projection onto a known attack direction or track deviations in layer-wise norms caught many handoff attacks (example: ~85% to ~94% true positive rates at reasonable thresholds with ~5% false alarms). Node-level hidden-state attacks were harder to detect. Practical takeaway: removing explicit text channels doesn't eliminate risk—hidden communications create a new attack surface that needs latent-aware monitoring, pre-production tests, and defenses that can isolate or prune suspicious handoffs. latent-aware monitoring and defenses.
Avoid common pitfallsLearn what failures to watch for
Learn More
Credibility Assessment:

No specified affiliations, very low/unknown author h-indexes, arXiv preprint with no citations — limited identifiable reputation.