‹ 首页

audit

@glebis · 收录于 3 天前 · 上游提交 5 天前

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 安装 校验哈希
npx oh-my-skill add glebis/claude-skills/audit
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/audit
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify glebis/claude-skills/audit
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
330GitHub stars
~838最小装载
~838含声明引用
~4.9K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准
它做什么

Claude 会扫描本地文件夹中的会话转录文件,检测其中的个人身份信息(PII),并生成一份只包含统计信息的报告,例如每种 PII 类型的数量、每个文件的处理率分布等。所有处理都在本地进行,原始文本不会离开机器,报告不含任何具体 PII 值或文件名。

什么时候触发

当你要求审计本地会话文件时触发,例如说“audit my sessions”、“scan folder for PII”等,或者指向一个转录文件夹询问其中包含多少个人数据。

装好后可以这样说
触发审计流程。
审计指定目录。
生成统计报告。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。