Decision Workspace
korg-ledger vs audit-trail vs vigil-audit
Side-by-side comparison of Rust crates
44
korg-ledger
experimentalv0.1.0
korg-ledger@v1 — the tamper-evident hash-chain spec implementation (canonicalize, chain_hash, verify_chain, verify_dag). Byte-identical to the Python and JS references; SHA-256 or HMAC-keyed.
59
audit-trail
experimentalv1.0.1
Structured audit logging with tamper-evident chaining. Every write produces a cryptographically linked record (hash chain). Compliance-grade output (who, what, when, where, result). Pluggable backends. Foundation for HIPAA, SOC 2, and PCI-DSS compliance.
50
vigil-audit
experimentalv0.5.0
Append-only audit ledger for Vigil with SQLite backend, SHA256 hash chain, and FTS5 search — tamper-evident decision/effect history
Core Metrics
| korg-ledger | audit-trail | vigil-audit | |
|---|---|---|---|
| Health Score | 44 | 59 | 50 |
| Total Downloads | 45 | 131 | 231 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 1 | 0 | 31 |
| Releases | 1 | 9 | 6 |
| Last Updated | 39d ago | 54d ago | 5d ago |
| Age | 1m | 1m | 1m |
Health Breakdown
korg-ledger
Maintenance
11
Quality
14
Community
7
Popularity
2
Documentation
10
audit-trail
Maintenance
16
Quality
19
Community
6
Popularity
3
Documentation
15
vigil-audit
Maintenance
13
Quality
12
Community
10
Popularity
3
Documentation
12
Technical Details
| korg-ledger | audit-trail | vigil-audit | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.1 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | Apache-2.0 |
| Dependencies | 3 | 4 | 14 |
| Crate Size | 6KB | 76KB | 109KB |
| Features | 0 | 5 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85 | 1.80 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •audit-trail leads with a health score of 59/100, but none of the options score above 80.
- •vigil-audit has the most downloads (231), suggesting wider adoption.
- •korg-ledger, vigil-audit are pre-1.0 — API may change.