This is a pre-commit safety check for PII leakage. It scans text, code, and config files for emails, phone numbers, SSNs, credit cards, API keys, and other sensitive data before they hit your logs or git history. You get three levels of detection: a quick boolean check, a categorized scan that tells you what it found, and a full context-aware analysis. The tool is most useful right before commits or when handling user input that might get logged. It won't catch everything, but it's a solid first line of defense against accidentally exposing credentials or personal data in places they shouldn't be.
npx skills add https://github.com/ruvnet/ruflo --skill pii-detect