live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / lowlevelklinti

lowlevelklinti/FunnyExecutor

Luau·21 files·commit 18e9708·scanned 2h 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?
Created 28 days ago
Created 28 days ago
Research / educational context
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.src/FAPI/compiler.py
    @staticmethod
    def compile(source: str | bytes, chunkname: str = ''):
        if chunkname:
            with tempfile.TemporaryDirectory(prefix='FunnyExecutor-Chunk-') as tmpdir:
+7
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/design.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.src/extras.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/extras.py+3
infoSuspicious file in repoExecutable file (compile.exe) in repositorysrc/FAPI/luau/compile.exe+2

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.

10 files scanned @ 18e9708 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution9
network & exfiltration0
file system access0
obfuscation9
supply chain2
owasp / injection0
telemetry
files 10/21rules hit 6engine v6commit 18e9708

github

lowlevelklinti/FunnyExecutor

A Lightweight and simple roblox executor

Luau
26
11
28d
21 files
10 scanned(48%)
18e9708

architecture░▒▓

entry (1) flagged (3) pkg (33)
43 nodes · 56 edgesscroll to zoom · click node to jump to finding