paper-with-me

Papers

Before the Tool Call: Deterministic Pre-Action Authorization for Autonomous AI Agents

2026-03-21 · Uchi Uchibeke arxiv

AI agents today have passwords but no permission slips. They execute tool calls (fund transfers, database queries, shell commands, sub-agent delegation) with no standard mechanism to enforce authorization before the action executes. Current safety architectures rely on model alignment (probabilistic, training-time) and post-hoc evaluation (retrospective, batch). Neither provides deterministic, policy-based enforcement at the individual tool call level. We characterize this gap as the pre-action authorization problem and present the Open Agent Passport (OAP), an open specification and reference implementation that intercepts tool calls synchronously before execution, evaluates them against a declarative policy, and produces a cryptographically signed audit record. OAP enforces authorization decisions in a measured median of 53 ms (N=1,000). In a live adversarial testbed (4,437 authorization decisions across 1,151 sessions, $5,000 bounty), social engineering succeeded against the model 74.6% of the time under a permissive policy; under a restrictive OAP policy, a comparable population of attackers achieved a 0% success rate across 879 attempts. We distinguish pre-action authorization from sandboxed execution (contains blast radius but does not prevent unauthorized actions) and model-based screening (probabilistic), and show they are complementary. The same infrastructure that enforces security constraints (spending limits, capability scoping) also enforces quality gates, operational contracts, and compliance controls. The specification is released under Apache 2.0 (DOI: 10.5281/zenodo.18901596).

📄 PDF Abstract BibTeX arXiv:2603.20953

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Capability Gates Are Not Authorization: Confused-Deputy Failures in LLM Agent Frameworks

2026-06-27 · David Mellafe Zuvic arxiv

Tool-using LLM agents increasingly read untrusted content while holding side-effecting tools such as payments, email, CRM, and infrastructure APIs, yet common framework defaults still conflate tool exposure with authoriz…

Hybrid Inspection and Task-Based Access Control in Zero-Trust Agentic AI

2026-05-04 · Majed El Helou, Benjamin Ryder, Chiara Troiani, Jean Diaconu 외 arxiv

Authorizing Large Language Model (LLM)-driven agents to dynamically invoke tools and access protected resources introduces significant security risks, and the risks grow dramatically as agents engage in multi-turn conver…

Faramesh: A Protocol-Agnostic Execution Control Plane for Autonomous Agent Systems

2026-01-25 · Amjad Fatmi arxiv

Autonomous agent systems increasingly trigger real-world side effects: deploying infrastructure, modifying databases, moving money, and executing workflows. Yet most agent stacks provide no mandatory execution checkpoint…

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 conve…

Session Risk Memory (SRM): Temporal Authorization for Deterministic Pre-Execution Safety Gates

2026-03-22 · Florin Adrian Chitan arxiv

Deterministic pre-execution safety gates evaluate whether individual agent actions are compatible with their assigned roles. While effective at per-action authorization, these systems are structurally blind to distribute…