github.com / kreasisanjaya
kreasisanjaya/ maccare
Python·12 files·commit a6ae9e2·scanned 4d ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
No stars or forks
No community activity
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.core/sysinfo.py
try:
result = subprocess.run(
["df", "-Hl"],
capture_output=True, text=True, timeout=5+4warningHigh-entropy string literalsFound 66 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.app.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.app.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.
8 files scanned @ a6ae9e2 | 8/20/2026 | heuristic scan — always review manually
risk by category
code execution6
network & exfiltration0
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 8/12rules hit 4engine v5commit a6ae9e2
github
kreasisanjaya/maccare
0
0
38d
12 files
8 scanned(67%)
a6ae9e2
architecture░▒▓
entry (1) flagged (2) pkg (21)
29 nodes · 34 edgesscroll to zoom · click node to jump to finding