Static Scan Results
scanned 4h 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
ChildProcessFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/index.jsView file
99// Try using tsx to evaluate the TypeScript file
L100: const { execSync } = await import("child_process");
L101: const result = execSync(`npx --yes tsx -e "import m from '${tsPath.replace(/\\/g, "/")}'; console.log(JSON.stringify(m.default ?? m))"`, { cwd: srcDir, encoding: "utf-8", timeout: ...
High
100const { execSync } = await import("child_process");
L101: const result = execSync(`npx --yes tsx -e "import m from '${tsPath.replace(/\\/g, "/")}'; console.log(JSON.stringify(m.default ?? m))"`, { cwd: srcDir, encoding: "utf-8", timeout: ...
L102: const manifest = JSON.parse(result.trim());
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/index.jsView on unpkg · L100Findings
2 High1 Medium5 Low
HighChild Processdist/index.js
HighRuntime Package Installdist/index.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings