Interactive architecture diagrams for codebases
This report presents the forensic synthetic code analysis of CodeBoarding/CodeBoarding, a Python project with 2,344 GitHub stars. SynthScan v2.0 examined 94,033 lines of code across 447 source files, recording 2658 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 34.8 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).
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 2658 distinct pattern matches across 18 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 | install.py | 104 | def bootstrapped_npm_cli_path(target_dir: Path) -> Path: | CODE |
| LOW | install.py | 364 | def install_vcpp_redistributable() -> bool: | CODE |
| LOW | install.py | 511 | def install_package_manager_lsp_servers(target_dir: Path, on_progress: ProgressCallback | None = None) -> None: | CODE |
| LOW | install.py | 575 | def _language_checks_from_registry(target_dir: Path) -> list[LanguageSupportCheck]: | CODE |
| LOW | install.py | 670 | def print_language_support_summary(npm_available: bool, target_dir: Path): | CODE |
| LOW | main.py | 63 | def _inject_default_subcommand(argv: list[str]) -> list[str]: | STRING |
| LOW | diagram_analysis/file_index.py | 50 | def refresh_method_spans_from_cfg( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 82 | def _component_expansion_seeds(components: list[Component], max_depth: int) -> list[tuple[Component, int]]: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 244 | def _changed_files_for_static_analysis(self) -> set[Path] | None: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 259 | def _get_static_with_injected_analyzer(self) -> StaticAnalysisResults: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 277 | def _get_static_with_new_analyzer(self) -> StaticAnalysisResults: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 293 | def _seed_incremental_cluster_cache(self, cluster_results: dict[str, ClusterResult]) -> None: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 310 | def _persist_static_analysis_artifact(self) -> None: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 319 | def _source_tree_fingerprint_map(self) -> dict[str, str]: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 657 | def _build_file_coverage_summary(self) -> FileCoverageSummary | None: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 668 | def _apply_incremental_scope_recursively( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 727 | def generate_analysis_incremental( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 859 | def _collect_components_by_id( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 877 | def _drop_removed_subtree_analyses(sub_analyses: dict[str, AnalysisInsights], removed_ids: set[str]) -> None: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 884 | def _cluster_backed_empty_component_ids( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 901 | def _child_scope_needs_recursive_update( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 919 | def _build_scope_incremental_inputs( | CODE |
| LOW | diagram_analysis/diagram_generator.py | 950 | def scoped_snapshot_for_component( | CODE |
| LOW | diagram_analysis/cluster_snapshot.py | 40 | def snapshot_from_static_analysis(static_analysis: StaticAnalysisResults) -> ClusterSnapshot: | CODE |
| LOW | diagram_analysis/cluster_snapshot.py | 86 | def snapshot_from_cluster_results(cluster_results: dict[str, ClusterResult]) -> ClusterSnapshot: | CODE |
| LOW | diagram_analysis/io_utils.py | 48 | def _compute_expandable_components( | CODE |
| LOW | diagram_analysis/io_utils.py | 63 | def _repo_dir_for_source_lookup(self) -> Path: | CODE |
| LOW | diagram_analysis/io_utils.py | 180 | def detect_expanded_components(self, analysis: AnalysisInsights) -> list[str]: | CODE |
| LOW | diagram_analysis/cluster_delta.py | 136 | def structural_diff_from_delta( | CODE |
| LOW | diagram_analysis/cluster_delta.py | 172 | def _structural_diff_for_language( | CODE |
| LOW | diagram_analysis/cluster_delta.py | 605 | def _reconcile_seeded_partition( | CODE |
| LOW | diagram_analysis/cluster_delta.py | 652 | def _absorb_new_file_overlap_clusters( | CODE |
| LOW | diagram_analysis/cluster_delta.py | 696 | def _materialize_cluster_result( | CODE |
| LOW | diagram_analysis/analysis_json.py | 164 | def _build_files_index_from_analysis( | CODE |
| LOW | diagram_analysis/analysis_json.py | 185 | def _source_reference_method_key(reference: SourceCodeReference, repo_dir: Path) -> str: | CODE |
| LOW | diagram_analysis/analysis_json.py | 199 | def _to_component_file_method_refs(file_methods: list[FileMethodGroup]) -> list[ComponentFileMethodGroupJson]: | CODE |
| LOW | diagram_analysis/analysis_json.py | 214 | def _method_refs_to_placeholders(method_names: list[str]) -> list[MethodEntry]: | CODE |
| LOW | diagram_analysis/analysis_json.py | 226 | def _build_methods_index_from_files(files_index: dict[str, FileEntry]) -> dict[str, MethodIndexEntry]: | CODE |
| LOW | diagram_analysis/analysis_json.py | 241 | def _build_file_entry_json_from_files(files_index: dict[str, FileEntry]) -> dict[str, FileEntryJson]: | CODE |
| LOW | diagram_analysis/analysis_json.py | 252 | def _hydrate_component_methods_from_refs( | CODE |
| LOW | diagram_analysis/analysis_json.py | 302 | def from_component_to_json_component( | CODE |
| LOW | diagram_analysis/analysis_json.py | 420 | def build_unified_analysis_json( | CODE |
| LOW | diagram_analysis/analysis_json.py | 535 | def _extract_analysis_recursive( | CODE |
| LOW | output_generators/html_template.py | 314 | def _generate_cytoscape_script(cytoscape_json: str) -> str: | STRING |
| LOW | health/runner.py | 71 | def _collect_checks_for_language( | CODE |
| LOW | health/runner.py | 145 | def _aggregate_file_summaries( | CODE |
| LOW | health/config.py | 101 | def _load_health_exclude_patterns(health_config_dir: Path) -> list[str]: | CODE |
| LOW | health/checks/circular_deps.py | 10 | def check_circular_dependencies(package_dependencies: dict, config: HealthCheckConfig) -> CircularDependencyCheck: | CODE |
| LOW | health/checks/instability.py | 8 | def check_package_instability(package_dependencies: dict, config: HealthCheckConfig) -> StandardCheckSummary: | CODE |
| LOW | health/checks/unused_code_diagnostics.py | 265 | def check_unused_code_diagnostics( | CODE |
| LOW | health/checks/inheritance.py | 15 | def _compute_inheritance_depths(hierarchy: dict) -> dict[str, int]: | CODE |
| LOW | tests/test_telemetry_events.py | 27 | def test_track_analysis_on_error_marks_status_and_forwards_exception(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 47 | def test_track_analysis_success_has_no_exception(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 58 | def test_capture_error_forwards_to_posthog(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 71 | def test_exception_attached_telemetry_properties_are_forwarded(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 89 | def test_capture_error_merges_exception_telemetry_properties(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 98 | def test_track_analysis_reads_run_id_from_self_for_generator_methods(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 118 | def test_track_analysis_propagates_run_id_to_nested_repo_scanned(captured): | CODE |
| LOW | tests/test_telemetry_events.py | 135 | def test_repo_scanned_reads_run_id_from_env_without_track_analysis(captured, monkeypatch): | CODE |
| LOW | tests/test_telemetry_events.py | 143 | def test_lsp_analysis_result_marks_zero_nodes_as_error(captured, monkeypatch): | CODE |
| 1709 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | diagram_analysis/io_utils.py | 254 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | diagram_analysis/io_utils.py | 256 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | diagram_analysis/io_utils.py | 269 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | diagram_analysis/io_utils.py | 271 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | diagram_analysis/cluster_delta.py | 452 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | diagram_analysis/cluster_delta.py | 454 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 278 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 280 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 406 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 408 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 440 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 442 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 485 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 487 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 515 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 517 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 545 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/health/test_unused_code_diagnostics.py | 547 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/health/test_unused_code_diagnostics.py | 332 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/health/test_unused_code_diagnostics.py | 334 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/repo_utils/test_non_ascii_paths.py | 40 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/repo_utils/test_non_ascii_paths.py | 42 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/repo_utils/test_non_ascii_paths.py | 81 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/repo_utils/test_non_ascii_paths.py | 83 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/repo_utils/test_non_ascii_paths.py | 211 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/repo_utils/test_non_ascii_paths.py | 213 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ts/static_analyzer/test_reference_resolve_real_refs.py | 27 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ts/static_analyzer/test_reference_resolve_real_refs.py | 29 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ts/static_analyzer/test_reference_resolve_real_refs.py | 84 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ts/static_analyzer/test_reference_resolve_real_refs.py | 86 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 89 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 91 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 108 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 110 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 226 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 228 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 348 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 350 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 397 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 399 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 469 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_result_converter.py | 471 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 18 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 20 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 178 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 180 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 505 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 507 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 570 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_result_converter.py | 572 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 98 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 100 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 172 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 201 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 203 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 395 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/static_analyzer/test_edge_builder.py | 397 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_edge_builder.py | 62 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/static_analyzer/test_edge_builder.py | 64 | # --------------------------------------------------------------------------- | COMMENT |
| 44 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | utils.py | 11 | CODE | |
| LOW | utils.py | 11 | CODE | |
| LOW | diagram_analysis/run_mode.py | 3 | CODE | |
| LOW | diagram_analysis/__init__.py | 1 | CODE | |
| LOW | diagram_analysis/file_coverage.py | 17 | CODE | |
| LOW | diagram_analysis/file_coverage.py | 18 | CODE | |
| LOW | diagram_analysis/io_utils.py | 32 | CODE | |
| LOW | core/plugin_loader.py | 3 | CODE | |
| LOW | core/protocols.py | 3 | CODE | |
| LOW | core/protocols.py | 12 | CODE | |
| LOW | core/protocols.py | 12 | CODE | |
| LOW | core/protocols.py | 13 | CODE | |
| LOW | core/protocols.py | 13 | CODE | |
| LOW | core/protocols.py | 13 | CODE | |
| LOW | core/__init__.py | 17 | CODE | |
| LOW | core/__init__.py | 22 | CODE | |
| LOW | core/__init__.py | 22 | CODE | |
| LOW | core/__init__.py | 23 | CODE | |
| LOW | core/__init__.py | 23 | CODE | |
| LOW | core/__init__.py | 23 | CODE | |
| LOW | core/__init__.py | 24 | CODE | |
| LOW | core/__init__.py | 25 | CODE | |
| LOW | health/__init__.py | 1 | CODE | |
| LOW | health/checks/__init__.py | 3 | CODE | |
| LOW | health/checks/__init__.py | 3 | CODE | |
| LOW | tests/test_registry_coverage.py | 14 | CODE | |
| LOW | tests/test_vscode_constants.py | 2 | CODE | |
| LOW | tests/test_logging_config.py | 1 | CODE | |
| LOW | tests/diagram_analysis/test_diagram_analysis.py | 39 | CODE | |
| LOW | tests/integration/generate_integration_fixtures.py | 20 | CODE | |
| LOW | …integration/projects/python_edge_cases_project/main.py | 20 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/services.py | 23 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 11 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 11 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 11 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 11 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 12 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 12 | CODE | |
| LOW | …on/projects/python_edge_cases_project/core/pipeline.py | 41 | CODE | |
| LOW | …n/projects/python_edge_cases_project/utils/__init__.py | 9 | CODE | |
| LOW | …n/projects/python_edge_cases_project/utils/__init__.py | 9 | CODE | |
| LOW | tests/integration/health/test_health_integration.py | 21 | CODE | |
| LOW | tests/health/test_health_checks.py | 1 | CODE | |
| LOW | tests/health/test_unused_code_diagnostics.py | 5 | CODE | |
| LOW | tests/agents/test_abstraction_agent.py | 7 | CODE | |
| LOW | tests/agents/test_abstraction_agent.py | 7 | CODE | |
| LOW | tests/agents/test_monitoring.py | 1 | CODE | |
| LOW | tests/agents/test_monitoring.py | 4 | CODE | |
| LOW | tests/agents/test_cluster_methods_mixin.py | 5 | CODE | |
| LOW | tests/agents/test_cluster_methods_mixin.py | 10 | CODE | |
| LOW | tests/agents/prompts/test_prompts.py | 2 | CODE | |
| LOW | tests/agents/prompts/test_prompts.py | 2 | CODE | |
| LOW | tests/repo_utils/test_non_ascii_paths.py | 23 | CODE | |
| LOW | tests/static_analyzer/test_go_adapter.py | 5 | CODE | |
| LOW | tests/static_analyzer/test_java_utils.py | 5 | CODE | |
| LOW | tests/static_analyzer/test_java_utils.py | 10 | CODE | |
| LOW | tests/static_analyzer/test_csharp_adapter.py | 3 | CODE | |
| LOW | tests/static_analyzer/test_leiden_utils.py | 6 | CODE | |
| LOW | tests/static_analyzer/test_java_config_scanner.py | 9 | CODE | |
| LOW | …ts/static_analyzer/test_analysis_cache_partial_save.py | 12 | CODE | |
| 184 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | output_generators/mdx.py | 0 | generate an html header for a component with its name and a link to its details. | STRING |
| HIGH | output_generators/markdown.py | 0 | generate an html header for a component with its name and a link to its details. | STRING |
| HIGH | output_generators/html.py | 0 | generate an html header for a component with its name and a link to its details. | STRING |
| HIGH | agents/prompts/kimi_prompts.py | 0 | # important: correct the output below. do not regenerate from scratch — preserve all correct parts and only fix the list | STRING |
| HIGH | agents/prompts/gemini_flash_prompts.py | 0 | # important: correct the output below. do not regenerate from scratch — preserve all correct parts and only fix the list | STRING |
| HIGH | agents/prompts/gpt_prompts.py | 0 | # important: correct the output below. do not regenerate from scratch — preserve all correct parts and only fix the list | STRING |
| HIGH | agents/prompts/claude_prompts.py | 0 | # important: correct the output below. do not regenerate from scratch — preserve all correct parts and only fix the list | STRING |
| HIGH | agents/prompts/glm_prompts.py | 0 | # important: correct the output below. do not regenerate from scratch — preserve all correct parts and only fix the list | STRING |
| HIGH | agents/prompts/deepseek_prompts.py | 0 | # important: correct the output below. do not regenerate from scratch — preserve all correct parts and only fix the list | STRING |
| HIGH | agents/prompts/kimi_prompts.py | 0 | **task:** update one scope of the architecture diagram. **context:** - scope: `{scope_id}` (`root` means the top-level d | STRING |
| HIGH | agents/prompts/gemini_flash_prompts.py | 0 | **task:** update one scope of the architecture diagram. **context:** - scope: `{scope_id}` (`root` means the top-level d | STRING |
| HIGH | agents/prompts/glm_prompts.py | 0 | **task:** update one scope of the architecture diagram. **context:** - scope: `{scope_id}` (`root` means the top-level d | STRING |
| HIGH | agents/prompts/gpt_prompts.py | 0 | **task:** update one scope of the architecture diagram. **context:** - scope: `{scope_id}` (`root` means the top-level d | STRING |
| HIGH | agents/prompts/deepseek_prompts.py | 0 | **task:** update one scope of the architecture diagram. **context:** - scope: `{scope_id}` (`root` means the top-level d | STRING |
| HIGH | agents/prompts/claude_prompts.py | 0 | **task:** update one scope of the architecture diagram. **context:** - scope: `{scope_id}` (`root` means the top-level d | STRING |
| HIGH | agents/prompts/gemini_flash_prompts.py | 0 | analyze and group the control flow graph clusters. the cfg has been pre-clustered into groups of related methods/functio | STRING |
| HIGH | agents/prompts/gpt_prompts.py | 0 | analyze and group the control flow graph clusters. the cfg has been pre-clustered into groups of related methods/functio | STRING |
| HIGH | agents/prompts/claude_prompts.py | 0 | analyze and group the control flow graph clusters. the cfg has been pre-clustered into groups of related methods/functio | STRING |
| HIGH | agents/prompts/gemini_flash_prompts.py | 0 | you are a software architecture expert analyzing a subsystem of `{project_name}`. project context: {meta_context} instru | STRING |
| HIGH | agents/prompts/gpt_prompts.py | 0 | you are a software architecture expert analyzing a subsystem of `{project_name}`. project context: {meta_context} instru | STRING |
| HIGH | agents/prompts/claude_prompts.py | 0 | you are a software architecture expert analyzing a subsystem of `{project_name}`. project context: {meta_context} instru | STRING |
| HIGH | agents/prompts/gemini_flash_prompts.py | 0 | analyze and group the control flow graph clusters for the `{component}` subsystem. the cfg has been pre-clustered into g | STRING |
| HIGH | agents/prompts/gpt_prompts.py | 0 | analyze and group the control flow graph clusters for the `{component}` subsystem. the cfg has been pre-clustered into g | STRING |
| HIGH | agents/prompts/claude_prompts.py | 0 | analyze and group the control flow graph clusters for the `{component}` subsystem. the cfg has been pre-clustered into g | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | health_main.py | 26 | logger = logging.getLogger(__name__) | CODE |
| LOW | utils.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | github_action.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/__init__.py | 3 | __all__ = ["DiagramGenerator", "RunContext", "RunPaths", "configure_models"] | CODE |
| LOW | diagram_analysis/diagram_generator.py | 72 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/cluster_snapshot.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/run_context.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/file_coverage.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/io_utils.py | 35 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/cluster_delta.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | diagram_analysis/analysis_json.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | core/plugin_loader.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | core/registry.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | core/__init__.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW | core/__init__.py | 92 | __all__ = [ | CODE |
| LOW | health/runner.py | 29 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/config.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/models.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/__init__.py | 3 | __all__ = ["run_health_checks"] | CODE |
| LOW | health/checks/god_class.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/function_size.py | 13 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/circular_deps.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/coupling.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/__init__.py | 8 | __all__ = [ | CODE |
| LOW | health/checks/instability.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/cohesion.py | 6 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/unused_code_diagnostics.py | 25 | logger = logging.getLogger(__name__) | CODE |
| LOW | health/checks/inheritance.py | 12 | logger = logging.getLogger(__name__) | CODE |
| LOW | tests/integration/test_lsp_analysis_for_edge_cases.py | 34 | logger = logging.getLogger(__name__) | CODE |
| LOW | tests/static_analyzer/scripts/diagnose_relations.py | 30 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/repair.py | 26 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/details_agent.py | 47 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/meta_agent.py | 15 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/cluster_methods_mixin.py | 45 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/dependency_discovery.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/model_capabilities.py | 14 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/planner_agent.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/incremental_planning_agent.py | 41 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/retry.py | 36 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/incremental_agent.py | 48 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/agent.py | 31 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/abstraction_agent.py | 44 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/llm_config.py | 24 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/agent_responses.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/validation.py | 26 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/get_external_deps.py | 8 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_source.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/toolkit.py | 18 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_packages.py | 6 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_docs.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/list_git_changes.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/get_method_invocations.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_file_structure.py | 9 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_cfg.py | 5 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_file.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/component_bridge_edges.py | 8 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/tools/read_structure.py | 7 | logger = logging.getLogger(__name__) | CODE |
| LOW | agents/prompts/__init__.py | 57 | __all__ = [ | CODE |
| LOW | agents/prompts/prompt_factory.py | 20 | logger = logging.getLogger(__name__) | CODE |
| LOW | repo_utils/git_ops.py | 24 | logger = logging.getLogger(__name__) | CODE |
| 56 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install.py | 94 | except Exception as e: | CODE |
| MEDIUM | install.py | 255 | print("Error: npm is required. Install Node.js from https://nodejs.org/en/download and retry.") | CODE |
| LOW | install.py | 424 | except Exception as e: | CODE |
| LOW | install.py | 570 | except Exception: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 169 | except Exception as e: | CODE |
| LOW | diagram_analysis/diagram_generator.py | 533 | except Exception: | CODE |
| LOW | diagram_analysis/io_utils.py | 88 | except Exception as e: | CODE |
| LOW | diagram_analysis/io_utils.py | 316 | except Exception: | CODE |
| LOW | diagram_analysis/cluster_delta.py | 530 | except Exception as e: | CODE |
| LOW | core/plugin_loader.py | 38 | except Exception: | CODE |
| LOW | core/__init__.py | 72 | except Exception: | CODE |
| LOW | core/__init__.py | 87 | except Exception: | CODE |
| LOW | health/config.py | 83 | except Exception as e: | CODE |
| LOW | health/config.py | 121 | except Exception as e: | CODE |
| LOW | health/config.py | 171 | except Exception as e: | CODE |
| LOW | tests/integration/conftest.py | 292 | except Exception: | CODE |
| LOW | tests/integration/benchmark_static_analysis.py | 472 | except Exception as e: | CODE |
| LOW | tests/integration/generate_integration_fixtures.py | 203 | except Exception as e: | STRING |
| LOW | tests/agents/test_agent.py | 662 | except Exception: | CODE |
| LOW | tests/agents/test_agent.py | 692 | except Exception: | CODE |
| MEDIUM | tests/static_analyzer/scripts/diagnose_relations.py | 211 | print(f"Error: {repo_path} does not exist") | CODE |
| LOW | agents/model_capabilities.py | 107 | except Exception as e: | CODE |
| LOW | agents/model_capabilities.py | 201 | except Exception as e: | CODE |
| LOW | agents/retry.py | 88 | except Exception as exc: | CODE |
| LOW | agents/agent.py | 211 | except Exception as e: | CODE |
| LOW | agents/agent.py | 416 | except Exception as e: | CODE |
| MEDIUM | agents/agent.py | 204 | def invoke_target(): | CODE |
| MEDIUM | agents/agent.py | 411 | def call_once(): | CODE |
| LOW | agents/tools/read_docs.py | 91 | except Exception as e: | CODE |
| LOW | agents/prompts/prompt_factory.py | 100 | except Exception: | CODE |
| LOW | repo_utils/ignore.py | 201 | except Exception as e: | CODE |
| LOW | repo_utils/ignore.py | 219 | except Exception as e: | CODE |
| LOW | repo_utils/ignore.py | 251 | except Exception as e: | CODE |
| LOW | repo_utils/ignore.py | 329 | except Exception as e: | CODE |
| LOW | repo_utils/ignore.py | 346 | except Exception as e: | CODE |
| LOW | static_analyzer/analysis_cache.py | 215 | except Exception as e: | CODE |
| LOW | static_analyzer/analysis_cache.py | 246 | except Exception as e: | CODE |
| LOW | static_analyzer/analysis_cache.py | 262 | except Exception as e: | CODE |
| LOW | static_analyzer/analysis_cache.py | 334 | except Exception: | CODE |
| MEDIUM | static_analyzer/analysis_cache.py | 131 | def _read_tag_sha_unlocked(self) -> str | None: | CODE |
| LOW | static_analyzer/graph.py | 594 | except Exception as e: | CODE |
| LOW | static_analyzer/__init__.py | 277 | except Exception as exc: | CODE |
| LOW | static_analyzer/__init__.py | 287 | except Exception: | CODE |
| LOW | static_analyzer/__init__.py | 326 | except Exception as e: | CODE |
| LOW | static_analyzer/__init__.py | 352 | except Exception: | CODE |
| LOW | static_analyzer/__init__.py | 450 | except Exception: | CODE |
| LOW | static_analyzer/__init__.py | 510 | except Exception: | CODE |
| LOW | static_analyzer/__init__.py | 607 | except Exception as e: | CODE |
| LOW | static_analyzer/__init__.py | 697 | except Exception as e: | CODE |
| LOW | static_analyzer/reference_resolver.py | 171 | except Exception as error: | CODE |
| LOW | static_analyzer/cluster_helpers.py | 219 | except Exception as e: | CODE |
| LOW | static_analyzer/java_config_scanner.py | 196 | except Exception as e: | CODE |
| LOW | static_analyzer/incremental_orchestrator.py | 163 | except Exception: | CODE |
| LOW | static_analyzer/incremental_orchestrator.py | 232 | except Exception: | CODE |
| LOW | static_analyzer/engine/edge_builder.py | 107 | except Exception as e: | CODE |
| LOW | static_analyzer/engine/edge_builder.py | 331 | except Exception as e: | CODE |
| LOW | static_analyzer/engine/edge_builder.py | 427 | except Exception as e: | CODE |
| LOW | static_analyzer/engine/hierarchy_builder.py | 78 | except Exception as e: | CODE |
| LOW | static_analyzer/engine/hierarchy_builder.py | 92 | except Exception as e: | CODE |
| LOW | static_analyzer/engine/hierarchy_builder.py | 97 | except Exception as e: | CODE |
| 41 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vscode_constants.py | 15 | CODE | |
| LOW | logging_config.py | 123 | CODE | |
| LOW | install.py | 364 | CODE | |
| LOW | install.py | 458 | CODE | |
| LOW | install.py | 575 | CODE | |
| LOW | diagram_analysis/file_index.py | 50 | CODE | |
| LOW | diagram_analysis/diagram_generator.py | 465 | CODE | |
| LOW | diagram_analysis/diagram_generator.py | 727 | CODE | |
| LOW | diagram_analysis/io_utils.py | 189 | CODE | |
| LOW | diagram_analysis/cluster_delta.py | 172 | CODE | |
| LOW | diagram_analysis/analysis_json.py | 252 | CODE | |
| LOW | diagram_analysis/analysis_json.py | 376 | CODE | |
| LOW | output_generators/sphinx.py | 46 | CODE | |
| LOW | output_generators/mdx.py | 52 | CODE | |
| LOW | output_generators/html.py | 59 | CODE | |
| LOW | output_generators/markdown.py | 43 | CODE | |
| LOW | health/runner.py | 145 | CODE | |
| LOW | health/runner.py | 174 | CODE | |
| LOW | health/config.py | 101 | CODE | |
| LOW | health/checks/god_class.py | 67 | CODE | |
| LOW | health/checks/cohesion.py | 9 | CODE | |
| LOW | health/checks/inheritance.py | 15 | CODE | |
| LOW | tests/test_windows_encoding.py | 7 | CODE | |
| LOW | tests/test_registry_coverage.py | 123 | CODE | |
| LOW | tests/test_registry_coverage.py | 171 | CODE | |
| LOW | tests/test_tool_registry.py | 961 | CODE | |
| LOW | tests/test_tool_registry.py | 1059 | CODE | |
| LOW | tests/integration/benchmark_static_analysis.py | 389 | CODE | |
| LOW | tests/integration/generate_integration_fixtures.py | 140 | CODE | |
| LOW | tests/integration/health/test_health_integration.py | 94 | CODE | |
| LOW | tests/health/test_runner.py | 188 | CODE | |
| LOW | tests/health/test_runner.py | 229 | CODE | |
| LOW | tests/agents/test_llm_config.py | 601 | CODE | |
| LOW | tests/static_analyzer/test_java_utils.py | 189 | CODE | |
| LOW | tests/static_analyzer/test_java_utils.py | 310 | CODE | |
| LOW | tests/static_analyzer/test_java_utils.py | 325 | CODE | |
| LOW | tests/static_analyzer/scripts/diagnose_relations.py | 100 | CODE | |
| LOW | agents/cluster_methods_mixin.py | 191 | CODE | |
| LOW | agents/cluster_methods_mixin.py | 308 | CODE | |
| LOW | agents/cluster_methods_mixin.py | 571 | CODE | |
| LOW | agents/incremental_planning_agent.py | 133 | CODE | |
| LOW | agents/incremental_agent.py | 462 | CODE | |
| LOW | agents/incremental_agent.py | 89 | CODE | |
| LOW | agents/relation_edges.py | 33 | CODE | |
| LOW | agents/agent_responses.py | 41 | CODE | |
| LOW | agents/agent_responses.py | 75 | CODE | |
| LOW | agents/tools/read_docs.py | 51 | CODE | |
| LOW | agents/tools/read_file_structure.py | 104 | CODE | |
| LOW | agents/tools/read_file_structure.py | 39 | CODE | |
| LOW | agents/tools/base.py | 49 | CODE | |
| LOW | repo_utils/change_detector.py | 97 | CODE | |
| LOW | repo_utils/change_detector.py | 180 | CODE | |
| LOW | static_analyzer/typescript_config_scanner.py | 105 | CODE | |
| LOW | static_analyzer/analysis_cache.py | 219 | CODE | |
| LOW | static_analyzer/graph.py | 153 | CODE | |
| LOW | static_analyzer/graph.py | 631 | CODE | |
| LOW | static_analyzer/graph.py | 681 | CODE | |
| LOW | static_analyzer/graph.py | 849 | CODE | |
| LOW | static_analyzer/__init__.py | 51 | CODE | |
| LOW | static_analyzer/__init__.py | 209 | CODE | |
| 39 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | README.md | 101 | COMMENT | |
| LOW | user_config.py | 61 | [provider] | COMMENT |
| LOW | …on/projects/typescript_edge_cases_project/src/index.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …cts/typescript_edge_cases_project/src/unused/orphan.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …cts/typescript_edge_cases_project/src/utils/helpers.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …s/typescript_edge_cases_project/src/utils/constants.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …jects/typescript_edge_cases_project/src/utils/index.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …jects/typescript_edge_cases_project/src/models/base.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …s/typescript_edge_cases_project/src/models/entities.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …s/typescript_edge_cases_project/src/models/entities.ts | 21 | // Repository.getAll → Array.from() (stdlib) | COMMENT |
| LOW | …ects/typescript_edge_cases_project/src/models/index.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …/typescript_edge_cases_project/src/services/builder.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …ypescript_edge_cases_project/src/services/processor.ts | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …ypescript_edge_cases_project/src/services/processor.ts | 21 | // safeGetLabel → getLabel() (optional chaining call) | COMMENT |
| LOW | …integration/projects/python_edge_cases_project/main.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …on/projects/python_edge_cases_project/core/services.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …tion/projects/python_edge_cases_project/core/models.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …on/projects/python_edge_cases_project/core/__init__.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …on/projects/python_edge_cases_project/core/pipeline.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …on/projects/python_edge_cases_project/core/pipeline.py | 21 | # double -> add() (cross-module call to utils.helpers) | COMMENT |
| LOW | …ration/projects/python_edge_cases_project/core/base.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …projects/python_edge_cases_project/unused/dead_code.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …/projects/python_edge_cases_project/unused/__init__.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …n/projects/python_edge_cases_project/utils/__init__.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …on/projects/python_edge_cases_project/utils/helpers.py | 1 | # --- Static Analysis Expected --- | COMMENT |
| LOW | …sts/integration/projects/go_edge_cases_project/main.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …sts/integration/projects/go_edge_cases_project/main.go | 21 | // main → services.BuildQuery | COMMENT |
| LOW | …sts/integration/projects/go_edge_cases_project/main.go | 41 | // main → Duck.Swim | COMMENT |
| LOW | …ration/projects/go_edge_cases_project/unused/orphan.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …tion/projects/go_edge_cases_project/utils/constants.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …tion/projects/go_edge_cases_project/utils/constants.go | 21 | // utils.constants.statusdone | COMMENT |
| LOW | …ration/projects/go_edge_cases_project/utils/helpers.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …ration/projects/go_edge_cases_project/utils/helpers.go | 21 | // Expected call edges: | COMMENT |
| LOW | …egration/projects/go_edge_cases_project/models/base.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …egration/projects/go_edge_cases_project/models/base.go | 21 | // models.base.settype | COMMENT |
| LOW | …tion/projects/go_edge_cases_project/models/entities.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …tion/projects/go_edge_cases_project/models/entities.go | 21 | // models.entities.task | COMMENT |
| LOW | …tion/projects/go_edge_cases_project/models/entities.go | 41 | // models.entities.getall | COMMENT |
| LOW | …n/projects/go_edge_cases_project/services/processor.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …n/projects/go_edge_cases_project/services/processor.go | 21 | // services.processor.processtaskchain | COMMENT |
| LOW | …n/projects/go_edge_cases_project/services/processor.go | 41 | // SafeGetLabel → Task.GetLabel | COMMENT |
| LOW | …ion/projects/go_edge_cases_project/services/builder.go | 1 | // --- Static Analysis Ground Truth --- | COMMENT |
| LOW | …s/integration/projects/php_edge_cases_project/main.php | 1 | <?php | COMMENT |
| LOW | …s/integration/projects/php_edge_cases_project/main.php | 21 | // main → double, isHighPriority, safeGetLabel, getTaskInfo | COMMENT |
| LOW | …/projects/php_edge_cases_project/src/unused/orphan.php | 1 | <?php | COMMENT |
| LOW | …rojects/php_edge_cases_project/src/utils/constants.php | 1 | <?php | COMMENT |
| LOW | …rojects/php_edge_cases_project/src/utils/constants.php | 21 | // src.utils.constants.active | COMMENT |
| LOW | …/projects/php_edge_cases_project/src/utils/helpers.php | 1 | <?php | COMMENT |
| LOW | …rojects/php_edge_cases_project/src/models/entities.php | 1 | <?php | COMMENT |
| LOW | …rojects/php_edge_cases_project/src/models/entities.php | 21 | // src.models.entities.repository | COMMENT |
| LOW | …rojects/php_edge_cases_project/src/models/entities.php | 41 | // Dog::__construct → Entity::setType | COMMENT |
| LOW | …on/projects/php_edge_cases_project/src/models/base.php | 1 | <?php | COMMENT |
| LOW | …on/projects/php_edge_cases_project/src/models/base.php | 21 | // src.models.base.swimmingtrait | COMMENT |
| LOW | …ojects/php_edge_cases_project/src/services/builder.php | 1 | <?php | COMMENT |
| LOW | …ojects/php_edge_cases_project/src/services/builder.php | 21 | // buildQuery → where | COMMENT |
| LOW | …ects/php_edge_cases_project/src/services/processor.php | 1 | <?php | COMMENT |
| LOW | …ects/php_edge_cases_project/src/services/processor.php | 21 | // src.services.processor.computenested | COMMENT |
| LOW | …on/projects/javascript_edge_cases_project/src/index.js | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …s/javascript_edge_cases_project/src/utils/constants.js | 1 | // --- Static Analysis Expected --- | COMMENT |
| LOW | …cts/javascript_edge_cases_project/src/utils/helpers.js | 1 | // --- Static Analysis Expected --- | COMMENT |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/INTEGRATION_TESTS.md | 11 | # Step 1: Install LSP servers and setup configuration | COMMENT |
| LOW⚡ | tests/INTEGRATION_TESTS.md | 17 | # Step 2: Generate fixtures for languages with working LSP servers | COMMENT |
| LOW⚡ | tests/INTEGRATION_TESTS.md | 20 | # Step 3: Run integration tests | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 557 | # Step 1: Expand Core | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 564 | # Step 2: Also expand Messaging | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 580 | # Step 1: Core at depth 2 only | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 587 | # Step 2: Expand Users (2.1) to depth 3 -> Auth (2.1.1), Profiles (2.1.2) | COMMENT |
| LOW⚡ | agents/details_agent.py | 297 | # Step 1: Create subgraph from component's assigned files using strict filtering | COMMENT |
| LOW⚡ | agents/details_agent.py | 303 | # Step 2: Group clusters within the subgraph | COMMENT |
| LOW⚡ | agents/details_agent.py | 306 | # Step 3: Generate detailed analysis from grouped clusters | COMMENT |
| LOW⚡ | agents/details_agent.py | 310 | # Step 4: Assign hierarchical component IDs (e.g., "1.1", "1.2" under parent "1") | COMMENT |
| LOW⚡ | agents/details_agent.py | 313 | # Step 5: Resolve cluster IDs deterministically from group names | COMMENT |
| LOW⚡ | agents/details_agent.py | 316 | # Step 6: Populate file_methods deterministically from cluster results + orphan assignment | COMMENT |
| LOW⚡ | agents/details_agent.py | 321 | # Step 7: Analyze component API surfaces | COMMENT |
| LOW⚡ | agents/details_agent.py | 324 | # Step 8: Discover relations from API surfaces and attach deterministic all_edges | COMMENT |
| LOW⚡ | agents/details_agent.py | 334 | # Step 9: Fix source code reference lines (resolves reference_file paths) | COMMENT |
| LOW⚡ | agents/details_agent.py | 337 | # Step 10: Index relation endpoints after reference resolution | COMMENT |
| LOW⚡ | agents/details_agent.py | 340 | # Step 11: Ensure unique key entities across components | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 222 | # Step 1: Group related clusters together into logical components | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 225 | # Step 2: Generate abstract components from grouped clusters | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 227 | # Step 3: Assign hierarchical component IDs ("1", "2", "3", ...) | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 229 | # Step 4: Resolve cluster IDs deterministically from group names | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 231 | # Step 5: Populate file_methods deterministically from cluster results + orphan assignment | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 234 | # Step 6: Analyze component API surfaces | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 237 | # Step 7: Discover relations from API surfaces and attach deterministic all_edges | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 240 | # Step 8: Fix source code reference lines (resolves reference_file paths for key_entities and key_edges) | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 242 | # Step 9: Index relation endpoints after reference resolution | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 244 | # Step 10: Ensure unique key entities across components | COMMENT |
| LOW⚡ | repo_utils/ignore.py | 17 | # NOTE: The following are ALWAYS excluded (not configurable): | COMMENT |
| LOW | static_analyzer/analysis_result.py | 93 | # Step 1: collect type-param names from the trailing declaration | COMMENT |
| LOW | static_analyzer/analysis_result.py | 111 | # Step 2: replace type param names inside (…) with "object" | COMMENT |
| LOW⚡ | static_analyzer/analysis_result.py | 124 | # Step 3: strip <…> groups until stable | COMMENT |
| LOW⚡ | static_analyzer/analysis_result.py | 130 | # Step 4: remove residual whitespace | COMMENT |
| LOW | monitoring/callbacks.py | 61 | # IMPORTANT: Do not change this log line format. Any change must be approved by IVAN. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 557 | # Step 1: Expand Core | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 564 | # Step 2: Also expand Messaging | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 580 | # Step 1: Core at depth 2 only | COMMENT |
| LOW⚡ | tests/static_analyzer/test_global_relations.py | 587 | # Step 2: Expand Users (2.1) to depth 3 -> Auth (2.1.1), Profiles (2.1.2) | COMMENT |
| LOW⚡ | agents/details_agent.py | 297 | # Step 1: Create subgraph from component's assigned files using strict filtering | COMMENT |
| LOW⚡ | agents/details_agent.py | 303 | # Step 2: Group clusters within the subgraph | COMMENT |
| LOW⚡ | agents/details_agent.py | 306 | # Step 3: Generate detailed analysis from grouped clusters | COMMENT |
| LOW⚡ | agents/details_agent.py | 310 | # Step 4: Assign hierarchical component IDs (e.g., "1.1", "1.2" under parent "1") | COMMENT |
| LOW⚡ | agents/details_agent.py | 313 | # Step 5: Resolve cluster IDs deterministically from group names | COMMENT |
| LOW⚡ | agents/details_agent.py | 316 | # Step 6: Populate file_methods deterministically from cluster results + orphan assignment | COMMENT |
| LOW⚡ | agents/details_agent.py | 321 | # Step 7: Analyze component API surfaces | COMMENT |
| LOW⚡ | agents/details_agent.py | 324 | # Step 8: Discover relations from API surfaces and attach deterministic all_edges | COMMENT |
| LOW⚡ | agents/details_agent.py | 334 | # Step 9: Fix source code reference lines (resolves reference_file paths) | COMMENT |
| LOW⚡ | agents/details_agent.py | 337 | # Step 10: Index relation endpoints after reference resolution | COMMENT |
| LOW⚡ | agents/details_agent.py | 340 | # Step 11: Ensure unique key entities across components | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 222 | # Step 1: Group related clusters together into logical components | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 225 | # Step 2: Generate abstract components from grouped clusters | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 227 | # Step 3: Assign hierarchical component IDs ("1", "2", "3", ...) | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 229 | # Step 4: Resolve cluster IDs deterministically from group names | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 231 | # Step 5: Populate file_methods deterministically from cluster results + orphan assignment | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 234 | # Step 6: Analyze component API surfaces | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 237 | # Step 7: Discover relations from API surfaces and attach deterministic all_edges | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 240 | # Step 8: Fix source code reference lines (resolves reference_file paths for key_entities and key_edges) | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 242 | # Step 9: Index relation endpoints after reference resolution | COMMENT |
| LOW⚡ | agents/abstraction_agent.py | 244 | # Step 10: Ensure unique key entities across components | COMMENT |
| LOW | static_analyzer/analysis_result.py | 93 | # Step 1: collect type-param names from the trailing declaration | COMMENT |
| LOW | static_analyzer/analysis_result.py | 111 | # Step 2: replace type param names inside (…) with "object" | COMMENT |
| LOW⚡ | static_analyzer/analysis_result.py | 124 | # Step 3: strip <…> groups until stable | COMMENT |
| LOW⚡ | static_analyzer/analysis_result.py | 130 | # Step 4: remove residual whitespace | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | diagram_analysis/analysis_json.py | 570 | # Create the component for this level (non-nested) | COMMENT |
| MEDIUM | output_generators/sphinx.py | 34 | # Create a link to the component's details file | COMMENT |
| MEDIUM | output_generators/mdx.py | 31 | # Create a link to the component's details file using new format | COMMENT |
| MEDIUM | output_generators/markdown.py | 31 | # Create a link to the component's details file | COMMENT |
| MEDIUM | health/config.py | 26 | # This file is automatically loaded by health checks to exclude specified | COMMENT |
| MEDIUM | health/checks/unused_code_diagnostics.py | 294 | # Create a descriptive entity name from the message | COMMENT |
| MEDIUM⚡ | tests/test_vscode_constants.py | 65 | # Create a test directory structure | COMMENT |
| MEDIUM⚡ | tests/test_vscode_constants.py | 69 | # Create the file we're looking for | COMMENT |
| MEDIUM⚡ | tests/test_vscode_constants.py | 88 | # Create a file in wrong directory | COMMENT |
| MEDIUM | tests/test_logging_config.py | 211 | # Create a stream that uses cp1251 encoding with strict error handling, | COMMENT |
| MEDIUM | tests/diagram_analysis/test_diagram_analysis.py | 721 | # Create a simple test file | COMMENT |
| MEDIUM | tests/agents/test_llm_config.py | 627 | # Create an agent | COMMENT |
| MEDIUM | tests/agents/test_details_agent.py | 116 | # Create a mock node with proper attributes for method-level expansion check | COMMENT |
| MEDIUM | tests/agents/tools/test_cfg_tools.py | 62 | # Create a component with some files from the static analysis | COMMENT |
| MEDIUM | tests/agents/tools/test_external_deps.py | 14 | # Create a temporary directory for testing | COMMENT |
| MEDIUM | tests/static_analyzer/test_graph.py | 300 | # Create a larger graph | COMMENT |
| MEDIUM⚡ | repo_utils/ignore.py | 22 | # This file is automatically loaded by CodeBoarding analysis tools to exclude | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | agents/prompts/kimi_prompts.py | 399 | - For create_component only: leave component_id null; provide a clear name and description. Select up to 5 key_entitie | CODE |
| HIGH | agents/prompts/gemini_flash_prompts.py | 363 | - For create_component only: leave component_id null; provide a clear name and description. Select up to 5 key_entitie | CODE |
| HIGH | agents/prompts/glm_prompts.py | 443 | - For create_component only: leave component_id null; provide a clear name and description. Select up to 5 key_entitie | CODE |
| HIGH | agents/prompts/gpt_prompts.py | 450 | - For create_component only: leave component_id null; provide a clear name and description. Select up to 5 key_entitie | CODE |
| HIGH | agents/prompts/deepseek_prompts.py | 412 | - For create_component only: leave component_id null; provide a clear name and description. Select up to 5 key_entitie | CODE |
| HIGH | agents/prompts/claude_prompts.py | 355 | 2. **Create a new component.** Leave the existing component id as null, give the new component a fresh name (distinct fr | CODE |
| HIGH | agents/prompts/claude_prompts.py | 404 | - For create_component only: leave component_id null; provide a clear name and description. Select up to 5 key_entitie | CODE |
| HIGH | repo_utils/__init__.py | 177 | origin.push() | CODE |
| HIGH | telemetry/device_id.py | 20 | """Mirror ``cat /var/lib/dbus/machine-id || cat /etc/machine-id``.""" | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install.py | 544 | # Check if pre-commit is installed (only available with dev dependencies) | COMMENT |
| LOW | output_generators/html.py | 110 | # Check if there's a linked file for this component | COMMENT |
| LOW | health/checks/unused_code_diagnostics.py | 221 | # Check if code contains any known patterns | COMMENT |
| LOW | tests/agents/tools/test_read_source_tool.py | 24 | # Check if we have any references to work with | COMMENT |
| LOW | agents/tools/read_file_structure.py | 129 | # Check if we've exceeded the maximum number of lines | COMMENT |
| LOW | agents/tools/read_file.py | 63 | # Read the file content | COMMENT |
| LOW | static_analyzer/graph.py | 374 | # Check if best coverage at this level is good enough | COMMENT |
| LOW | static_analyzer/java_config_scanner.py | 63 | # Check if a Maven project already exists at the same root | COMMENT |
| LOW | static_analyzer/engine/symbol_table.py | 313 | # Check if any co-located symbol (alias at same position) has a parent | COMMENT |
| LOW | .github/workflows/docs.yml | 152 | # Check if previous analysis exists in target repo for incremental updates | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tests/static_analyzer/test_global_relations.py | 402 | # Root LLM "1"->"2" label "orchestrates" -> inherited two levels down by | COMMENT |
| MEDIUM | agents/validation.py | 295 | # Check 3: Components referencing non-existent group names (typos/hallucinations) | COMMENT |
| MEDIUM | .github/workflows/integration-tests.yml | 46 | # Emit the matrix.include list, event-driven: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/static_analyzer/test_java_utils.py | 159 | # Simple approach: just return True for the paths we want to exist | COMMENT |
| MEDIUM | agents/prompts/gpt_prompts.py | 19 | SYSTEM_MESSAGE = """You are an expert software architect. Your task is to create comprehensive documentation and interac | CODE |
| MEDIUM | agents/prompts/claude_prompts.py | 49 | SYSTEM_MESSAGE = """You are a software architecture expert analyzing {project_name} with comprehensive diagram generatio | CODE |
| MEDIUM | agents/prompts/claude_prompts.py | 210 | META_INFORMATION_PROMPT = """Analyze project '{project_name}' to extract architectural metadata for comprehensive analys | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | static_analyzer/java_utils.py | 187 | Create command to launch JDTLS. Args: jdtls_root: Root directory of JDTLS installation workspa | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …integration/projects/python_edge_cases_project/main.py | 43 | profile = build_profile("Alice", "alice@example.com", "123 Main St", "Springfield") | CODE |
| LOW⚡ | tests/static_analyzer/test_analysis_cache.py | 365 | (self.src_dir / STATIC_ANALYSIS_PKL).write_bytes(b"placeholder") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/integration/test_static_analysis_warm_start_delta.py | 234 | """def helper(): | STRING |
| LOW | tests/static_analyzer/test_reference_resolver.py | 21 | (self.repo_dir / "module" / "file.py").write_text("def test_function():\n pass\n") | CODE |
| LOW⚡ | tests/static_analyzer/test_edge_builder.py | 214 | src.write_text("def main():\n helper()\n\ndef helper():\n pass\n") | CODE |