pii-scrub

Installation
SKILL.md

PII / Secret Scrubber

Produces a redacted copy; the original is untouched. Review before sharing — no scrubber is perfect.

Use

python3 ~/.claude/skills/pii-scrub/scrub.py <file>            # -> <file>.redacted
python3 ~/.claude/skills/pii-scrub/scrub.py <file> --stdout   # print only
cat somefile | python3 ~/.claude/skills/pii-scrub/scrub.py -  # from stdin

What it redacts

Installs
1
First Seen
Jul 31, 2026
pii-scrub — vahidkaargar/it-department-skills