registry  /  @genex-ai/cli-demo  /  0.10.0

@genex-ai/cli-demo@0.10.0

Set up your ~/.claude workspace, authorize, create a game project, generate AI assets, and publish (genex CLI).

Static Scan Results

scanned 7d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 54.3 KB of source, external domains: 127.0.0.1, demo-api.glotech.world, demo-web.glotech.world

Source & flagged code

1 flagged · loading source
dist/index.jsView file
15import { fileURLToPath } from "url"; L16: var DEFAULT_AUTH_URL = "https://demo-web.glotech.world"; L17: var DEFAULT_API_URL = "https://demo-api.glotech.world"; ... L23: function getAuthUrl(override) { L24: const raw = override || process.env[AUTH_URL_ENV] || DEFAULT_AUTH_URL; L25: return raw.replace(/\/+$/, ""); ... L35: function getGenexDir() { L36: return path.join(os.homedir(), ".genex"); L37: } ... L126: import readline from "readline"; L127: import { spawn } from "child_process"; L128: import { URL as URL2 } from "url";
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/index.jsView on unpkg · L15

Findings

2 Medium5 Low
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptodist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings