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

  1. Define PII categories to scan for:
  2. Scan source code:
  3. Scan configuration:
  4. Check data flow:
  5. Verify protection measures:
  6. Generate a PII inventory map.
  7. 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.