Overview
Stage330 does not replace Stage329. It extends the Stage329 audit submission package by adding automatic SHA256 evidence hash generation.
AI主張 ↓ 再現証拠 ↓ Stage328 Evidence Match Gate ↓ 受け入れ / 保留 / reject ↓ Stage329 Signed Audit Report
Stage327 + Stage328 Integrated Builder
Input AI vulnerability claims and reproduction evidence, generate structured Stage327 JSON, and perform Stage328 gate verification.
AI脆弱性主張
再現証拠
生成されたStage328 JSON
Generated JSON appears here.
Stage328 Gate判定
{}
Stage329監査提出レイヤー
After generating the Stage328 decision, Stage329 converts it into an audit package: JSON, HTML, signature, hash, and verification instructions.
Stage329 Audit Report Audit JSON Audit Signature Verify Instructions判定ルール
受け入れ: all checks are true
保留: target/evidence exist but SHA256 or signature missing
reject: target mismatch or evidence missing
公開検証ファイル
Japanese Page English Page Schema JSON Example JSON Proof Viewer Stage328 Audit Report Audit History JSON Third-Party Verification GuideStage330 Evidence Hash Auto Builder
Stage330 adds automatic SHA256 hash generation to the Stage329 audit submission workflow. It reads evidence files, generates a SHA256 map, creates hash_manifest.json, and prepares reproduction_evidence.json for the Stage328 Evidence Match Gate.
prompt.txt response.txt run.log ↓ Automatic SHA256 Generation ↓ hash_manifest.json ↓ hash_manifest.sha256 ↓ reproduction_evidence.json ↓ Stage328 Evidence Match Gate ↓ Stage329 Audit Submission Package
Generated Stage330 Files
- docs/evidence/hash_manifest.json
- docs/evidence/hash_manifest.sha256
- docs/evidence/reproduction_evidence.json
- docs/report/audit_report.json
- docs/report/audit_report.html
What Stage330 Adds
| Before Stage330 | After Stage330 |
|---|---|
| SHA256 map was manually written | SHA256 map is automatically generated |
| Risk of copy mistakes | Lower risk of human error |
| Audit package starts after hashes exist | Audit package includes the hash generation layer |