vercel-deploy
Fail
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/deploy.sharchives the project directory and uploads the resulting tarball to an external endpoint (https://claude-skills-deploy.vercel.com/api/deploy). This endpoint is an unofficial application and is not a part of the official Vercel API infrastructure. - [DATA_EXFILTRATION]: The archiving process excludes
node_modulesand.gitbut includes all other project files by default. This poses a significant security risk as sensitive configuration files such as.env, which often contain private keys, database strings, and API credentials, are transmitted to an external server controlled by the skill author. - [COMMAND_EXECUTION]: The skill executes local shell commands including
tarto package files andcurlto transmit project data to a remote server. - [PROMPT_INJECTION]: The skill's
SKILL.mdmetadata contains deceptive information claiming the author is "vercel," while the.authorand_meta.jsonfiles reveal the true author is "sharanga10." This impersonation is a social engineering tactic that may mislead users into trusting the skill with private source code and secrets.
Recommendations
- AI detected serious security threats
Audit Metadata