@pipelab/test-utils
Testing utilities for Pipelab plugins and monorepo
Supply chain provenance
Status for the latest visible version.
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| 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 findingsSpreading 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",
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);
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.