generate-qr
Warn
Audited by Snyk on Mar 16, 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.80). The skill's CLI examples invoke npx -y xno-skills which fetches and executes a remote npm package at runtime (e.g., https://registry.npmjs.org/xno-skills), meaning it relies on externally fetched code that will be executed.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). This skill is explicitly for Nano cryptocurrency operations: it generates nano: URIs with optional amounts and ASCII QR codes for receiving XNO. The prompt also instructs initializing/importing a wallet via the mcp-wallet skill and to call wallet_receive to "pocket the funds" once sent. Those are specific crypto wallet actions (wallet management/receive), not generic tooling, and therefore 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