← Home

@doist/bob-cli

HiBob CLI

7
Versions
License
Yes
Install Scripts
Verified
Provenance

Supply chain provenance

Status for the latest visible version.

SLSA provenance attestation npm registry signatures gitHead linked

Maintainers

ricardoisthenningmujvalenteantondoistjefcurtisdoistbotfbiduscottatdoisternestodoist

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
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 findings
HIGH Package has 'postinstall' script install-scripts

Script: node scripts/postinstall.js

HIGH env-spread: src/lib/auth.test.ts:10 semgrep

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(() => {

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.

v1.3.1

3 findings
HIGH Package has 'postinstall' script install-scripts

Script: node scripts/postinstall.js

HIGH env-spread: src/lib/auth.test.ts:10 semgrep

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(() => {

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.

v1.3.0

3 findings
HIGH Package has 'postinstall' script install-scripts

Script: test -f dist/postinstall.js && node dist/postinstall.js || true

HIGH env-spread: src/lib/auth.test.ts:10 semgrep

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(() => {

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.

v1.2.0

2 findings
HIGH env-spread: src/lib/auth.test.ts:10 semgrep

Spreading 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(() => {

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.

v1.1.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.

v1.0.0

1 finding
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.