← Home

step

A simple control-flow library for node.JS that makes parallel execution, serial execution, and error handling painless.

5
Versions
MIT
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

creationix

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:etc-passwd-access AI (semgrep): The /etc/passwd read is in test.js as a demonstration of parallel file reading — a canonical example for this control-flow library, not credential harvesting. ai
semgrep semgrep:dynamic-require AI (semgrep): require(__dirname + '/lib/step') is a standard Node.js local module require pattern, not a dynamic/arbitrary module load. ai
provenance no-provenance AI (provenance): Package is 5540 days old, predating Sigstore provenance by many years. Absence is expected and not a risk signal. ai

Versions (showing 5 of 5)

Version Deps Published
1.0.0 0 / 0
0.0.6 0 / 0
0.0.5 0 / 0
0.0.4 0 / 0
0.0.3 0 / 0

v1.0.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.0.6

1 finding
INFO No provenance attestation provenance

[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.0.5

1 finding
INFO No provenance attestation provenance

[Accepted risk] Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.0.4

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.0.3

2 findings
HIGH etc-passwd-access: 1289345773353-0.7330295008141547/test.js:38 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux 36 | function loadStuff() { 37 | fs.readFile(__filename, this.parallel()); > 38 | fs.readFile("/etc/passwd", this.parallel()); 39 | }, 40 | // Show the result when done

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.