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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/chunks/client-7BVK2DEW.jsView file
27import { WebSocket } from "ws";
L28: import { spawn } from "node:child_process";
L29: import { readFileSync, writeFileSync, mkdirSync, existsSync } from "node:fs";
High
Child Process
Package source references child process execution.
dist/chunks/client-7BVK2DEW.jsView on unpkg · L27dist/chunks/chunk-3JNUWI22.jsView file
135const a = process.env.ANTHROPIC_API_KEY?.trim();
L136: const o = process.env.OPENAI_API_KEY?.trim();
L137: if (a) out.anthropic = a;
...
L148: // src/executor.ts
L149: import { spawn } from "node:child_process";
L150: var ANTHROPIC_VERSION = "2023-06-01";
L151: var ANTHROPIC_BASE = "https://api.anthropic.com";
L152: var OPENAI_BASE = "https://api.openai.com";
High
Same File Env Network Execution
A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/chunks/chunk-3JNUWI22.jsView on unpkg · L135dist/chunks/update-UEPNGB6Y.jsView file
60const u = cachedUpdate(current, baseDir);
L61: return u ? `update available \xB7 v${u.latest} \xB7 npm i -g accelr8@latest` : null;
L62: }
...
L66: try {
L67: child = spawn("npm", ["install", "-g", "accelr8@latest", "--no-fund", "--no-audit"], { stdio: ["ignore", "pipe", "pipe"] });
L68: } catch (e) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/chunks/update-UEPNGB6Y.jsView on unpkg · L60Findings
4 High3 Medium5 Low
HighChild Processdist/chunks/client-7BVK2DEW.js
HighShell
HighSame File Env Network Executiondist/chunks/chunk-3JNUWI22.js
HighRuntime Package Installdist/chunks/update-UEPNGB6Y.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings