← Home

@smithers-orchestrator/agents

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

fucory

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): CLI agent adapter intentionally merges process.env for subprocess execution; stable pattern for this package. ai

Versions (showing 18 of 18)

Version Deps Published
0.22.0 8 / 3
0.21.0 8 / 3
0.20.4 8 / 3
0.20.3 8 / 3
0.20.1 8 / 3
0.20.0 8 / 3
0.19.0 8 / 3
0.18.0 8 / 3
0.17.0 8 / 3
0.16.9 7 / 2
0.16.8 7 / 2
0.16.7 7 / 2
0.16.6 7 / 2
0.16.5 7 / 2
0.16.4 7 / 2
0.16.3 7 / 2
0.16.1 7 / 2
0.16.0 7 / 2

v0.22.0

1 finding
LOW No provenance attestation provenance

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

v0.21.0

1 finding
LOW No provenance attestation provenance

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

v0.20.4

1 finding
LOW No provenance attestation provenance

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

v0.20.3

1 finding
LOW No provenance attestation provenance

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

v0.20.1

3 findings
HIGH env-spread: src/BaseCliAgent/BaseCliAgent.js:618 semgrep

Spreading entire process.env into an object — may capture all secrets 616 | }); 617 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 618 | const env = { ...process.env, ...this.env }; 619 | const combinedSystem = combineNonEmpty([ 620 | this.systemPrompt,

HIGH env-spread: src/PiAgent.js:395 semgrep

Spreading entire process.env into an object — may capture all secrets 393 | }); 394 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 395 | const env = { ...process.env, ...this.env }; 396 | const args = this.buildArgs({ prompt, cwd, options, mode }); 397 | const diagnosticsPromise = launchDiagnostics("pi", env, cwd);

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.20.0

1 finding
LOW No provenance attestation provenance

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

v0.19.0

1 finding
LOW No provenance attestation provenance

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

v0.18.0

3 findings
HIGH env-spread: src/BaseCliAgent/BaseCliAgent.js:618 semgrep

Spreading entire process.env into an object — may capture all secrets 616 | }); 617 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 618 | const env = { ...process.env, ...this.env }; 619 | const combinedSystem = combineNonEmpty([ 620 | this.systemPrompt,

HIGH env-spread: src/PiAgent.js:395 semgrep

Spreading entire process.env into an object — may capture all secrets 393 | }); 394 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 395 | const env = { ...process.env, ...this.env }; 396 | const args = this.buildArgs({ prompt, cwd, options, mode }); 397 | const diagnosticsPromise = launchDiagnostics("pi", env, cwd);

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.17.0

1 finding
LOW No provenance attestation provenance

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

v0.16.9

3 findings
HIGH env-spread: src/BaseCliAgent/BaseCliAgent.js:569 semgrep

Spreading entire process.env into an object — may capture all secrets 567 | }); 568 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 569 | const env = { ...process.env, ...this.env }; 570 | const combinedSystem = combineNonEmpty([ 571 | this.systemPrompt,

HIGH env-spread: src/PiAgent.js:395 semgrep

Spreading entire process.env into an object — may capture all secrets 393 | }); 394 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 395 | const env = { ...process.env, ...this.env }; 396 | const args = this.buildArgs({ prompt, cwd, options, mode }); 397 | const diagnosticsPromise = launchDiagnostics("pi", env, cwd);

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.16.8

3 findings
HIGH env-spread: src/BaseCliAgent/BaseCliAgent.js:569 semgrep

Spreading entire process.env into an object — may capture all secrets 567 | }); 568 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 569 | const env = { ...process.env, ...this.env }; 570 | const combinedSystem = combineNonEmpty([ 571 | this.systemPrompt,

HIGH env-spread: src/PiAgent.js:395 semgrep

Spreading entire process.env into an object — may capture all secrets 393 | }); 394 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 395 | const env = { ...process.env, ...this.env }; 396 | const args = this.buildArgs({ prompt, cwd, options, mode }); 397 | const diagnosticsPromise = launchDiagnostics("pi", env, cwd);

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.16.7

1 finding
LOW No provenance attestation provenance

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

v0.16.6

1 finding
LOW No provenance attestation provenance

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

v0.16.5

3 findings
HIGH env-spread: src/BaseCliAgent/BaseCliAgent.js:569 semgrep

Spreading entire process.env into an object — may capture all secrets 567 | }); 568 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 569 | const env = { ...process.env, ...this.env }; 570 | const combinedSystem = combineNonEmpty([ 571 | this.systemPrompt,

HIGH env-spread: src/PiAgent.js:395 semgrep

Spreading entire process.env into an object — may capture all secrets 393 | }); 394 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 395 | const env = { ...process.env, ...this.env }; 396 | const args = this.buildArgs({ prompt, cwd, options, mode }); 397 | const diagnosticsPromise = launchDiagnostics("pi", env, cwd);

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.16.4

1 finding
LOW No provenance attestation provenance

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

v0.16.3

1 finding
LOW No provenance attestation provenance

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

v0.16.1

1 finding
LOW No provenance attestation provenance

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

v0.16.0

3 findings
HIGH env-spread: src/BaseCliAgent/BaseCliAgent.js:569 semgrep

Spreading entire process.env into an object — may capture all secrets 567 | }); 568 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 569 | const env = { ...process.env, ...this.env }; 570 | const combinedSystem = combineNonEmpty([ 571 | this.systemPrompt,

HIGH env-spread: src/PiAgent.js:395 semgrep

Spreading entire process.env into an object — may capture all secrets 393 | }); 394 | const cwd = this.cwd ?? options?.rootDir ?? process.cwd(); > 395 | const env = { ...process.env, ...this.env }; 396 | const args = this.buildArgs({ prompt, cwd, options, mode }); 397 | const diagnosticsPromise = launchDiagnostics("pi", env, cwd);

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.