Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.
81
74%
Does it follow best practices?
Impact
90%
1.36xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./bundled/skills/netlify-deploy/SKILL.mdThe canonical home for this skill is netlify-deploy in openai/plugins
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs "npx netlify" (and lists the Netlify CLI repo https://github.com/netlify/cli), which at runtime will fetch and execute the Netlify CLI package from the npm registry (e.g., https://registry.npmjs.org/) and thus is a required external dependency that executes remote code.
d5ae560
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.