pii-audit
OfficialPII-aware schema auditing and query exposure checks.
AuthorAltimateAI
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Classify schema columns for PII (SSN, email, phone, name, address, credit card) and check whether queries expose them. Use for GDPR/CCPA/HIPAA compliance audits.
Core Features & Use Cases
- Classify PII from schema context using altimate_core_classify_pii(schema_context: <schema_object>) or by indexing a warehouse with schema_index(warehouse: <name>), then schema_inspect(warehouse: <name>, database: <db>, schema: <schema>, table: <table>), followed by schema_detect_pii(warehouse: <name>).
- Check PII exposure for individual queries or dbt models with altimate_core_query_pii(sql: <sql>, schema_context: <schema_object>), returning which PII columns are accessed, the risk level, and whether data is exposed in the output.
- Audit dbt models in batch (glob models/**/*.sql) and generate a comprehensive PII audit report.
- Present an audit report listing HIGH/MEDIUM risk columns and recommended mitigations.
Quick Start
Run /pii-audit to scan the full project schema for PII.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pii-audit Download link: https://github.com/AltimateAI/altimate-code/archive/main.zip#pii-audit Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.