Privacy
Last updated: May 2026
RemoteProof is built to learn from how the extension is used without identifying who is using it. The contract below is enforced in code and visible in the open-source repository.
What we store
- Anonymous UUID. Generated locally on first install and stored in
chrome.storage.local. It is sent with each classification request as theX-Anon-Idheader. It is not tied to your email, name, IP, or any other identifier we hold. - Hostname only. When you classify a job, we store the hostname of the listing (e.g.
linkedin.com). We never store the full URL or query string. - The verdict. Whether the job was classified Worldwide, Restricted, or Unclear, plus whether the result came from cache and how long the request took.
What we never store
- The full URL of the listing.
- The job description text. It is sent to our API, used for classification, and discarded.
- Your IP address (it is used by the rate limiter in memory only and never written to disk).
- Cookies, fingerprints, or any tracking pixels.
Caching
When a URL is classified, we store the resulting verdict for 24 hours keyed by a SHA-1 hash of the URL. The job text used to produce the verdict is not retained — only the four-field result.
Waitlist emails
If you join the Pro waitlist on this site, we store the email address you submitted, which plan you expressed interest in, and the page you signed up from. We use this only to email you when Pro becomes available and to gauge demand. You can ask us to delete your waitlist entry at any time by emailing hello@remoteproof.app. Waitlist data is kept separate from the anonymous classification events above.
Third parties
Job description text is sent to Anthropic for classification, governed by their privacy policy. Errors are sent to Sentry without request bodies. Uptime pings hit a no-data health endpoint.
Your rights
Because we never tie the anonymous UUID to anything that identifies you, we cannot find or delete your data on request. You can stop new data being recorded immediately by uninstalling the extension. Existing event rows are pruned after 90 days.
Contact
Questions or concerns: hello@remoteproof.app.