Add x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.
61
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Advisory
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/agent-payment-x402/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs fetching remote guides at runtime to "fetch the latest language-specific guide before generating code", pointing to raw GitHub URLs (e.g. https://raw.githubusercontent.com/okx/payments/main/typescript/SELLER.md) which would inject external documentation into the agent's generation flow and thus can directly control prompts.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly designed to execute payments. It documents payment protocols (x402), non-custodial wallet usage and key management, an MCP payment server integration (agentwallet-sdk / OKX Agent Payments), and exposes agent-callable payment tools such as send_payment and get_balance. It also describes signing transactions, negotiating price, and settling on-chain — all explicit financial execution capabilities, not generic tooling.
754b8dd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.