Static Scan Results
scanned 3h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsTelemetryUrlStrings
Source & flagged code
1 flagged · loading sourcedist/index.jsView file
1496percentage: totalVisitors > 0 ? g.visitors / totalVisitors * 100 : 0,
L1497: metadata: { country: g.country }
L1498: }));
...
L1867: // country and discards it \u2014 no IP geolocation, no third parties.
L1868: var tzn='';try{tzn=Intl.DateTimeFormat().resolvedOptions().timeZone||''}
L1869: catch (e){}
...
L1878: if(b&&n.sendBeacon){try{if(n.sendBeacon(api+'${endpoint}',body))return;}catch(_e){}}
L1879: var x=new XMLHttpRequest();
L1880: x.open('POST',api+'${endpoint}',true);
...
L1963: const { Reader } = await import("maxmind");
L1964: const dbPath = databasePath || process.env.MAXMIND_DB_PATH || "./GeoLite2-City.mmdb";
L1965: const reader = await Reader.open(dbPath);
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L1496Findings
1 High3 Medium6 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings