Vercel Security Dashboard Goes GA
Vercel's Security Dashboard is now generally available on all plans. It gives teams a single pane to view security posture across every account and project.
The dashboard automatically flags issues like team members without 2FA, long-lived credentials that could be replaced with OIDC, public preview deployments, and stale environment variables. Findings are ordered by risk severity, each linking directly to the settings that fix them. Results can be muted per team or exported to CSV.
You can also run the same checks from the terminal via vc sec — scope to one project with --project. In CI, output writes as JSON automatically, giving agents structured data without extra flags.
Why a builder cares: As agent-driven development accelerates project creation, small security misconfigurations multiply silently. The Security Dashboard lets you audit everything with one command instead of hunting across 30 project settings pages.