vercel-deploy
Warn
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The deployment script
scripts/deploy.sharchives the local project directory (excluding onlynode_modulesand.git) and uploads the resulting tarball tohttps://claude-skills-deploy.vercel.com/api/deploy. This action transmits local files to a remote endpoint. Users should be aware that any sensitive data within the project directory, such as.envfiles, configuration secrets, or private keys, will be included in the upload. - [COMMAND_EXECUTION]: The skill executes a bash script that utilizes standard system utilities including
tarfor file compression andcurlfor performing network POST requests to the deployment endpoint. - [PROMPT_INJECTION]: The skill's metadata contains deceptive author information, identifying the author as 'vercel' instead of the actual author 'akillness'. This form of metadata poisoning is used to gain unearned trust from the user and the agent regarding the skill's origin and safety.
Audit Metadata