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
ChildProcessFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/build-UNC2I4XB.jsView file
11log.info("Building for production...");
L12: const { spawn } = await import("child_process");
L13: const cwd = process.cwd();
High
Child Process
Package source references child process execution.
dist/build-UNC2I4XB.jsView on unpkg · L1123}
L24: const child = spawn(`npx tsx "${buildScript}"`, {
L25: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/build-UNC2I4XB.jsView on unpkg · L23Findings
2 High1 Medium4 Low
HighChild Processdist/build-UNC2I4XB.js
HighRuntime Package Installdist/build-UNC2I4XB.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings