What problem does it solve?
Sensitive data like emails, phone numbers, SSNs, API keys, and passwords can accidentally leak into commits, logs, stored data, or model responses. This Skill scans content before it is persisted or shared so PII can be flagged and redacted before exposure.
Core Features & Use Cases
- Quick Boolean Check: Run a fast has-PII check on any text to get a simple yes/no answer before committing or logging.
- Categorized Detection: Identify specific PII types including emails, phone numbers, SSNs, tax IDs, credit cards, API keys, tokens, passwords, and physical addresses.
- Context-Aware Analysis: Perform deeper analysis to find names linked to sensitive data and suggest redaction for flagged locations.
- Use Case: Before pushing a commit, scan the diff for hardcoded credentials or customer emails, then redact the flagged values before the code reaches the repository.
Quick Start
Scan this text for any personally identifiable information and flag anything that should be redacted before I commit it.