A new arXiv paper demonstrates that a high-capability LLM (GPT-5.6) can appear safer when exposed directly to a dangerous objective than when that objective is transformed and relayed through a multi-agent pipeline. In the tested setup, an 'Id' and 'Censor' agent rewrite a manipulative instruction before passing it to a 'Superego' user-facing agent, which then produces advice aligned with the manipulative target despite never seeing the raw objective or its provenance. The authors identify this as a compositional safety gap: multi-stage automated workflows can launder dangerous instructions past safety mechanisms by keeping raw instructions outside the downstream model's context window. The finding has direct implications for agentic deployment architectures where end users and safety evaluators only have endpoint-level visibility.
A new arXiv preprint proposes a multi-agent system for automated disinformation detection that emulates human annotator decision-making through consensus mechanisms, cognitive diversity, and hierarchical structure. The system uses open-source models (LLaMA, Kimi, Qwen, DeepSeek, LLaMA-Nemotron) and is evaluated on English, Polish, Slovak, and Bulgarian datasets across three fact-checking tasks. Results claim superior performance over individual LLMs including GPT-4 and GPT-3.5, with transparency benefits from using open weights models.
Researchers introduce PRISM, a single-layer logistic probe over LLM hidden states that distinguishes physically grounded danger (e.g., unsafe robot actions) from ordinary text-level content danger, showing these are separable signals in representations across multiple model families. PRISM achieves 86.2–87.7% accuracy on SafeAgentBench with substantially lower false-positive rates than same-scale LLM judges, which over-block safe tasks at 24.7–39.0% FPR. The authors also release PhysicalSafetyBench-1K (PSB-1K), a 1,000-pair contrastive benchmark for evaluating physical-risk detection without relying on explicit harm keywords. The work is relevant to safety in embodied AI and agentic systems where linguistic safety filters are insufficient.
LCGuard introduces a framework for preventing sensitive information leakage when multi-agent LLM systems share KV caches as a latent communication channel. The approach formalizes leakage operationally via reconstruction: a shared cache artifact is deemed unsafe if an adversarial decoder can recover sensitive inputs from it. An adversarial training loop pits a reconstructor against LCGuard's representation-level transformations, which aim to preserve task-relevant semantics while suppressing recoverable sensitive content. Empirical results across multiple model families and multi-agent benchmarks show reduced reconstruction-based leakage and attack success rates with competitive task performance.
Researchers introduce Non-Conversational Planning Theory of Mind (NCP-ToM) and a novel evaluation framework, NCP-ExploreToM, which tests whether LLMs can manipulate belief states in other agents by moving objects or directing characters rather than through dialogue. Six frontier models (including GPT-5, Gemini 2.5 Pro, and Claude 4 series) and human participants were evaluated across 600 task instances; GPT-5 achieved ~80% success and was the only model to outperform humans, though it remained less robust across contexts. All models, like humans, performed better at inducing true belief states than false ones, which the authors flag as a positive alignment signal. The work highlights both emerging agentic social-reasoning capabilities and new manipulation/misinformation risks that passive ToM benchmarks fail to capture.
Researchers introduce a scalable benchmark for evaluating LLM agents on cooperative joint decision-making tasks where agents must exchange information under partial and asymmetric observations to reach a shared decision. A systematic evaluation of representative LLMs finds that state-of-the-art models still struggle with complex deliberative collaboration, failing in either information alignment or downstream reasoning even with external mathematical tools. Diagnostic analysis also reveals that deliberation can enable reflection and error correction, sometimes outperforming centralized baselines, offering a nuanced picture of multi-agent LLM capabilities.
A new arXiv preprint introduces 'adversarial pragmatics' as both a benchmark and annotation protocol for evaluating language model behavior under linguistically complex conditions: instruction conflict, embedded commands, quotation, scope ambiguity, deixis, and multi-turn agentic transcripts. The work critiques existing safety benchmarks for collapsing nuanced failure modes into pass/fail labels, and proposes a taxonomy with an 18-item seed benchmark and expert-evaluation protocol that distinguishes task success, policy compliance, safety risk, refusal outcome, and evaluator confidence. The framework is designed to validate safety evals, LLM judges, gold-set construction, and prompt-injection tests. The contribution is primarily methodological, targeting the infrastructure of safety evaluation rather than model capabilities directly.
A systematic study evaluates adversarial robustness and safety alignment of multimodal LLMs across 12 languages, finding that adversarial images optimized in one language transfer to others (cross-lingual transferability). The paper introduces the concept of 'safety-by-failure': low-resource languages appear safer not due to genuine alignment but because models fail to comprehend harmful instructions in those languages. Models like Qwen3-VL that integrate multilingual capability throughout training (rather than only at instruction tuning) show genuine cross-lingual safety with active refusal. The findings challenge the assumption that low-resource language safety metrics reflect real alignment.
A new arXiv paper evaluates whether LLMs can recognize that their own prior responses were elicited by adversarial prefill attacks, testing ten open-weight models (3B–70B) across four safety benchmarks. Models claim intent on prefilled responses only 27.3% of the time on average, and introspective signal is largely mediated by refusal-related reasoning. Three LoRA fine-tuning methods (SFT, GRPO, DPO) improve the intention-probe gap but counterintuitively raise attack success rates on most models, suggesting partial and fragile mitigation. The findings raise concerns about the reliability of LLM self-reports in safety-critical contexts.