Static Scan Results
scanned 8h 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
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStrings
Source & flagged code
2 flagged · loading sourceutils/testing.tsView file
1import { execSync } from "child_process";
L2: import path from "path";
High
22try {
L23: execSync(`npm i -D ${TEST_DEPENDENCIES.join(" ")}`, {
L24: cwd: projectPath,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
utils/testing.tsView on unpkg · L22Findings
3 High2 Medium3 Low
HighChild Processutils/testing.ts
HighShell
HighRuntime Package Installutils/testing.ts
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings