CLI tool to audit websites against specification.website.
pip install website-spec-auditwebsite-spec-audit https://example.com| Option | Description |
|---|---|
-c, --category |
Filter by category (can be repeated). E.g. -c security -c seo |
-s, --status |
Filter by topic status level: required, recommended, optional, avoid |
-t, --topic |
Run only specific topics by slug. E.g. -t hsts -t robots-txt |
-v, --verbose |
Show detailed check output |
--concurrency |
Max concurrent HTTP requests (default: 10) |
--version |
Show version |
Audit only security validators:
website-spec-audit https://example.com -c securityAudit only required topics:
website-spec-audit https://example.com -s requiredRun specific topics:
website-spec-audit https://example.com -t hsts -t content-security-policypip install -e ".[dev]"
pytestMIT