marketplace
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- Standard Command Execution: The skill utilizes official CLI tools to manage project resources.
- Evidence:
- Uses
vercel integration addandvercel integration removefor marketplace management. - Uses
test -f .vercel/project.jsonto verify local project state. - Environment Variable Synchronization: The skill guides users on managing project credentials using official Vercel mechanisms.
- Evidence:
- Instructs users to use
vercel env lsandvercel env pullfor local environment management. - Describes auto-provisioning of environment variables from trusted providers like Neon and Upstash.
- Official API Interactions: The skill provides examples of interacting with the Vercel REST API for administrative tasks.
- Evidence:
- Includes
curlcommands targetingapi.vercel.comto manage log drains. - Provides code snippets using
fetchto provision environment variables via the integration API. - Scaffolding and Bootstrapping: The skill recommends official initialization tools for creating new integration projects.
- Evidence:
- Suggests using
npx create-vercel-integrationandnpx create-next-appwith official templates.
Audit Metadata