Skip to main content

Claimbook

@zocc/claimbookv2026.09.10.2· 1d agoMODELS
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.

02Models1
@zocc/claimbookv2026.09.10.2mod.ts
fn init(bench: string)
Create the bench schema (idempotent)
ArgumentTypeDescription
benchstringPath to the bench DuckDB file
fn score(bench: string, claimId?: number)
Derive a claim's verified level from its evidence (rubric L0–L5)
ArgumentTypeDescription
benchstring
claimId?numberScore 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
ArgumentTypeDescription
benchstring
claimIdnumber
assertedstringJSON object, e.g. {"totalBytes":65293448396,"fileCount":1342,"dbs":["A","B"]}
observedstringJSON 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
ArgumentTypeDescription
benchstring
incident?string

Resources

report(1h)— Verification status report for an incident
03Previous Versions1
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