Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PAuth - Precise Task-Scoped Authorization For Agents

About

The emerging agentic web envisions AI agents that reliably fulfill users' natural-language (NL)-based tasks by interacting with existing web services. However, existing authorization models are misaligned with this vision. In particular, today's operator-scoped authorization, exemplified by OAuth, grants broad permissions tied to operators (e.g., the transfer operator) rather than to the specific operations (e.g., transfer $100 to Bob) implied by a user's task. This will inevitably result in overprivileged agents. We introduce Precise Task-Scoped Implicit Authorization (PAuth), a fundamentally different model in which submitting an NL task implicitly authorizes only the concrete operations required for its faithful execution. To make this enforceable at servers, we propose NL slices: symbolic specifications of the calls each service expects, derived from the task and upstream results. Complementing this, we also propose envelopes: special data structure to bind each operand's concrete value to its symbolic provenance, enabling servers to verify that all operands arise from legitimate computations. PAuth is prototyped in the agent-security evaluation framework AgentDojo. We evaluate it in both benign settings and attack scenarios where a spurious operation is injected into an otherwise normal task. In all benign tests, PAuth executes the tasks successfully without requiring any additional permissions. In all attack tests, PAuth correctly raises warnings about missing permissions. These results demonstrate that PAuth's reasoning about permissions is indeed precise. We further analyze the characteristics of these tasks and measure the associated token costs.

Reshabh K Sharma, Linxi Jiang, Zhiqiang Lin, Shuo Chen• 2026

Related benchmarks

TaskDatasetResultRank
Agent Authorization EnforcementAGENTDOJO Banking suite
False Negatives (FN)0.00e+0
1
Agent Authorization EnforcementAgentDojo Slack suite
False Negatives (FN)0.00e+0
1
Agent Authorization EnforcementAGENTDOJO Workspace suite
False Negatives (#FN)0.00e+0
1
Agent Authorization EnforcementAGENTDOJO Travel suite
False Negatives Count0.00e+0
1
Agent Authorization EnforcementAGENTDOJO Shopping suite
FN Count0.00e+0
1
Agent Authorization EnforcementAgentDojo Overall
# False Negatives0.00e+0
1
Showing 6 of 6 rows

Other info

Follow for update