github.com / WorldObservationLog
WorldObservationLog/ AppleMusicDecrypt
Python·78 files·commit d1a9a10·scanned 5d ago·cached ✓
34/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
threat-state: suspiciouslive
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/legacy/mp4.py
f.write(song)
subprocess.run(
f"mp4decrypt --key {kid}:{key} {song_name.absolute()} {new_song_name.absolute()}",
stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, shell...+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/mp4.py
media_name = (Path(tmp_dir.name) / Path(mp4_name).with_suffix('.media')).absolute()
subprocess.run(f"gpac -i {raw_mp4.absolute()} nhmlw:pckp=true -o {nhml_name}",
stdout=sub...+4warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/grpc/manager_pb2.py+4
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.extras/telegram_bot/src/db.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.extras/telegram_bot/src/db.py+3
warningHigh-entropy string literalsFound 9 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.extras/telegram_bot/src/handlers/download.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/grpc/manager_pb2_grpc.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.
51 files scanned @ d1a9a10 | 8/19/2026 | heuristic scan — always review manually
risk by category
code execution10
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 51/78rules hit 8engine v5commit d1a9a10
github
WorldObservationLog/AppleMusicDecrypt
Apple Music decryption tool, inspired by zhaarey/apple-music-alac-atmos-downloader
627
100
842d
78 files
51 scanned(65%)
d1a9a10
architecture░▒▓
entry (1) flagged (7) pkg (100)
148 nodes · 337 edgesscroll to zoom · click node to jump to finding