Claimbook
@zocc/claimbookv2026.09.10.2
01README
Breach-claim ledger and verification state machine on DuckDB. Files claims with asserted levels (L0 rumor → L5 published), attaches sha256-attributed evidence, reconciles asserted dump profiles against observed inventories, records public statements, tracks onion watch-state diffs, and emits verification reports. Persistence layer of the breach-verification bench.
02Models
@zocc/claimbookv2026.09.10.2mod.ts
fn init(bench: string)
Create the bench schema (idempotent)
| Argument | Type | Description |
|---|---|---|
| bench | string | Path to the bench DuckDB file |
fn score(bench: string, claimId?: number)
Derive a claim's verified level from its evidence (rubric L0–L5)
| Argument | Type | Description |
|---|---|---|
| bench | string | |
| claimId? | number | Score one claim; omit to score every claim in the bench |
fn reconcile(bench: string, claimId: number, asserted: string, observed: string, note?: string)
Compare an asserted dump profile against an observed inventory; records a reconcile evidence row
| Argument | Type | Description |
|---|---|---|
| bench | string | |
| claimId | number | |
| asserted | string | JSON object, e.g. {"totalBytes":65293448396,"fileCount":1342,"dbs":["A","B"]} |
| observed | string | JSON object, e.g. {"totalBytes":123,"fileCount":1205,"dbs":["A"]} |
| note? | string |
fn report(bench: string, incident?: string)
Verification status: claims with asserted vs verified levels
| Argument | Type | Description |
|---|---|---|
| bench | string | |
| incident? | string |
Resources
report(1h)— Verification status report for an incident
03Previous Versions
2026.09.10.1
04Stats
A
92 / 100
Downloads
0
Archive size
15.1 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels