Static Scan Results
scanned 5d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcesrc/version-check.tsView file
3L4: import { execSync } from "node:child_process";
L5: import { readFileSync } from "node:fs";
High
Child Process
Package source references child process execution.
src/version-check.tsView on unpkg · L3162const cmd = isGlobal
L163: ? `npm install -g ${PACKAGE_NAME}@latest`
L164: : `npm install ${PACKAGE_NAME}@latest`;
...
L167:
L168: const output = execSync(cmd, {
L169: encoding: "utf-8",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/version-check.tsView on unpkg · L162Findings
3 High3 Medium4 Low
HighChild Processsrc/version-check.ts
HighShell
HighRuntime Package Installsrc/version-check.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings