Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 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
ChildProcessCryptoEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
5 flagged · loading sourcedist/core/audit-engine.jsView file
43category: "security",
L44: description: "eval() or exec() usage detected — arbitrary code execution risk",
L45: recommendation: "Replace eval()/exec() with safe alternatives (JSON.parse, structured parsing, or sandboxed evaluation)",
High
Child Process
Package source references child process execution.
dist/core/audit-engine.jsView on unpkg · L4343category: "security",
L44: description: "eval() or exec() usage detected — arbitrary code execution risk",
L45: recommendation: "Replace eval()/exec() with safe alternatives (JSON.parse, structured parsing, or sandboxed evaluation)",
Low
Eval
Package source references a known benign dynamic code generation pattern.
dist/core/audit-engine.jsView on unpkg · L43dist/kernel/orchestration/parallel-spawner.jsView file
161stdio: ["ignore", "pipe", "pipe"],
L162: execArgv: [], // Don't pass --inspect etc.
L163: });
High
Shell
Package source references shell execution.
dist/kernel/orchestration/parallel-spawner.jsView on unpkg · L161dist/adapters/stacks/typescript/index.jsView file
69// Try vitest, jest, then npm test as fallback
L70: const commands = ["npx vitest run", "npx jest", "npm test"];
L71: for (const cmd of commands) {
...
L75: try {
L76: execSync(`${toolName} --version 2>/dev/null`, {
L77: cwd,
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/adapters/stacks/typescript/index.jsView on unpkg · L69src/kernel/artifacts/tool-configs/verify-all.shView file
•path = src/kernel/artifacts/tool-configs/verify-all.sh
kind = build_helper
sizeBytes = 3778
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
src/kernel/artifacts/tool-configs/verify-all.shView on unpkgFindings
3 High4 Medium5 Low
HighChild Processdist/core/audit-engine.js
HighShelldist/kernel/orchestration/parallel-spawner.js
HighRuntime Package Installdist/adapters/stacks/typescript/index.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpersrc/kernel/artifacts/tool-configs/verify-all.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvaldist/core/audit-engine.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings