Security
Security-header scoring, hash reputation, domain/URL reputation, password strength scoring (never stored).
| Method | Path | Summary |
|---|---|---|
| GET | /api/security/headers | Security header coverage + score |
| GET | /api/security/hash/:hash | Classify a hash (md5/sha1/sha256) |
| GET | /api/security/domain | Domain reputation signal aggregation |
| GET | /api/security/url | URL reputation + structural scoring |
| POST | /api/security/password | Score a password (entropy, never stored) |
See the full reference or fetch the live OpenAPI 3.1 spec.