vercel-cli-with-tokens
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Credential Management: The skill provides instructions for the agent to identify and export the
VERCEL_TOKENfrom the environment or local.envfiles. This is a standard operational requirement for Vercel CLI authentication and is handled using recommended environment variable practices. - System Command Execution: The skill utilizes various shell utilities such as
npm,git,grep, and thevercelCLI to perform deployment tasks. These commands are necessary for the skill's core functionality of managing project lifecycles. - External Package Installation: The instructions include the global installation of the
vercelCLI via the npm registry. This is the official tool required to interact with Vercel services and is a standard dependency for this use case. - Project Linking and Deployment: The skill automates the process of linking local repositories to Vercel projects and triggering deployments. These actions are performed using official CLI commands and Git operations as requested by the user.
Audit Metadata