github.com / purplemashu
purplemashu/ me-cli-sunset
Python·53 files·commit 0e8a06f·scanned 10d ago·cached ✓
24/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
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.app/menus/util.py
print("Clearing screen...")
os.system('cls' if os.name == 'nt' else 'clear')
ascii_art = r"""
_____ _____ +4warningHigh-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
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/purchase.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.
45 files scanned @ 0e8a06f | 8/27/2026 | heuristic scan — always review manually
risk by category
code execution6
network & exfiltration0
file system access0
obfuscation12
supply chain0
owasp / injection0
telemetry
files 45/53rules hit 5engine v5commit 0e8a06f
github
purplemashu/me-cli-sunset
52
157
292d
53 files
45 scanned(85%)
0e8a06f
architecture░▒▓
entry (1) flagged (5) pkg (55)
91 nodes · 188 edgesscroll to zoom · click node to jump to finding