Skip to main content

Four evidence sources

cryptarium unifies four repository-resident evidence sources in one scan. Why this matters: Cryptographic choices are scattered across application code, transitive dependencies, embedded certificates, and configuration. An inventory that covers only one of those surfaces leaves migration work blind.

Confidence ceilings

A dependency listed in go.mod is medium confidence at most. Correlation with a source finding is what earns high. See Confidence & unknown and Correlation.

What static detectors cannot see

Runtime algorithm selection, dynamically loaded providers, and what gets negotiated on the wire are out of scope for v0.1. Report holes honestly when files fail to parse — silent omission from an inventory is the worst failure mode.