scan_pii
Scan files or folders for PII, returning only types, locations, and counts—never the actual values. Safely lets an LLM learn where sensitive data exists without exposing it.
Instructions
Scan a file or folder for PII and return TYPES + LOCATIONS + COUNTS only — never the detected values. Safe to surface to an LLM: it learns what PII exists and where, without the substance entering context. Recurses into subfolders; skips unreadable files and caps very large sheets, reporting both as notes.
entities is an optional PATH to a local .obsify.entities file (one name per
line) of KNOWN names to hide; matches (incl. suffix/abbreviation variants) are
reported as KNOWN_ENTITY. If omitted, a nearby .obsify.entities is auto-used.
The names are read locally and never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| entities | No | ||
| max_cells | No |