live · scanning repos
Scanrepo
github.com
github.com / Glitch-Cat-Club

Glitch-Cat-Club/graph-memory-starter

Python·44 files·commit 3254a8d·scanned 9d ago·cached ✓
20/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
Created 10 days ago
Created 10 days ago
threat-state: lowlive

FINDINGS ░▒▓

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
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/build_graph.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.rag/build_index.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.rag/build_index.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.rag/search.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.

14 files scanned @ 3254a8d | 8/26/2026 | heuristic scan — always review manually

risk by category
code execution2
network & exfiltration0
file system access0
obfuscation12
supply chain0
owasp / injection0
telemetry
files 14/44rules hit 5engine v5commit 3254a8d

github

Glitch-Cat-Club/graph-memory-starter

Knowledge graph memory for AI assistants: three SQLite tables, one recursive query, one prompt hook.

Python
166
12
19d
44 files
14 scanned(32%)
3254a8d

architecture░▒▓

entry (0) flagged (3) pkg (10)
15 nodes · 18 edgesscroll to zoom · click node to jump to finding
LOW (20/100) — Glitch-Cat-Club/graph-memory-starter — ScanRepo