vercel-services
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- Project Configuration: The skill provides standard templates for
vercel.jsonand project files (package.json,pyproject.toml) that align with Vercel's multi-service deployment features. The use of theexperimentalServicesfield is consistent with Vercel's beta documentation.\n- Dependency Management: The skill references well-known, legitimate libraries such as FastAPI, React, and Vite. These are managed through standard package managers (npm, pip/uv) without any unverified or suspicious dependencies.\n- Command Execution: Suggested CLI commands, such asvercel dev -L, are standard for the Vercel development environment. The-Lflag is used correctly to run services locally without requiring cloud authentication.\n- Data Handling and Routing: The routing configuration explains how Vercel handles path prefixes and encourages secure practices, such as not hardcoding routing prefixes within individual service handlers. No instances of sensitive data exposure or exfiltration were identified.
Audit Metadata