registry  /  @chikhamx/voidx  /  3.4.4

@chikhamx/voidx@3.4.4

npm launcher for voidx, a terminal AI coding agent.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 10 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
ChildProcessEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 29.4 KB of source, external domains: github.com, npmmirror.com, raw.githubusercontent.com

Source & flagged code

3 flagged · loading source
package.jsonView file
scripts.postinstall = node bin/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node bin/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/voidx.jsView file
3L4: const { spawn, spawnSync } = require("child_process"); L5: const fs = require("fs"); ... L8: L9: const pkg = require("../package.json"); L10: ... L18: L19: function main(argv = process.argv.slice(2), env = process.env) { L20: try { ... L103: " npm install -g @chikhamx/voidx\n" + L104: " or: curl -fsSL https://raw.githubusercontent.[redacted].sh | bash" L105: );
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

bin/voidx.jsView on unpkg · L3

Findings

2 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighSandbox Evasion Gated Capabilitybin/voidx.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings