http-sec-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited http-sec-audit (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Checks a site's response headers against modern web-security best practices and returns prioritized findings with concrete fixes. The analysis core is pure and offline-testable; live scanning uses only Python's stdlib urllib.
unsafe-inline, wildcards.max-age length.frame-ancestors.Server / X-Powered-By version banners.Secure, HttpOnly, SameSite (incl. SameSite=Nonewithout Secure).
# Live scan
python skills/http-sec-audit/audit.py https://example.com
# JSON output
python skills/http-sec-audit/audit.py https://example.com --json
# Offline: audit a saved raw header block (no network)
python skills/http-sec-audit/audit.py --headers-file response_headers.txtExit codes: 0 no high issues · 1 findings present · 2 fetch/usage error.
Express, etc.) for the missing headers.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.