pay-for-service
Warn
Audited by Snyk on May 7, 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 instructs running "npx awal@2.8.2 x402 pay", which causes npx to fetch and execute the remote npm package (e.g. https://registry.npmjs.org/awal/-/awal-2.8.2.tgz) at runtime, so this external package is executed as a required dependency and thus presents a code-execution risk.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly provides a command to perform paid requests with automatic USDC payment ("npx awal@2.8.2 x402 pay ..."), includes wallet authentication and balance checks, defines USDC atomic units and max payment options, and instructs how to fund the wallet. This is a specific crypto payment/wallet integration (automatic USDC transactions on Base), not a generic tool — it directly executes payments. Therefore it grants 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