audit
Run a corpus-scale, STATS-ONLY PII audit over a folder of session transcripts LOCALLY and produce an aggregate report — counts by type and by layer, the per-session redaction-rate distribution, document lengths, and a coarse residual proxy. Use when the user says "audit my sessions", "scan folder for PII", "how much PII across these transcripts", "PII stats for my corpus", "is my redaction holding at scale", or points at a directory of transcripts and asks how much personal data it contains. Fully local — raw text never leaves the machine; the report carries ZERO PII values, transcript substrings, or filenames (only anonymized own-NN ids and counts), so the aggregates are safe to surface. Run it on a RED (raw) corpus to size the PII, or on a GREEN (already-redacted) corpus to check residual leakage.
适合你,如果你需要批量检查会话转录中的个人信息泄露情况
npx oh-my-skill add glebis/claude-skills/auditcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/auditnpx oh-my-skill verify glebis/claude-skills/audit怎么用
商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准Claude 会扫描本地文件夹中的会话转录文件,检测其中的个人身份信息(PII),并生成一份只包含统计信息的报告,例如每种 PII 类型的数量、每个文件的处理率分布等。所有处理都在本地进行,原始文本不会离开机器,报告不含任何具体 PII 值或文件名。
当你要求审计本地会话文件时触发,例如说“audit my sessions”、“scan folder for PII”等,或者指向一个转录文件夹询问其中包含多少个人数据。