← Home

@cloudcreate/cli

Command-line tools powered by CloudCreate shared libraries.

3
Versions
License
No
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

devonzhang

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:silent-process-exec AI (semgrep): Spawns OS URL-opener (open/xdg-open/start) detached — standard browser-launch pattern, not a reverse shell. ai
semgrep semgrep:silent-process-exec-var AI (semgrep): Same URL-opener spawn; variable holds platform-selected open command, not attacker-controlled input. ai
semgrep semgrep:base64-decode AI (semgrep): Decodes a hardcoded 1x1 PNG test fixture in smoke.mjs; no dynamic or network-sourced payload. ai
typosquat typosquat.levenshtein:joi AI (typosquat): Scoped package @cloudcreate/cli is not a plausible typosquat of joi; different namespace and purpose. ai

Versions (showing 3 of 3)

Version Deps Published
0.1.2 1 / 0
0.1.1 1 / 0
0.1.0 1 / 0

v0.1.1

3 findings
HIGH silent-process-exec: bin/cloudcreate.js:293 semgrep

Silent detached process — runs invisibly in the background (reverse shells, miners) Source: https://github.com/cloudcreate-ai/cloudcreate-cli/blob/b55c82fff82f045cae9b85968e35230046bb5cf2/bin/cloudcreate.js#L293 291 | : 'xdg-open'; 292 | const args = platform === 'win32' ? ['/c', 'start', '', url] : [url]; > 293 | const child = spawn(command, args, { 294 | detached: true, 295 | stdio: 'ignore',

HIGH silent-process-exec-var: bin/cloudcreate.js:293 semgrep

Silent detached process — runs invisibly in the background (reverse shells, miners) Source: https://github.com/cloudcreate-ai/cloudcreate-cli/blob/b55c82fff82f045cae9b85968e35230046bb5cf2/bin/cloudcreate.js#L293 291 | : 'xdg-open'; 292 | const args = platform === 'win32' ? ['/c', 'start', '', url] : [url]; > 293 | const child = spawn(command, args, { 294 | detached: true, 295 | stdio: 'ignore',

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.

v0.1.0

3 findings
HIGH silent-process-exec: bin/cloudcreate.js:293 semgrep

Silent detached process — runs invisibly in the background (reverse shells, miners) 291 | : 'xdg-open'; 292 | const args = platform === 'win32' ? ['/c', 'start', '', url] : [url]; > 293 | const child = spawn(command, args, { 294 | detached: true, 295 | stdio: 'ignore',

HIGH silent-process-exec-var: bin/cloudcreate.js:293 semgrep

Silent detached process — runs invisibly in the background (reverse shells, miners) 291 | : 'xdg-open'; 292 | const args = platform === 'win32' ? ['/c', 'start', '', url] : [url]; > 293 | const child = spawn(command, args, { 294 | detached: true, 295 | stdio: 'ignore',

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.