Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 9 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 snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/cli/commands/auth.jsView file
4* 1. Gets a session token from /auth/token
L5: * 2. Creates an auth session via /auth/session → https://auth.oblien.com/{id}
L6: * 3. Opens the URL in the user's browser (or prints it)
...
L11: import { createInterface } from 'node:readline';
L12: import { exec } from 'node:child_process';
L13: import { saveConfig, loadConfig, clearConfig, configPath } from '../config-store.js';
...
L24: headers,
L25: body: opts.body ? JSON.stringify(opts.body) : undefined,
L26: });
L27: return res.json();
L28: }
L29: function openBrowser(url) {
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/cli/commands/auth.jsView on unpkg · L4Findings
1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/cli/commands/auth.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings