Static Scan Results
scanned 2h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/bin/setup.mjsView file
471// src/cli-install.ts
L472: import { execSync } from "child_process";
L473: async function ensureCli() {
High
Child Process
Package source references child process execution.
dist/bin/setup.mjsView on unpkg · L471478try {
L479: execSync("npm install -g @neopress/cli@latest", { stdio: "pipe" });
L480: const newVersion = getInstalledVersion();
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin/setup.mjsView on unpkg · L478Findings
3 High2 Medium5 Low
HighChild Processdist/bin/setup.mjs
HighShell
HighRuntime Package Installdist/bin/setup.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License