vercel-cli
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Command Execution]: The skill provides numerous commands for interacting with the Vercel platform, including project deployment (
vercel --prod), environment variable management (vercel env add), and cache purging (vercel cache purge). These are standard operations for the intended use of the Vercel CLI. - [External Downloads]: The skill references the installation of the Vercel CLI via npm (
npm i -g vercel) and links to official documentation onvercel.comand the official GitHub repository atgithub.com/vercel/vercel. These are trusted sources for this tool. - [Credential Management]: The skill documents the
vercel env add --sensitiveflag, which is a recommended practice for handling secrets as write-only variables to prevent exposure in logs or the dashboard.
Audit Metadata