setup
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- Standard Package Installation: The skill includes an instruction to install the
vercelpackage globally via npm. This is a routine operation for setting up the command-line interface of the well-known Vercel platform. - Authentication and Configuration: The skill guides the user through authenticating the CLI and linking projects using official Vercel commands (
vercel login,vercel link). These are expected behaviors for managing deployments. - Environment Variable Management: The skill includes commands to list and add environment variables (
vercel env ls,vercel env add). While these commands interact with sensitive data, they are standard features of the Vercel CLI used for legitimate project configuration.
Audit Metadata