Integration
Truth Audit
A Truth Audit scans your repo and produces a signed certificate of implementation truth — what is actually built, verified, and ready versus what is claimed.
What the audit produces
- ✓Signed external certificate — tamper-evident proof of codebase state
- ✓Completion Integrity Check (CIC) — feature-by-feature verified vs claimed
- ✓Architecture topology + source-of-truth mapping
- ✓CIS score (Context Intelligence Score) — 0–100 confidence rating
- ✓Exportable PDF and Markdown report
Option A — CLI
Install CodeLedger
npm install -g codeledger
Or use npx — no global install required.
Run the Truth Audit
npx codeledger truth
Run this inside your repo. CodeLedger scans the codebase and produces a signed report.
View your certificate
npx codeledger truth --export pdf
Exports a signed PDF you can share with your team or stakeholders.
Option B — MCP tool in Claude
Works with Claude Desktop, Cursor, and Windsurf. No CLI required after initial setup.
Start the MCP server
npx codeledger mcp start
Exposes CodeLedger tools to Claude Desktop, Cursor, and Windsurf.
Run the audit inside Claude
generate_truth_report
Type this in Claude. The MCP tool runs the full audit and returns the signed report inline.
One-time purchase
Your purchase gives you one full Truth Audit run. There is no subscription or renewal. The signed certificate is yours to keep. If you want ongoing audits or team access, see the Team plan.
Need help?
Reply to your purchase confirmation email or write to support@codeledger.dev. We respond within one business day.