paper-with-me

Papers

Intent-Governed Tool Authorization for AI Agents

2026-06-22 · Genliang Zhu, Chu Wang arxiv

Tool-using AI agents commonly operate under integration credentials whose static permissions exceed a user's current request. We present Intent-Governed Access Control (IGAC), a server-side authorization layer that converts a trusted request into a short-lived intent certificate, narrows the statically authorized tool manifest, and checks proposed tool and payload effects before execution. IGAC cannot grant authority outside static policy; confinement to the request additionally depends on certificate fidelity and sound effect bounds. We evaluate a reusable IGAC path over an OpenPort governance substrate using endpoint tests, 176 runtime-backed synthetic tasks, real-model classifier and planner pilots, 306 end-to-end model-task runtime trials, and a 36-trial benchmark-shaped external subset. In the deterministic runtime comparison, reference-certificate IGAC reduces the archived composite exposure-or-path indicator from 1.0000 to 0. In the end-to-end model runs, the combined IGAC-OpenPort path records no completed unsafe executions, although unsafe accepted authority remains 0.0909-0.2727 and every residual case is a non-executed draft. A trace-backed normalizer counterfactual removes this residual authority at substantial utility cost. The results support static-policy non-expansion and identify certificate precision as the principal remaining bottleneck.

📄 PDF Abstract BibTeX arXiv:2606.22916

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Verifiable Agentic Infrastructure: Proof-Derived Authorization for Sovereign AI Systems

2026-05-13 · Jun He, Deying Yu arxiv

Modern cloud and enterprise systems rely on identity-centric authorization, assuming that callers possessing valid credentials are safe to execute commands. The emergence of autonomous AI agents invalidates this assumpti…

Delegated Authorization for Agents Constrained to Semantic Task-to-Scope Matching

2025-10-30 · Majed El Helou, Chiara Troiani, Benjamin Ryder, Jean Diaconu 외 arxiv

Authorizing Large Language Model driven agents to dynamically invoke tools and access protected resources introduces significant risks, since current methods for delegating authorization grant overly broad permissions an…

Digital Identity for Agentic Systems: Toward a Portable Authorization Standard for Autonomous Agents

2026-05-12 · Partha Madhira arxiv

Enterprise AI is shifting from copilots to autonomous agents capable of executing workflows, negotiating outcomes, and making decisions with limited human oversight. As these systems extend across organizational boundari…

SoK: Trust-Authorization Mismatch in LLM Agent Interactions

2025-12-07 · Guanquan Shi, Haohua Du, Zhiqiang Wang, Xiaoyu Liang 외 arxiv

Large Language Models (LLMs) are evolving into autonomous agents capable of executing complex workflows via standardized protocols (e.g., MCP). However, this paradigm shifts control from deterministic code to probabilist…

When Tool Outputs Become Commands: Separating Action Induction from Runtime Authorization in Tool-Augmented LLM Agents

2026-08-27 · Xiaokun Guo, Zhen Xu, Dongdong Huo, Yanqiu Zhang 외 arxiv

Tool-augmented LLM agents must rely on untrusted runtime Observations to complete open-ended tasks; however, when tool outputs no longer merely provide data but begin to specify concrete actions, they effectively become …