The Dossier reads the other tools' sealed reports: seals, dates, versions, rule settings, verdict counts. It never reads, stores or reprints a client value: no name, no amount, no account, no country of yours exists in any report of the suite in the first place, and the Dossier cites reports by their fingerprints and their verdicts, by review identifiers only.
The piece it writes lands next to your files and nowhere else, sealed with the same fingerprint arithmetic as every record of the suite, and the verification command ships on the page that announces it.
Verify on the record itselfThe public record holds verdicts, seals, dates and counts; search it for anything else.
run it yourself
python3 -c "import json; d=json.load(open('releve-public.json')); print(sorted(d), '/', sorted(d['questions']))"prints the record's whole surface: controls, coverage, questions, settings, seal
Where it livessrc/dossier.ts:9 · src/empreinte.ts:26 · src/empreinte.ts:31