github.com / Caroxos
Caroxos/ LDAC-Windows-WSL2
Python·25 files·commit 2d1868d·scanned 1h ago·cached ✓
36/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
threat-state: suspiciouslive
FINDINGS ░▒▓
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.emisor_audio.py
# Ejecutar comando para ver la IP de eth0 en Alpine
output = subprocess.check_output("wsl -d " + WSL_DISTRO + " ip addr show eth0", shell=True, stderr=subprocess.DEVNULL).decode("utf-8...+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.stream_manager.py
content_clean = content.replace("\r\n", "\n").replace("\r", "\n")
proc = subprocess.Popen(
["wsl", "-d", WSL_DISTRO, "-u", WSL_USER, "sh...+4warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.bt_scanner.py+3
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.emisor_audio.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.stream_manager.py+3
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.
17 files scanned @ 2d1868d | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution10
network & exfiltration0
file system access0
obfuscation12
supply chain8
owasp / injection0
telemetry
files 17/25rules hit 9engine v6commit 2d1868d
github
Caroxos/LDAC-Windows-WSL2
15
2
121d
25 files
17 scanned(68%)
2d1868d
architecture░▒▓
entry (1) flagged (4) pkg (31)
44 nodes · 85 edgesscroll to zoom · click node to jump to finding