Static Scan Results
scanned 6d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcedist/cli/utils/port.jsView file
1import { execSync } from 'child_process';
L2: import { platform } from 'os';
High
Child Process
Package source references child process execution.
dist/cli/utils/port.jsView on unpkg · L1dist/cli/utils/cert.jsView file
31catch {
L32: // If that fails, try PowerShell elevation
L33: try {
High
dist/cli/commands/start.jsView file
97console.log(' Installing dependencies...');
L98: execSync('npm install --production', { cwd: PROXY_DIR, stdio: 'inherit', timeout: 120000 });
L99: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/commands/start.jsView on unpkg · L97Findings
3 High3 Medium6 Low
HighChild Processdist/cli/utils/port.js
HighShelldist/cli/utils/cert.js
HighRuntime Package Installdist/cli/commands/start.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License