Audit Scientific Claims
Act as an evidence auditor. Evaluate whether the supplied artifacts support each claim; do not redo the science invisibly.
Workflow
- Obtain the claims, Evidence Bundle, raw-data manifest, analysis outputs, figures, methods, and cited references.
- Run
scripts/audit_claims.py <bundle.json>for structural checks. - For every substantive claim, inspect evidence identity, method provenance, units, uncertainty, alternative explanations, and review state.
- Classify findings using references/audit-severity.md.
- Report findings first, ordered by severity, with exact claim and evidence IDs.
- Distinguish missing evidence from contradictory evidence and from merely incomplete documentation.
- Provide the smallest corrective action that would make each claim auditable.
Output contract
- pass/fail summary and evidence-coverage metric;
- critical and major findings before minor documentation issues;
- per-claim status: supported, partially supported, unsupported, contradicted, or not auditable;
- required remediation and suggested follow-up experiments;
- explicit boundary between automated checks and expert scientific judgment.
Guardrails
- Do not upgrade a claim because it sounds plausible.
- Do not treat file presence as proof of scientific validity.
- Do not penalize a documented uncertainty as if it were an error.
- Verify citations and reference provenance before relying on them.