paper-with-me

Papers

ShieldNet: Network-Level Guardrails against Emerging Supply-Chain Injections in Agentic Systems

2026-04-06 · Zhuowen Yuan, Zhaorun Chen, Zhen Xiang, Nathaniel D. Bastian, Seyyed Hadi Hashemi, Chaowei Xiao, Wenbo Guo, Bo Li arxiv

Existing research on LLM agent security mainly focuses on prompt injection and unsafe input/output behaviors. However, as agents increasingly rely on third-party tools and MCP servers, a new class of supply-chain threats has emerged, where malicious behaviors are embedded in seemingly benign tools, silently hijacking agent execution, leaking sensitive data, or triggering unauthorized actions. Despite their growing impact, there is currently no comprehensive benchmark for evaluating such threats. To bridge this gap, we introduce SC-Inject-Bench, a large-scale benchmark comprising over 10,000 malicious MCP tools grounded in a taxonomy of 25+ attack types derived from MITRE ATT&CK targeting supply-chain threats. We observe that existing MCP scanners and semantic guardrails perform poorly on this benchmark. Motivated by this finding, we propose ShieldNet, a network-level guardrail framework that detects supply-chain poisoning by observing real network interactions rather than surface-level tool traces. ShieldNet integrates a man-in-the-middle (MITM) proxy and an event extractor to identify critical network behaviors, which are then processed by a lightweight classifier for attack detection. Extensive experiments show that ShieldNet achieves strong detection performance (up to 0.995 F-1 with only 0.8% false positives) while introducing little runtime overhead, substantially outperforming existing MCP scanners and LLM-based guardrails.

📄 PDF Abstract BibTeX arXiv:2604.04426

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ShieldNets: Defending Against Adversarial Attacks Using Probabilistic Adversarial Robustness

2019-06-01 · CVPR 2019 6 · Rajkumar Theagarajan, Ming Chen, Bir Bhanu, Jing Zhang

Defending adversarial attack is a critical step towards reliable deployment of deep learning empowered solutions for industrial applications. Probabilistic adversarial robustness (PAR), as a theoretical framework, is int…

Adversarial AttackAdversarial Robustness

AdaptiveGuard: Towards Adaptive Runtime Safety for LLM-Powered Software

2025-09-21 · Rui Yang, Michael Fu, Chakkrit Tantithamthavorn, Chetan Arora 외 arxiv

Guardrails are critical for the safe deployment of Large Language Models (LLMs)-powered software. Unlike traditional rule-based systems with limited, predefined input-output spaces that inherently constrain unsafe behavi…

Continual Learning

Jailbreaking Large Language Models Against Moderation Guardrails via Cipher Characters

2024-05-30 · Haibo Jin, Andy Zhou, Joe D. Menke, Haohan Wang

Large Language Models (LLMs) are typically harmless but remain vulnerable to carefully crafted prompts known as ``jailbreaks'', which can bypass protective measures and induce harmful behavior. Recent advancements in LLM…

Red Teaming

Benchmarking LLM Guardrails in Handling Multilingual Toxicity

2024-10-29 · Yahan Yang, Soham Dan, Dan Roth, Insup Lee

With the ubiquity of Large Language Models (LLMs), guardrails have become crucial to detect and defend against toxic content. However, with the increasing pervasiveness of LLMs in multilingual scenarios, their effectiven…

Benchmarking

Reliability and Effectiveness of Autonomous AI Agents in Supply Chain Management

2026-05-16 · Carol Xuan Long, David Simchi-Levi, Feng Zhu, Huangyuan Su 외 arxiv

This paper studies autonomous generative AI agents in multi-echelon supply chains using the MIT Beer Game. We identify four inference-time levers that shape performance: model selection, policies and guardrails, centrali…

Prompt Engineering