AgentPay-via-x402-demo
Warn
Audited by Snyk on Aug 3, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill performs runtime HTTP calls to https://api-pay.agent.tech (e.g., POST https://api-pay.agent.tech/api/intents) whose returned payment_requirements directly determine what the agent must sign/submit, so this external API controls agent behavior at runtime and is a required dependency.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill (AgentPay) is explicitly designed to move money: it enables AI agents to create payment intents, generate/manage wallets and private keys locally, build and sign on-chain authorizations (EIP-712 for EVM / VersionedTransaction for Solana), and submit signed proofs to an API which then settles on-chain so merchants receive USDC. The documentation includes concrete API endpoints (POST /api/intents, POST /api/intents/{intent_id}), example curl and Python flows, and on-chain settlement details—all of which constitute direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata