Stateless website privacy & cookie compliance auditor. Scans URLs for GDPR/ePrivacy violations.
2.3K
ClearLoad is a self-hosted, stateless website privacy and cookie compliance auditor. Powered by headless Chromium, it scans any URL for GDPR/ePrivacy violations, third-party trackers, pre-consent cookies, SSL/TLS issues, and consent banner IP leaks.
docker run -p 3000:3000 nichu42/clearload:latest
Open http://localhost:3000, enter a URL, and click Audit.
| Env var | Default | Description |
|---|---|---|
| LOG_LEVEL | info | debug, info, warn, error |
| SCAN_TIMEOUT_MS | 90000 | Max scan duration in ms |
| MAX_CONCURRENT_SCANS | 2 | Parallel browser sessions |
| RATE_LIMIT_MAX | 3 | Scan requests per window |
| PORT | 3000 | Server listen port |
WARNING! This dockerhub repo includes dev builds. Please pull from CodeBerg for more stable releases.
Full documentation and source code: https://codeberg.org/nichu42/ClearLoad
Content type
Image
Digest
sha256:090ea000c…
Size
916.8 MB
Last updated
3 days ago
docker pull nichu42/clearload