All skills
Skillintermediate
audit pii
Scan the codebase and data stores for personally identifiable information (PII) exposure risks.
Claude Code Knowledge Pack7/10/2026
Overview
Scan the codebase and data stores for personally identifiable information (PII) exposure risks.
Steps
- Define PII categories to scan for:
- Scan source code:
- Scan configuration:
- Check data flow:
- Verify protection measures:
- Generate a PII inventory map.
- Recommend remediation for each exposure risk.
Format
PII Audit: <project>
PII Types Found: <list>
Exposure Risks:
[HIGH] <location>: - <risk description>
Rules
- Treat all personal data as sensitive until classified otherwise.
- Check test data and fixtures for real PII from production.
- Log access to PII for audit compliance.