Install
openclaw skills install @rogue-agent1/headersAudit HTTP security headers for any website — checks HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, COOP, CORP, and XSS-Protection. Grades sites A-F. Detects server info leakage (Server, X-Powered-By). Use when asked to check website security, audit headers, find missing security headers, or grade a site's HTTP security posture. Zero dependencies.
openclaw skills install @rogue-agent1/headersHTTP security headers auditor with grading and info leak detection.
# Check one or more sites (auto-adds https://)
python3 scripts/headers.py github.com example.com
# JSON output
python3 scripts/headers.py --json example.com
Flags Server, X-Powered-By, X-AspNet-Version, X-Generator headers that reveal technology stack.