Vercel Deploy Hook

Scan after every Vercel deployment. Set up in 5 minutes.

Setup

// 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"}

Prerequisites

How it works

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.

Full API docs →