Phishing Sonar
- Client-side PII redaction runs before any data leaves your browser.
- Hash-only retention by default. The raw content is not stored.
- Shared links are redacted.
Security & data handling
You are a security person deciding whether to put scan output, email content, or a document into someone else’s app. Fair question. Here is how each tool is built to handle it.
Where a tool can strip PII in your browser first, it does: sensitive fields never need to leave the client to get a result.
Retention defaults to hashes or nothing at all. The tools are designed to answer your question and forget the input.
Stateless processing, rate-limiting, and SSRF protection keep the apps themselves from becoming the weak link.
If you need specifics before you put anything into a tool, ask. I built them, so I can answer.