paper-with-me

Papers

SentinelAgent: Graph-based Anomaly Detection in Multi-Agent Systems

2025-05-30 · Xu He, Di wu, Yan Zhai, Kun Sun

The rise of large language model (LLM)-based multi-agent systems (MAS) introduces new security and reliability challenges. While these systems show great promise in decomposing and coordinating complex tasks, they also face multi-faceted risks across prompt manipulation, unsafe tool usage, and emergent agent miscoordination. Existing guardrail mechanisms offer only partial protection, primarily at the input-output level, and fall short in addressing systemic or multi-point failures in MAS. In this work, we present a system-level anomaly detection framework tailored for MAS, integrating structural modeling with runtime behavioral oversight. Our approach consists of two components. First, we propose a graph-based framework that models agent interactions as dynamic execution graphs, enabling semantic anomaly detection at node, edge, and path levels. Second, we introduce a pluggable SentinelAgent, an LLM-powered oversight agent that observes, analyzes, and intervenes in MAS execution based on security policies and contextual reasoning. By bridging abstract detection logic with actionable enforcement, our method detects not only single-point faults and prompt injections but also multi-agent collusion and latent exploit paths. We validate our framework through two case studies, including an email assistant and Microsoft's Magentic-One system, demonstrating its ability to detect covert risks and provide explainable root-cause attribution. Our work lays the foundation for more trustworthy, monitorable, and secure agent-based AI ecosystems.

📄 PDF Abstract BibTeX arXiv:2505.24201

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionLarge Language Model

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

SentinelAgent: Intent-Verified Delegation Chains for Securing Federal Multi-Agent AI Systems

2026-04-03 · KrishnaSaiReddy Patil arxiv

When Agent A delegates to Agent B, which invokes Tool C on behalf of User X, no existing framework can answer: whose authorization chain led to this action, and where did it violate policy? This paper introduces Sentinel…

Detect by Yourself: Self-Designing Agentic Workflows for Few-Shot Graph Anomaly Detection

2026-05-26 · Tairan Huang, Qiang Chen, Yili Wang, Yueyue Ma 외 arxiv

Graph anomaly detection aims to identify anomaly nodes in attributed graphs and plays an important role in real-world applications. However, existing graph anomaly detection methods still face two key challenges: 1) fixe…

Graph Anomaly Detection

Anomaly Detection in Multi-Agent Trajectories for Automated Driving

2021-10-15 · Julian Wiederer, Arij Bouazizi, Marco Troina, Ulrich Kressel 외

Human drivers can recognise fast abnormal driving situations to avoid accidents. Similar to humans, automated vehicles are supposed to perform anomaly detection. In this work, we propose the spatio-temporal graph auto-en…

Anomaly Detection

ReeFRAME: Reeb Graph based Trajectory Analysis Framework to Capture Top-Down and Bottom-Up Patterns of Life

2024-10-19 · Chandrakanth Gudavalli, BoWen Zhang, Connor Levenson, Kin Gwn Lore 외

In this paper, we present ReeFRAME, a scalable Reeb graph-based framework designed to analyze vast volumes of GPS-enabled human trajectory data generated at 1Hz frequency. ReeFRAME models Patterns-of-life (PoL) at both t…

Anomaly Detection

Explainable and Fine-Grained Safeguarding of LLM Multi-Agent Systems via Bi-Level Graph Anomaly Detection

2025-12-21 · Junjun Pan, Yixin Liu, Rui Miao, Kaize Ding 외 arxiv

Large language model (LLM)-based multi-agent systems (MAS) have shown strong capabilities in solving complex tasks. As MAS become increasingly autonomous in various safety-critical tasks, detecting malicious agents has b…

Graph Anomaly Detection