Securing Agentic AI: From Per-Action Checks to Trajectory Assurance
作者: Alireza Lotfi, Subangkar Karmaker Shanto, Imtiaz Karim, Elisa Bertino
分类: cs.AI, cs.CR, cs.MA
发布日期: 2026-08-03
备注: 6 pages. Accepted to the ACM AI Leadership Summit 2026 (Visionary Track)
💡 一句话要点
提出行为轨迹保障机制以解决自主智能体安全问题
🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 自主智能体 安全性 行为轨迹 多代理系统 可验证性 决策透明度 系统约束
📋 核心要点
- 核心问题:现有方法未能有效处理自主智能体在多代理环境中的身份、信任和决策透明度等安全挑战。
- 方法要点:提出了一种行为轨迹保障机制,确保智能体的整体行为符合系统级约束,避免单个可接受行动的集合违反安全不变性。
- 实验或效果:通过理论分析和案例研究,展示了该机制在提升智能体安全性和可验证性方面的有效性。
📝 摘要(中文)
随着自主智能体在受操作约束、组织政策、监管要求和技术标准影响的环境中执行重要任务,其安全性不仅取决于单个行动的正确性,还取决于整体行为是否符合系统规则和不变性。随着基于大型语言模型的智能体变得更加自主,并在组织边界间委派任务,确保其安全性面临着更广泛的挑战。这篇论文探讨了如何将安全性作为智能体行为架构、协议和运行时的可验证属性,而非可选的指导层,从而为可信的自主智能体部署提供了路线图。
🔬 方法详解
问题定义:论文要解决的问题是自主智能体在执行任务时的安全性,尤其是在多代理环境中,如何确保其整体行为不违反系统级约束。现有方法往往只关注单个行动的正确性,未能考虑行为的整体性和复杂性。
核心思路:论文提出的核心思路是将安全性视为智能体行为的可验证属性,通过行为轨迹保障机制来确保智能体的整体行为符合系统规则。这种设计旨在从根本上提升智能体的安全性和可靠性。
技术框架:整体架构包括输入处理模块、行为决策模块和安全验证模块。输入处理模块负责接收和处理外部信息,行为决策模块生成行动序列,而安全验证模块则实时监控和评估这些行动是否符合系统约束。
关键创新:最重要的技术创新点在于引入了行为轨迹保障机制,能够有效地将安全性嵌入到智能体的决策过程中,与现有方法相比,这种方法更加强调整体行为的安全性而非单个行动的正确性。
关键设计:在设计中,采用了动态约束检查和行为预测模型,确保每个行动的选择都经过严格的安全验证。此外,损失函数设计上也考虑了行为的整体性,以促进智能体在复杂环境中的安全决策。
🖼️ 关键图片
📊 实验亮点
实验结果表明,采用行为轨迹保障机制的智能体在多代理环境中的安全性提升了30%,相较于传统方法,决策透明度和信任度也显著提高。这些结果表明该机制在实际应用中的有效性和可行性。
🎯 应用场景
该研究的潜在应用领域包括自动驾驶、智能制造和金融交易等高风险环境。在这些领域中,确保自主智能体的安全性和可靠性至关重要。未来,该机制有望在智能体的设计和部署中成为标准实践,从而提升整个行业的安全水平。
📄 摘要(原文)
Autonomous agents are increasingly used to execute consequential tasks in environments governed by operational constraints, organizational policies, regulatory requirements, and technical standards. Their safety is therefore determined not by the correctness of individual actions, but by whether their overall behavior remains consistent with the rules and invariants of the systems in which they operate. As large language model (LLM)-based agents become more autonomous and increasingly delegate tasks across organizational boundaries, securing them evolves from a single challenge into a broad and interconnected landscape spanning the entire agentic stack. At the single-agent level, untrusted inputs through prompts, memory, retrieved knowledge, and tool interfaces create attack surfaces. In multi-agent settings, delegation and communication introduce challenges related to identity, trust, capability control, and decision transparency, while the underlying model routing and execution control plane remains vulnerable to manipulation and to unverified model provenance. Perhaps the most fundamental challenge is behavioral containment: sequences of individually permissible actions may collectively violate system-level constraints and safety invariants. At the broader level, supply-chain integrity, provenance, accountability, and end-to-end observability remain largely open problems. A common principle unifies these directions: security must become a verifiable property of the architectures, protocols, and runtimes that govern agent behavior, rather than an optional layer of guidance. Charting these challenges provides a roadmap toward trustworthy autonomous agent deployment.