@doist/bob-cli
HiBob CLI
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 in a test file saving/restoring process.env for test isolation; not a production secret leak. | ai | |
| install-scripts | install-script:postinstall | AI (install-scripts): Runs a local bundled script (scripts/postinstall.js), not a remote fetch; SLSA provenance confirms CI/CD build integrity. | ai |
Versions (showing 7 of 7)
| Version | Deps | Published |
|---|---|---|
| 1.5.0 | 3 / 11 | |
| 1.3.2 | 3 / 7 | |
| 1.3.1 | 3 / 7 | |
| 1.3.0 | 3 / 7 | |
| 1.2.0 | 3 / 7 | |
| 1.1.2 | 3 / 7 | |
| 1.0.0 | 3 / 7 |
v1.3.2
3 findingsScript: node scripts/postinstall.js
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/Doist/bob-cli/blob/f9e8547d0b63204f9b34e49339ae2ad1882ccc31/src/lib/auth.test.ts#L10 8 | import { readConfig } from './config.js' 9 | > 10 | const originalEnv = { ...process.env } 11 | 12 | beforeEach(() => {
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.3.1
3 findingsScript: node scripts/postinstall.js
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/Doist/bob-cli/blob/9f56417e92acdc744f30bc7525122d7d59fcac88/src/lib/auth.test.ts#L10 8 | import { readConfig } from './config.js' 9 | > 10 | const originalEnv = { ...process.env } 11 | 12 | beforeEach(() => {
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.3.0
3 findingsScript: test -f dist/postinstall.js && node dist/postinstall.js || true
Spreading entire process.env into an object — may capture all secrets Source: https://github.com/Doist/bob-cli/blob/b15fb80a807ce3691024effa4cd887f35257f8b0/src/lib/auth.test.ts#L10 8 | import { readConfig } from './config.js' 9 | > 10 | const originalEnv = { ...process.env } 11 | 12 | beforeEach(() => {
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.2.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/Doist/bob-cli/blob/2bacc7823aa13cdb3c05e7e37a8a5de56bc6fbc2/src/lib/auth.test.ts#L10 8 | import { readConfig } from './config.js' 9 | > 10 | const originalEnv = { ...process.env } 11 | 12 | beforeEach(() => {
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.1.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v1.0.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.