← Home

@pipelab/test-utils

Testing utilities for Pipelab plugins and monorepo

1
Versions
FSL-1.1-MIT
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

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

armaldio

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Standard execa child-process env passthrough pattern; not exfiltration. ai

Versions (showing 1 of 1)

Version Deps Published
0.0.1 2 / 4

v0.0.1

3 findings
HIGH env-spread: src/index.ts:119 semgrep

Spreading entire process.env into an object — may capture all secrets 117 | return execa("tsx", [cliPath, ...args], { 118 | cwd: options.cwd || projectRoot, > 119 | env: { 120 | ...process.env, 121 | PIPELAB_DISABLE_HISTORY: "true",

HIGH env-spread: src/index.ts:195 semgrep

Spreading entire process.env into an object — may capture all secrets 193 | 194 | // Set environment variables for the test if provided > 195 | const originalEnv = { ...process.env }; 196 | if (options.extraEnv) { 197 | Object.assign(process.env, options.extraEnv);

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.