Detects and redacts Personally Identifiable Information (PII) from text files. It replaces sensitive data like credit cards, SSNs, and API keys with numbered placeholders (e.g., [CREDIT_CARD_1]) to maintain privacy while preserving document structure.
Essential when an agent needs to process logs, patient notes, or reports that may contain sensitive user data. Use this before allowing an agent to read a file that hasn't been vetted for PII.
sanitize.py for local PII redaction with zero dependencies.references/SUPPORTED_PII.md.Any agent capable of running Python 3.11+ scripts locally, including Claude Code, Cursor, and other autonomous agent frameworks.
This skill has not been reviewed by our automated audit pipeline yet.