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

unspok3n/ableton-patcher

Go·65 files·commit 43fe159·scanned 1h 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.cmd/ableton-patcher/interactions.go

					cmd := exec.Command("sudo", "xattr", "-rd", "com.apple.quarantine", bundlePath)
					if err = cmd.Run(); err != nil {
						LogFatalError("sign bundle: remove quarantine flag", err)
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/ableton-patcher/utils.go
	if runtime.GOOS == "windows" {
		cmd := exec.Command("cmd", "/c", "cls")
		cmd.Stdout = os.Stdout
		cmd.Run()
+8
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
infoAuthor has no other public repositoriesGitHub user "badeto" has no other public repositories, common for burner accounts used in scams.+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.

7 files scanned @ 43fe159 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution18
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
telemetry
files 7/65rules hit 4engine v6commit 43fe159

github

unspok3n/ableton-patcher

Customizable license key patcher & keygen for Ableton Live with an auto installation search

Go
136
16
582d
65 files
7 scanned(11%)
43fe159

architecture░▒▓

entry (0) flagged (2) pkg (16)
23 nodes · 26 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — unspok3n/ableton-patcher — ScanRepo