
What a scan does
Crawl
Starting from your site URL, the scanner follows same-origin links and crawls up to 25 pages (default 10). Only pages on your own origin are visited.
Capture
On each page, the scanner records real runtime artifacts:
- Cookies — first-party and third-party, with domain, path, expiry, and flags
- localStorage and sessionStorage entries
- Tracking scripts — analytics and tag-manager JavaScript
- Pixels and beacons — 1×1 images and network beacons used for tracking
Classification details
- First-party vs third-party is determined using the registrable domain (eTLD+1), not a naive hostname comparison — so
analytics.example.comonwww.example.comis correctly first-party, whiledoubleclick.netis third-party. - Cookie expiry is humanized: raw expirations become readable durations like “Session”, “1 hour”, “30 days”, or “2 years” — the same values shown in your public cookie declaration.
- Unknown cookies are reported as unclassified so you can assign them to a category manually.
Scan engines
| Engine | When used | Fidelity |
|---|---|---|
browser | Default — full headless browser | Full runtime capture: cookies set by JavaScript, dynamically injected tags, pixels, storage |
fallback | No browser available in the scan environment | Basic HTML scan: statically declared scripts and cookies only |
Only public, resolvable websites can be scanned — internal and private network addresses are always rejected. See Security & Trust.
Next steps
Running scans
Trigger scans from the dashboard and review results.
Scheduled scans
Automate scans and get alerts on new trackers.