DANGER
malware detected
github.com / makerplane
makerplane/ pyEfis
Python·295 files·commit 2e1cbf5·scanned 1h 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?
29% file coverage
threat-state: dangerouslive
FINDINGS ░▒▓
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.src/pyefis/hmi/menu.py
self.button_blind_performance.append(False)
button_function = eval("self.button_clicked" + str(b+1))
self.buttons[-1].clicked.connect(button_function)
s...+8criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.src/pyefis/hmi/menu.py
self.button_blind_performance.append(False)
button_function = eval("self.button_clicked" + str(b+1))
self.buttons[-1].clicked.connect(button_function)
s...+7warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/pyefis/instruments/button/__init__.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.
86 files scanned @ 2e1cbf5 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution17
network & exfiltration0
file system access0
obfuscation3
supply chain0
owasp / injection0
telemetry
files 86/295rules hit 4engine v6commit 2e1cbf5
github
makerplane/pyEfis
Electronic Flight Information System in Python
79
44
4838d
295 files
86 scanned(29%)
2e1cbf5
architecture░▒▓
entry (0) flagged (2) pkg (61)
145 nodes · 423 edgesscroll to zoom · click node to jump to finding