vercel
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard command-line tools such as
vercel inspectandcurl. These operations are required for its primary purpose of checking the status of web deployments. - [DATA_EXPOSURE]: The included Python script
extract-vercel-links.pyreads from standard input or local files to identify Vercel-specific URLs and deployment statuses. The script uses regular expressions to extract only specific data types (URLs and predefined status keywords), effectively preventing the accidental exposure of unrelated file content. - [REMOTE_CODE_EXECUTION]: The skill runs a local Python script contained within the skill's own directory (
.agents/skills/vercel/scripts/extract-vercel-links.py). No remote scripts are downloaded or executed. - [SAFE]: The network operations are limited to probing Vercel deployment URLs using
curlto determine if a website is reachable. This is consistent with the described functionality of a deployment monitor.
Audit Metadata