vercel-cli
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- CLI Command Execution: The skill details numerous commands for interacting with the Vercel platform, including deployment (
vercel --prod), project linking (vercel link), and cache management. - Data Management and Access: Provides instructions for managing environment variables and retrieving runtime logs. These features enable the configuration and monitoring of web applications.
- External Dependency Management: Documentation includes the installation of the Vercel CLI via
npmand the execution of configuration tools usingnpx, involving official Vercel packages from the npm registry. - Direct API Integration: Describes an interface for making direct requests to the Vercel REST API, facilitating advanced project management tasks directly from the command line.
- Marketplace Integration Workflow: Outlines processes for discovering and installing third-party integrations, which involves the automated provisioning of external resources and environment variables.
- Information Ingestion Surface: The
vercel logscommand allows the agent to read external runtime data. This is a standard feature for debugging and monitoring application behavior.
Audit Metadata