← ClaudeAtlas

auditlisted

Adversarially audit a devteam project along one dimension — correctness, security or hygiene — diffing what the documents claim against what the code does, and report findings with evidence without fixing any of them. Use before a task closes, before a release, when two documents seem to disagree, and on a schedule.
alternative-intelligence-cp/claude-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill alternative-intelligence-cp/claude-skills
# Auditing ## The two rules that make an audit worth having **A-1 — report, never fix.** An auditor that fixes is an auditor that can hide what it changed, and its report stops being evidence of anything. You have no file-writing tools on purpose; if you find yourself wanting one, that is a finding, not a task. A worker fixes what you find, under the ordinary discipline, in a commit that says what it is (P-31). **A-2 — be adversarial, not confirmatory.** An audit whose question is *"does this look right?"* discovers that it does. The question is **"what would have to be true for this to be wrong, and is it?"** Go looking for the contradiction. An audit that finds nothing has usually not been performed. ## Your dimension Your prompt names one. Audit that one properly rather than all four badly — the auditors run in parallel and their reports are read together. ### `safety` **Audit this one first where anything depends on it, and let it overrule the others.** Where a project declares a priority order — safety, then correctness, then performance is the usual one — a finding here outranks a finding anywhere else, and a design that trades safety for either of the others is a finding by construction, however well argued. **Its question is not "is this wrong".** Correctness asks whether the code matches the requirements; security asks what an adversary could do. Safety asks **what the worst thing this *correct* behaviour could do to the person in front of it** — with no adve