Contract Redaction Sandbox
Detect and redact PII/PHI with offline heuristics. Export a redacted text file and mini audit log.
Findings
- Name?John Doe
- Name?Acme Corp
- SSN123-45-6789
- Emailjohn@example.com
- Phone(555) 123-4567
Audit log
- 9/15/2025, 10:44:12 AM — Page ? — Name?: John Doe
- 9/15/2025, 10:44:12 AM — Page ? — Name?: Acme Corp
- 9/15/2025, 10:44:12 AM — Page ? — SSN: 123-45-6789
- 9/15/2025, 10:44:12 AM — Page ? — Email: john@example.com
- 9/15/2025, 10:44:12 AM — Page ? — Phone: (555) 123-4567
How it works
Offline regex + heuristics with optional AI suggestions.
- Offline detection uses regex for emails, phones, SSNs, and simple name heuristics.
- PDF rendering is skipped offline to keep it light; paste text for detection. Export provides a .txt copy with [REDACTED] spans.
- AI suggestions (when enabled) are preview-only and not auto-applied.