Repository Analysis

mrexodia/ida-pro-mcp

AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

45.3 Strong AI signal View on GitHub

Analysis Overview

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).

45.3
Adjusted Score
45.3
Raw Score
100%
Time Factor
2026-08-05
Last Push
11.2K
Stars
Python
Language
39.2K
Lines of Code
149
Files
1.2K
Pattern Hits
2026-08-09
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

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.

CRITICAL 0HIGH 1MEDIUM 224LOW 1013

Directory Score Breakdown

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.

Pattern Findings

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.

Decorative Section Separators213 hits · 762 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_output_schema.py23# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_output_schema.py25# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_output_schema.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_output_schema.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py27# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py29# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py172# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py174# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py187# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py189# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py275# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/_mcp_spec_support.py277# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/stress_search_cancellation.py58# ─── Headless idalib-mcp lifecycle ─────────────────────────────────────────COMMENT
MEDIUMscripts/stress_search_cancellation.py177# ─── Low-level RPC ─────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/stress_search_cancellation.py232# ─── Reporting helpers ─────────────────────────────────────────────────────COMMENT
MEDIUMscripts/stress_search_cancellation.py243# ─── Phases ────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/stress_search_cancellation.py447# ─── Main ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py219 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py221 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py409 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py411 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py473 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py475 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py1043 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/idalib_supervisor.py1045 # ------------------------------------------------------------------COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/sync.py14# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/sync.py16# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_types.py556# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_types.py558# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_types.py153# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_types.py155# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_types.py331# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_types.py333# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py317# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py319# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py25# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py27# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py92# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py94# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py105# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py107# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py155# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py157# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py174# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py176# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py209# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py211# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py234# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py236# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py289# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/compat.py291# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_python.py28# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_python.py30# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_python.py105# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_python.py107# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_modify.py1038# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_modify.py1040# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_modify.py109# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_modify.py111# ============================================================================COMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_sigmaker.py22# ---------------------------------------------------------------------------COMMENT
153 more matches not shown…
Hyper-Verbose Identifiers628 hits · 660 pts
SeverityFileLineSnippetContext
LOWdevdocs/test-framework.md376def test_functions_are_decompilable():CODE
LOWdevdocs/test-framework.md569def test_int_convert_invalid_text():CODE
LOWdevdocs/test-framework.md639def test_decompile_invalid_address():CODE
LOWdevdocs/test-framework.md649def test_lookup_funcs_wildcard():CODE
LOWdevdocs/test-framework.md675def test_crackme_specific_edge_case():CODE
LOWtests/test_mcp_spec_envelope.py36 def test_successful_call_response_has_valid_envelope(self):CODE
LOWtests/test_mcp_spec_envelope.py43 def test_id_is_echoed_as_integer(self):CODE
LOWtests/test_mcp_spec_envelope.py47 def test_id_is_echoed_as_string(self):CODE
LOWtests/test_mcp_spec_envelope.py51 def test_id_is_echoed_as_null(self):CODE
LOWtests/test_mcp_spec_envelope.py59 def test_unknown_method_returns_method_not_found_error(self):CODE
LOWtests/test_mcp_spec_envelope.py66 def test_error_message_is_non_empty_string(self):CODE
LOWtests/test_mcp_spec_envelope.py71 def test_error_code_is_in_jsonrpc_range(self):CODE
LOWtests/test_mcp_spec_envelope.py77 def test_success_response_has_result_and_no_error(self):CODE
LOWtests/test_mcp_spec_envelope.py83 def test_tools_call_on_known_tool_returns_result(self):CODE
LOWtests/test_mcp_spec_envelope.py90 def test_tools_call_on_unknown_tool_returns_is_error_true(self):CODE
LOWtests/test_mcp_spec_envelope.py109 def test_notifications_initialized_returns_no_body(self):CODE
LOWtests/test_mcp_spec_envelope.py116 def test_notifications_cancelled_returns_no_body(self):CODE
LOWtests/test_mcp_spec_envelope.py161 def test_invalid_json_returns_parse_error_envelope(self):CODE
LOWtests/test_output_schema.py106 def test_nested_anyof_objects(self):CODE
LOWtests/test_output_schema.py115 def test_nested_anyof_with_non_object(self):CODE
LOWtests/test_output_schema.py139 def test_union_of_typed_dicts_not_wrapped(self):CODE
LOWtests/test_output_schema.py153 def test_single_typed_dict_not_wrapped(self):CODE
LOWtests/test_output_schema.py165 def test_primitive_return_is_wrapped(self):CODE
LOWtests/test_output_schema.py177 def test_list_return_is_wrapped(self):CODE
LOWtests/test_output_schema.py188 def test_union_with_non_object_is_wrapped(self):CODE
LOWtests/test_output_schema.py213 def test_union_typed_dict_json_variant(self):CODE
LOWtests/test_output_schema.py232 def test_union_typed_dict_header_variant(self):CODE
LOWtests/test_output_schema.py251 def test_union_typed_dict_prototypes_variant(self):CODE
LOWtests/test_output_schema.py270 def test_primitive_return_wrapped_consistently(self):CODE
LOWtests/test_output_schema.py288 def test_single_typed_dict_not_wrapped(self):CODE
LOWtests/test_idalib_supervisor.py575def test_open_session_forwards_idle_ttl_sec(tmp_path):CODE
LOWtests/test_idalib_supervisor.py584def test_open_session_defaults_idle_ttl_sec_to_baseline(tmp_path):CODE
LOWtests/test_idalib_supervisor.py593def test_open_session_skips_warmup_when_flags_disabled(tmp_path):CODE
LOWtests/test_idalib_supervisor.py620def test_tool_error_result_omits_structured_content():CODE
LOWtests/test_idalib_supervisor.py626def test_open_session_reuses_schema_worker(tmp_path):CODE
LOWtests/test_idalib_supervisor.py636def test_resolve_session_only_accepts_session_id(tmp_path):CODE
LOWtests/test_idalib_supervisor.py883def test_close_session_unknown_session_raises():CODE
LOWtests/test_idalib_supervisor.py893def test_close_session_requires_database():CODE
LOWtests/test_idalib_supervisor.py903def test_close_session_detaches_adopted_worker_without_killing(tmp_path):CODE
LOWtests/test_idalib_supervisor.py989def test_idb_close_tool_returns_error_for_unknown_session():CODE
LOWtests/test_idalib_supervisor.py999def test_idb_close_is_a_management_tool_symbol():CODE
LOWtests/test_idalib_supervisor.py1004def test_supervisor_uses_idb_prefixed_management_tools_only():CODE
LOWtests/test_idalib_supervisor.py128def test_supervisor_import_does_not_import_ida_modules():CODE
LOWtests/test_idalib_supervisor.py133def test_worker_rpc_default_has_no_socket_timeout(monkeypatch):CODE
LOWtests/test_idalib_supervisor.py177def test_cleanup_partial_database_removes_only_new_parts(tmp_path):CODE
LOWtests/test_idalib_supervisor.py202def test_open_session_cleans_new_parts_after_worker_failure(tmp_path):CODE
LOWtests/test_idalib_supervisor.py231def test_failed_gui_fallback_cleans_new_parts_after_worker_failure(tmp_path):CODE
LOWtests/test_idalib_supervisor.py258def test_worker_tools_inject_database_and_filter_management_tools():CODE
LOWtests/test_idalib_supervisor.py268def test_inject_database_arg_marks_required():CODE
LOWtests/test_idalib_supervisor.py285def test_inject_database_arg_is_idempotent_in_required_list():CODE
LOWtests/test_idalib_supervisor.py301def test_handle_tools_call_errors_when_database_missing():CODE
LOWtests/test_idalib_supervisor.py322def test_handle_tools_call_errors_when_database_empty():CODE
LOWtests/test_idalib_supervisor.py344def test_open_session_rejects_unknown_mode(tmp_path):CODE
LOWtests/test_idalib_supervisor.py356def test_open_session_prefer_headless_skips_gui_discovery(tmp_path):CODE
LOWtests/test_idalib_supervisor.py383def test_open_session_force_headless_ignores_running_gui(tmp_path):CODE
LOWtests/test_idalib_supervisor.py409def test_open_session_force_gui_launches_when_no_gui_found(tmp_path, monkeypatch):CODE
LOWtests/test_idalib_supervisor.py436def test_idb_list_includes_unadopted_gui_instances(tmp_path, monkeypatch):CODE
LOWtests/test_idalib_supervisor.py470def test_idb_list_reports_unadopted_worker_instances_as_workers(tmp_path, monkeypatch):CODE
LOWtests/test_idalib_supervisor.py499def test_prefer_headless_adopts_only_registered_worker_backend(tmp_path):CODE
LOWtests/test_idalib_supervisor.py527def test_idb_list_omits_unadopted_when_already_adopted(tmp_path, monkeypatch):CODE
568 more matches not shown…
Excessive Try-Catch Wrapping194 hits · 178 pts
SeverityFileLineSnippetContext
MEDIUMtests/binary_info.py38 print(f"Error: Binary not found or not a file: {binary_path}")CODE
MEDIUMtests/binary_info.py45 print(f"Error: Failed to open database: {binary_path}", file=sys.stderr)CODE
LOWtests/binary_info.py141 except Exception:CODE
LOWscripts/stress_search_cancellation.py101 except Exception:CODE
LOWscripts/stress_search_cancellation.py131 except Exception:CODE
LOWscripts/stress_search_cancellation.py164 except Exception:CODE
LOWscripts/stress_search_cancellation.py191 except Exception as e:CODE
LOWscripts/stress_search_cancellation.py506 except Exception as e:CODE
LOWscripts/stress_search_cancellation.py513 except Exception:CODE
LOWsrc/ida_pro_mcp/server.py141 except Exception as e:CODE
LOWsrc/ida_pro_mcp/server.py178 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_server.py81 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_server.py91 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_server.py143 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_server.py155 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_server.py244 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_server.py261 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_server.py318 except Exception:CODE
MEDIUMsrc/ida_pro_mcp/idalib_server.py163def touching_dispatch(request):CODE
MEDIUMsrc/ida_pro_mcp/idalib_server.py258def _stop():CODE
MEDIUMsrc/ida_pro_mcp/test.py89 print(f"Error: Binary not found or not a file: {args.binary}", file=sys.stderr)STRING
MEDIUMsrc/ida_pro_mcp/test.py101 print("Error: Failed to open database", file=sys.stderr)STRING
LOWsrc/ida_pro_mcp/installer.py249 except Exception:CODE
LOWsrc/ida_pro_mcp/worker_lifecycle.py101 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp.py273 except Exception as e:CODE
LOWsrc/ida_pro_mcp/ida_mcp.py329 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1006 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1014 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1020 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py196 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py270 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py286 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py300 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py504 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py518 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py563 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py581 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py789 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py882 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py967 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1157 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1168 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1185 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1222 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1229 except Exception as e:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1263 except Exception:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py1331 except Exception as e:CODE
LOWsrc/ida_pro_mcp/ida_mcp/sync.py138 except Exception as x:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py515 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py520 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py525 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py530 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py539 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py551 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py179 except Exception as e:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py242 except Exception as exc:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py314 except Exception as exc:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py366 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py443 except Exception:CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py459 except Exception as e:CODE
134 more matches not shown…
Unused Imports89 hits · 78 pts
SeverityFileLineSnippetContext
LOWtests/test_output_schema.py8CODE
LOWtests/test_server_transport.py1CODE
LOWtests/test_browser_transport_guards.py4CODE
LOWtests/_mcp_spec_support.py3CODE
LOWtests/_mcp_spec_support.py9CODE
LOWscripts/stress_search_cancellation.py27CODE
LOWsrc/ida_pro_mcp/server.py47CODE
LOWsrc/ida_pro_mcp/server.py50CODE
LOWsrc/ida_pro_mcp/server.py53CODE
LOWsrc/ida_pro_mcp/ida_mcp.py14CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py8CODE
LOWsrc/ida_pro_mcp/ida_mcp/compat.py14CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py1CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py23CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py24CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py25CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py28CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py29CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py30CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py31CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py32CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py33CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py34CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py35CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py36CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py37CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py38CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py40CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py43CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py43CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py43CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py43CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py44CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py44CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py44CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py44CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py44CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py45CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py46CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/_sigmaker.py59CODE
LOWsrc/ida_pro_mcp/ida_mcp/_sigmaker.py74CODE
LOWsrc/ida_pro_mcp/ida_mcp/rpc.py4CODE
LOWsrc/ida_pro_mcp/ida_mcp/rpc.py4CODE
LOWsrc/ida_pro_mcp/ida_mcp/rpc.py4CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_composite.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_composite.py10CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_composite.py10CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py18CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_core.py9CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_core.py15CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/test_api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/test_api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/test_api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/test_api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/test_api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/test_api_survey.py3CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/__init__.py8CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/__init__.py9CODE
LOWsrc/ida_pro_mcp/ida_mcp/tests/__init__.py10CODE
29 more matches not shown…
Deep Nesting78 hits · 52 pts
SeverityFileLineSnippetContext
LOWtests/binary_info.py31CODE
LOWsrc/ida_pro_mcp/installer_tui.py4CODE
LOWsrc/ida_pro_mcp/installer_tui.py99CODE
LOWsrc/ida_pro_mcp/installer_tui.py136CODE
LOWsrc/ida_pro_mcp/installer_tui.py115CODE
LOWsrc/ida_pro_mcp/installer_tui.py154CODE
LOWsrc/ida_pro_mcp/installer_tui.py33CODE
LOWsrc/ida_pro_mcp/test.py24CODE
LOWsrc/ida_pro_mcp/installer.py352CODE
LOWsrc/ida_pro_mcp/installer.py475CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py697CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py951CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py187CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py338CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py474CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py563CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py710CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py809CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py850CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py880CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_types.py905CODE
LOWsrc/ida_pro_mcp/ida_mcp/trace.py251CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_python.py113CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py164CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py244CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py326CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py403CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py991CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py1056CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py1144CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py478CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py545CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py614CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py699CODE
LOWsrc/ida_pro_mcp/ida_mcp/framework.py237CODE
LOWsrc/ida_pro_mcp/ida_mcp/framework.py329CODE
LOWsrc/ida_pro_mcp/ida_mcp/framework.py571CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_survey.py273CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_survey.py355CODE
LOWsrc/ida_pro_mcp/ida_mcp/_sigmaker.py651CODE
LOWsrc/ida_pro_mcp/ida_mcp/_sigmaker.py842CODE
LOWsrc/ida_pro_mcp/ida_mcp/_sigmaker.py1206CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_composite.py300CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_composite.py453CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py673CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py793CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py925CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py1141CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py1240CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py1322CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py1351CODE
LOWsrc/ida_pro_mcp/ida_mcp/utils.py1378CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_memory.py221CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py426CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py756CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py788CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py943CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py1044CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py1235CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py1290CODE
18 more matches not shown…
Modern Structural Boilerplate20 hits · 21 pts
SeverityFileLineSnippetContext
LOWtests/_mcp_spec_support.py314__all__ = [CODE
LOWscripts/stress_search_cancellation.py210def set_server_timeout(ctx: Ctx, seconds: float | None) -> None:CODE
LOWsrc/ida_pro_mcp/idalib_server.py54logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/idalib_session_manager.py21logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/installer.py51def set_ida_rpc(host: str, port: int) -> None:CODE
LOWsrc/ida_pro_mcp/worker_lifecycle.py17logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/worker_lifecycle.py65 def set_idle_ttl(self, user_ttl_sec: float, load_time_sec: float = 0.0) -> None:CODE
LOWsrc/ida_pro_mcp/idalib_supervisor.py30logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/ida_mcp/sync.py40logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/ida_mcp/trace.py328__all__ = [CODE
LOWsrc/ida_pro_mcp/ida_mcp/__init__.py51__all__ = [CODE
LOWsrc/ida_pro_mcp/ida_mcp/rpc.py26def set_download_base_url(url: str) -> None:CODE
LOWsrc/ida_pro_mcp/ida_mcp/rpc.py175__all__ = [CODE
LOWsrc/ida_pro_mcp/ida_mcp/http.py21logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_core.py45logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/ida_mcp/api_debug.py249def _set_breakpoint_language(bpt: ida_dbg.bpt_t, language: str) -> None:CODE
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/__init__.py13__all__ = [CODE
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/jsonrpc.py69logger = logging.getLogger(__name__)CODE
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/mcp.py129def set_current_request_external_base_url(url: str | None) -> None:CODE
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/mcp.py24logger = logging.getLogger(__name__)CODE
Redundant / Tautological Comments9 hits · 13 pts
SeverityFileLineSnippetContext
LOWsrc/ida_pro_mcp/ida_mcp/api_modify.py921 # Check if already a functionCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/utils.py696 # Check if list[str] or list[dict]COMMENT
LOWsrc/ida_pro_mcp/ida_mcp/utils.py1332 # Check if target is a stringCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/api_analysis.py1650 # Check if there's moreCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/jsonrpc.py279 # Check if None is allowed in a UnionCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/mcp.py547 # Check if notification (returns None)COMMENT
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/mcp.py782 # Check if tool belongs to an extension groupCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/mcp.py798 # Check if tool requires an extension that isn't enabledCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/mcp.py1012 # Check if required (no default value)COMMENT
AI Slop Vocabulary2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMtests/_mcp_spec_support.py188# Real HTTP server harnessCOMMENT
MEDIUMsrc/ida_pro_mcp/ida_mcp/api_analysis.py1050 """Run comprehensive analysis over one or more target functions."""STRING
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHsrc/ida_pro_mcp/test.py39 uv run coverage html && open htmlcov/index.htmlCODE
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippetContext
LOW.github/FUNDING.yml1# These are supported funding model platformsCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/sync.py181 timeout = timeout_overrideCOMMENT
LOWsrc/ida_pro_mcp/ida_mcp/zeromcp/jsonrpc.py281 raise JsonRpcException(-32602, f"Invalid params: {param_name} cannot be null")COMMENT
Structural Annotation Overuse1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/ida_pro_mcp/ida_mcp/rpc.py57 # IMPORTANT: Do not inject sentinel objects like {"_truncated": "..."} into lists.COMMENT