netlify-deploy
Warn
Audited by Snyk on Mar 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's required workflow (SKILL.md) runs Netlify CLI commands like "npx netlify status", uses git remote URLs (e.g., GitHub) to link sites, and reads deploy outputs/logs/URLs from Netlify — all of which are untrusted, user-generated third‑party content that the agent parses to decide linking, deploy, and follow‑up actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill runs the Netlify CLI via npx (e.g., "npx netlify"), which at runtime fetches and executes remote code from the npm registry (e.g., https://registry.npmjs.org or the Netlify CLI repo https://github.com/netlify/cli), so the agent depends on external code executed at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata