Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 4 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
ChildProcessFilesystem
Source & flagged code
2 flagged · loading sourcedist/cli/index.jsView file
69const pm = detectPackageManager(cwd);
L70: const { execSync } = await import("child_process");
L71: const cmd = pm === "pnpm" ? `pnpm add ${deps.join(" ")}` : pm === "yarn" ? `yarn add ${deps.join(" ")}` : `npm install ${deps.join(" ")}`;
High
69const pm = detectPackageManager(cwd);
L70: const { execSync } = await import("child_process");
L71: const cmd = pm === "pnpm" ? `pnpm add ${deps.join(" ")}` : pm === "yarn" ? `yarn add ${deps.join(" ")}` : `npm install ${deps.join(" ")}`;
L72: try {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/index.jsView on unpkg · L69Findings
2 High2 Low
HighChild Processdist/cli/index.js
HighRuntime Package Installdist/cli/index.js
LowScripts Present
LowFilesystem