日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
安全性arXiv:2608.25091v1

自動スキルではなく自動ポリシー:物理世界のためのコンパイルされたエージェントスキル

Auto-Policy, not Auto-Skill: Compiled Agent Skills for the Physical World

シェア:XThreadsFacebookLINEはてブBluesky

スキル生成の自動化は効率向上に寄与するが安全性を欠くため、スキルに型付き権限層を組み込むEdge Skillguardを提案し、悪意あるスキルによる物理的危害を防ぐことを実証した。

著者: Zhonghao Zhan, Hamed Haddadi

分類: cs.AI, cs.CR

原文アブストラクト

Self-evolving Skill harnesses (AutoSkills, Hermes Agent) generate more advisory orchestration automatically; their reported gains are efficiency, not safety. This misses the actual gap: a Skill describes how an agent should behave; a Policy decides which behavior is allowed to become an action. Today's format covers the first with markdown and scripts; the second is left to the model. Generating more Skills scales the gap, not the safety, especially when a wrong invocation can unlock a door or move money. Two adjacent attacks are documented: malicious skills compromising cloud software, and jailbroken LLM-controlled robots causing physical harm. Their intersection, malicious agent skills causing physical harm, follows directly but has not been reported. We name this class Borrowed Authority: Skills format gives the receiving agent no typed way to reject an inter-agent permission claim, so a malicious or misused Skill can drive actuation by attaching one. We propose Edge Skillguard, a typed authority layer that lives inside the Skill artifact rather than between tools as workflow engines do, with guards over world state and sensor evidence. On a live edge control-plane testbed, the guards reject 60/60 borrowed-authority requests across five attack variants without blocking benign requests, and the result holds at 5x scale and across hosts over a Tailscale mesh. These results suggest that high-risk Skills should co-package typed invocation policy with procedural knowledge, so that physical actions depend on machine-checkable evidence rather than peer-agent claims.