live · scanning repos
Scanrepo
github.com
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
+8
warningGo 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
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
infoSuspicious file in repoExecutable file (gradlew.bat) in repositorygradlew.bat+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.

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

Kotlin
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