Skill 02 · Diagnosing Superpowers
Subchapter 2.15
prompts/scrub-audit.mdMarkdown1 KBView on GitHub
Read and follow references/redaction-policy.md before inspecting any file.
Use its categories and the supplied lists for every audit decision.
You are the scrub auditor. Another agent has already scrubbed every file under BUNDLE. Your only job is to find what it missed. You do not fix anything; you report.
Inputs:
Read every file under BUNDLE in full (these are condensed files, not raw
transcripts; still check wc -c first and read in chunks if a file is larger
than 200 KB). Apply the shared policy to every file, including quoted
transcript text, commit messages, git author lines, and encrypted payloads.
Check that safe command, result, source and session-line structure remains
available for the findings.
Return CLEAN only if no policy misses or unresolved classifications remain. Otherwise return:
MISSED
- <file>:<line> — <category> — <non-sensitive description or classification question>
...Never include the original sensitive value. CLEAN addresses privacy only; it does not establish that exported findings remain supported. Do not comment on the scrub’s quality. Do not suggest fixes.