vercel-deploy
Warn
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPRIVILEGE_ESCALATIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The
scripts/deploy.shscript packages the project directory and uploads it to an external endpoint:https://codex-deploy-skills.vercel.sh/api/deploy. While the script excludes.envand.gitdirectories, the transmission of the full source code to a non-official Vercel API endpoint represents a data exposure risk. - [PRIVILEGE_ESCALATION]: Instructions in
SKILL.mddirect the agent to utilizesandbox_permissions=require_escalatedif deployment fails due to networking restrictions, effectively requesting a bypass of standard sandbox constraints. - [COMMAND_EXECUTION]: The skill executes multiple shell commands via
scripts/deploy.shfor project packaging (tar), framework detection (grep), and deployment (curl), and interacts with thevercelCLI if available. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points:
scripts/deploy.shreads and processes the project'spackage.jsonfile to detect framework types. - Boundary markers: None identified for file content processing.
- Capability inventory: The script has capabilities to read local files, create archives, and perform network requests.
- Sanitization: No specific sanitization is performed on the data read from
package.jsonbefore it is used in logic checks.
Audit Metadata