AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
This report presents the forensic synthetic code analysis of mrexodia/ida-pro-mcp, a Python project with 11,198 GitHub stars. SynthScan v2.0 examined 39,249 lines of code across 149 source files, recording 1238 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 45.3 places this repository in the Strong 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 1238 distinct pattern matches across 11 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 |
|---|---|---|---|---|
| MEDIUM | tests/test_output_schema.py | 23 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_output_schema.py | 25 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_output_schema.py | 40 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/test_output_schema.py | 42 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/_mcp_spec_support.py | 27 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/_mcp_spec_support.py | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/_mcp_spec_support.py | 172 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/_mcp_spec_support.py | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/_mcp_spec_support.py | 187 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/_mcp_spec_support.py | 189 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/_mcp_spec_support.py | 275 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/_mcp_spec_support.py | 277 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/stress_search_cancellation.py | 58 | # ─── Headless idalib-mcp lifecycle ───────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/stress_search_cancellation.py | 177 | # ─── Low-level RPC ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/stress_search_cancellation.py | 232 | # ─── Reporting helpers ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/stress_search_cancellation.py | 243 | # ─── Phases ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/stress_search_cancellation.py | 447 | # ─── Main ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 219 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 221 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 409 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 411 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 473 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 475 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 1043 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/idalib_supervisor.py | 1045 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/sync.py | 14 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/sync.py | 16 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 556 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 558 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_types.py | 153 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_types.py | 155 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_types.py | 331 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_types.py | 333 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/compat.py | 317 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/compat.py | 319 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 25 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 27 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 92 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 94 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 105 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 107 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 155 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 157 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 174 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 176 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 209 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 211 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 234 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 236 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 289 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/compat.py | 291 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/api_python.py | 28 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/api_python.py | 30 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_python.py | 105 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_python.py | 107 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/api_modify.py | 1038 | # ============================================================================ | COMMENT |
| MEDIUM⚡ | src/ida_pro_mcp/ida_mcp/api_modify.py | 1040 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_modify.py | 109 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_modify.py | 111 | # ============================================================================ | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_sigmaker.py | 22 | # --------------------------------------------------------------------------- | COMMENT |
| 153 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | devdocs/test-framework.md | 376 | def test_functions_are_decompilable(): | CODE |
| LOW | devdocs/test-framework.md | 569 | def test_int_convert_invalid_text(): | CODE |
| LOW | devdocs/test-framework.md | 639 | def test_decompile_invalid_address(): | CODE |
| LOW | devdocs/test-framework.md | 649 | def test_lookup_funcs_wildcard(): | CODE |
| LOW | devdocs/test-framework.md | 675 | def test_crackme_specific_edge_case(): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 36 | def test_successful_call_response_has_valid_envelope(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 43 | def test_id_is_echoed_as_integer(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 47 | def test_id_is_echoed_as_string(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 51 | def test_id_is_echoed_as_null(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 59 | def test_unknown_method_returns_method_not_found_error(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 66 | def test_error_message_is_non_empty_string(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 71 | def test_error_code_is_in_jsonrpc_range(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 77 | def test_success_response_has_result_and_no_error(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 83 | def test_tools_call_on_known_tool_returns_result(self): | CODE |
| LOW⚡ | tests/test_mcp_spec_envelope.py | 90 | def test_tools_call_on_unknown_tool_returns_is_error_true(self): | CODE |
| LOW | tests/test_mcp_spec_envelope.py | 109 | def test_notifications_initialized_returns_no_body(self): | CODE |
| LOW | tests/test_mcp_spec_envelope.py | 116 | def test_notifications_cancelled_returns_no_body(self): | CODE |
| LOW | tests/test_mcp_spec_envelope.py | 161 | def test_invalid_json_returns_parse_error_envelope(self): | CODE |
| LOW | tests/test_output_schema.py | 106 | def test_nested_anyof_objects(self): | CODE |
| LOW | tests/test_output_schema.py | 115 | def test_nested_anyof_with_non_object(self): | CODE |
| LOW | tests/test_output_schema.py | 139 | def test_union_of_typed_dicts_not_wrapped(self): | CODE |
| LOW | tests/test_output_schema.py | 153 | def test_single_typed_dict_not_wrapped(self): | CODE |
| LOW | tests/test_output_schema.py | 165 | def test_primitive_return_is_wrapped(self): | CODE |
| LOW | tests/test_output_schema.py | 177 | def test_list_return_is_wrapped(self): | CODE |
| LOW | tests/test_output_schema.py | 188 | def test_union_with_non_object_is_wrapped(self): | CODE |
| LOW | tests/test_output_schema.py | 213 | def test_union_typed_dict_json_variant(self): | CODE |
| LOW | tests/test_output_schema.py | 232 | def test_union_typed_dict_header_variant(self): | CODE |
| LOW | tests/test_output_schema.py | 251 | def test_union_typed_dict_prototypes_variant(self): | CODE |
| LOW | tests/test_output_schema.py | 270 | def test_primitive_return_wrapped_consistently(self): | CODE |
| LOW | tests/test_output_schema.py | 288 | def test_single_typed_dict_not_wrapped(self): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 575 | def test_open_session_forwards_idle_ttl_sec(tmp_path): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 584 | def test_open_session_defaults_idle_ttl_sec_to_baseline(tmp_path): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 593 | def test_open_session_skips_warmup_when_flags_disabled(tmp_path): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 620 | def test_tool_error_result_omits_structured_content(): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 626 | def test_open_session_reuses_schema_worker(tmp_path): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 636 | def test_resolve_session_only_accepts_session_id(tmp_path): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 883 | def test_close_session_unknown_session_raises(): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 893 | def test_close_session_requires_database(): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 903 | def test_close_session_detaches_adopted_worker_without_killing(tmp_path): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 989 | def test_idb_close_tool_returns_error_for_unknown_session(): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 999 | def test_idb_close_is_a_management_tool_symbol(): | CODE |
| LOW⚡ | tests/test_idalib_supervisor.py | 1004 | def test_supervisor_uses_idb_prefixed_management_tools_only(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 128 | def test_supervisor_import_does_not_import_ida_modules(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 133 | def test_worker_rpc_default_has_no_socket_timeout(monkeypatch): | CODE |
| LOW | tests/test_idalib_supervisor.py | 177 | def test_cleanup_partial_database_removes_only_new_parts(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 202 | def test_open_session_cleans_new_parts_after_worker_failure(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 231 | def test_failed_gui_fallback_cleans_new_parts_after_worker_failure(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 258 | def test_worker_tools_inject_database_and_filter_management_tools(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 268 | def test_inject_database_arg_marks_required(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 285 | def test_inject_database_arg_is_idempotent_in_required_list(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 301 | def test_handle_tools_call_errors_when_database_missing(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 322 | def test_handle_tools_call_errors_when_database_empty(): | CODE |
| LOW | tests/test_idalib_supervisor.py | 344 | def test_open_session_rejects_unknown_mode(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 356 | def test_open_session_prefer_headless_skips_gui_discovery(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 383 | def test_open_session_force_headless_ignores_running_gui(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 409 | def test_open_session_force_gui_launches_when_no_gui_found(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_idalib_supervisor.py | 436 | def test_idb_list_includes_unadopted_gui_instances(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_idalib_supervisor.py | 470 | def test_idb_list_reports_unadopted_worker_instances_as_workers(tmp_path, monkeypatch): | CODE |
| LOW | tests/test_idalib_supervisor.py | 499 | def test_prefer_headless_adopts_only_registered_worker_backend(tmp_path): | CODE |
| LOW | tests/test_idalib_supervisor.py | 527 | def test_idb_list_omits_unadopted_when_already_adopted(tmp_path, monkeypatch): | CODE |
| 568 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/binary_info.py | 38 | print(f"Error: Binary not found or not a file: {binary_path}") | CODE |
| MEDIUM | tests/binary_info.py | 45 | print(f"Error: Failed to open database: {binary_path}", file=sys.stderr) | CODE |
| LOW | tests/binary_info.py | 141 | except Exception: | CODE |
| LOW | scripts/stress_search_cancellation.py | 101 | except Exception: | CODE |
| LOW | scripts/stress_search_cancellation.py | 131 | except Exception: | CODE |
| LOW | scripts/stress_search_cancellation.py | 164 | except Exception: | CODE |
| LOW | scripts/stress_search_cancellation.py | 191 | except Exception as e: | CODE |
| LOW | scripts/stress_search_cancellation.py | 506 | except Exception as e: | CODE |
| LOW | scripts/stress_search_cancellation.py | 513 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/server.py | 141 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/server.py | 178 | except Exception as e: | CODE |
| LOW⚡ | src/ida_pro_mcp/idalib_server.py | 81 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/idalib_server.py | 91 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_server.py | 143 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_server.py | 155 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_server.py | 244 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_server.py | 261 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_server.py | 318 | except Exception: | CODE |
| MEDIUM | src/ida_pro_mcp/idalib_server.py | 163 | def touching_dispatch(request): | CODE |
| MEDIUM | src/ida_pro_mcp/idalib_server.py | 258 | def _stop(): | CODE |
| MEDIUM | src/ida_pro_mcp/test.py | 89 | print(f"Error: Binary not found or not a file: {args.binary}", file=sys.stderr) | STRING |
| MEDIUM | src/ida_pro_mcp/test.py | 101 | print("Error: Failed to open database", file=sys.stderr) | STRING |
| LOW | src/ida_pro_mcp/installer.py | 249 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/worker_lifecycle.py | 101 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp.py | 273 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp.py | 329 | except Exception as e: | CODE |
| LOW⚡ | src/ida_pro_mcp/idalib_supervisor.py | 1006 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/idalib_supervisor.py | 1014 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/idalib_supervisor.py | 1020 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 196 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 270 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 286 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 300 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 504 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 518 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 563 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 581 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 789 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 882 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 967 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1157 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1168 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1185 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1222 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1229 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1263 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 1331 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/sync.py | 138 | except Exception as x: | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 515 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 520 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 525 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 530 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 539 | except Exception: | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/api_types.py | 551 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 179 | except Exception as e: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 242 | except Exception as exc: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 314 | except Exception as exc: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 366 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 443 | except Exception: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 459 | except Exception as e: | CODE |
| 134 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_output_schema.py | 8 | CODE | |
| LOW | tests/test_server_transport.py | 1 | CODE | |
| LOW | tests/test_browser_transport_guards.py | 4 | CODE | |
| LOW | tests/_mcp_spec_support.py | 3 | CODE | |
| LOW | tests/_mcp_spec_support.py | 9 | CODE | |
| LOW | scripts/stress_search_cancellation.py | 27 | CODE | |
| LOW | src/ida_pro_mcp/server.py | 47 | CODE | |
| LOW | src/ida_pro_mcp/server.py | 50 | CODE | |
| LOW | src/ida_pro_mcp/server.py | 53 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp.py | 14 | CODE | |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 8 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/compat.py | 14 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 1 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 23 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 24 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 25 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 28 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 29 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 30 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 31 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 32 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 33 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 34 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 35 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 36 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 37 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 38 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 40 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 43 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 43 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 43 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 43 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 44 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 44 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 44 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 44 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 44 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 45 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 46 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/_sigmaker.py | 59 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/_sigmaker.py | 74 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/rpc.py | 4 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/rpc.py | 4 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/rpc.py | 4 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_composite.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_composite.py | 10 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_composite.py | 10 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 18 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_core.py | 9 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_core.py | 15 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/test_api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/test_api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/test_api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/test_api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/test_api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/test_api_survey.py | 3 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/__init__.py | 8 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/__init__.py | 9 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/tests/__init__.py | 10 | CODE | |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/binary_info.py | 31 | CODE | |
| LOW | src/ida_pro_mcp/installer_tui.py | 4 | CODE | |
| LOW | src/ida_pro_mcp/installer_tui.py | 99 | CODE | |
| LOW | src/ida_pro_mcp/installer_tui.py | 136 | CODE | |
| LOW | src/ida_pro_mcp/installer_tui.py | 115 | CODE | |
| LOW | src/ida_pro_mcp/installer_tui.py | 154 | CODE | |
| LOW | src/ida_pro_mcp/installer_tui.py | 33 | CODE | |
| LOW | src/ida_pro_mcp/test.py | 24 | CODE | |
| LOW | src/ida_pro_mcp/installer.py | 352 | CODE | |
| LOW | src/ida_pro_mcp/installer.py | 475 | CODE | |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 697 | CODE | |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 951 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 187 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 338 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 474 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 563 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 710 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 809 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 850 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 880 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_types.py | 905 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/trace.py | 251 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_python.py | 113 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 164 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 244 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 326 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 403 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 991 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 1056 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 1144 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 478 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 545 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 614 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 699 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/framework.py | 237 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/framework.py | 329 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/framework.py | 571 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_survey.py | 273 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_survey.py | 355 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/_sigmaker.py | 651 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/_sigmaker.py | 842 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/_sigmaker.py | 1206 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_composite.py | 300 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_composite.py | 453 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 673 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 793 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 925 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 1141 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 1240 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 1322 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 1351 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 1378 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_memory.py | 221 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 426 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 756 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 788 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 943 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 1044 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 1235 | CODE | |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 1290 | CODE | |
| 18 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/_mcp_spec_support.py | 314 | __all__ = [ | CODE |
| LOW | scripts/stress_search_cancellation.py | 210 | def set_server_timeout(ctx: Ctx, seconds: float | None) -> None: | CODE |
| LOW | src/ida_pro_mcp/idalib_server.py | 54 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/idalib_session_manager.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/installer.py | 51 | def set_ida_rpc(host: str, port: int) -> None: | CODE |
| LOW | src/ida_pro_mcp/worker_lifecycle.py | 17 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/worker_lifecycle.py | 65 | def set_idle_ttl(self, user_ttl_sec: float, load_time_sec: float = 0.0) -> None: | CODE |
| LOW | src/ida_pro_mcp/idalib_supervisor.py | 30 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/sync.py | 40 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/trace.py | 328 | __all__ = [ | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/__init__.py | 51 | __all__ = [ | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/rpc.py | 26 | def set_download_base_url(url: str) -> None: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/rpc.py | 175 | __all__ = [ | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/http.py | 21 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_core.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/api_debug.py | 249 | def _set_breakpoint_language(bpt: ida_dbg.bpt_t, language: str) -> None: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/__init__.py | 13 | __all__ = [ | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/jsonrpc.py | 69 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | src/ida_pro_mcp/ida_mcp/zeromcp/mcp.py | 129 | def set_current_request_external_base_url(url: str | None) -> None: | CODE |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/mcp.py | 24 | logger = logging.getLogger(__name__) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ida_pro_mcp/ida_mcp/api_modify.py | 921 | # Check if already a function | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 696 | # Check if list[str] or list[dict] | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/utils.py | 1332 | # Check if target is a string | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/api_analysis.py | 1650 | # Check if there's more | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/jsonrpc.py | 279 | # Check if None is allowed in a Union | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/mcp.py | 547 | # Check if notification (returns None) | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/mcp.py | 782 | # Check if tool belongs to an extension group | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/mcp.py | 798 | # Check if tool requires an extension that isn't enabled | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/mcp.py | 1012 | # Check if required (no default value) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tests/_mcp_spec_support.py | 188 | # Real HTTP server harness | COMMENT |
| MEDIUM | src/ida_pro_mcp/ida_mcp/api_analysis.py | 1050 | """Run comprehensive analysis over one or more target functions.""" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/ida_pro_mcp/test.py | 39 | uv run coverage html && open htmlcov/index.html | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/FUNDING.yml | 1 | # These are supported funding model platforms | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/sync.py | 181 | timeout = timeout_override | COMMENT |
| LOW | src/ida_pro_mcp/ida_mcp/zeromcp/jsonrpc.py | 281 | raise JsonRpcException(-32602, f"Invalid params: {param_name} cannot be null") | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ida_pro_mcp/ida_mcp/rpc.py | 57 | # IMPORTANT: Do not inject sentinel objects like {"_truncated": "..."} into lists. | COMMENT |