بنقرة واحدة
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.