pii-audit
Installation
SKILL.md
PII Audit
Requirements
Agent: any (read-only analysis) Tools used: altimate_core_classify_pii, altimate_core_query_pii, schema_detect_pii, schema_inspect, read, glob
When to Use This Skill
Use when the user wants to:
- Scan a database schema for PII columns (SSN, email, phone, name, address, credit card, IP)
- Check if a specific query exposes PII data
- Audit dbt models for PII leakage before production deployment
- Generate a PII inventory for compliance (GDPR, CCPA, HIPAA)
Do NOT use for:
- SQL injection scanning -> use
sql-review - General SQL quality checks -> use
sql-review - Access control auditing -> finops role tools in
cost-report