vercel-cli
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation and update of the
vercelCLI package from the public NPM registry usingpnpm. This is a standard procedure for utilizing Vercel's official developer tools. - [COMMAND_EXECUTION]: The skill's primary functionality is achieved by executing shell commands through the
vercelbinary. This includes operations for deployment, project linking, and resource management. - [DATA_EXPOSURE]: The skill manages sensitive data, including Vercel access tokens and environment variables. It incorporates a security best practice by explicitly advising the agent to use the
VERCEL_TOKENenvironment variable rather than the--tokenflag, which prevents secrets from appearing in process lists or command history. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface because it reads and processes data from external sources, such as build logs and project metadata (via
vercel logsorvercel inspect). If these external sources contain malicious instructions, they could potentially influence the agent's logic. - Ingestion points: CLI output from
vercel logs,vercel inspect, andvercel list(SKILL.md, references/commands.md). - Boundary markers: Not explicitly defined in the instructions.
- Capability inventory: Shell command execution (
vercel), local file writing (vercel env pull). - Sanitization: No specific filtering or escaping instructions are provided for the agent when processing CLI output.
Audit Metadata