← Home

@cubic-dev-ai/cli

2
Versions
License
Yes
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

paulsf_cubicsanxrozmike_cubicvictormier-cubiccubic-cli

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
install-scripts install-script:preinstall AI (install-scripts): Prebuilt binary installer pattern; consistent across all versions of this CLI package. ai
install-scripts install-script:postinstall AI (install-scripts): Prebuilt binary installer pattern; consistent across all versions of this CLI package. ai
semgrep semgrep:env-spread AI (semgrep): env spread used to pass environment to child process during binary install; not exfiltration. ai
typosquat typosquat.levenshtein:joi AI (typosquat): Scoped package @cubic-dev-ai/cli; no plausible typosquat of joi. ai

Versions (showing 2 of 2)

Version Deps Published
1.6.1 0 / 0
1.1.2 0 / 0

v1.6.1

4 findings
HIGH Package has 'preinstall' script install-scripts

Script: bun ./preinstall.mjs || node ./preinstall.mjs

HIGH Package has 'postinstall' script install-scripts

Script: bun ./postinstall.mjs || node ./postinstall.mjs

HIGH env-spread: postinstall.mjs:284 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/mrge-io/cubic-cli/blob/c26b12d7022d2f9e2da5fee0baf30e7428de5a3d/postinstall.mjs#L284 282 | stdio: "inherit", 283 | timeout: 300000, > 284 | env: { 285 | ...process.env, 286 | },

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.

v1.1.2

4 findings
HIGH Package has 'preinstall' script install-scripts

Script: bun ./preinstall.mjs || node ./preinstall.mjs

HIGH Package has 'postinstall' script install-scripts

Script: bun ./postinstall.mjs || node ./postinstall.mjs

HIGH env-spread: postinstall.mjs:284 semgrep

Spreading entire process.env into an object — may capture all secrets 282 | stdio: "inherit", 283 | timeout: 300000, > 284 | env: { 285 | ...process.env, 286 | },

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.