Static Scan Results
scanned 6d ago · by rust-scannerStatic analysis flagged 7 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcecli.esm.jsView file
6import path$2 from 'path';
L7: import { exec as exec$9 } from 'child_process';
L8: import http from 'http';
L9: import { URLSearchParams as URLSearchParams$2, fileURLToPath } from 'url';
L10: import { once } from 'events';
...
L2658: var $parseInt$1 = parseInt;
L2659: var fromCharCode$3 = String.fromCharCode;
L2660: var at$2 = uncurryThis$r(''.charAt);
...
L3128: const getConfigPath = () => {
L3129: const homeDir = process.env.HOME || process.env.USERPROFILE;
L3130: if (!homeDir) {
...
L3133: console.warn(chalk.blue("To fix this permanently, set the HOME environment variable."));
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
cli.esm.jsView on unpkg · L6Findings
1 High3 Medium3 Low
HighSandbox Evasion Gated Capabilitycli.esm.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings