Repository Analysis

idank/explainshell

match command-line arguments to their help text

15.4 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of idank/explainshell, a Python project with 14,149 GitHub stars. SynthScan v2.0 examined 61,265 lines of code across 130 source files, recording 692 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 15.4 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

15.4
Adjusted Score
15.4
Raw Score
100%
Time Factor
2026-08-01
Last Push
14.1K
Stars
Python
Language
61.3K
Lines of Code
130
Files
692
Pattern Hits
2026-08-02
Scan Date
0.05
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 6MEDIUM 103LOW 583

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 692 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers443 hits · 390 pts
SeverityFileLineSnippetContext
LOWtests/test_web_views.py87 def test_explain_cmd_no_distro(self):CODE
LOWtests/test_web_views.py92 def test_command_substitution_escapes_nested_command(self):CODE
LOWtests/test_web_views.py101 def test_command_substitution_escapes_explain_prefix(self):CODE
LOWtests/test_web_views.py107 def test_unknown_release_with_cmd_redirects(self):CODE
LOWtests/test_web_views.py115 def test_unknown_release_with_program_redirects(self):CODE
LOWtests/test_web_views.py120 def test_unknown_release_with_section_and_program_redirects(self):CODE
LOWtests/test_web_views.py125 def test_unknown_release_without_cmd_redirects(self):CODE
LOWtests/test_web_views.py131 def test_explain_no_cmd_redirects(self):CODE
LOWtests/test_web_views.py136 def test_explain_empty_cmd_redirects(self):CODE
LOWtests/test_web_views.py140 def test_explain_program_no_distro(self):CODE
LOWtests/test_web_views.py145 def test_explain_section_program_no_distro(self):CODE
LOWtests/test_web_views.py150 def test_explain_program_links_to_raw_source_in_debug(self):CODE
LOWtests/test_web_views.py157 def test_explain_program_omits_raw_source_link_outside_debug(self):CODE
LOWtests/test_web_views.py166 def test_explain_cmd_with_distro(self):CODE
LOWtests/test_web_views.py171 def test_explain_program_with_distro(self):CODE
LOWtests/test_web_views.py176 def test_explain_section_program_with_distro(self):CODE
LOWtests/test_web_views.py188 def test_explain_prefix_with_distro_in_form(self):CODE
LOWtests/test_web_views.py192 def test_explain_prefix_without_distro_in_form(self):CODE
LOWtests/test_web_views.py197 def test_explain_prefix_in_command_links(self):CODE
LOWtests/test_web_views.py202 def test_explain_prefix_without_distro_in_command_links(self):CODE
LOWtests/test_web_views.py207 def test_default_distro_prefers_ubuntu(self):CODE
LOWtests/test_web_views.py243 def test_distro_only_no_cmd_redirects(self):CODE
LOWtests/test_web_views.py247 def test_suggestion_links_use_distro_prefix(self):CODE
LOWtests/test_web_views.py252 def test_suggestion_links_no_distro(self):CODE
LOWtests/test_web_views.py339 def test_url_distro_no_fallback(self):CODE
LOWtests/test_web_views.py347 def test_all_distros_miss_still_raises(self):CODE
LOWtests/test_web_views.py355 def test_pipeline_anchors_to_fallback_distro(self):CODE
LOWtests/test_web_views.py419 def test_manpage_view_sets_etag_and_cache_control(self):CODE
LOWtests/test_web_views.py427 def test_cmd_view_sets_etag_and_cache_control(self):CODE
LOWtests/test_web_views.py434 def test_browser_lifetime_is_shorter_than_cdn(self):CODE
LOWtests/test_web_views.py497 def test_etag_flips_on_db_rebuild(self):CODE
LOWtests/test_web_views.py503 def test_etag_flips_on_code_deploy(self):CODE
LOWtests/test_web_views.py509 def test_cmd_unknown_program_is_not_cached(self):CODE
LOWtests/test_web_views.py519 def test_missing_manpage_is_not_cached(self):CODE
LOWtests/test_web_views.py573 def test_manpage_displays_source_text(self):CODE
LOWtests/test_web_views.py583 def test_manpage_roff_rendered_as_pre(self):CODE
LOWtests/test_web_views.py587 def test_manpage_markdown_rendered_as_html(self):CODE
LOWtests/test_web_views.py596 def test_manpage_mismatched_dir_file_section(self):CODE
LOWtests/test_web_views.py601 def test_manpage_filename_with_spaces(self):CODE
LOWtests/test_web_views.py606 def test_manpage_filename_with_plus(self):CODE
LOWtests/test_web_views.py634 def test_list_filtered_by_section(self):CODE
LOWtests/test_web_views.py639 def test_list_empty_for_unknown_section(self):CODE
LOWtests/test_web_views.py645 def test_list_links_point_to_manpage_view(self):CODE
LOWtests/test_web_views.py649 def test_list_links_url_encode_special_chars(self):CODE
LOWtests/test_web_views.py721 def test_bare_angle_brackets_escaped(self):CODE
LOWtests/test_web_views.py726 def test_already_escaped_entities(self):CODE
LOWtests/test_web_views.py732 def test_blockquotes_preserved(self):CODE
LOWtests/test_web_views.py35def test_get_store_uses_per_request_store_in_debug(tmp_path: Path) -> None:CODE
LOWtests/test_web_views.py56def test_get_store_uses_app_scoped_cache_when_debug_disabled(tmp_path: Path) -> None:CODE
LOWtests/test_web_views.py282 def _store_with_ubuntu_and_arch(self) -> Store:CODE
LOWtests/test_web_views.py328 def test_default_distro_falls_back(self):CODE
LOWtests/test_web_views.py366 def test_program_default_falls_back(self):CODE
LOWtests/test_web_views.py375 def test_program_url_distro_no_fallback(self):CODE
LOWtests/test_web_views.py451 def test_if_none_match_skips_rendering(self):CODE
LOWtests/test_web_views.py467 def test_if_none_match_skips_rendering_for_program(self):CODE
LOWtests/test_web_views.py477 def test_stale_etag_still_renders(self):CODE
LOWtests/test_web_views.py544 def test_program_view_has_no_cache_headers(self):CODE
LOWtests/test_web_views.py550 def test_cmd_view_has_no_cache_headers(self):CODE
LOWtests/test_web_views.py619 def test_release_index_unknown_distro(self):CODE
LOWtests/test_web_views.py690 def test_explain_program_returns_str_options(self):CODE
383 more matches not shown…
Decorative Section Separators100 hits · 348 pts
SeverityFileLineSnippetContext
MEDIUMtools/bench_src_index.py18# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/bench_src_index.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/fetch_manned.py253# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/fetch_manned.py255# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py524# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py526# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1211# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1213# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1774# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1776# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1828# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1830# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py39# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py41# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py97# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py99# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py280# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py282# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py863# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py865# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1683# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py1685# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2048# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2050# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2164# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2166# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2193# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2195# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2440# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2442# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2493# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2495# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2628# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_manager.py2630# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py19# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py21# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py50# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py52# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py72# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py74# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py95# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py97# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py271# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py273# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py344# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py346# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py388# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py390# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py404# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py406# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py473# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py475# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py176# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_response.py178# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_text.py21# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_text.py23# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_text.py54# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_text.py56# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_text.py258# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/extraction/llm/test_text.py260# ---------------------------------------------------------------------------COMMENT
40 more matches not shown…
Cross-Language Confusion6 hits · 40 pts
SeverityFileLineSnippetContext
HIGHtests/evals/render/render_eval.py785 const card = id && document.getElementById(id);CODE
HIGHtests/evals/render/render_eval.py791 if (updateHash && location.hash.slice(1) !== id) {{CODE
HIGHtests/evals/render/render_eval.py792 history.replaceState(null, "", "#" + id);CODE
HIGHtests/extraction/llm/test_codex_provider.py108 jsonl = '{"type":"turn.completed","usage":null}\n'CODE
HIGHexplainshell/extraction/llm/prompt.py28 "positional": null, // name string for positional operands with no flags (e.g.CODE
HIGHexplainshell/extraction/llm/prompt.py31 "prefix": null, // literal sigil character the SYNOPSIS attaches to thisCODE
Structural Annotation Overuse21 hits · 38 pts
SeverityFileLineSnippetContext
LOWtools/fetch_manned.py544 # Step 1: within a package, prefer the latest `released`;COMMENT
LOWtools/fetch_manned.py575 # Step 2: prefer standard man-path if any candidate is there.COMMENT
LOWtools/fetch_manned.py578 # Step 3: latest released wins; lowest shorthash tiebreaks.COMMENT
LOW.claude/skills/mandoc-fix/SKILL.md26## Step 1: ScopeCOMMENT
LOW.claude/skills/mandoc-fix/SKILL.md36## Step 2: Capture absolute baselineCOMMENT
LOW.claude/skills/mandoc-fix/SKILL.md51## Step 3: Dispatch subagentCOMMENT
LOW.claude/skills/mandoc-fix/SKILL.md59## Step 4: Validate (three layers)COMMENT
LOW.claude/skills/mandoc-fix/SKILL.md69## Step 5: Apply the rubricCOMMENT
LOW.claude/skills/mandoc-fix/SKILL.md75## Step 6: Promote and propose downstreamCOMMENT
LOW.claude/skills/eval-llm/SKILL.md23## Step 1: Produce a baseline run and a candidate runCOMMENT
LOW.claude/skills/eval-llm/SKILL.md40## Step 2: CompareCOMMENT
LOW.claude/skills/eval-llm/SKILL.md55## Step 3: Classify every flagged pageCOMMENT
LOW.claude/skills/eval-llm/SKILL.md70## Step 4: Apply the rubricCOMMENT
LOW.claude/skills/eval-llm/SKILL.md76## Step 5: ReportCOMMENT
LOW.claude/skills/eval-render/SKILL.md22## Step 1: Render baseline + candidateCOMMENT
LOW.claude/skills/eval-render/SKILL.md34## Step 2: CompareCOMMENT
LOW.claude/skills/eval-render/SKILL.md43## Step 3: Classify every flagged pageCOMMENT
LOW.claude/skills/eval-render/SKILL.md51## Step 4: Generate the diff reportCOMMENT
LOW.claude/skills/eval-render/SKILL.md62## Step 5: Apply the rubricCOMMENT
LOW.claude/skills/eval-render/SKILL.md68## Step 6: Handoff prompt (only on regression)COMMENT
LOW.claude/skills/eval-render/SKILL.md109## Step 7: ReportCOMMENT
Unused Imports32 hits · 31 pts
SeverityFileLineSnippetContext
LOWtools/loadtest.py25CODE
LOWtools/postprocess_ubuntu_archive.py15CODE
LOWtools/scan_bot_traffic.py15CODE
LOWtools/experiments/eval_size_routing.py7CODE
LOWtests/test_postprocess_ubuntu_archive.py3CODE
LOWtests/evals/_common.py9CODE
LOWtests/evals/llm/llm_eval.py10CODE
LOWtests/evals/render/render_eval.py9CODE
LOWtests/extraction/test_postprocess.py3CODE
LOWtests/extraction/llm/test_openai_provider.py3CODE
LOWtests/extraction/llm/test_codex_provider.py3CODE
LOWexplainshell/diff.py6CODE
LOWexplainshell/manager.py22CODE
LOWexplainshell/extraction/prefilter.py13CODE
LOWexplainshell/extraction/runner.py7CODE
LOWexplainshell/extraction/manifest.py7CODE
LOWexplainshell/extraction/postprocess.py3CODE
LOWexplainshell/extraction/__init__.py11CODE
LOWexplainshell/extraction/__init__.py13CODE
LOWexplainshell/extraction/__init__.py13CODE
LOWexplainshell/extraction/__init__.py13CODE
LOWexplainshell/extraction/__init__.py13CODE
LOWexplainshell/extraction/types.py3CODE
LOWexplainshell/extraction/common.py3CODE
LOWexplainshell/extraction/report.py6CODE
LOWexplainshell/extraction/llm/response.py3CODE
LOWexplainshell/extraction/llm/extractor.py45CODE
LOWexplainshell/extraction/llm/text.py4CODE
LOWexplainshell/extraction/llm/providers/codex.py3CODE
LOWexplainshell/extraction/llm/providers/__init__.py3CODE
LOWexplainshell/extraction/llm/providers/gemini.py3CODE
LOWexplainshell/extraction/llm/providers/openai.py3CODE
Excessive Try-Catch Wrapping28 hits · 28 pts
SeverityFileLineSnippetContext
LOWtools/loadtest.py267 except Exception as e:CODE
LOWtools/loadtest.py530 except Exception as e:CODE
LOWtools/loadtest.py568 except Exception as e:CODE
LOWtools/loadtest.py694 except Exception as e:CODE
LOWtools/loadtest.py706 except Exception:CODE
LOWtools/fetch_manned.py322 except Exception:CODE
LOWtools/fetch_manned.py633 except Exception:CODE
LOWtests/evals/render/render_eval.py233 except Exception as exc:CODE
MEDIUMtests/extraction/test_runner.py671def _run() -> None:CODE
LOWtests/extraction/test_runner.py674 except Exception as e: # pragma: no cover - test harness plumbingCODE
LOWexplainshell/util.py155 except Exception:CODE
LOWexplainshell/util.py164 except Exception:CODE
LOWexplainshell/roff_utils.py103 except Exception as e:CODE
LOWexplainshell/web/markdown.py14 except Exception:CODE
LOWexplainshell/web/views.py326 except Exception as error_msg:CODE
LOWexplainshell/extraction/runner.py82 except Exception as e:CODE
LOWexplainshell/extraction/runner.py145 except Exception as e:CODE
LOWexplainshell/extraction/runner.py178 except Exception as e:CODE
LOWexplainshell/extraction/runner.py350 except Exception:CODE
LOWexplainshell/extraction/runner.py413 except Exception as e:CODE
LOWexplainshell/extraction/runner.py428 except Exception as e:CODE
LOWexplainshell/extraction/runner.py523 except Exception as e:CODE
LOWexplainshell/extraction/llm/extractor.py497 except Exception as e:CODE
LOWexplainshell/extraction/llm/providers/gemini.py127 except Exception as e:CODE
LOWexplainshell/extraction/llm/providers/openai.py208 except Exception as e:CODE
LOWexplainshell/extraction/llm/providers/openai.py279 except Exception as e:CODE
LOWexplainshell/extraction/llm/providers/openai.py317 except Exception as e:CODE
LOWexplainshell/extraction/llm/providers/openai.py384 except Exception as e:CODE
Deep Nesting25 hits · 25 pts
SeverityFileLineSnippetContext
LOWtools/loadtest.py483CODE
LOWtools/fetch_manned.py301CODE
LOWtools/experiments/eval_size_routing.py34CODE
LOWexplainshell/store.py570CODE
LOWexplainshell/matcher.py260CODE
LOWexplainshell/matcher.py499CODE
LOWexplainshell/matcher.py938CODE
LOWexplainshell/matcher.py562CODE
LOWexplainshell/util.py93CODE
LOWexplainshell/diff.py60CODE
LOWexplainshell/diff.py188CODE
LOWexplainshell/manager.py586CODE
LOWexplainshell/manager.py1197CODE
LOWexplainshell/web/views.py193CODE
LOWexplainshell/web/views.py531CODE
LOWexplainshell/web/views.py647CODE
LOWexplainshell/extraction/prefilter.py204CODE
LOWexplainshell/extraction/runner.py188CODE
LOWexplainshell/extraction/runner.py289CODE
LOWexplainshell/extraction/runner.py470CODE
LOWexplainshell/extraction/postprocess.py116CODE
LOWexplainshell/extraction/report.py90CODE
LOWexplainshell/extraction/llm/text.py197CODE
LOWexplainshell/extraction/llm/providers/openai.py166CODE
LOWexplainshell/extraction/llm/providers/openai.py320CODE
Modern Structural Boilerplate23 hits · 24 pts
SeverityFileLineSnippetContext
LOWtools/migrate_mongo_to_sqlite.py19logger = logging.getLogger(__name__)CODE
LOWtools/postprocess_ubuntu_archive.py25logger = logging.getLogger(__name__)CODE
LOWtools/fetch_manned.py32logger = logging.getLogger(__name__)CODE
LOWtests/evals/_common.py21__all__ = [CODE
LOWexplainshell/store.py18logger = logging.getLogger(__name__)CODE
LOWexplainshell/store.py456 def update_mapping_score(self, src: str, dst: str, score: int) -> None:CODE
LOWexplainshell/manpage.py9logger = logging.getLogger(__name__)CODE
LOWexplainshell/matcher.py67logger = logging.getLogger(__name__)CODE
LOWexplainshell/roff_utils.py14logger = logging.getLogger(__name__)CODE
LOWexplainshell/manager.py442def _setup_console_logging(log_level_str: str) -> None:CODE
LOWexplainshell/web/__init__.py11logger = logging.getLogger(__name__)CODE
LOWexplainshell/web/views.py21logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/prefilter.py22logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/runner.py33logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/runner.py39 def set_total_batches(self, n: int) -> None:CODE
LOWexplainshell/extraction/manifest.py40 def set_total_batches(self, n: int) -> None: ...CODE
LOWexplainshell/extraction/manifest.py70 def set_total_batches(self, n: int) -> None:CODE
LOWexplainshell/extraction/postprocess.py12logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/__init__.py22__all__ = [CODE
LOWexplainshell/extraction/llm/response.py12logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/llm/extractor.py97logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/llm/providers/gemini.py20logger = logging.getLogger(__name__)CODE
LOWexplainshell/extraction/llm/providers/openai.py20logger = logging.getLogger(__name__)CODE
Over-Commented Block7 hits · 7 pts
SeverityFileLineSnippetContext
LOWprod/integration-test.sh1#!/usr/bin/env bashCOMMENT
LOWtools/download-latest-db.sh1#!/bin/bashCOMMENT
LOWtools/bench_src_index.py21#COMMENT
LOWexplainshell/web/static/js/jquery.js1341COMMENT
LOWexplainshell/web/static/js/jquery.js9581// Expose jQuery as an AMD module, but only for AMD loaders thatCOMMENT
LOWexplainshell/extraction/types.py21COMMENT
LOWexplainshell/extraction/llm/prompt.py21 {COMMENT
AI Slop Vocabulary3 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMtests/extraction/test_runner.py674 except Exception as e: # pragma: no cover - test harness plumbingCODE
LOWexplainshell/web/__init__.py49 # (e.g. `make deploy-local`). We just pass it through.COMMENT
MEDIUMexplainshell/web/static/js/jquery.js9588// AMD modules. A named AMD is safest and most robust way to register.COMMENT
Verbosity Indicators3 hits · 6 pts
SeverityFileLineSnippetContext
LOWtools/fetch_manned.py544 # Step 1: within a package, prefer the latest `released`;COMMENT
LOWtools/fetch_manned.py575 # Step 2: prefer standard man-path if any candidate is there.COMMENT
LOWtools/fetch_manned.py578 # Step 3: latest released wins; lowest shorthash tiebreaks.COMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtools/download-latest-db.sh4# Usage:COMMENT