Static Scan Results
scanned 8d 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
369// src/cli-install.ts
L370: import { execSync } from "child_process";
L371: async function ensureCli() {
High
Child Process
Package source references child process execution.
dist/bin/setup.mjsView on unpkg · L369376try {
L377: execSync("npm install -g @neopress/cli@latest", { stdio: "pipe" });
L378: const newVersion = getInstalledVersion();
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin/setup.mjsView on unpkg · L376Findings
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