---
title: "audit pii"
description: "Scan the codebase and data stores for personally identifiable information (PII) exposure risks."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/audit-pii
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:08:03.042Z
license: CC-BY-4.0
attribution: "audit pii — Claudary (https://claudary.paisolsolutions.com/skills/audit-pii)"
---

# audit pii
Scan the codebase and data stores for personally identifiable information (PII) exposure risks.

## 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>: <PII type> - <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.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/audit-pii) · https://claudary.paisolsolutions.com
