DANGER
malware detected
github.com / rwnk-12
rwnk-12/ apmyx-gui
Python·87 files·commit 5896d6f·scanned 5d 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?
threat-state: dangerouslive
FINDINGS ░▒▓
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.backend/main.go
tagsString := strings.Join(tags, ":")
cmd := exec.Command("MP4Box", "-itags", tagsString, trackPath)
if err := cmd.Run(); err != nil {
fmt.Fprintf(os.Stderr, "Embed failed: %v\n", err)+8criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.backend/utils/runv3/runv3.go
cmd1 := exec.Command("mp4decrypt", "--key", key, tempFile.Name(), filepath.Base(savePath))
cmd1.Dir = filepath.Dir(savePath)
outlog, err := cmd1.CombinedOutput()
+8warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.backend/utils/runv3/cdm/consts.go+4
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/core/app.py+3
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/core/download_worker.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/ui/artist/artist_discography_page.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.
64 files scanned @ 5896d6f | 8/19/2026 | heuristic scan — always review manually
risk by category
code execution18
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 64/87rules hit 8engine v5commit 5896d6f
github
rwnk-12/apmyx-gui
A python-qt based apple music downloader. Telegram: https://t.me/apmyx
171
25
360d
87 files
64 scanned(74%)
5896d6f
architecture░▒▓
entry (1) flagged (14) pkg (89)
152 nodes · 356 edgesscroll to zoom · click node to jump to finding