Static Scan Results
scanned 2h 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStrings
Source & flagged code
3 flagged · loading sourcesrc/utils/pm.tsView file
1import { spawnSync } from "node:child_process";
L2: import { log, CliError } from "./logger.js";
High
15stdio: "inherit",
L16: shell: true,
L17: });
High
1import { spawnSync } from "node:child_process";
L2: import { log, CliError } from "./logger.js";
...
L12: const devFlag = opts.dev ? ["-d"] : [];
L13: log.info(`Installation : bun add ${devFlag.join(" ")} ${unique.join(" ")}`.trim());
L14: const res = spawnSync("bun", ["add", ...devFlag, ...unique], {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/utils/pm.tsView on unpkg · L1Findings
3 High2 Medium3 Low
HighChild Processsrc/utils/pm.ts
HighShellsrc/utils/pm.ts
HighRuntime Package Installsrc/utils/pm.ts
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings