Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/index.mjsView file
8// src/utils.ts
L9: import { execSync } from "child_process";
L10: import { existsSync } from "fs";
High
50case "bun":
L51: return `bun add -d ${pkg}`;
L52: case "pnpm":
...
L61: const cmd = pm === "bun" ? "bun install" : pm === "pnpm" ? "pnpm install" : pm === "yarn" ? "yarn" : "npm install";
L62: execSync(cmd, { stdio: "inherit", cwd });
L63: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.mjsView on unpkg · L50Findings
3 High1 Medium4 Low
HighChild Processdist/index.mjs
HighShell
HighRuntime Package Installdist/index.mjs
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings