Blog
June 24, 2026

cargo-vet Shows Weak Long-Tail Coverage

A crates.io-wide count of crates with at least one version covered by cargo-vet registry data.

By Thirdpass

We compared the public cargo-vet registry sources with the crates.io dump from 2026-06-17.

cargo-vet maintains a registry of audit sets published by well-known organizations. The registry is used by cargo-vet when it suggests imports that could reduce a project's audit backlog. We used it as the source list for this run.

The analysis used a broad coverage definition based on cargo-vet's built-in criteria. A crate version counted as covered when cargo-vet metadata could justify accepting that version through any supported evidence path in the selected registry sources for safe-to-deploy or safe-to-run. That includes direct audits, delta audits, wildcard audits, and trusted-publisher rules.

0.59%
crates with at least one covered version
1,628 crates out of 277,697

This is the most generous coverage metric in the analysis. It counts a crate as covered when any non-yanked version is covered. That version may be old, and it may not be the version crates.io currently shows by default.

Even with that definition, coverage was below 1%.

Result

The main count is deduplicated by crate name. A crate with many covered versions still counts once.

CountValue
Eligible crates277,697
Crates with at least one covered version1,628
Crates with no covered version276,069
Crate-level coverage0.59%

Of the 1,628 covered crates, 744 did not have their current crates.io default version covered.

Current Versions

The current-version count is stricter. It only counts a crate when the version crates.io marks as the default is covered.

CountValue
Eligible current versions277,697
Covered current versions884
Uncovered current versions276,813
Current-version coverage0.3183%

Delta audits accounted for the largest share of covered current versions. With a wildcard audit, the auditor is effectively vouching that releases of that crate by a specified publisher, within a specified date range, satisfy the stated criteria.

Primary coverage pathCovered current versions
Delta audit266
Direct version audit262
Wildcard audit205
Trusted publisher151

Age Filters

To avoid penalizing very new versions, we also filtered out younger versions. The result did not change much.

Current version ageCoveredEligibleCoverage
At least 90 days703197,5110.3559%
At least 180 days622167,3220.3717%
At least 365 days468138,5220.3379%

Age does not explain the low coverage rate in this run.

Historical Version Rows

Counting each non-yanked release separately gives a larger denominator and a higher coverage rate. This row count is not deduplicated by crate.

CountValue
Historical crate-version rows2,418,303
Covered historical rows23,101
Uncovered historical rows2,395,202
Historical-row coverage0.9553%

Sources

The analysis imported audits.toml data from the cargo-vet registry:

Registry propertyValue
Registry filemozilla/cargo-vet registry.toml
Pinned commitfb5cc28663eb4ec5e7b136413c012457063b4d81
Entries used9

The registry is a discovery list, not a complete index of every public audits.toml file. Other public cargo-vet sources may exist outside it.

Data

Raw outputs:

The uncovered CSV files are samples, not full uncovered sets.

Notes

The headline count counts crates. The current-version table counts one crates.io default version per crate. The historical-row table counts every non-yanked version row once.

The analysis counts the built-in safe-to-deploy and safe-to-run criteria. It does not count custom criteria.

"Covered" does not always mean manually audited. It means covered by at least one cargo-vet evidence path in the registry data.