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

throneproj/Throne

C++·1088 files·commit 825b980·scanned 59m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 7,252 stars — findings likely legitimate code patterns

verdict accurate?
11% file coverage
threat-state: lowlive

FINDINGS ░▒▓

warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.core/internal/parentcheck/parentcheck_darwin.go
	"path/filepath"
	"unsafe"
)
+3
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.core/internal/process/process.go
func newCmd(path string, args []string, noOut bool) *exec.Cmd {
	cmd := exec.Command(path, args...)
	cmd.Stdout = &pipeLogger{prefix: extraCorePrefix, noOut: noOut}
	cmd.Stderr = &pipeLogger{prefix: e...
+8
warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.core/internal/process/process_windows.go
	"syscall"
	"unsafe"

	"golang.org/x/sys/windows"
+3
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.core/internal/winipcfg/netsh.go
	}
	cmd := exec.Command(filepath.Join(system32, "netsh.exe"))
	cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
+8
warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.core/internal/winipcfg/types.go
	"strconv"
	"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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.res/schema/sing-box.json+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.

117 files scanned @ 825b980 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation4
supply chain0
owasp / injection0
telemetry
files 117/1088rules hit 7engine v6commit 825b980

github

throneproj/Throne

Cross-platform GUI proxy utility (Empowered by sing-box)

C++
7252
412
960d
1088 files
117 scanned(11%)
825b980

architecture░▒▓

entry (0) flagged (9) pkg (128)
230 nodes · 433 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — throneproj/Throne — ScanRepo