Static Scan Results
scanned 3d ago · by rust-scannerStatic analysis flagged 6 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
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 High3 Low
HighChild Processbuild.js
HighShell
HighRuntime Package Installbuild.js
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem