Skip to main content
Pillar guide

Software Supply Chain Security

One defense path connecting package cooldowns, SIP, Shai-Hulud, IX Hexbreaker, SBOM, VEX, SLSA, Cosign, Docker Hardened Images, and digest-based release gates.

Control inputs

Agents, source, packages, and build context

Record evidence

SBOM, VEX, provenance, and signatures

Gate outputs

Scan and promote the same immutable digest

01

Understand the attack path

Modern worms move through maintainer accounts, lifecycle scripts, developer tools, caches, credentials, and trusted release pipelines.

02

Apply immediate controls with SIP

SIP compresses the response into five controls that reinforce one another from the developer laptop to release promotion.

03

Inventory every relevant build stage

An SBOM answers what is present. Generate it during the build so discarded build stages do not disappear from your evidence.

04

Add context, provenance, and signatures

SBOM records inventory, VEX records vulnerability status, SLSA strengthens provenance, and Cosign verifies the artifact and attestations.

05

Reduce attack surface and gate releases

Use minimal trusted inputs, scan evidence attached to an immutable digest, and promote that same digest only after policy passes.