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

phierceweb/logicxkit

Python·2117 files·commit 75b58fb·scanned 2h ago·cached ✓
43/100
SUSPICIOUS
Obfuscation or dynamic code paths detected. Intent unclear — review before running anything.
verdict accurate?
Created 15 days ago
Created 15 days ago
17% file coverage
CLI tool detected
threat-state: suspiciouslive

FINDINGS ░▒▓

criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.tests/_bytecode.py
        cached = marshal.loads(pyc.read_bytes()[HEADER:])
        fresh = compile(source.read_text(), str(source), "exec", dont_inherit=True)
    except (ValueError, EOFError, SyntaxError, OSError):
 ...
+7
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.src/logicxkit/data/logic/arrangement-track-12.3.1.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/logicxkit/data/logic/audio-region-12.3.1.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.src/logicxkit/data/logic/inst-track-12.3.1.json+4
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/logicxkit/logic/_apply_template.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/logicxkit/logic/_apply_tracks.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.src/logicxkit/logic/_automation_cmd.py+3
infoAuthor has no other public repositoriesGitHub user "hyperrelativity" has no other public repositories, common for burner accounts used in scams.+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.

369 files scanned @ 75b58fb | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution9
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 369/2117rules hit 9engine v6commit 75b58fb

github

phierceweb/logicxkit

Read, diff and edit Logic Pro projects and channel strips (.logicx, .cst) from the command line — including the Audio Unit plugin state Logic only shows you as a preset name

Python
1
1
15d
2117 files
369 scanned(17%)
75b58fb

architecture░▒▓

entry (0) flagged (25) pkg (208)
559 nodes · 2295 edgesscroll to zoom · click node to jump to finding
SUSPICIOUS (43/100) — phierceweb/logicxkit — ScanRepo