registry  /  @beechcms/cli  /  0.6.1

@beechcms/cli@0.6.1

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 69.4 KB of source, external domains: beechcms.dev

Source & flagged code

3 flagged · loading source
dist/index.jsView file
16// src/lib/wrangler.ts L17: import { spawnSync } from "node:child_process"; L18: import { writeFileSync, rmSync, existsSync, readFileSync } from "node:fs";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L16
32const args = ["d1", "execute", options.db, "--file", tmpFile, ...buildArgs(options)]; L33: const result = spawnSync("npx", ["wrangler", ...args], { stdio: "inherit", cwd: process.cwd(), shell: true }); L34: return result.status === 0;
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L32
32const args = ["d1", "execute", options.db, "--file", tmpFile, ...buildArgs(options)]; L33: const result = spawnSync("npx", ["wrangler", ...args], { stdio: "inherit", cwd: process.cwd(), shell: true }); L34: return result.status === 0;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L32

Findings

3 High3 Medium4 Low
HighChild Processdist/index.js
HighShelldist/index.js
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings