Intent-Governed Tool Authorization for AI Agents 文章

ArXiv CS.AI2026-07-28PAPERen作者: Genliang Zhu, Chu Wang

详细信息

来源站点
ArXiv CS.AI
作者
Genliang Zhu, Chu Wang
文章类型
PAPER
语言
en
发布日期
2026-07-28

摘要

arXiv:2606.22916v2 Announce Type: replace Abstract: AI agents increasingly act through external tools: they read private data, construct structured payloads, submit write requests, export records, and coordinate workflows across application boundaries. Existing authorization mechanisms usually ask whether an integration credential, app, or token can call a tool. That question is necessary but incomplete. A tool call can be authorized by static credentials and still be unjustified by the user's current request. For example, a credential that can read and export records should not expose export authority when the user only asked for a bounded summary, and a model-generated delete call should not execute merely because the integration has a delete scope. This paper proposes Intent-Governed Access Control (IGAC), a server-side authorization layer that treats the user's expressed intent as a monotone, auditable policy attribute for AI-agent tool use.