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-cli and npm install @netlify/vite-plugin are 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 deploy and netlify dev for 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_TOKEN for CI/CD environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 27, 2026, 04:39 PM