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

hexahigh/blutils

Go·24 files·commit 0d9d7c1·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?
No stars or forks
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/report/report.go
		root.Logger.Println(3, "Executing lsblk -J...")
		command := exec.Command("lsblk", "-J")
		out, err := executeCmd(command)
		if err != nil {
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/update/update.go
		buildPath := filepath.Join(*updateParams.TempDir)
		command := exec.Command("go", "build", "-ldflags", "-s -w", "-o", "blutils", ".")
		command.Dir = buildPath
		output, err := command.CombinedOutpu...
+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

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.

11 files scanned @ 0d9d7c1 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution18
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 11/24rules hit 3engine v6commit 0d9d7c1

github

hexahigh/blutils

Go
0
0
855d
24 files
11 scanned(46%)
0d9d7c1

architecture░▒▓

entry (1) flagged (2) pkg (32)
43 nodes · 55 edgesscroll to zoom · click node to jump to finding