Static Scan Results
scanned 10d 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/dev-ELF2C2RL.jsView file
11log.info("Starting development server...");
L12: const { spawn } = await import("child_process");
L13: const cwd = process.cwd();
High
Child Process
Package source references child process execution.
dist/dev-ELF2C2RL.jsView on unpkg · L1123}
L24: const child = spawn(`npx tsx --no-cache "${devScript}"`, {
L25: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/dev-ELF2C2RL.jsView on unpkg · L23Findings
2 High1 Medium4 Low
HighChild Processdist/dev-ELF2C2RL.js
HighRuntime Package Installdist/dev-ELF2C2RL.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings