Illustration of a magnifying glass scanning text and flagging an email address and an API key

PII / Secret Scanner

Paste text before sending it to an AI chat and see what looks like PII or a secret — emails, IP addresses, API keys, private key blocks, JWTs, credit card numbers, phone numbers, password/token assignments. Heuristic, not a guarantee: it can over-flag or miss unusually-formatted values. Runs entirely in your browser, nothing is uploaded. Need it redacted too? See the Prompt Sanitizer.


💻 Show API usage examples (cURL)
curl -sS -X POST https://devops.majbase.com/pii-scanner/api -H "Content-Type: application/json" -d '{"text":"Contact john@example.com, key sk-live-abc123"}'

Returns {"matches": [...], "counts": {...}, "total_matches": N}, or {"error": "..."}.