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

delthas/autopunch

Go·24 files·commit db0b962·scanned 2h 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.autopunch-loader/loader.go

			cmd := exec.Command(addressPath, "kernel32.dll", "LoadLibraryW")
			err = cmd.Start()
			if err != nil {
+8
warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.autopunch-loader/loader.go
	"unicode/utf16"
	"unsafe"

	"github.com/akutz/sortfold"
+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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.autopunch-packer/packer.go+4

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.

4 files scanned @ db0b962 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution13
network & exfiltration0
file system access0
obfuscation4
supply chain0
owasp / injection0
telemetry
files 4/24rules hit 4engine v6commit db0b962

github

delthas/autopunch

Play P2P games without forwarding ports! Scroll down for instructions.

Go
86
8
2676d
24 files
4 scanned(17%)
db0b962

architecture░▒▓

entry (0) flagged (2) pkg (22)
26 nodes · 26 edgesscroll to zoom · click node to jump to finding