registry  /  gxlang  /  0.6.1

gxlang@0.6.1

GX — brain-first programming language for AI assistants and production applications. Capability-sandboxed process/HTTP/database runtimes, task concurrency, testing framework, debugger, REPL, and a full stdlib.

Static Scan Results

scanned 3d 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), 3.83 KB of source, external domains: github.com, raw.githubusercontent.com

Source & flagged code

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

Package defines install-time lifecycle scripts.

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

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

package.jsonView on unpkg
bin/gx.jsView file
6L7: const { spawnSync } = require('child_process'); L8: const path = require('path'); ... L11: L12: const isWindows = process.platform === 'win32'; L13: const binaryName = isWindows ? 'gx.exe' : 'gx'; L14: const binaryPath = path.join(__dirname, binaryName); L15: ... L18: console.error('Try reinstalling: npm install -g gxlang'); L19: console.error('Or: curl -sSf https://raw.githubusercontent.com/elgrhy/gx/main/install.sh | sh'); L20: process.exit(1); ... L24: stdio: 'inherit',
High
Sandbox Evasion Gated Capability

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

bin/gx.jsView on unpkg · L6

Findings

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