concept
Security
#supply-chain
#slsa
#sbom
#dependencies

Supply Chain Security — Trusting what you ship

Supply chain security is about trusting the code you didn't write. Decoder helps inventory and inspect that surface during analysis.

What it is

Discipline focused on the integrity of dependencies, build systems, and distribution channels.

Why it's useful

Modern breaches (SolarWinds, xz-utils, npm event-stream) come from upstream, not your code.

How Decoder implements it

Dependency surfacing + malware scan on uploaded sources; reports highlight unexpected scripts or postinstall hooks.

When to use it

Reviewing new dependencies, auditing third-party drops, evaluating M&A repos.

When NOT to use it

Build provenance / SLSA attestations — out of scope today.

Practical example

A postinstall hook executing curl|sh from a fresh npm package is flagged during scan.

FAQ

Glossary

SBOM
Software Bill of Materials — inventory of components.
SLSA
Supply-chain Levels for Software Artifacts — build-integrity framework.

Related