vercel-deploy
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to facilitate project deployments.
- Evidence: Uses the
vercel deploycommand to trigger project builds via the official CLI. - Evidence: Executes a bundled bash script
scripts/deploy.shto handle framework detection, packaging, and fallback deployment logic. - [EXTERNAL_DOWNLOADS]: The skill performs network operations to interact with Vercel's deployment infrastructure.
- Evidence: Communicates with
https://codex-deploy-skills.vercel.sh/api/deployto upload project contents for deployment. - Evidence: Uses
curlto poll resulting preview URLs for build completion status. - [DATA_EXFILTRATION]: Project source code is transmitted to a remote endpoint as a necessary step for deployment.
- Evidence: The
scripts/deploy.shscript archives project files into a tarball and uploads it to Vercel's API. - Evidence: Note: The script implements security precautions by explicitly excluding sensitive files such as
.env,.env.*, and.gitdirectories from the deployment package.
Audit Metadata