← Home

runstorm

3
Versions
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

electrovir

Keywords

parallelexecutionworkerthreadshell

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Shell runner intentionally merges process.env with user-supplied env for child process execution; stable pattern for this package. ai

Versions (showing 3 of 3)

Version Deps Published
1.0.2 8 / 36
1.0.1 8 / 36
1.0.0 8 / 36

v1.0.2

1 finding
LOW No provenance attestation provenance

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

v1.0.1

1 finding
LOW No provenance attestation provenance

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

v1.0.0

2 findings
HIGH env-spread: src/shell-worker/worker.ts:24 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/electrovir/runstorm/blob/b3b2ae9746091a6fe1757f306b708dfa7af1251f/src/shell-worker/worker.ts#L24 22 | const result = await runShellCommand(workerCommand.command, { 23 | cwd: workerCommand.cwd || undefined, > 24 | env: { 25 | ...process.env, 26 | ...workerCommand.env,

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.