nano-request-payment
Warn
Audited by Snyk on May 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 requires running commands that fetch and execute code at runtime from the npm package xno-skills (e.g., bunx -y xno-skills@latest / pnpm dlx xno-skills@latest / npx -y xno-skills@latest, i.e., code fetched from the npm registry such as registry.npmjs.org/xno-skills), which means an external package is fetched and executed and is a required runtime dependency.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). This skill is explicitly for requesting and receiving XNO (Nano) payments. It defines payment_request_create (producing nano: URIs and addresses), payment_request_receive (checking pending blocks and receiving funds), and wallet/OWS lifecycle interactions. These are specific crypto payment/wallet operations (creating payment requests, watching for funds, and executing receives), which match the "Crypto/Blockchain (Wallets, Swaps, Signing)" criterion for Direct Financial Execution.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata