deploy-to-vercel
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
vercelCLI globally via npm. Vercel is a well-known service and a trusted organization, making this a standard and safe operation for the intended task. - [COMMAND_EXECUTION]: The procedure involves executing various shell commands for project building (
npm run build) and deployment management (vercel login,vercel --prod). - [COMMAND_EXECUTION]: The skill suggests using
sudoas a troubleshooting step for global package installation. While this involves elevated privileges, it is a common (though discouraged) practice for managing global npm modules and is presented in the context of installing a trusted tool.
Audit Metadata