Static Scan Results
scanned 2d 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
ChildProcessFilesystemShell
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcetest-setup.tsView file
5L6: import { execSync } from 'child_process'
L7: import { existsSync, unlinkSync } from 'fs'
High
20*/
L21: execSync(
L22: `npx esbuild ${workerSource} --bundle --platform=node --format=cjs --outfile=${workerOutput} --external:worker_threads`,
L23: { stdio: 'inherit' },
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
test-setup.tsView on unpkg · L20Findings
3 High1 Medium4 Low
HighChild Processtest-setup.ts
HighShell
HighRuntime Package Installtest-setup.ts
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings