deploy-scene
Warn
Audited by Snyk on Feb 25, 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 runs "npx @dcl/sdk-commands deploy" at runtime, which fetches and executes code from the npm registry (e.g., https://registry.npmjs.org/@dcl/sdk-commands or https://www.npmjs.com/package/@dcl/sdk-commands), so it relies on and runs remote code during execution.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly performs blockchain deployment actions: it runs npx @dcl/sdk-commands deploy and/or uses the Creator Hub which "opens browser for wallet connection" and requires users to "Connect wallet" and "Confirm transaction". It targets Decentraland LAND parcels (on-chain assets) and thus involves wallet signing/broadcasting of transactions. These are specific crypto/blockchain execution capabilities (wallet connection & transaction confirmation), so it grants direct financial execution authority.
Audit Metadata