ワンクリックで
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.