Scan after every Vercel deployment. Set up in 5 minutes.
// In your Vercel project settings, add a Deploy Hook:
// POST https://securityscanner.dev/v1/webhook/scan
// With headers:
// Authorization: Bearer sk-sec-YOUR_API_KEY
// Content-Type: application/json
// Body:
// {"host": "your-app.vercel.app", "min_grade": "B"}
The webhook triggers a full 70-module scan on your deployed URL. When the scan completes, you can check the grade and findings via the API or dashboard. Set min_grade to fail the pipeline if security drops below your threshold.