Static Scan Results
scanned 4d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/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
Findings
2 Medium5 Low
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptodist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings