Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

website-spec-audit

CLI tool to audit websites against specification.website.

Installation

pip install website-spec-audit

Usage

website-spec-audit https://example.com

Options

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

Examples

Audit only security validators:

website-spec-audit https://example.com -c security

Audit only required topics:

website-spec-audit https://example.com -s required

Run specific topics:

website-spec-audit https://example.com -t hsts -t content-security-policy

Development

pip install -e ".[dev]"
pytest

License

MIT

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages