vercel-deploy
Fail
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/deploy.shpackages the user's project directory into a tarball and uploads it tohttps://codex-deploy-skills.vercel.sh/api/deploy. While this domain is hosted on Vercel, it is an unofficial intermediary endpoint controlled by the skill author, exposing potentially sensitive source code to a third party. - [COMMAND_EXECUTION]: The skill uses
scripts/deploy.shto perform file system operations, package data usingtar, and execute network requests viacurl. It also expects thevercelCLI to be available for direct deployment commands. - [PRIVILEGE_ESCALATION]: The
SKILL.mdfile explicitly instructs the agent to usesandbox_permissions=require_escalatedif network access is restricted. This encourages the agent to bypass standard sandbox security constraints to perform its functions.
Recommendations
- AI detected serious security threats
Audit Metadata