Hugging Face Daily PapersUchi Uchibeke2 min readpaperadvanced
APort Vault: Benchmarking AI Agent Payment Authorization with the Open Agent Passport
Summary
APort Vault is a benchmark that replays 4,371 human‑written attacks against a live payment‑handling AI agent across 14 models and multiple policy configurations, generating 225,964 evaluations. Adding the Open Agent Passport pre‑action check eliminated all unauthorized transfers in the test, showing a per‑session breach upper bound of 0.38%.
- The benchmark replays 4,371 attacks on a live payment agent across 14 LLMs, 5 policy configs, and two replay tracks, totaling 225,964 evaluations.
- A deterministic pre‑action check (Open Agent Passport) reduced unauthorized transfers from 140/76,842 to 0/69,297, giving an upper‑bound breach rate of 0.38% per session.
- Request rates differ more by policy level than by model; Level 4 prompts trigger requests in 71‑84% of cases, with 62.6% of prompts causing a request from all models.
- All evaluation data, level passports, scoring code, and analysis scripts are released publicly on Hugging Face.
Engineers building AI agents that handle payments need evidence that policy layers like the Open Agent Passport can reliably block unauthorized transfers.
6/10



