with one click
pii
Scan for personally identifiable information
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Scan for personally identifiable information
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Execute an automation playbook โ deterministic scripts with LLM error recovery
Check compliance against Punt Labs standards
Scaffold missing files for a Punt Labs project
LLM-powered standards reconciliation for a Punt Labs project
| name | pii |
| description | Scan for personally identifiable information |
| disable-model-invocation | true |
Scan a repository for personally identifiable information (emails, local paths, hostnames).
If the user provided a project path as an argument, use it. Otherwise default to .. The user may also pass --staged for pre-commit use or --config FILE for a custom config.
Run in the shell:
punt pii <path> [--staged] [--config FILE]
using the path and flags from the user's input.
Report the output to the user. If findings are detected, explain each category and suggest remediation (replace personal emails with org identity, use relative paths, etc.).
If the user wants to configure allowlists, point them to [tool.punt.pii] in pyproject.toml or .punt-pii.toml for non-Python projects.