Static Scan Results
scanned 7h 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 sourcebuild.jsView file
2L3: const { execSync } = require('child_process');
L4: const fs = require('fs');
High
64try {
L65: execSync('npx tsc --project tsconfig.json', { stdio: 'inherit' });
L66: console.log('✅ ES modules built successfully');
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
build.jsView on unpkg · L64Findings
3 High1 Medium4 Low
HighChild Processbuild.js
HighShell
HighRuntime Package Installbuild.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings