github.com / MustardChef
MustardChef/ WSABuilds
Python·1646 files·commit a1aeab3·scanned 15d ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
score capped at 15 — 18,324+ stars — findings likely false positives
verdict accurate?
18,324 stars
3% file coverage
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.MagiskOnWSA/DLL/scripts/WSAUpdateChecker.py
# Write appversion content
subprocess.Popen(git, shell=True, stdout=None, stderr=None, executable='/bin/bash').wait()
file.seek(0)
file.truncate()+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.MagiskOnWSA/scripts/WSAUpdateChecker.py
# Write appversion content
subprocess.Popen(git, shell=True, stdout=None, stderr=None, executable='/bin/bash').wait()
file.seek(0)
file.truncate()+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.WSABuilds Utilities/Uninstall Script/WSAUninstaller.py
# Run the command
result = subprocess.run(cmd, shell=True)
# Check the return code+4warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).MagiskOnWSA/installer/Run.bat
) else (
start powershell.exe -ExecutionPolicy Bypass -File .\Install.ps1
exit
)+5warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).MagiskOnWSAOld/installer/Run.bat
) start powershell.exe -ExecutionPolicy Bypass -File .\Install.ps1 exit+5
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.MagiskOnWSA/DLL/scripts/generateKernelSULink.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.MagiskOnWSA/DLL/scripts/generateWSALinks.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.MagiskOnWSA/scripts/generateKernelSULink.py+3
infoSuspicious file in repoExecutable file (windows10patch.ps1) in repositoryMagiskOnWSA/Update Check/windows10patch.ps1+2
infoSuspicious file in repoExecutable file (makepri.exe) in repositoryMagiskOnWSA/arm64/makepri.exe+2
infoSuspicious file in repoExecutable file (makepri.exe) in repositoryMagiskOnWSA/bin/arm64/makepri.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.
53 files scanned @ a1aeab3 | 9/5/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain15
owasp / injection0
telemetry
files 53/1646rules hit 13engine v5commit a1aeab3
github
MustardChef/WSABuilds
Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.
18324
2447
1360d
1646 files
53 scanned(3%)
a1aeab3
architecture░▒▓
entry (0) flagged (20) pkg (20)
61 nodes · 180 edgesscroll to zoom · click node to jump to finding