netlify-deploy
Warn
Audited by Snyk on Jul 8, 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 invokes the Netlify CLI via npx (e.g., "npx netlify status"/"npx netlify deploy"), which at runtime fetches and executes the remote netlify-cli package from the npm registry (e.g., https://registry.npmjs.org/netlify-cli), so it executes external code and is a required runtime dependency.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill explicitly instructs the agent to request "network-enabled shell permissions" / "escalated network access" to bypass sandboxed networking restrictions, which is a prompt to bypass security controls even though it doesn't request sudo or modify system files.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata