DANGER
malware detected
github.com / chenxiaolong
chenxiaolong/ BasicSync
Kotlin·151 files·commit 527393f·scanned 3d 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?
7% 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.stbridge/gowrapper/go.go
cmd := exec.Command(goExecutable, args...)
cmd.Stderr = os.Stderr
+8warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.stbridge/pidfdhack/pidfdhack_android.go
_ "os" _ "unsafe" )+3
warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.stbridge/stbridge.go
"time" _ "unsafe" _ "golang.org/x/mobile/event/key"+3
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.
10 files scanned @ 527393f | 8/21/2026 | heuristic scan — always review manually
risk by category
code execution16
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
telemetry
files 10/151rules hit 5engine v5commit 527393f
github
chenxiaolong/BasicSync
A simple app for running Syncthing on Android
596
18
268d
151 files
10 scanned(7%)
527393f
architecture░▒▓
entry (0) flagged (3) pkg (28)
36 nodes · 39 edgesscroll to zoom · click node to jump to finding