paper-with-me

Papers

Triaging Threats to Specialized Guardrails

2026-05-29 · Wenjie Jacky Mo, Xiaofei Wen, Rui Cai, Boyu Zhu, Sicong Jiang, Zihan Wang, Minglai Yang, Zhe Zhao, Muhao Chen arxiv

Building robust safety guardrails is essential for deploying Large Language Models across diverse real-world applications. However, this goal remains challenging because safety risks span heterogeneous threat domains, while existing datasets cover only fragmented risk subsets and rely on inconsistent taxonomies. Consequently, it remains unclear whether current guardrails can generalize beyond narrow evaluation settings. To better understand the robustness of guardrail models, we first introduce GuardZoo, a unified human-annotated benchmark with 32,460 samples covering 15 distinct unsafe categories. Evaluation on GuardZoo reveals that monolithic guardrails suffer from task interference: different threat domains require distinct decision boundaries that are difficult to compress into a single model. We therefore propose RouteGuard, a router-expert framework that triages each conversation to specialized expert guardrails for threat-specific detection. Experiments show that RouteGuard improves fine-grained threat detection over strong guardrail baselines, generalizes better under out-of-domain evaluation, and supports flexible modular expansion to emerging threats.

📄 PDF Abstract BibTeX arXiv:2605.30693

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Prompt Inject Detection with Generative Explanation as an Investigative Tool

2025-02-16 · Jonathan Pan, Swee Liang Wong, Yidi Yuan, Xin Wei Chia

Large Language Models (LLMs) are vulnerable to adversarial prompt based injects. These injects could jailbreak or exploit vulnerabilities within these models with explicit prompt requests leading to undesired responses. …

Text Generation

TraceSafe: A Systematic Assessment of LLM Guardrails on Multi-Step Tool-Calling Trajectories

2026-04-08 · Yen-Shan Chen, Sian-Yao Huang, Cheng-Lin Yang, Yun-Nung Chen arxiv

As large language models (LLMs) evolve from static chatbots into autonomous agents, the primary vulnerability surface shifts from final outputs to intermediate execution traces. While safety guardrails are well-benchmark…

Lattice: Generative Guardrails for Conversational Agents

2026-01-24 · Emily Broadhurst, Tawab Safi, Joseph Edell, Vashisht Ganesh 외 arxiv

Conversational AI systems require guardrails to prevent harmful outputs, yet existing approaches use static rules that cannot adapt to new threats or deployment contexts. We introduce Lattice, a framework for self-constr…

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

2026-04-06 · Zhuowen Yuan, Zhaorun Chen, Zhen Xiang, Nathaniel D. Bastian 외 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…

A Comparative Evaluation of AI Agent Security Guardrails

2026-04-27 · Qi Li, Jiu Li, Pingtao Wei, Jianjun Xu 외 arxiv

This report presents a comparative evaluation of DKnownAI Guard in AI agent security scenarios, benchmarked against three competing products: AWS Bedrock Guardrails, Azure Content Safety, and Lakera Guard. Using human an…