registry  /  @ts-analytics/tracking  /  0.1.7

@ts-analytics/tracking@0.1.7

A privacy-first analytics toolkit for web applications.

Static Scan Results

scanned 3h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsTelemetryUrlStrings
ManifestNo manifest risk signals triggered.
scanned 127 file(s), 1.36 MB of source, external domains: accounts.google.com, analyticsdata.googleapis.com, api.example.com, api.github.com, facebook.com, github.com, google.com, ip-api.com, ipapi.co, linkedin.com, oauth2.googleapis.com, openidconnect.googleapis.com, twitter.com, www.googleapis.com

Source & flagged code

1 flagged · loading source
dist/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 · L1496

Findings

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