Mandela
Audit a validation for leakage: does outside ground truth actually enter, or is everyone confirming a result no one produced?
Method
Name the validation and its components: what plays model, scorer, designer, dataset.
Ask the core question: does external ground truth enter independently?
Test against all 8 patterns and report only the ones that fire:
- Recall, not reason - a memorized answer recited instead of one derived.
- Wrong null hypothesis - a control that removes the label but not the signal.
- Shared hallucination - two components verifying each other.
- Tautology - a scorer grading buckets it drew.
- Verifier equals designer - a private, unreproducible recipe in holdout clothes.
- Shared-pool bias - train and holdout drawn from one labeler pool.
- Frame injection - a question that hands the subject the hypothesis.
- Demand characteristics - subjects who know they are being measured.
Give the independence fix for each hit. Read-only; name the leak and the fix, do not rewrite the experiment. See
../clean-and-true/references/idioms.mdfor the clean-room procedure.
Completion
Every applicable pattern was tested, only the firing ones are reported, and each carries an independence fix. A pass that finds no leak reports that.