Spider-Sense: Intrinsic Risk Sensing for Efficient Agent Defense with Hierarchical Adaptive Screening
Zhenxiong Yu, Zhi Yang, Zhiheng Jin, Shuhe Wang, Heng Zhang, Yanlin Fei, Lingfeng Zeng, Fangqi Lou, Shuo Zhang, Tu Hu, Jingping Liu, Rongze Chen, Xingyu Zhu, Kunyi Wang, Chaofa Yuan, Xin Guo, Zhaowei Liu, Feipeng Zhang, Jie Huang, Huacan Wang, Ronghao Chen, Liwen Zhang
TL;DR
The paper addresses security risks in autonomous LLM-powered agents, where traditional always-on, external checks impose latency and brittleness across long, multi-step workflows. It introduces Spider-Sense, a framework that embeds Intrinsic Risk Sensing (IRS) into the agent’s execution to enable selective, event-driven defense, and a Hierarchical Adaptive Screening (HAC) that uses fast pattern matching plus deep reasoning only when needed. It also provides S$^2$Bench, a lifecycle-aware benchmark with realistic tool execution and attack scenarios to rigorously evaluate in-situ interception. Empirical results show Spider-Sense achieves state-of-the-art defense performance with the lowest Attack Success Rate (ASR) and False Positive Rate (FPR) while incurring only modest latency overhead, demonstrating practical, scalable protection for real-world agent deployments.
Abstract
As large language models (LLMs) evolve into autonomous agents, their real-world applicability has expanded significantly, accompanied by new security challenges. Most existing agent defense mechanisms adopt a mandatory checking paradigm, in which security validation is forcibly triggered at predefined stages of the agent lifecycle. In this work, we argue that effective agent security should be intrinsic and selective rather than architecturally decoupled and mandatory. We propose Spider-Sense framework, an event-driven defense framework based on Intrinsic Risk Sensing (IRS), which allows agents to maintain latent vigilance and trigger defenses only upon risk perception. Once triggered, the Spider-Sense invokes a hierarchical defence mechanism that trades off efficiency and precision: it resolves known patterns via lightweight similarity matching while escalating ambiguous cases to deep internal reasoning, thereby eliminating reliance on external models. To facilitate rigorous evaluation, we introduce S$^2$Bench, a lifecycle-aware benchmark featuring realistic tool execution and multi-stage attacks. Extensive experiments demonstrate that Spider-Sense achieves competitive or superior defense performance, attaining the lowest Attack Success Rate (ASR) and False Positive Rate (FPR), with only a marginal latency overhead of 8.3\%.
