Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 3 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
ChildProcessEnvironmentVars
Source & flagged code
2 flagged · loading sourcebin/hyperneo.jsView file
8L9: const { spawnSync } = require('child_process');
L10:
High
35`The package ${packageName} may not be installed.\n` +
L36: `Try reinstalling: npm install -g hyperneo`
L37: );
...
L40:
L41: const result = spawnSync(binaryPath, process.argv.slice(2), {
L42: stdio: 'inherit',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/hyperneo.jsView on unpkg · L35Findings
2 High1 Medium
HighChild Processbin/hyperneo.js
HighRuntime Package Installbin/hyperneo.js
MediumEnvironment Vars