@cloudcreate/cli
Command-line tools powered by CloudCreate shared libraries.
Supply chain provenance
Status for the latest visible version.
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| 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 |
v0.1.1
3 findingsSilent 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',
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',
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.1.0
3 findingsSilent 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',
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',
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.