DANGER
malware detected
github.com / fleasion
fleasion/ Fleasion
Python·260 files·commit 18bc850·scanned 23d ago·cached ✓
100/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
Research / educational context
threat-state: maliciouslive
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.src/fleasion/app.py
try:
result = subprocess.run(
['osascript', '-e', script],
capture_output=True,+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.src/fleasion/gui/linux_hotkeys.py
"""Start the one-time, Polkit-authorized input-read permission installer."""
subprocess.Popen(['pkexec', 'sh', '-c', _PERMISSION_INSTALLER], close_fds=True)
+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.src/fleasion/proxy/windows_proxy.py
creationflags = getattr(subprocess, 'CREATE_NO_WINDOW', 0)
result = subprocess.run(
['netsh', 'winhttp', 'show', 'proxy'],
capture_output=True,+4criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/test_app_single_instance.py
def exec(self):
events.append(('ack-state', config.env_proxy_migration_v1_complete))
+7criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.src/fleasion/utils/linux_proxy_helper.py
home / '.config' / 'chromium',
home / '.config' / 'BraveSoftware' / 'Brave-Browser',
home / '.config' / 'microsoft-edge',
home / '.config' / 'vivaldi',+10criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.src/fleasion/utils/roblox_auth.py
'Brave': (
Path('Library') / 'Application Support' / 'BraveSoftware' / 'Brave-Browser',
Path('Library') / 'Application Support' / 'BraveSoftware' / 'Brave-Browser-Beta',
Pa...+10warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/fleasion/translations/de.py+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/fleasion/translations/en.py+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/fleasion/translations/es.py+4
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/fleasion/app.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/fleasion/cache/mesh_processing.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/fleasion/cache/tools/image_to_ktx2/converter.py+3
warningLarge base64-encoded blobA 156-character base64 blob was found. May hide a remote payload or encoded executable code.tests/test_texture_stripper.py
W3siZm9ybWF0Ijoia3R4MiIsIm1ham9yVmVyc2lvbiI6IjdyZG8iLCJmaWRl...+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.
212 files scanned @ 18bc850 | 8/28/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access20
obfuscation15
supply chain0
owasp / injection0
telemetry
files 212/260rules hit 14engine v5commit 18bc850
github
fleasion/Fleasion
Application for intercepting and replacing Roblox game assets in real time.
145
34
793d
260 files
212 scanned(82%)
18bc850
architecture░▒▓
entry (0) flagged (53) pkg (193)
405 nodes · 1230 edgesscroll to zoom · click node to jump to finding