Skip to content

ArtifactTrust

type ArtifactTrust =
| "public-equivalent"
| "lockfile-verified"
| "history-verified"
| "registry-consistent"
| "private-only"
| "unverified"
| "public-unavailable"
| "mutated";

Defined in: types.ts:177

How strongly the analyzed tarball bytes are bound to an independent identity.