github.com / JimWas
JimWas/ Kick-Proxyless-View-Simulator
Python·8 files·commit dd8eb92·scanned 3d ago·cached ✓
19/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
Research / educational context
threat-state: lowlive
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.build.py
try:
result = subprocess.run(cmd, shell=True, check=True, capture_output=True, text=True)
print("SUCCESS")
if result.stdout:+4warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.streamlink_tor_gui.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.streamlink_tor_gui.py+3
infoSuspicious file in repoExecutable file (StreamlinkTorGUI.exe) in repositorydist/StreamlinkTorGUI.exe+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.
4 files scanned @ dd8eb92 | 8/21/2026 | heuristic scan — always review manually
risk by category
code execution6
network & exfiltration0
file system access0
obfuscation6
supply chain4
owasp / injection0
telemetry
files 4/8rules hit 6engine v5commit dd8eb92
github
JimWas/Kick-Proxyless-View-Simulator
The Kick-Proxyless-View-Simulator is a Python + Docker powered tool that simulates real-time viewers on Kick.com streams. Designed for stability and simplicity, this project removes the complexity of proxies by leveraging headless automation and container orchestration.
8
0
362d
8 files
4 scanned(50%)
dd8eb92
architecture░▒▓
entry (0) flagged (2) pkg (18)
20 nodes · 19 edgesscroll to zoom · click node to jump to finding