Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessDynamicRequireFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcedist/bin.jsView file
17import { resolve as resolve2 } from "path";
L18: import { spawn, execSync } from "child_process";
L19: import { createServer as createNetServer } from "net";
High
844try {
L845: execSync("npx vitepress build", { cwd: rootDir, stdio: "inherit" });
L846: } catch (err) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/bin.jsView on unpkg · L844dist/chunk-GN2ZTPT3.jsView file
141});
L142: const mod = await jiti.import(configPath);
L143: const exported = mod.default ?? mod;
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/chunk-GN2ZTPT3.jsView on unpkg · L141Findings
3 High3 Medium5 Low
HighChild Processdist/bin.js
HighShell
HighRuntime Package Installdist/bin.js
MediumDynamic Requiredist/chunk-GN2ZTPT3.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License