Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/lib/version-check.jsView file
3import { join } from "node:path";
L4: import { execSync } from "node:child_process";
L5: const CACHE_PATH = join(homedir(), ".foco", "version-cache.json");
High
Child Process
Package source references child process execution.
dist/lib/version-check.jsView on unpkg · L365try {
L66: execSync(`npm install -g ${PKG_NAME}@${latestVersion}`, {
L67: stdio: "pipe",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/lib/version-check.jsView on unpkg · L65Findings
3 High3 Medium6 Low
HighChild Processdist/lib/version-check.js
HighShell
HighRuntime Package Installdist/lib/version-check.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License