registry  /  neokai  /  0.39.2

neokai@0.39.2

HyperNeo - Claude Agent SDK Web Interface

Static Scan Results

scanned 4h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVars
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 1.32 KB of source

Source & flagged code

2 flagged · loading source
bin/hyperneo.jsView file
8L9: const { spawnSync } = require('child_process'); L10:
High
Child Process

Package source references child process execution.

bin/hyperneo.jsView on unpkg · L8
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 · L35

Findings

2 High1 Medium
HighChild Processbin/hyperneo.js
HighRuntime Package Installbin/hyperneo.js
MediumEnvironment Vars