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

theelderemo/eDEX-UI-security-patched

JavaScript·141 files·commit d59e5e2·scanned 4d ago·cached ✓
70/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?
48% file coverage
threat-state: dangerouslive

FINDINGS ░▒▓

criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.src/_renderer.js
// Disable eval()
window.eval = global.eval = function () {
    throw new Error("eval() is disabled for security reasons.");
+8
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
warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials.src/assets/misc/file-icons-match.js
    if (/\.der$/i.test(filename)) { return "key"; }
    if (/^id_rsa/.test(filename)) { return "key"; }
    if (/\.glyphs\d*License$/i.test(filename)) { return "key"; }
    if (/^(master\.)?passwd$/i....
+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/assets/themes/cyborg-focus.json+4
warningHigh-entropy string literalsFound 13 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/_renderer.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/_renderer.js+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/assets/misc/file-icons-match.js+3
warningHigh-entropy string literalsFound 16 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/classes/filesystem.class.js+3
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/classes/keyboard.class.js+3
infoSuspicious file in repoVery large source file (3166KB) — could contain obfuscated payloadsrc/assets/icons/file-icons.json+2
infoSuspicious file in repoVery large source file (939KB) — could contain obfuscated payloadsrc/assets/misc/grid.json+2
infoAuthor has no other public repositoriesGitHub user "dependabot[bot]" 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.

67 files scanned @ d59e5e2 | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access5
obfuscation15
supply chain6
owasp / injection0
telemetry
files 67/141rules hit 12engine v5commit d59e5e2

github

theelderemo/eDEX-UI-security-patched

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.

JavaScript
58
4
345d
141 files
67 scanned(48%)
d59e5e2

architecture░▒▓

entry (1) flagged (5) pkg (30)
54 nodes · 41 edgesscroll to zoom · click node to jump to finding