$9.99
Audit your web app against the OWASP Top 10 and common security headers spec. Point it at a URL and get a compliance scorecard with pass/fail breakdown, severity ratings, and remediation links. Read-only — safe for production.
# Audit a URL
python check.py --url https://example.com
# Full audit with output
python check.py --url https://app.example.com --output report.html
# CI mode (exits 1 on any HIGH severity)
python check.py --url https://example.com --ci --min-severity HIGH