DANGER
malware detected
github.com / Sandlock
Sandlock/ k8s-agent-platform
Go·129 files·commit 71ee888·scanned 5d 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?
38% file coverage
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/sandlock/cmd/github.go
// Fall back to the local gh CLI if the user has it authenticated.
out, err := exec.Command("gh", "auth", "token").Output()
if err == nil {
if t := strings.TrimSpace(string(out)); t != "" {+8criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/supervisor/main.go
}
cmd := exec.Command("gh", args...)
cmd.Env = append(os.Environ(), "GITHUB_TOKEN="+req.GitHubToken)
return cmd+8warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.web/src/pages/MCPServers.tsx+3
infoSuspicious file in repoVery large source file (670KB) — could contain obfuscated payloaddocs/package-lock.json+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.
49 files scanned @ 71ee888 | 8/19/2026 | heuristic scan — always review manually
risk by category
code execution18
network & exfiltration0
file system access0
obfuscation3
supply chain2
owasp / injection0
telemetry
files 49/129rules hit 5engine v5commit 71ee888
github
Sandlock/k8s-agent-platform
Platform for claude code for developers in Kubernetes
1
0
76d
129 files
49 scanned(38%)
71ee888
architecture░▒▓
entry (1) flagged (3) pkg (72)
117 nodes · 180 edgesscroll to zoom · click node to jump to finding