Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
This report presents the forensic synthetic code analysis of Panniantong/Agent-Reach, a Python project with 76,340 GitHub stars. SynthScan v2.0 examined 21,585 lines of code across 106 source files, recording 599 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 27.6 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 599 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_xiaoyuzhou_install.py | 22 | def test_install_xiaoyuzhou_deps_does_not_raise_when_no_groq_key( | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 40 | def test_install_xiaoyuzhou_deps_replaces_stale_managed_script( | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 67 | def test_transcribe_script_is_cross_platform_shell_syntax(bash_executable): | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 75 | def test_transcribe_script_handles_git_bash_python_and_size_math(): | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 133 | def test_transcribe_script_rejects_non_xiaoyuzhou_urls_before_curl( | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 168 | def test_transcribe_script_accepts_http_xiaoyuzhou_hosts( | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 195 | def test_transcribe_script_uses_secure_temp_and_bounded_curl_calls(): | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 224 | def test_transcribe_script_fails_clearly_for_invalid_duration( | CODE |
| LOW | tests/test_xiaoyuzhou_install.py | 273 | def test_transcribe_script_rejects_overlong_audio_before_ffmpeg_or_groq( | CODE |
| LOW | tests/conftest.py | 92 | def isolated_xueqiu_cookie_jar(monkeypatch): | CODE |
| LOW | tests/test_web_channel.py | 29 | def test_can_handle_accepts_any_url(): | CODE |
| LOW | tests/test_web_channel.py | 44 | def test_check_is_ok_and_touches_no_network(): | CODE |
| LOW⚡ | tests/test_web_channel.py | 57 | def test_read_prepends_https_for_schemeless_url(): | CODE |
| LOW⚡ | tests/test_web_channel.py | 66 | def test_read_preserves_existing_http_scheme(): | CODE |
| LOW⚡ | tests/test_web_channel.py | 75 | def test_read_preserves_existing_https_scheme(): | CODE |
| LOW⚡ | tests/test_web_channel.py | 83 | def test_read_sends_expected_headers_and_timeout(): | CODE |
| LOW | tests/test_web_channel.py | 125 | def test_read_rejects_non_public_urls_before_network(url): | CODE |
| LOW | tests/test_web_channel.py | 136 | def test_read_allows_public_literal_addresses(url): | CODE |
| LOW | tests/test_web_channel.py | 143 | def test_read_accepts_response_at_exact_size_limit(): | CODE |
| LOW | tests/test_web_channel.py | 156 | def test_read_rejects_oversized_reader_response(): | CODE |
| LOW | tests/test_web_channel.py | 185 | def test_read_rejects_high_confidence_antibot_pages(body): | CODE |
| LOW | tests/test_web_channel.py | 208 | def test_read_does_not_reject_single_generic_antibot_terms(body): | CODE |
| LOW | tests/test_web_channel.py | 215 | def test_antibot_detection_has_a_fixed_scan_window(): | CODE |
| LOW | tests/test_integration_script.py | 8 | def test_integration_script_has_valid_shell_syntax(bash_executable): | CODE |
| LOW | tests/test_integration_script.py | 12 | def test_integration_script_exercises_the_current_cli_contract(): | CODE |
| LOW | tests/test_scrub_credentials.py | 16 | def test_scrubs_userinfo_and_sensitive_query_values(): | CODE |
| LOW | tests/test_scrub_credentials.py | 34 | def test_scrubs_multiple_schemes_and_fragment_tokens(): | CODE |
| LOW | tests/test_scrub_credentials.py | 48 | def test_scrubs_bare_user_password_host_diagnostics(): | CODE |
| LOW | tests/test_scrub_credentials.py | 53 | def test_leaves_non_secret_urls_and_plain_text_unchanged(): | CODE |
| LOW | tests/test_scrub_credentials.py | 65 | def test_channel_health_messages_scrub_url_secrets(module, channel, monkeypatch): | CODE |
| LOW | tests/test_scrub_credentials.py | 81 | def test_browser_backend_errors_scrub_url_secrets(monkeypatch): | CODE |
| LOW | tests/test_probe.py | 26 | def test_broken_shebang_detected_as_broken(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_probe.py | 40 | def test_healthy_command_returns_ok_with_output(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_probe.py | 52 | def test_probe_child_env_can_add_and_remove_without_mutating_parent(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_probe.py | 77 | def test_nonzero_exit_classified_as_error(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_probe.py | 99 | def test_retries_help_transient_failures(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_probe.py | 112 | def test_reinstall_hint_mentions_both_installers(): | CODE |
| LOW | tests/test_mcp_server.py | 47 | def test_mcp_status_uses_read_only_config(monkeypatch): | CODE |
| LOW | tests/test_mcp_server.py | 74 | def test_mcp_status_exception_credentials_are_scrubbed(monkeypatch): | CODE |
| LOW | tests/test_reddit_channel.py | 11 | def test_can_handle_matches_reddit_hosts(): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 23 | def test_can_handle_rejects_non_reddit(): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 29 | def test_check_rdt_returns_none_when_not_installed(): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 34 | def test_check_rdt_missing_credential_is_warn(): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 42 | def test_check_rdt_saved_credential_is_unverified_not_false_ok( | CODE |
| LOW | tests/test_reddit_channel.py | 66 | def test_check_rdt_stale_credential_is_not_refreshed(isolated_home): | CODE |
| LOW | tests/test_reddit_channel.py | 90 | def test_check_rdt_unparseable_credential_is_warn(isolated_home): | CODE |
| LOW | tests/test_reddit_channel.py | 101 | def test_check_rdt_refuses_symlink_credential(isolated_home): | CODE |
| LOW | tests/test_reddit_channel.py | 114 | def test_check_rdt_refuses_ancestor_symlink(isolated_home): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 138 | def test_check_opencli_not_installed_is_none(): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 146 | def test_check_opencli_broken_is_error(): | CODE |
| LOW⚡ | tests/test_reddit_channel.py | 156 | def test_check_opencli_bridge_ready_is_unverified(): | CODE |
| LOW | tests/test_reddit_channel.py | 167 | def test_check_opencli_installed_not_ready_is_warn(): | CODE |
| LOW | tests/test_reddit_channel.py | 177 | def test_check_prefers_ok_over_warn_regardless_of_probe_order(): | CODE |
| LOW | tests/test_reddit_channel.py | 191 | def test_check_warn_has_no_active_backend(): | CODE |
| LOW | tests/test_reddit_channel.py | 205 | def test_check_all_errors_returns_error_and_no_active_backend(): | CODE |
| LOW | tests/test_reddit_channel.py | 217 | def test_check_no_backend_installed_is_off(): | CODE |
| LOW | tests/test_xhs_format.py | 58 | def test_single_note_keeps_useful_fields(self): | CODE |
| LOW | tests/test_xhs_format.py | 73 | def test_single_note_drops_useless_fields(self): | CODE |
| LOW | tests/test_xhs_format.py | 84 | def test_search_results_wrapper(self): | CODE |
| LOW | tests/test_xhs_format.py | 127 | def test_non_dict_passthrough(self): | CODE |
| 387 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | agent_reach/cli.py | 644 | print("Error: no input on stdin", file=sys.stderr) | CODE |
| MEDIUM | agent_reach/cli.py | 649 | print(f"Error: invalid JSON: {e}", file=sys.stderr) | CODE |
| LOW⚡ | agent_reach/cli.py | 2053 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 46 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 515 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 537 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 618 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 1272 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 1321 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 1330 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 1737 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 1750 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 1788 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 1792 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 1819 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 1859 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 1903 | except Exception as e: | CODE |
| LOW | agent_reach/cli.py | 2154 | except Exception: | CODE |
| LOW | agent_reach/cli.py | 2183 | except Exception: | CODE |
| LOW | agent_reach/doctor.py | 27 | except Exception as e: # noqa: BLE001 — doctor must survive any channel | CODE |
| LOW | agent_reach/cookie_extract.py | 280 | except Exception as e: | CODE |
| LOW | agent_reach/cookie_extract.py | 311 | except Exception as e: | CODE |
| LOW | agent_reach/cookie_extract.py | 374 | except Exception: | CODE |
| LOW | agent_reach/cookie_extract.py | 405 | except Exception: | CODE |
| LOW | agent_reach/cookie_extract.py | 440 | except Exception as e: | CODE |
| LOW | agent_reach/backends/opencli.py | 65 | except Exception: | CODE |
| LOW | agent_reach/integrations/mcp_server.py | 61 | except Exception as e: | CODE |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 339 | except Exception as e: | CODE |
| MEDIUM | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 333 | def polish(text, depth=0): | CODE |
| LOW | agent_reach/channels/rss.py | 22 | except Exception as e: | CODE |
| MEDIUM | agent_reach/channels/rss.py | 16 | def check(self, config=None): | CODE |
| LOW | agent_reach/channels/xiaoyuzhou.py | 55 | except Exception: | CODE |
| LOW | agent_reach/channels/xueqiu.py | 70 | except Exception: | CODE |
| LOW | agent_reach/channels/xueqiu.py | 146 | except Exception as e: | CODE |
| LOW | agent_reach/channels/bilibili.py | 31 | except Exception: | CODE |
| LOW | agent_reach/channels/xiaohongshu.py | 47 | except Exception: | CODE |
| LOW | agent_reach/channels/github.py | 91 | except Exception as exc: | CODE |
| LOW | agent_reach/channels/v2ex.py | 132 | except Exception as exc: | CODE |
| LOW | agent_reach/channels/v2ex.py | 166 | except Exception as e: | CODE |
| LOW | agent_reach/channels/v2ex.py | 267 | except Exception: | CODE |
| MEDIUM | agent_reach/channels/v2ex.py | 159 | def check(self, config=None): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/install.md | 49 | ### Step 1: Install the basics | COMMENT |
| LOW | docs/install.md | 97 | ### Step 2: Ask the user which optional channels they want | COMMENT |
| LOW | docs/install.md | 128 | ### Step 3: Fix what's broken | COMMENT |
| LOW | docs/install.md | 136 | ### Step 3: Configure things that need user input | COMMENT |
| LOW | docs/install.md | 317 | ### Step 4: Final check | COMMENT |
| LOW | docs/install.md | 321 | ### Step 5: Set up daily monitoring (OpenClaw only) | COMMENT |
| LOW | docs/update.md | 29 | ### Step 1: Check current version | COMMENT |
| LOW | docs/update.md | 37 | ### Step 2: Update Agent Reach package | COMMENT |
| LOW | docs/update.md | 48 | ### Step 3: Refresh upstream tools | COMMENT |
| LOW | docs/update.md | 81 | ### Step 4: Coexistence (DO NOT uninstall old tools) | COMMENT |
| LOW | docs/update.md | 88 | ### Step 5: Verify | COMMENT |
| LOW | docs/update.md | 109 | ### Step 6: Report to user | COMMENT |
| LOW⚡ | agent_reach/cli.py | 2058 | # Step 2: GitHub token | COMMENT |
| LOW⚡ | agent_reach/cli.py | 2074 | # Step 3: Reddit — rdt-cli | COMMENT |
| LOW⚡ | agent_reach/cli.py | 2080 | # Step 4: Groq (Whisper) | COMMENT |
| LOW | agent_reach/cli.py | 2002 | # Step 1: Exa (via mcporter, no API key required) | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 110 | # Step 1: 提取音频 URL 和标题 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 128 | # Step 2: 下载音频 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 140 | # Step 3: 获取时长 | COMMENT |
| LOW⚡ | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 177 | # Step 4: 转为低码率单声道 MP3 | COMMENT |
| LOW⚡ | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 184 | # Step 5: 按大小切片 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 206 | # Step 6: 调用 Groq Whisper API 转录 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 356 | # Step 7: 合并输出 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_skill_command.py | 95 | )[1].split("### Step 4:", maxsplit=1)[0] | CODE |
| LOW⚡ | agent_reach/cli.py | 2058 | # Step 2: GitHub token | COMMENT |
| LOW⚡ | agent_reach/cli.py | 2074 | # Step 3: Reddit — rdt-cli | COMMENT |
| LOW⚡ | agent_reach/cli.py | 2080 | # Step 4: Groq (Whisper) | COMMENT |
| LOW | agent_reach/cli.py | 2002 | # Step 1: Exa (via mcporter, no API key required) | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 110 | # Step 1: 提取音频 URL 和标题 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 128 | # Step 2: 下载音频 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 140 | # Step 3: 获取时长 | COMMENT |
| LOW⚡ | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 177 | # Step 4: 转为低码率单声道 MP3 | COMMENT |
| LOW⚡ | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 184 | # Step 5: 按大小切片 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 206 | # Step 6: 调用 Groq Whisper API 转录 | COMMENT |
| LOW | agent_reach/scripts/transcribe_xiaoyuzhou.sh | 356 | # Step 7: 合并输出 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_skill_command.py | 126 | CODE | |
| LOW | tests/test_doctor.py | 186 | CODE | |
| LOW | tests/test_doctor.py | 221 | CODE | |
| LOW | tests/test_doctor.py | 260 | CODE | |
| LOW | agent_reach/config.py | 46 | CODE | |
| LOW | agent_reach/cli.py | 59 | CODE | |
| LOW | agent_reach/cli.py | 254 | CODE | |
| LOW | agent_reach/cli.py | 469 | CODE | |
| LOW | agent_reach/cli.py | 588 | CODE | |
| LOW | agent_reach/cli.py | 656 | CODE | |
| LOW | agent_reach/cli.py | 955 | CODE | |
| LOW | agent_reach/cli.py | 1088 | CODE | |
| LOW | agent_reach/cli.py | 1117 | CODE | |
| LOW | agent_reach/cli.py | 1294 | CODE | |
| LOW | agent_reach/cli.py | 1376 | CODE | |
| LOW | agent_reach/cli.py | 1567 | CODE | |
| LOW | agent_reach/cli.py | 1588 | CODE | |
| LOW | agent_reach/cli.py | 1826 | CODE | |
| LOW | agent_reach/cli.py | 1991 | CODE | |
| LOW | agent_reach/cli.py | 2161 | CODE | |
| LOW | agent_reach/cli.py | 2222 | CODE | |
| LOW | agent_reach/cli.py | 497 | CODE | |
| LOW | agent_reach/doctor.py | 57 | CODE | |
| LOW | agent_reach/cookie_extract.py | 209 | CODE | |
| LOW | agent_reach/utils/paths.py | 71 | CODE | |
| LOW | agent_reach/channels/mcporter.py | 32 | CODE | |
| LOW | agent_reach/channels/twitter.py | 43 | CODE | |
| LOW | agent_reach/channels/bilibili.py | 46 | CODE | |
| LOW | agent_reach/channels/xiaohongshu.py | 73 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_private_file_writes.py | 3 | CODE | |
| LOW | tests/test_opencode_skill.py | 3 | CODE | |
| LOW | tests/test_cookie_security.py | 3 | CODE | |
| LOW | tests/test_doctor_credential_boundaries.py | 3 | CODE | |
| LOW | tests/test_p0_cli.py | 4 | CODE | |
| LOW | tests/test_mcporter_config.py | 3 | CODE | |
| LOW | tests/test_auth_guidance_policy.py | 3 | CODE | |
| LOW | agent_reach/__init__.py | 7 | CODE | |
| LOW | agent_reach/transcribe.py | 21 | CODE | |
| LOW | agent_reach/backends/__init__.py | 10 | CODE | |
| LOW | agent_reach/backends/__init__.py | 10 | CODE | |
| LOW | agent_reach/backends/__init__.py | 10 | CODE | |
| LOW | agent_reach/backends/__init__.py | 10 | CODE | |
| LOW | agent_reach/backends/__init__.py | 10 | CODE | |
| LOW | agent_reach/utils/paths.py | 3 | CODE | |
| LOW | agent_reach/utils/url.py | 3 | CODE | |
| LOW | agent_reach/utils/text.py | 3 | CODE | |
| LOW | agent_reach/utils/process.py | 3 | CODE | |
| LOW | agent_reach/channels/rss.py | 18 | CODE | |
| LOW | agent_reach/channels/mcporter.py | 3 | CODE | |
| LOW | agent_reach/channels/github.py | 4 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/test_channels.py | 246 | fake_data = [ | CODE |
| LOW⚡ | tests/test_channels.py | 255 | def read(self, _size=-1): return json.dumps(fake_data).encode() | CODE |
| LOW⚡ | tests/test_channels.py | 265 | fake_data = [ | CODE |
| LOW⚡ | tests/test_channels.py | 273 | def read(self, _size=-1): return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 200 | fake_data = [ | CODE |
| LOW | tests/test_channels.py | 231 | return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 286 | fake_data = [ | CODE |
| LOW | tests/test_channels.py | 301 | def read(self, _size=-1): return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 406 | fake_user = { | CODE |
| LOW | tests/test_channels.py | 424 | def read(self, _size=-1): return json.dumps(fake_user).encode() | CODE |
| LOW | tests/test_channels.py | 508 | fake_data = { | CODE |
| LOW | tests/test_channels.py | 541 | return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 560 | fake_data = { | CODE |
| LOW | tests/test_channels.py | 575 | return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 605 | fake_data = { | CODE |
| LOW | tests/test_channels.py | 620 | return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 637 | fake_data = { | CODE |
| LOW | tests/test_channels.py | 662 | return json.dumps(fake_data).encode() | CODE |
| LOW | tests/test_channels.py | 677 | fake_data = { | CODE |
| LOW | tests/test_channels.py | 695 | return json.dumps(fake_data).encode() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | agent_reach/channels/reddit.py | 149 | '"modhash": null, "saved_at": 0, "last_verified_at": null}\n\n' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/test_skill_command.py | 155 | # Create a fake skill installation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | agent_reach/cli.py | 251 | # ── Command handlers ──────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | agent_reach/__init__.py | 9 | __all__ = ["AgentReach"] | CODE |
| LOW | agent_reach/channels/__init__.py | 58 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | agent_reach/cli.py | 1725 | # Check if xiaohongshu-mcp container is running | COMMENT |