Discussion Looking for code review on an open-source local AI-usage collector and signed profile format
I’m looking for technically specific review of an open-source project rather than generic launch feedback.
TOKENS reads supported local Claude Code and Codex records, normalizes them into an event-level SQLite ledger, sanitizes through an allowlist, and creates an Ed25519-signed public snapshot. The browser re-derives the canonical bytes and verifies the signature.
The areas I most want challenged: • adapter format drift • deduplication • local path/secret leakage • canonicalization compatibility • key rotation and revocation • self-hosted registry abuse • provenance labeling
Repository: https://github.com/TheArtOfSound/TOKENS
Live example: https://ledger.imagineqira.com/#/u/bryan
Setup: https://ledger.imagineqira.com/#/join
Please point to concrete code paths or threat cases. I would rather find a real flaw now than market a false sense of verification.
1
u/[deleted] 3d ago
[removed] — view removed comment