Adversarial verification
- Read the UTF-8 target claim, its complete dependencies, linked evidence, and project policy from disk. Do not rely on a prior conversational summary. On Windows, use an explicitly UTF-8-safe reader.
- Confirm the verifier is not listed as an author. Stop if independence cannot be established.
- Reply in the explicit or configured language: English, Traditional Chinese, Simplified Chinese, or Japanese. Preserve the original claim and evidence text.
- Attack the claim before accepting it:
- formal: check hypotheses, implication direction, boundary cases, asymptotics, and every proof step;
- literature: open the source and verify the exact locator and support scope;
- empirical: reproduce or inspect the dataset, computation, uncertainty, and limitations;
- benchmark: check data, environment, metric definition, baseline, and reproducibility;
- synthesis: verify every dependency is currently
VERIFIED. For imported evidence bundles, inspect the preserved result, profile, scope, and artifact digests. Treat producer-supplied hashes as integrity records, not independent reproduction or proof of runner identity.
- Choose exactly one outcome:
ACCEPT,REJECT, orUNCERTAIN. Absence of a found counterexample is not proof. - For a
PROPOSEDorUNDER_REVIEWclaim, write a verification request with rationale and checked evidence IDs, then runrigorgraph verify CLAIM_ID --file REQUEST.json. - For an already
VERIFIEDclaim whose support fails, do not overwrite history or try to verify it again. Report a release-blocking revocation recommendation and the decisive issue codes. - Run
rigorgraph auditand report the outcome plus any remaining audit issues. Ifrigorgraphis not onPATH, usepython -m rigorgraphor the project virtual-environment executable.
Use localized headings:
| en | zh-TW | zh-CN | ja |
|---|---|---|---|
| Verification outcome | 驗證結果 | 验证结果 | 検証結果 |
| Decisive checks | 決定性檢查 | 决定性检查 | 決定的な確認 |
| Evidence limitations | 證據限制 | 证据限制 | 証拠の限界 |
| Remaining uncertainty | 剩餘不確定性 | 剩余不确定性 | 残る不確実性 |
VERIFIED means accepted by this recorded workflow; it does not mean absolute truth, formal certification, or peer review.