Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 5 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
Source & flagged code
2 flagged · loading sourcebenchmark-test-suite.jsView file
2L3: import { execSync } from "child_process";
L4: import { existsSync, mkdirSync, writeFileSync } from "fs";
High
Child Process
Package source references child process execution.
benchmark-test-suite.jsView on unpkg · L230console.log("Compiling TypeScript...");
L31: execSync("npx tsc", { stdio: "inherit" });
L32:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
benchmark-test-suite.jsView on unpkg · L30Findings
3 High2 Low
HighChild Processbenchmark-test-suite.js
HighShell
HighRuntime Package Installbenchmark-test-suite.js
LowScripts Present
LowFilesystem