Research Papers 论文研究 5h ago Updated 54m ago 更新于 54分钟前 50

Agentic Security: A Systematization of Tools, Failure Modes, and Design Laws for LLM-Driven Penetration Testing 代理安全:LLM驱动渗透测试的工具、故障模式与设计法则系统化研究

Agentic security systems use LLM agents to autonomously plan, dispatch, and interpret security tools, but repeatedly encounter the same operational failures when moving from demos to production The authors introduce a four-dimensional Integration Friction Index that distinguishes one-time engineering costs from recurring organizational, legal, and maintenance costs Key quantitative findings include: long-lived sessions lose resident evidence as phase count increases, short-lived sub-agents exten 系统评估了10种主流安全工具(静态、动态、云、编排、AI红队)在无人值守管道中的实际操作表现,归纳出重复出现的故障模式 提出四维集成摩擦指数(Integration Friction Index),将一次性工程成本与 recurring 的组织、法律、维护成本分离 建立定量规律:长会话随阶段数增加丢失证据,短生命周期子代理通过证据压缩比扩展可用范围;两阶段裁决级联在评分者错误相关时收益有限 将规划者-工人模型路由形式化为背包问题,推导出重尾工具的闭合形式执行上限公式 η* = αv/c 证明范围和预算执行无法委托给系统提示,因为提示不约束实际执行内容;实现平台Inspectra作为工作实例

68
Hot 热度
76
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Agentic security systems use LLM agents to autonomously plan, dispatch, and interpret security tools, but repeatedly encounter the same operational failures when moving from demos to production
  • The authors introduce a four-dimensional Integration Friction Index that distinguishes one-time engineering costs from recurring organizational, legal, and maintenance costs
  • Key quantitative findings include: long-lived sessions lose resident evidence as phase count increases, short-lived sub-agents extend usable horizon based on evidence compression ratio, and two-stage verdict cascades only help when scorer errors are uncorrelated
  • Planner-versus-worker model routing is formalized as a knapsack problem with a closed-form execution cap for heavy-tailed tools: eta* = alpha v/c
  • Scope and budget enforcement cannot be delegated to system prompts because prompts do not constrain what actually executes

Why It Matters

This paper provides the first systematic analysis of failure modes in deployed LLM-driven penetration testing systems, offering practitioners concrete design laws rather than anecdotal lessons. The Integration Friction Index and quantitative regularities give security teams a framework for evaluating trade-offs between agent longevity, evidence retention, and operational cost—critical as agentic security tools move from research prototypes to production deployments.

Technical Details

  • Evaluated ten widely used security tools across static, dynamic, cloud, orchestration, and AI red-teaming categories for unattended pipeline deployment, identifying recurring operational failure patterns
  • Modeled agentic security systems as stochastic LLM policies wrapped by a deterministic mediator, deriving that long-lived sessions degrade resident evidence with increasing phase count, while short-lived sub-agents preserve it proportionally to the compression ratio between raw evidence and summaries
  • Demonstrated that two-stage verdict cascades multiply scorer likelihood ratios but provide negligible benefit when scorer errors are correlated, and showed that treating unevaluable outcomes as attack failures systematically biases measurements toward evasive and severe response classifications
  • Formulated planner-versus-worker model routing as a knapsack optimization problem and derived a closed-form execution cap eta* = alpha v/c for heavy-tailed tool latency distributions
  • Implemented Inspectra as a worked instantiation of the proposed design laws, with mechanisms explicitly labeled as shipped, partial, or planned, including documented failures

Industry Insight

  • Organizations deploying agentic security tools should invest in short-lived sub-agent architectures with strong evidence compression rather than monolithic long-running sessions, as the latter degrade in reliability with phase count
  • Verdict cascade designs must account for scorer error correlation; deploying correlated evaluators provides false confidence and wasted compute—diverse, independent scorers are essential
  • System prompts are insufficient for scope and budget enforcement; hard architectural constraints are required to prevent agent drift, as prompts cannot guarantee execution boundaries in stochastic LLM pipelines

TL;DR

  • 系统评估了10种主流安全工具(静态、动态、云、编排、AI红队)在无人值守管道中的实际操作表现,归纳出重复出现的故障模式
  • 提出四维集成摩擦指数(Integration Friction Index),将一次性工程成本与 recurring 的组织、法律、维护成本分离
  • 建立定量规律:长会话随阶段数增加丢失证据,短生命周期子代理通过证据压缩比扩展可用范围;两阶段裁决级联在评分者错误相关时收益有限
  • 将规划者-工人模型路由形式化为背包问题,推导出重尾工具的闭合形式执行上限公式 η* = αv/c
  • 证明范围和预算执行无法委托给系统提示,因为提示不约束实际执行内容;实现平台Inspectra作为工作实例

为什么值得看

本文首次系统化了LLM驱动渗透测试在实际部署中的操作失败模式,填补了从演示到产品化过程中的工程认知空白。对安全AI从业者和企业安全团队而言,提供的定量规律和设计法则可直接指导工具选型、架构设计和成本预算。

技术解析

  • 集成摩擦指数(Integration Friction Index):四维框架分离一次性工程成本与 recurring 的组织/法律/维护成本,为工具集成决策提供量化依据。
  • 会话生命周期与证据压缩模型:长会话随阶段数增加丢失驻留证据;短生命周期子代理通过原始证据与摘要的压缩比扩展可用范围,为多代理架构设计提供理论支撑。
  • 裁决级联与偏差分析:两阶段裁决级联可乘以评分者似然比,但当评分者错误相关时收益有限;将不可评估结果视为攻击失败会系统性偏向逃避和严重响应。
  • 模型路由的背包问题建模:将规划者与工人模型的路由选择形式化为背包问题,推导出重尾工具的闭合形式执行上限 η* = αv/c,为资源分配提供数学基础。
  • Inspectra平台:作者实现的代理安全平台,机制标注为已交付、部分或计划中,包含失败案例,作为工作实例验证理论框架。

行业启示

  • 提示工程存在根本性局限:系统提示无法约束实际执行内容,安全AI系统需在设计层面(而非仅提示层面)实现范围和预算控制。
  • 工具集成需考虑全生命周期成本:四维摩擦指数提醒企业评估安全工具时,除一次性集成成本外,必须纳入组织、法律、维护等 recurring 成本。
  • 多代理架构设计应遵循定量规律:长会话与短子代理的证据管理策略、评分者相关性对裁决级联的影响,为构建可靠的安全AI系统提供设计法则。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Agent Agent Security 安全 Research 科学研究 Evaluation 评测