From ap2-agentic-payments
Implements AP2 risk signals framework for agentic payments, covering novel risks like delegated trust and user asynchronicity, risk payload construction, and fraud assessment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ap2-agentic-payments:ap2-risk-signalsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Fetch live docs**:
Fetch live docs:
https://ap2-protocol.org/specification/ for risk payload specificationhttps://ap2-protocol.org/topics/privacy-and-security/ for risk considerationsap2 protocol risk signals fraud agentic payments for risk framework detailssite:github.com google-agentic-commerce AP2 risk for implementation referencesAgentic commerce introduces novel risk dimensions that traditional payment systems weren't designed for. AP2's risk signals framework provides a common language for all ecosystem participants to assess transaction risk.
| Risk Factor | Description |
|---|---|
| User asynchronicity | User may not be present during the entire transaction journey |
| Delegated trust | Agents initiate transactions on behalf of users |
| Mandate-merchant matching | Verifying the purchase matches the authorized intent |
| Temporal gaps | Time between token generation and payment execution |
| Indirect trust establishment | CP and Merchant may not have a direct trust relationship |
| Agent identity verification | Verifying the agent is who it claims to be |
The following are additional AI-specific risk considerations relevant to agentic commerce implementations, but they are not part of the official AP2 specification's novel risk factor table:
| Risk Factor | Description |
|---|---|
| Agent hallucination | AI agent may misinterpret user intent |
| Prompt injection | Malicious inputs that manipulate agent behavior |
The risk payload is an open-ended field structure in V0.1:
AP2 defines trust establishment phases:
Short-term (V0.1):
Long-term (future):
For dispute resolution, risk signals help determine accountability:
Fetch the specification for exact risk payload structure, supported signal types, and risk assessment requirements before implementing.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin ap2-agentic-paymentsImplements AP2 dispute resolution and accountability with cryptographic evidence, liability allocation, chargeback handling, and audit trails for agentic payment systems.
Checks trust scores and verdicts for agents/tokens on Base using Maiat's indexed database. Use before swaps, transfers, or agent interactions to avoid scams.
Implements UCP AP2 Mandates for autonomous agent payments using SD-JWT credentials, JWS merchant signatures, and Agent Payments Protocol in 7-step flow with security lock.