access-protected-vercel-deployment

Pass

Audited by Gen Agent Trust Hub on Aug 28, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Command Execution for Authentication: The skill utilizes vercel curl and vc env run to manage authenticated requests to protected Vercel infrastructure. These commands leverage the user's existing CLI session to securely bypass Vercel's deployment protection layers without requiring manual secret management.
  • Sensitive Token Handling: The instructions explicitly warn against printing, logging, or committing the VERCEL_OIDC_TOKEN. It recommends using environment-based injection (e.g., vc env run) to keep the token in memory during browser automation tasks, which aligns with security best practices for secret handling.
  • Trusted Sources Configuration Guidance: The skill provides a technical overview of how to configure 'Trusted Sources' within the Vercel dashboard. It emphasizes that this is an access-control change requiring user authorization and advises against disabling protection features as a workaround for automation challenges.
  • Use of Vendor-Specific Tools: All commands and headers referenced (vercel curl, x-vercel-trusted-oidc-idp-token) are standard components of the Vercel platform, intended for the specific purpose of secure deployment testing and access.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 28, 2026, 12:24 PM
Security Audit — agent-trust-hub — access-protected-vercel-deployment