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

linonetwo/cpa-session-archive

Go·43 files·commit 320c992·scanned 5d ago·cached ✓
26/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
Created 19 days ago
No stars or forks
Created 19 days ago
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.cmd/cpa-session-archive/main.go
	"cpa-session-archive/internal/archive"
	"unsafe"
)
+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.internal/archive/store.go+4
warningHigh-entropy string literalsFound 21 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/migrate_attribution.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.scripts/migrate_attribution.py+3
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/test_migrate_attribution.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.scripts/test_migrate_attribution.py+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.

32 files scanned @ 320c992 | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution5
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 32/43rules hit 7engine v5commit 320c992

github

linonetwo/cpa-session-archive

Content-addressed, deduplicating session archive plugin for CLIProxyAPI

Go
0
0
24d
43 files
32 scanned(74%)
320c992

architecture░▒▓

entry (0) flagged (4) pkg (35)
66 nodes · 99 edgesscroll to zoom · click node to jump to finding