Static Scan Results
scanned 5d 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/auto-update.jsView file
3import os from "node:os";
L4: import { execSync } from "node:child_process";
L5: import { fileURLToPath } from "node:url";
High
Child Process
Package source references child process execution.
dist/lib/auto-update.jsView on unpkg · L359try {
L60: execSync(`npm install -g ${PKG_NAME}@latest`, {
L61: timeout: 60_000,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/lib/auto-update.jsView on unpkg · L59Findings
3 High3 Medium6 Low
HighChild Processdist/lib/auto-update.js
HighShell
HighRuntime Package Installdist/lib/auto-update.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License