registry  /  create-zenithcms-app  /  1.0.0-beta.15

create-zenithcms-app@1.0.0-beta.15

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
Manifest
NoLicense
scanned 1 file(s), 10.8 KB of source

Source & flagged code

2 flagged · loading source
dist/index.jsView file
6import crypto from "crypto"; L7: import { execSync } from "child_process"; L8: import readline from "readline";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L6
244try { L245: execSync("npm install --no-audit --no-fund --loglevel=error --silent", { stdio: "ignore", cwd: projectPath }); L246: installSpinner.succeed('Dependencies installed successfully!');
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L244

Findings

3 High2 Medium4 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowNo License