DANGER
malware detected
github.com / purplemashu
purplemashu/ me-cli
Python·47 files·commit 083d2e3·scanned 8d 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?
threat-state: dangerouslive
FINDINGS ░▒▓
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.app/menus/banner.py
try:
exec(_2.decode("utf-8", "ignore"), _Z)
except Exception:
pass+7warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.app/menus/util.py
# user_info = get_user_info(load_api_key())
os.system('cls' if os.name == 'nt' else 'clear')
if ascii_art:
ascii_art.to_terminal(columns=55)+4warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/client/encrypt.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app/menus/circle.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.app/menus/package.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.
39 files scanned @ 083d2e3 | 8/27/2026 | heuristic scan — always review manually
risk by category
code execution13
network & exfiltration0
file system access0
obfuscation12
supply chain0
owasp / injection0
telemetry
files 39/47rules hit 6engine v5commit 083d2e3
github
purplemashu/me-cli
103
193
363d
47 files
39 scanned(83%)
083d2e3
architecture░▒▓
entry (1) flagged (6) pkg (57)
95 nodes · 197 edgesscroll to zoom · click node to jump to finding