vercel-deploy
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION] (HIGH): The skill packages and transmits local directory contents to an external network endpoint. Evidence:
scripts/deploy.sh(Line 112) creates a tarball of the project directory and sends it viacurl(Line 118) toclaude-skills-deploy.vercel.com. Risk: The exclusion list only coversnode_modulesand.git, meaning sensitive files like.env,.aws/credentials, or SSH keys will be uploaded if they exist in the path.\n- [COMMAND_EXECUTION] (LOW): The skill uses several system utilities to perform its core tasks. Evidence: Usestar(Line 112),find(Line 95),mv(Line 104), andcurl(Line 118). While expected for deployment, these are used on user-controlled paths.\n- [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes external file content from the local environment. Evidence Chain: 1. Ingestion points:scripts/deploy.sh(Line 15) readspackage.json. 2. Boundary markers: Absent. 3. Capability inventory: Subprocess calls (tar,curl), file modification (mv). 4. Sanitization: Usesgrepfor matching, which does not validate the integrity or structure of the input data.
Recommendations
- AI detected serious security threats
Audit Metadata