FREE SCAN — 150 founder credits, no card

Free Security Scan for Vercel Apps

Scan your Vercel deployment for exposed config and missing headers.

Why Vercel Apps Get Hacked

Vercel makes deploys effortless, but the platform does not harden your app for you. Environment variables marked for the browser get inlined, security headers are off unless you add them, and preview deployments can expose unreleased features or staging data on guessable URLs. We scan what your live Vercel deployment actually serves.

Common Vercel Vulnerabilities

Browser-exposed env vars

Variables exposed to the client (NEXT_PUBLIC_ / build-time inlining) ship to every visitor. Secrets must be server-only environment variables.

Missing security headers

Vercel adds no CSP, HSTS, or X-Frame-Options by default — they must be set in next.config or vercel.json headers. Most projects skip this.

Exposed preview deployments

Preview URLs can leak unreleased features, debug endpoints, or staging data if they are not protected with deployment protection / password.

Unprotected serverless functions

API routes / serverless functions with no auth, no rate limiting, and verbose errors are directly callable from anywhere.

SSRF from edge/server functions

Functions that fetch user-supplied URLs can be turned into SSRF against internal or cloud-metadata endpoints.

What the Sable Scan Checks

Exposed secrets & API keys

We scan your client-side bundles and responses for leaked API keys, tokens, database URLs, and 100+ secret patterns that ship to the browser by accident.

Security headers & TLS

HSTS, CSP, X-Frame-Options, Referrer-Policy, Permissions-Policy, and TLS protocol/cipher configuration — graded A-F with copy-paste fixes.

CORS & access control

Overly permissive CORS, wildcard origins with credentials, and broken object-level authorization (IDOR/BOLA) where one user can reach another user's data.

Injection & API surface

SQL/NoSQL injection, exposed OpenAPI/Swagger specs, GraphQL introspection, mass assignment, missing rate limits, and excessive data exposure.

OWASP Top 10 coverage

Autonomous pentesting agents test against the full OWASP Top 10 2025, validate each finding with a proof-of-concept, and re-test after you fix.

Validated findings, not noise

Every reported issue is confirmed by an agent before it reaches you — so you get real, exploitable findings with severity and remediation, not scanner spam.

Scan Your Vercel App in Minutes

Create a free account, point the agents at your app, and get validated findings with proof-of-concept and fix guidance. 150 founder credits, no credit card.

Get 150 Free Credits

Frequently Asked Questions

Does Vercel add security headers automatically?
No. Vercel serves what your app defines. You must add CSP, HSTS, and X-Frame-Options via next.config headers() or vercel.json. A Sable Headers Scan grades your live deployment A-F and gives you the exact config to paste.
Are my Vercel preview deployments private?
Not by default on every plan. Preview URLs can be reachable and may expose unreleased features or staging data. Enable Deployment Protection and avoid putting real secrets/data in previews. Sable can scan a preview URL too.
Is the security scan really free?
Yes. The Headers Scan runs instantly with no signup. For the full agent scan you create a free account and get 150 founder credits with no credit card required — enough to run real scans against your app on demand. Paid credit packs and monthly tiers exist for continuous testing, but you can start for free.
How does Sable scan my app?
Sable runs autonomous pentesting agents (pen-scout, pen-recon, pen-triage, pen-fixer, pen-compliance) that map your attack surface, test against the OWASP Top 10, validate every finding with a proof-of-concept, and re-test after you ship a fix. You chat with the agents on demand instead of waiting weeks for a manual engagement.
Will the scan break or slow down my production app?
No. Scans are designed to be safe and non-destructive. We demonstrate impact with proof-of-concept evidence rather than causing damage, and we never exfiltrate or alter your data.

Security Scans for Other Stacks