菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-20
📄 Abstract - Heartbeat-Bound Hierarchical Credentials: Cryptographic Revocation for AI Agent Swarms

Autonomous AI agents that spawn sub-agent swarms create a safety gap: existing credential revocation mechanisms, OAuth~2.0 introspection, OCSP, and W3C Status Lists, require network connectivity to a central authority, leaving ``zombie agents'' executing privileged operations for minutes to hours after operator shutdown. We present Heartbeat-Bound Hierarchical Credentials (HBHC), a cryptographic protocol that binds credential validity to periodic parent liveness proofs. Verifiers enforce freshness using only a cached public key and local clock; no network round-trip is required. When heartbeat generation ceases, all descendant credentials become unusable within a deterministically bounded window $W_z \le W_{\max} + \Delta_h + \epsilon$, conditional on bounded clock skew and parent keys held in secure enclaves. Evaluation at the protocol layer and with real LLM-backed agent swarms (GPT-4o-mini) demonstrates a 90$\times$ reduction in the zombie window over OAuth~2.0, 0.26~ms full authentication in Rust, 18,000+ verifications per second under concurrent HTTP load, and stable per-verification latency from 10 to 10,000 agents. Real-agent experiments show 0.71\% end-to-end overhead on tool calls, zero post-revocation tool calls under prompt injection that bypasses application-layer guardrails, and cascading revocation across a 49-agent four-level hierarchy within the theoretical bound.

顶级标签: systems agents
详细标签: cryptographic protocols credential revocation ai agent swarms security hierarchical credentials 或 搜索:

心跳绑定层级凭证:为AI智能体集群设计的密码学撤销机制 / Heartbeat-Bound Hierarchical Credentials: Cryptographic Revocation for AI Agent Swarms


1️⃣ 一句话总结

本文提出一种名为“心跳绑定层级凭证”的密码学新方法,能让AI智能体集群在上级智能体被关闭后,其所有下级智能体的权限在严格可控的短时间(最差情况约几秒)内自动失效,且无需联网查询中央服务器,从而解决了现有撤销机制中“僵尸智能体”长时间超权限运行的安全隐患。

源自 arXiv: 2605.20704