Scan any URL. Get a security score. Get the exact fix for your stack —
FastAPI, Express, Django, Nginx, or Caddy.
Scan any public URL in under 2 seconds. No account, no config, no waiting. Paste URL, get results.
Tell us you're on FastAPI, Express, Django, Nginx, or Caddy. Get the exact code to paste — not generic advice.
CORS, CSP, HSTS, X-Frame-Options, X-Content-Type, Referrer-Policy, Permissions-Policy — all weighted and graded.
Block deploys when security headers drop below your threshold. One line in your GitHub Actions workflow.
POST /scan and get structured JSON back. Integrate header security checks into your own tools and dashboards.
Run npx headerguard scan from your terminal. Zero install. Works offline with local API.
- name: Security Header Check
run: npx headerguard scan ${{ vars.API_URL }} --fail-below 70 --stack fastapi