@smoothbricks/cli
SmoothBricks monorepo automation 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 |
|---|---|---|---|---|
| publish-pattern | new-deps-added | AI (publish-pattern): Added deps are well-known formatting/type-check libs matching CLI's purpose. | ai | |
| semgrep | semgrep:api-obfuscation-reflect | AI (semgrep): Reflect.get used for generic key comparison, not API evasion. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Fires in a test fixture helper spawning git; not production code and not exfiltrating secrets. | ai | |
| phantom-deps | phantom-dep:@arethetypeswrong/core | AI (phantom-deps): Used via config/CLI invocation rather than direct import; consistent with tooling usage pattern. | ai | |
| phantom-deps | phantom-dep:semver | AI (phantom-deps): Referenced in config files; stable false positive for this package. | ai | |
| typosquat | typosquat.levenshtein:joi | AI (typosquat): Scoped monorepo CLI package; Levenshtein match to 'joi' is coincidental, not impersonation. | ai | |
| phantom-deps | phantom-dep:tslib | AI (phantom-deps): tslib is a known implicit runtime dependency for TypeScript compiled output; phantom-dep is a stable false positive. | ai | |
| phantom-deps | phantom-dep:@arethetypeswrong/cli | AI (phantom-deps): @arethetypeswrong/cli is a CLI tool invoked via scripts/config, not imported directly; phantom-dep is a stable false positive here. | ai | |
| phantom-deps | phantom-dep:sherif | AI (phantom-deps): sherif is a CLI tool invoked via scripts/config, not imported directly; phantom-dep is a stable false positive here. | ai | |
| semgrep | semgrep:env-bulk-read | AI (semgrep): Used in snapshotProcessEnv() for devenv config diffing — expected behavior for a monorepo automation CLI. | ai |
Versions (showing 22 of 22)
| Version | Deps | Published |
|---|---|---|
| 0.10.4 | 12 / 1 | |
| 0.10.3 | 12 / 1 | |
| 0.10.2 | 9 / 1 | |
| 0.10.1 | 9 / 1 | |
| 0.10.0 | 9 / 1 | |
| 0.9.0 | 9 / 1 | |
| 0.8.0 | 8 / 1 | |
| 0.7.0 | 8 / 1 | |
| 0.6.0 | 8 / 1 | |
| 0.5.0 | 8 / 1 | |
| 0.4.3 | 8 / 1 | |
| 0.4.2 | 8 / 1 | |
| 0.4.1 | 8 / 1 | |
| 0.4.0 | 8 / 1 | |
| 0.3.4 | 8 / 1 | |
| 0.3.3 | 8 / 1 | |
| 0.3.2 | 8 / 1 | |
| 0.3.1 | 8 / 1 | |
| 0.3.0 | 8 / 1 | |
| 0.2.0 | 7 / 1 | |
| 0.1.1 | 6 / 1 | |
| 0.1.0 | 6 / 0 |
v0.10.4
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.10.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.10.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.10.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.10.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.9.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.8.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.7.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.6.0
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
2 findingsSpreading entire process.env into an object — may capture all secrets 87 | const proc = Bun.spawn(['git', ...args], { 88 | cwd: root, > 89 | env: { ...process.env, ...env }, 90 | stdout: 'pipe', 91 | stderr: 'pipe',
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 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.