deploy-to-vercel
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- Command Execution: The skill executes several shell commands to manage deployments, including
git,vercelCLI commands, and project packaging withtar. These are necessary for the skill's primary function of deploying applications. - External Network Operations: The deployment scripts (
deploy.shanddeploy-codex.sh) usecurlto upload project tarballs to Vercel-managed endpoints (codex-deploy-skills.vercel.shandclaude-skills-deploy.vercel.com). This is a fundamental part of the deployment process to Vercel's infrastructure. - Indirect Prompt Injection Surface: The skill processes local project data (e.g.,
package.jsonand directory contents) and interpolates this into deployment commands. While it excludes sensitive files like.envand.gitduring packaging, the ingestion of untrusted local data is a standard consideration for agent-based tools. - Tool Installation: The skill may prompt for or perform installation of the Vercel CLI via
npm install -g vercel. This is standard practice for tools requiring a specific CLI for their operations.
Audit Metadata