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

Panniantong/Agent-Reach

Python·120 files·commit da5044d·scanned 7d ago·cached ✓
15/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 1580,346+ stars — findings likely false positives

verdict accurate?
80,346 stars
threat-state: lowlive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.tests/test_cookie_extract_perms.py
    )
    result = subprocess.run(
        ["sh", "-c", probe],
        capture_output=True,
+4
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.tests/test_integration_script.py
def test_integration_script_has_valid_shell_syntax(bash_executable):
    subprocess.run([bash_executable, "-n", SCRIPT.name], check=True, cwd=ROOT)

+4
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.tests/test_paths.py
        pytest.skip("POSIX sh is unavailable on this platform")
    subprocess.run([shell, "-c", command], check=True)
    subprocess.run([shell, "-c", command], check=True)
+4
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
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.agent_reach/backends/opencli.py
_CHROME_PROFILE_ROOTS = (
    "~/Library/Application Support/Google/Chrome",  # macOS Chrome
    "~/Library/Application Support/Chromium",       # macOS Chromium
    "~/Library/Application Support/Mic...
+10
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.agent_reach/cookie_extract.py
    "chrome": {
        "darwin": "~/Library/Application Support/Google/Chrome",
        "linux": "~/.config/google-chrome",
        "win32": ("Google", "Chrome", "User Data"),
+10
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.agent_reach/utils/paths.py+3
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.agent_reach/backends/opencli.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.agent_reach/channels/_opencli_site.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.

73 files scanned @ da5044d | 9/13/2026 | heuristic scan — always review manually

risk by category
code execution18
network & exfiltration0
file system access20
obfuscation15
supply chain0
owasp / injection0
telemetry
files 73/120rules hit 9engine v5commit da5044d

github

Panniantong/Agent-Reach

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

Python
80346
6984
209d
120 files
73 scanned(61%)
da5044d

architecture░▒▓

entry (0) flagged (26) pkg (76)
145 nodes · 392 edgesscroll to zoom · click node to jump to finding