← Home

@dotcom-tool-kit/node

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

quartertothe-ftrobertboulton

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:child-process-import AI (semgrep): Package's core purpose is forking Node processes; child_process use is intentional and documented. ai
semgrep semgrep:env-spread AI (semgrep): Spreading env into fork() call is the intended mechanism for injecting Doppler secrets into child processes. ai
typosquat typosquat.levenshtein:zod AI (typosquat): zod is a legitimate dependency of this package, not a target being impersonated; false positive. ai
phantom-deps phantom-dep:@dotcom-tool-kit/error AI (phantom-deps): Same-org sibling dep; likely used transitively or in type declarations; stable false positive. ai

Versions (showing 3 of 3)

Version Deps Published
5.1.0 8 / 0
5.0.1 8 / 0
5.0.0 8 / 0

v5.1.0

2 findings
HIGH env-spread: lib/tasks/node.js:58 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/financial-times/dotcom-tool-kit/blob/9e7c6026c270dddb1da48051fa70474bc404b3a9/lib/tasks/node.js#L58 56 | this.logger.verbose('starting the child node process...'); 57 | this.child = (0, child_process_1.fork)(path_1.default.resolve(cwd, entry), args, { > 58 | env: { 59 | ...dopplerEnv, 60 | PORT: port.toString(),

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.

v5.0.1

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.

v5.0.0

2 findings
HIGH env-spread: lib/tasks/node.js:54 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/financial-times/dotcom-tool-kit/blob/cfaa84f2a3c995a578e6c6f21d4c9d79e1be9756/lib/tasks/node.js#L54 52 | this.logger.verbose('starting the child node process...'); 53 | this.child = (0, child_process_1.fork)(path_1.default.resolve(cwd, entry), args, { > 54 | env: { 55 | ...dopplerEnv, 56 | PORT: port.toString(),

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.