live · scanning repos
Scanrepo
github.com
github.com / flashmob

flashmob/go-guerrilla

Go·73 files·commit 858ac36·scanned 1h ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 2,964 stars — findings likely legitimate code patterns

verdict accurate?
threat-state: lowlive

FINDINGS ░▒▓

criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/guerrillad/serve_test.go
		mainlog.Infof("pid read is %s", data)
		ecmd := exec.Command("kill", "-HUP", string(data))
		_, err = ecmd.Output()
		if err != nil {
+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.

63 files scanned @ 858ac36 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain0
owasp / injection0
telemetry
files 63/73rules hit 2engine v6commit 858ac36

github

flashmob/go-guerrilla

Mini SMTP server written in golang

Go
2964
376
5064d
73 files
63 scanned(86%)
858ac36

architecture░▒▓

entry (0) flagged (1) pkg (53)
115 nodes · 206 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — flashmob/go-guerrilla — ScanRepo