netlify-deploy
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill's behavior is consistent with its stated purpose of automating Netlify deployments using official tools.
- [COMMAND_EXECUTION]: Uses standard commands such as
npx netlifyandnpm install. These commands are essential for building and deploying web applications and are used in a transparent, well-documented manner. - [EXTERNAL_DOWNLOADS]: Downloads the Netlify CLI and project dependencies from the official npm registry. These references target well-known, trusted services necessary for the skill's functionality.
- [CREDENTIALS_UNSAFE]: Appropriately handles sensitive information by recommending the use of environment variables or browser-based OAuth via
npx netlify loginrather than hardcoding secrets.
Audit Metadata