vercel-deploy
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is authored by a trusted organization (Vercel) and performs its stated purpose using official endpoints.
- [EXTERNAL_DOWNLOADS]: The script communicates with
claude-skills-deploy.vercel.com. As Vercel is a well-known and trusted service provider, this network operation is considered safe and appropriate for a deployment tool. - [COMMAND_EXECUTION]: The script uses standard system utilities (
tar,curl,find,mv) to package and upload the project. These operations are restricted to the provided project path and are necessary for the skill's functionality. - [DATA_EXPOSURE]: The skill packages and uploads project files to Vercel. It explicitly excludes sensitive directories such as
.gitandnode_modulesto minimize exposure of sensitive metadata or large dependencies.
Audit Metadata