Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 7 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
ChildProcess
HighEntropyStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/commands/add.jsView file
9const picocolors_1 = __importDefault(require("picocolors"));
L10: const child_process_1 = require("child_process");
L11: const registry_1 = require("../registry");
High
Child Process
Package source references child process execution.
dist/commands/add.jsView on unpkg · L948const cmd = pkgManager === "pnpm"
L49: ? `pnpm add ${deps}`
L50: : pkgManager === "yarn"
...
L54: try {
L55: (0, child_process_1.execSync)(cmd, { stdio: "inherit", cwd: process.cwd() });
L56: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/add.jsView on unpkg · L48Findings
2 High1 Medium4 Low
HighChild Processdist/commands/add.js
HighRuntime Package Installdist/commands/add.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowHigh Entropy Strings
LowNo License