Static Scan Results
scanned 3h 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/index.jsView file
16// src/lib/wrangler.ts
L17: import { spawnSync } from "node:child_process";
L18: import { writeFileSync, rmSync, existsSync, readFileSync } from "node:fs";
High
32const args = ["d1", "execute", options.db, "--file", tmpFile, ...buildArgs(options)];
L33: const result = spawnSync("npx", ["wrangler", ...args], { stdio: "inherit", cwd: process.cwd(), shell: true });
L34: return result.status === 0;
High
32const args = ["d1", "execute", options.db, "--file", tmpFile, ...buildArgs(options)];
L33: const result = spawnSync("npx", ["wrangler", ...args], { stdio: "inherit", cwd: process.cwd(), shell: true });
L34: return result.status === 0;
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L32Findings
3 High3 Medium4 Low
HighChild Processdist/index.js
HighShelldist/index.js
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings