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 add and vercel integration remove for marketplace management.
  • Uses test -f .vercel/project.json to 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 ls and vercel env pull for 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 curl commands targeting api.vercel.com to manage log drains.
  • Provides code snippets using fetch to 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-integration and npx create-next-app with official templates.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 23, 2026, 07:50 PM