Privacy Policy
TL;DR: We don't collect, store, or transmit any of your data. Ever.
How This Tool Works
This scam detector runs entirely in your web browser. When you paste an email and click "Analyze", all processing happens locally on your device using JavaScript. Nothing is sent to any server.
Data Collection
We collect nothing.
- We do not store the emails you paste
- We do not transmit your email text to any server
- We do not log your IP address or browser information
- We do not use cookies for tracking
- We do not use analytics beyond basic page views
- We do not share any data with third parties
Technical Details
This site is a static website hosted on Cloudflare Pages. There is:
- No backend server
- No database
- No API endpoints
- No user accounts
- No session tracking
All detection logic runs in your browser's JavaScript engine. You can verify this by:
- Opening your browser's Developer Tools (F12)
- Going to the Network tab
- Pasting an email and clicking "Analyze"
- Observing that no network requests are made (except for page resources)
Cloudflare Pages
This site is hosted on Cloudflare Pages. Cloudflare may collect minimal analytics data (such as page views) as part of their hosting service, but they do not have access to any email content you analyze, since that content never leaves your browser.
For more information about Cloudflare's privacy practices, see: cloudflare.com/privacypolicy
Third-Party Resources
This site contains links to external resources (such as reporting agencies). We are not responsible for the privacy practices of those external sites.
Your Responsibility
While we don't collect your data, you should still be careful:
- Don't paste emails containing sensitive personal information if you're concerned
- This tool is for educational purposes only
- Always report scams to appropriate authorities
Changes to This Policy
If we ever change how this tool works (for example, if we add server-side processing), we will update this policy and clearly disclose the change. The current version will always be available at this URL.
Contact
This tool is provided as-is for educational purposes. For questions about this privacy policy, you can reach us through the main OpenClaw project.
Open Source
The source code for this tool is viewable directly in your browser:
js/patterns.js— Detection pattern definitionsjs/scanner.js— Analysis enginejs/ui.js— User interface code
You can inspect these files using your browser's Developer Tools to verify that no data is being transmitted.
Last updated: April 2026