monetize-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.70). The skill calls npx awal@2.10.0 at runtime (used for status/address/x402 details/pay), which downloads and executes code from the npm registry (e.g. https://registry.npmjs.org/awal), and this external package is required for the skill's runtime operations.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly designed to accept and process payments in USDC via the x402 payment protocol. It includes concrete crypto payment constructs: wallet initialization/authentication commands (npx awal status/address), a payable "payTo" Ethereum address, network identifiers (eip155:8453, eip155:84532), ExactEvmScheme registration, a facilitator client (including a Coinbase facilitator option requiring API keys), and test/run commands that perform payment actions (npx awal x402 pay). These are specific crypto/payment integrations intended to move value (receive USDC payments) rather than generic tooling, so 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