netlify-cli-and-deploy
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install official Netlify packages from the npm registry.
npm install -g netlify-cliandnpm install @netlify/vite-pluginare standard installations for the vendor's tools.- [COMMAND_EXECUTION]: The skill documents various CLI commands for local development, site linking, and deployment operations.
- Includes standard deployment workflows like
netlify deployandnetlify devfor local emulation. - [CREDENTIALS_UNSAFE]: The skill outlines how to manage environment variables and authentication tokens.
- Provides appropriate security guidance by warning against the use of specific prefixes (
VITE_,PUBLIC_) for secrets to prevent exposure in client-side code. - Documents the use of
NETLIFY_AUTH_TOKENfor CI/CD environments.
Audit Metadata