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

hexahigh/sysclean-tui

Go·83 files·commit 5149327·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?
Created 5 days ago
No stars or forks
Created in the last 7 days
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.internal/fsutil/trash_windows.go

	cmd := exec.Command("powershell", "-NoProfile", "-NonInteractive",
		"-ExecutionPolicy", "Bypass", "-File", script)
	out, err := cmd.CombinedOutput()
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.internal/cleaner/elevation_unix.go
	if os.Geteuid() == 0 {
		return exec.CommandContext(ctx, scriptPath), "already running as root"
	}
	return exec.CommandContext(ctx, "sudo", "--", scriptPath), "waiting for sudo"
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.internal/cleaner/elevation_windows.go
		" -Verb RunAs -WindowStyle Hidden -PassThru -Wait; exit $p.ExitCode"
	return exec.CommandContext(ctx, "powershell", "-NoProfile", "-NonInteractive", "-Command", inner),
		"waiting for the UAC prompt...
+8
warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.internal/cleaner/process_windows.go
	"strings"
	"unsafe"

	"golang.org/x/sys/windows"
+3
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
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.internal/catalog/browsers.go
	// configSub is the path under the config home that holds profiles, for
	// example "chromium" or "BraveSoftware/Brave-Browser".
	configSub string
	// homeSub is the path under the home directory tha...
+10
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.internal/catalog/windows_test.go
		"AppData/Local/Microsoft/Windows/INetCache",
		"AppData/Local/Google/Chrome/User Data/Default/Cache",
		"AppData/Roaming/Mozilla/Firefox/Profiles",
		"AppData/Roaming/Microsoft/Windows/Recent",
+10

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.

74 files scanned @ 5149327 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access20
obfuscation0
supply chain0
owasp / injection0
telemetry
files 74/83rules hit 7engine v6commit 5149327

github

hexahigh/sysclean-tui

Go
0
0
5d
83 files
74 scanned(89%)
5149327

architecture░▒▓

entry (1) flagged (8) pkg (36)
110 nodes · 178 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — hexahigh/sysclean-tui — ScanRepo