Static Scan Results
scanned 4h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/tools/local-action-tools.jsView file
1import { spawn } from "node:child_process";
L2: import { mkdir, readFile, stat, writeFile } from "node:fs/promises";
High
Child Process
Package source references child process execution.
dist/tools/local-action-tools.jsView on unpkg · L1dist/cli/commands/update.jsView file
60}
L61: writeError(`npm install exited with code ${exitCode}.`);
L62: process.exitCode = exitCode;
...
L74: return new Promise((resolve) => {
L75: const child = spawn("npm", ["install", "-g", `${packageName}@latest`], { stdio: "inherit" });
L76: child.on("error", () => resolve(1));
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/commands/update.jsView on unpkg · L60Findings
3 High3 Medium6 Low
HighChild Processdist/tools/local-action-tools.js
HighShell
HighRuntime Package Installdist/cli/commands/update.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License