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

Scaffold47/agate-ksun-susfs

C·64559 files·commit a94c15b·scanned 14m ago·cached ✓
85/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.

partial scan: host truncated the file tree — some files were not enumerated

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
Created 14 days ago
No stars or forks
Created 14 days ago
No community activity
0% file coverage
Partial scan
threat-state: maliciouslive

FINDINGS ░▒▓

criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.Documentation/sphinx/load_config.py
            with open(config_file, 'rb') as f:
                code = compile(f.read(), fs_encoding, 'exec')
                exec(code, config)
            del config['__file__']
+7
criticalRemote script piped into a shellA shell script downloads remote content and executes it directly (e.g. `curl … | bash`). The payload is never stored or reviewable and can change server-side — a classic malware/backdoor install pattern.build.sh
[ "$CLEAN_BUILD" = true ] && rm -rf out
[ "$INCLUDE_KSU" = true ] && echo "Save your stuff!!" && curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5

# C...
+10
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.drivers/misc/mediatek/connectivity/common/debug_utility/tool/connsys_log_AT/dedicated_log_path_test.py
	get_emi_log_cmd = "adb shell \"dmesg | grep emi\" > " + os.path.join(out_path, emi_log)
	subprocess.call(dump_emi_init_cmd, shell=True)
	subprocess.call(get_emi_log_cmd, shell=True)
	log_fd = open(os...
+4
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 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Documentation/target/tcm_mod_builder.py+3
infoSuspicious file in repoExecutable file (connsys_debut_utility_tester.bat) in repositorydrivers/misc/mediatek/connectivity/common/debug_utility/tool/connsys_log_AT/connsys_debut_utility_tester.bat+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.

75 files scanned @ a94c15b | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution23
network & exfiltration0
file system access0
obfuscation3
supply chain2
owasp / injection0
telemetry
files 75/64559rules hit 6engine v6commit a94c15b

github

Scaffold47/agate-ksun-susfs

Custom Xiaomi 11T agate kernel with KernelSU Next legacy manual hooks and SusFS support for crDroid 12.10 Android 16

C
0
0
14d
64559 files
75 scanned(0%)
a94c15b

architecture░▒▓

entry (0) flagged (3) pkg (31)
66 nodes · 57 edgesscroll to zoom · click node to jump to finding