The report link is sold as private and unguessable, but anyone rescanning the same domain is handed it.
The homepage's own terms say a second scan of the same domain inside the 24-hour window returns the existing report instead of a new run, and scan.js redirects any such requester straight to reportPath on the domain_rate_reuse code. So the 'private to you' link is actually handed to any visitor — colleague, competitor, or stranger who ticks the ownership checkbox — who types the same domain within 24 hours.
The report lives at a private, unguessable link and is <strong>kept for about 24 hours, then deleted</strong>.
If a complete report for that domain is still in the 24-hour window, you get that report back rather than a new run.
A buyer weighing whether to point this tool at their unlaunched site reads 'private, unguessable' and then, two sections later, learns privacy depends on nobody else scanning their domain that day. That is exactly the claim-vs-shipped-behavior gap this product claims to catch.
fix — Reconcile the reuse path with the privacy promise: either gate the domain_rate_reuse redirect so only the original requester (e.g. matched against the browser's slopguard:lastScan record) receives the existing report, or rewrite privacy/index.html:63 and the status page's 'private to you' copy to state that a same-domain rescan within 24 hours receives the same report.