live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / MzKaxD

MzKaxD/rotk-launcher

TypeScript·235 files·commit f5ae518·scanned 9m ago·cached ✓
58/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
Electron app detected
threat-state: dangerouslive

FINDINGS ░▒▓

infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningHardcoded IP address in network callFetching data from hardcoded IP addresses instead of domain names is suspicious and may indicate C2 communication.electron/services/runtime-config.ts
    // port travels with it into every derived value below.
    gatewayOrigin: "http://162.19.94.95:8080",
    // Le nom OVH par défaut du VPS de TEST était pinné ici : en production le
    // certifi...
+5
infoBase64 encoding usedatob() or Buffer.from with base64. Common in legitimate code but also used to hide malicious URLs.tests/tpm-anchor.test.ts
    if (material === null) return; // no usable TPM here; the feature is a no-op
    const blob = Buffer.from(material.proof.publicKey, "base64");
    expect(blob.readUInt32LE(4)).toBe(32);
    const ...
+2
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.electron/main.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.electron/main.ts+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/App.tsx+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/activity-state.ts+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/i18n.tsx+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.electron/i18n.ts+3
infoSuspicious file in repoExecutable file (build-gameplay-patch.ps1) in repositorynative/gameplaypatch/build-gameplay-patch.ps1+2
infoSuspicious file in repoExecutable file (test-dinput8-proxy.ps1) in repositorynative/gameplaypatch/test-dinput8-proxy.ps1+2
infoSuspicious file in repoExecutable file (build-steam-shim.ps1) in repositorynative/steamshim/build-steam-shim.ps1+2
warningDependency runs install scripts"<root>/postinstall" executes code during installation. Malicious packages use this to drop payloads before the app even runs.package.json+3
infoAuthor has no other public repositoriesGitHub user "leberga" has no other public repositories, common for burner accounts used in scams.+2

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

134 files scanned @ f5ae518 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration7
file system access0
obfuscation15
supply chain15
owasp / injection0
telemetry
files 134/235rules hit 14engine v6commit f5ae518

github

MzKaxD/rotk-launcher

Open-source Windows launcher for Return of the King

TypeScript
40
19
64d
235 files
134 scanned(57%)
f5ae518

architecture░▒▓

entry (0) flagged (23) pkg (14)
144 nodes · 297 edgesscroll to zoom · click node to jump to finding