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

ShawnPana/phone-harness

Python·21 files·commit 47f37a6·scanned 2d ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 251,975 stars — findings likely legitimate code patterns

verdict accurate?
Created 14 days ago
Created 14 days ago
threat-state: lowlive

FINDINGS ░▒▓

criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.src/phone_harness/run.py
    g["__name__"] = "__main__"
    exec(code, g)

+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
warningHigh-entropy string literalsFound 8 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/phone_harness/android.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.

11 files scanned @ 47f37a6 | 8/22/2026 | heuristic scan — always review manually

risk by category
code execution9
network & exfiltration0
file system access0
obfuscation3
supply chain0
owasp / injection0
telemetry
files 11/21rules hit 3engine v5commit 47f37a6

github

ShawnPana/phone-harness

let your agent control your phone

Python
1975
182
17d
21 files
11 scanned(52%)
47f37a6

architecture░▒▓

entry (0) flagged (2) pkg (22)
33 nodes · 47 edgesscroll to zoom · click node to jump to finding
LOW (25/100) — ShawnPana/phone-harness — ScanRepo