paper-with-me

홈 › Papers

Hardening x402: PII-Safe Agentic Payments via Pre-Execution Metadata Filtering

2026-04-13 · Vladimir Stantchev arxiv

AI agents that pay for resources via the x402 protocol embed payment metadata - resource URLs, descriptions, and reason strings - in every HTTP payment request. This metadata is transmitted to the payment server and to the centralised facilitator API before any on-chain settlement occurs; neither party is typically bound by a data processing agreement. We present presidio-hardened-x402, the first open-source middleware that intercepts x402 payment requests before transmission to detect and redact personally identifiable information (PII), enforce declarative spending policies, and block duplicate replay attempts. To evaluate the PII filter, we construct a labeled synthetic corpus of 2,000 x402 metadata triples spanning seven use-case categories, and run a 42-configuration precision/recall sweep across two detection modes (regex, NLP) and five confidence thresholds. The recommended configuration (mode=nlp, min_score=0.4, all entity types) achieves micro-F1 = 0.894 with precision 0.972, at a p99 latency of 5.73ms - well within the 50ms overhead budget. The middleware, corpus, and all experiment code are publicly available at https://github.com/presidio-v/presidio-hardened-x402.

📄 PDF Abstract BibTeX arXiv:2604.11430

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compliance-Aware Agentic Payments on Stablecoin Rails

2026-04-30 · Kenneth See, Xue Wen Tan arxiv

Agentic payment systems extend delegated action to financial transfers, but scaling them on stablecoin rails in regulated settings requires safeguards that remain effective when humans are not continuously in the loop. W…

AgentGuard: Repurposing Agentic Orchestrator for Safety Evaluation of Tool Orchestration

2025-02-13 · Jizhou Chen, Samuel Lee Cong

The integration of tool use into large language models (LLMs) enables agentic systems with real-world impact. In the meantime, unlike standalone LLMs, compromised agents can execute malicious workflows with more conseque…

Caging the Agents: A Zero Trust Security Architecture for Autonomous AI in Healthcare

2026-03-18 · Saikat Maiti arxiv

Autonomous AI agents powered by large language models are being deployed in production with capabilities including shell execution, file system access, database queries, and multi-party communication. Recent red teaming …

Red Teaming

The Importance of Out-of-Band Metadata for Safe Autonomous Agents: The Redpanda Agentic Data Plane

2026-05-27 · Tyler Akidau, Tyler Rockwood, Johannes Brüderl, Marc Millstone arxiv

AI agents are increasingly expected to operate as digital employees: accessing enterprise data, making decisions, and taking actions autonomously. But agents are simultaneously less predictable than humans -- prone to ha…

A Novel Hierarchical Multi-Agent System for Payments Using LLMs

2026-02-27 · Joon Kiat Chua, Donghao Huang, Zhaoxia Wang arxiv

Large language model (LLM) agents, such as OpenAI's Operator and Claude's Computer Use, can automate workflows but unable to handle payment tasks. Existing agentic solutions have gained significant attention; however, ev…