@blackbelt-technology/pi-dashboard-extension
Supply chain provenance
Status for the latest visible version.
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): 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 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.5.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.5.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.5.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.5.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.6
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.5
3 findingsSpreading 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 |
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 | });
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 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.4.2
3 findingsSpreading 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 |
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 | });
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 findingsSpreading 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 |
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 | });
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 findingsSpreading entire process.env into an object — may capture all secrets 7 | 8 | describe("detectSessionSource", () => { > 9 | const originalEnv = { ...process.env }; 10 | let tmpDir: string; 11 |
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 | });
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.