deploy-to-vercel
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several local commands to manage deployments, including
git,vercelCLI, andtarfor packaging projects. These are standard operations for the stated purpose of deploying code. - [EXTERNAL_DOWNLOADS]: The skill includes instructions to install the Vercel CLI from npm (
npm install -g vercel) and uses scripts that upload project tarballs to Vercel's official deployment endpoints (claude-skills-deploy.vercel.comandcodex-deploy-skills.vercel.sh). These operations target well-known, trusted services. - [DATA_EXFILTRATION]: While the skill uploads local project files to Vercel, it explicitly includes safeguards to prevent the exposure of sensitive data by excluding
.env,.env.*, and.gitdirectories during the packaging process (seen inresources/deploy.shandresources/deploy-codex.sh).
Audit Metadata