원클릭으로
pii
Scan for personally identifiable information
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scan for personally identifiable information
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.