← Home

@blackbelt-technology/pi-dashboard-extension

12
Versions
License
No
Install Scripts
Verified
Provenance

Supply chain provenance

Status for the latest visible version.

SLSA provenance attestation npm registry signatures gitHead linked

Maintainers

mbotondmrbencerobertcsakanynorbert.herczeg

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Fires only in test files saving/restoring process.env — standard test pattern, not a data-exfiltration risk. ai
phantom-deps phantom-dep:ws AI (phantom-deps): ws is a declared runtime dependency in package.json; phantom-dep heuristic is a false positive here. ai

Versions (showing 12 of 12)

Version Deps Published
0.5.4 2 / 3
0.5.3 2 / 3
0.5.2 2 / 3
0.5.1 2 / 3
0.5.0 2 / 3
0.4.6 2 / 3
0.4.5 2 / 3
0.4.4 2 / 3
0.4.3 2 / 3
0.4.2 2 / 3
0.4.1 2 / 3
0.3.0 2 / 2

v0.5.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.5.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.5.2

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.5.1

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.5.0

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.4.6

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.4.5

3 findings
HIGH env-spread: src/__tests__/source-detector.test.ts:9 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/BlackBeltTechnology/pi-agent-dashboard/blob/c048dc6fa6a452b1003e30266533b50afed08382/src/__tests__/source-detector.test.ts#L9 7 | 8 | describe("detectSessionSource", () => { > 9 | const originalEnv = { ...process.env }; 10 | let tmpDir: string; 11 |

HIGH env-spread: src/server-launcher.ts:97 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/BlackBeltTechnology/pi-agent-dashboard/blob/c048dc6fa6a452b1003e30266533b50afed08382/src/server-launcher.ts#L97 95 | cmd: process.execPath, 96 | args: ["--import", loader, entry, ...args], // ban:raw-node-import-ok: entry gated by shouldUrlWrapEntry > 97 | env: { ...process.env }, 98 | logFd, 99 | });

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.4.4

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.4.3

1 finding
INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.4.2

3 findings
HIGH env-spread: src/__tests__/source-detector.test.ts:9 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/BlackBeltTechnology/pi-agent-dashboard/blob/22c4d977dd23ef0759b187087c548454d1349573/src/__tests__/source-detector.test.ts#L9 7 | 8 | describe("detectSessionSource", () => { > 9 | const originalEnv = { ...process.env }; 10 | let tmpDir: string; 11 |

HIGH env-spread: src/server-launcher.ts:97 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/BlackBeltTechnology/pi-agent-dashboard/blob/22c4d977dd23ef0759b187087c548454d1349573/src/server-launcher.ts#L97 95 | cmd: process.execPath, 96 | args: ["--import", loader, entry, ...args], // ban:raw-node-import-ok: entry gated by shouldUrlWrapEntry > 97 | env: { ...process.env }, 98 | logFd, 99 | });

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.4.1

3 findings
HIGH env-spread: src/__tests__/source-detector.test.ts:9 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/BlackBeltTechnology/pi-agent-dashboard/blob/2728c316a2bf0710680cfb94faac5af7132ae7a1/src/__tests__/source-detector.test.ts#L9 7 | 8 | describe("detectSessionSource", () => { > 9 | const originalEnv = { ...process.env }; 10 | let tmpDir: string; 11 |

HIGH env-spread: src/server-launcher.ts:97 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/BlackBeltTechnology/pi-agent-dashboard/blob/2728c316a2bf0710680cfb94faac5af7132ae7a1/src/server-launcher.ts#L97 95 | cmd: process.execPath, 96 | args: ["--import", loader, entry, ...args], // ban:raw-node-import-ok: entry gated by shouldUrlWrapEntry > 97 | env: { ...process.env }, 98 | logFd, 99 | });

INFO Has SLSA provenance attestation provenance

Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.

v0.3.0

3 findings
HIGH env-spread: src/__tests__/source-detector.test.ts:9 semgrep

Spreading entire process.env into an object — may capture all secrets 7 | 8 | describe("detectSessionSource", () => { > 9 | const originalEnv = { ...process.env }; 10 | let tmpDir: string; 11 |

HIGH env-spread: src/server-launcher.ts:85 semgrep

Spreading entire process.env into an object — may capture all secrets 83 | cmd: process.execPath, 84 | args: ["--import", resolveJitiImport(), cliPath, ...args], > 85 | env: { ...process.env }, 86 | logFd, 87 | });

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.