registry  /  shiply-cli  /  0.27.1

shiply-cli@0.27.1

Publish static sites to shiply.now from the command line — instant web hosting for agents.

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 11 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 36 file(s), 350 KB of source, external domains: shiply.now

Source & flagged code

3 flagged · loading source
dist/bundle.jsView file
1import { spawnSync } from 'node:child_process'; L2: import { createHash } from 'node:crypto';
High
Child Process

Package source references child process execution.

dist/bundle.jsView on unpkg · L1
174encoding: 'utf8', L175: shell: true, L176: env: { ...process.env, CLOUDFLARE_API_TOKEN: process.env.CLOUDFLARE_API_TOKEN ?? 'dry-run' },
High
Shell

Package source references shell execution.

dist/bundle.jsView on unpkg · L174
171// (OpenNext projects depend on it) is preferred via npx. shell:true → npx.cmd on Windows. L172: const res = spawnSync('npx', ['wrangler', 'deploy', '--dry-run', '--outdir', wtmp], { L173: cwd: sourceDir,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/bundle.jsView on unpkg · L171

Findings

3 High3 Medium5 Low
HighChild Processdist/bundle.js
HighShelldist/bundle.js
HighRuntime Package Installdist/bundle.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings