vercel-deploy
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands to facilitate the deployment process.\n
- It executes a custom bash script (
scripts/deploy.sh) that utilizestarfor project packaging andcurlfor API communication.\n - The instructions advise the agent to request
sandbox_permissions=require_escalatedif the environment prevents the network operations required for deployment.\n- [DATA_EXFILTRATION]: The skill transmits project source code to an external deployment API located athttps://codex-deploy-skills.vercel.sh/api/deploy.\n - This operation is the primary intended function of the skill and is required for deployment.\n
- The deployment script mitigates data exposure risks by explicitly excluding sensitive files such as
.envand the.gitdirectory from the transmitted archive.
Audit Metadata