security_headers
Check a URL's response headers for missing or present security headers like CSP, HSTS, and X-Frame-Options. Use for defensive site audits only.
Instructions
Checklist of common security headers present/absent (CSP, HSTS, X-Frame-Options, etc.). DEFENSIVE/INFORMATIONAL ONLY — does not probe, exploit, or attack. Only use on sites you own or have explicit permission to test. Defensive/informational checks only — no exploit or attack tooling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL whose response headers to inspect. | |
| timeoutMs | No | Request timeout in ms (default 12000). |