registry  /  @zenith-open/zenithcms-cli  /  1.0.0-beta.8

@zenith-open/zenithcms-cli@1.0.0-beta.8

Static Scan Results

scanned 5h 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 1 file(s), 35.6 KB of source, external domains: zenithcms.com

Source & flagged code

3 flagged · loading source
dist/index.jsView file
4import path from 'path'; L5: import { execSync } from 'child_process'; L6: import fs from 'fs';
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L4
33try { L34: execSync('npx tsx server.ts', { stdio: 'inherit' }); L35: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L33
891// Dynamically import the TS file using file URL L892: const blockModule = await import(pathToFileURL(filePath).href) L893:
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/index.jsView on unpkg · L891

Findings

3 High3 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumDynamic Requiredist/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License