Skip to main content
AWL-003
← Back to projects
Developer Tools

redact

A pipe-friendly CLI (cat file.txt | redact) that redacts PII using two engines simultaneously. A compare command runs both and shows a side-by-side diff, useful for understanding failure modes. NER-only mode needs no API key.

Key figures

2 Engines

What it does

  • · Dual-engine: spaCy NER + regex, and Claude with character-level offsets
  • · Overlapping spans deduplicated; label or block redaction styles
  • · Side-by-side compare command shows gap between engines
  • · Pipe-friendly: cat file.txt | redact, no temp files