Repository Analysis

awslabs/aidlc-workflows

AI-Driven Life Cycle (AI-DLC) adaptive workflow steering rules for AI coding agents

34.9 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of awslabs/aidlc-workflows, a Python project with 4,212 GitHub stars. SynthScan v2.0 examined 49,230 lines of code across 279 source files, recording 900 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 34.9 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).

34.9
Adjusted Score
34.9
Raw Score
100%
Time Factor
2026-08-28
Last Push
4.2K
Stars
Python
Language
49.2K
Lines of Code
279
Files
900
Pattern Hits
2026-08-29
Scan Date
0.06
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

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.

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 16MEDIUM 275LOW 609

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 900 distinct pattern matches across 20 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 Separators234 hits · 754 pts
SeverityFileLineSnippetContext
MEDIUM.markdownlint-cli2.yaml7 # ============================================================COMMENT
MEDIUM.markdownlint-cli2.yaml9 # ============================================================COMMENT
MEDIUM.markdownlint-cli2.yaml23 # ============================================================COMMENT
MEDIUM.markdownlint-cli2.yaml25 # ============================================================COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml32# ─────────────────────────── paths ───────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml36 # ── Health ─────────────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml50 # ── Arithmetic ─────────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml230 # ── Powers & Roots ─────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml359 # ── Trigonometry ───────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml660 # ── Logarithmic ───────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml790 # ── Statistics ─────────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml1015 # ── Constants ──────────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml1126 # ── Conversions ────────────────────────────────────────────────────COMMENT
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml1227 # ── Error cases (spec-level) ──────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml30# ---------------------------------------------------------------------------COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml32# ---------------------------------------------------------------------------COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml133# ---------------------------------------------------------------------------COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml135# ---------------------------------------------------------------------------COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml139 # ── Health ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml151 # ── Auth ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml208 # ── Books (Catalog) ─────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml383 # ── Checkouts (Lending) ─────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml448 # ── Holds ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml508 # ── Fees ─────────────────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml535 # ── Members ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml571 # ── Reports ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml606 # ── 404 Catch-all ───────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py58# ── helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py305# ── stages ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py561# ── CLI ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py671 # ── Test mode ────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py676 # ── Resolve defaults from config YAML when not provided on CLI ──────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py696 # ── Optional tool paths from config ─────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py699 # ── Resolve scenario and apply defaults ──────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py717 # ── Evaluate-only mode ───────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py771 # ── Full pipeline ────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py839 # ── Summary ──────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_batch_evaluation.py329 # ── Resolve defaults from base config YAML ────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_batch_evaluation.py345 # ── Select models ─────────────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_extension_test.py140 # ===============================================COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_cli_evaluation.py217 # ── Resolve defaults from config YAML when not provided on CLI ──────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_cli_evaluation.py236 # ── Resolve AIDLC rules config ────────────────────────────────────────COMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_cli_evaluation.py261 # ── Setup AIDLC rules (git clone or local copy) ─────────────────────COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py22# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py24# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py72# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py74# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py121# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py123# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py153# ---------------------------------------------------------------------------COMMENT
MEDIUM…valuator/packages/quantitative/tests/test_analyzers.py155# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py78# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py80# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py131# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py133# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py189# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py191# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py235# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py237# ---------------------------------------------------------------------------COMMENT
MEDIUM…or/packages/quantitative/src/quantitative/analyzers.py284# ---------------------------------------------------------------------------COMMENT
174 more matches not shown…
Structural Annotation Overuse169 hits · 327 pts
SeverityFileLineSnippetContext
LOW…cs/construction/plans/sci-calc-code-generation-plan.md11### Step 1: Project Structure SetupCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md20### Step 2: Engine — Custom ExceptionsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md23### Step 3: Engine — Arithmetic OperationsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md27### Step 4: Engine — Powers and RootsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md31### Step 5: Engine — TrigonometryCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md36### Step 6: Engine — Logarithmic OperationsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md40### Step 7: Engine — StatisticsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md44### Step 8: Engine — ConstantsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md48### Step 9: Engine — Unit ConversionsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md52### Step 10: Models — Request ModelsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md55### Step 11: Models — Response ModelsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md58### Step 12: Routes — ArithmeticCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md61### Step 13: Routes — PowersCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md64### Step 14: Routes — TrigonometryCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md67### Step 15: Routes — LogarithmicCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md70### Step 16: Routes — StatisticsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md73### Step 17: Routes — ConstantsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md76### Step 18: Routes — ConversionsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md79### Step 19: Application Entry PointCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md82### Step 20: Tests — Engine Unit TestsCOMMENT
LOW…cs/construction/plans/sci-calc-code-generation-plan.md91### Step 21: Tests — API Integration TestsCOMMENT
LOW…valuator/packages/qualitative/tests/test_comparator.py37 "# Code Plan\n## Step 1: Setup\nCreate project structure.\n"CODE
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md11## Step 1: Multi-Package DiscoveryCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md46## Step 2: Generate Business Overview DocumentationCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md67## Step 3: Generate Architecture DocumentationCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md101## Step 4: Generate Code Structure DocumentationCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md134## Step 5: Generate API DocumentationCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md162## Step 6: Generate Component InventoryCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md189## Step 7: Generate Technology Stack DocumentationCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md212## Step 8: Generate Dependencies DocumentationCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md233## Step 9: Generate Code Quality AssessmentCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md258## Step 10: Create Timestamp FileCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md280## Step 11: Update State TrackingCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md290## Step 12: Present Completion Message to UserCOMMENT
LOW…ws-aidlc-rule-details/inception/reverse-engineering.md308## Step 13: Wait for User ApprovalCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md146## Step 4: Include Mandatory Story Artifacts in PlanCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md154## Step 5: Present Story OptionsCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md164## Step 6: Store Story PlanCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md170## Step 7: Request User InputCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md176## Step 8: Collect AnswersCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md181## Step 9: ANALYZE ANSWERS (MANDATORY)COMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md191## Step 10: MANDATORY Follow-up QuestionsCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md205## Step 11: Avoid Implementation DetailsCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md211## Step 12: Log Approval PromptCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md216## Step 13: Wait for Explicit Approval of PlanCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md221## Step 14: Record Approval ResponseCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md230## Step 15: Load Story Generation PlanCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md235## Step 16: Execute Current StepCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md241## Step 17: Update ProgressCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md246## Step 18: Continue or Complete GenerationCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md251## Step 19: Log Approval PromptCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md256## Step 20: Present Completion MessageCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md289## Step 21: Wait for Explicit Approval of Generated StoriesCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md294## Step 22: Record Approval ResponseCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md299## Step 23: Update ProgressCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md67## Step 1: Validate User Stories Need (MANDATORY)COMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md118## Step 2: Create Story PlanCOMMENT
LOW…rules/aws-aidlc-rule-details/inception/user-stories.md124## Step 3: Generate Context-Appropriate QuestionsCOMMENT
LOW…-aidlc-rule-details/inception/requirements-analysis.md15### Step 1: Load Reverse Engineering Context (if available)COMMENT
LOW…-aidlc-rule-details/inception/requirements-analysis.md23### Step 2: Analyze User Request (Intent Analysis)COMMENT
109 more matches not shown…
Hyper-Verbose Identifiers188 hits · 198 pts
SeverityFileLineSnippetContext
LOW…g-inputs/example-tech-env-scientific-calculator-api.md595 def test_pythagorean_identity(self, x: float) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md925 def test_sin_invalid_angle_mode(self, client: TestClient) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md1064 def test_log_of_zero_raises_domain_error(self) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md1069 def test_log_of_negative_raises_domain_error(self) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md1074 def test_log_base_zero_raises_domain_error(self) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md1079 def test_log_base_one_raises_domain_error(self) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md1084 def test_log_base_negative_raises_domain_error(self) -> None:CODE
LOW…g-inputs/example-tech-env-scientific-calculator-api.md1111 def test_log_product_identity(self, a: float, b: float) -> None:CODE
LOW…/example-minimal-tech-env-scientific-calculator-api.md126def test_log_of_negative_raises_domain_error() -> None:CODE
LOWscripts/aidlc-evaluator/scripts/run_batch_evaluation.py69def _find_latest_timestamped_run(runs_dir: Path) -> Path | None:CODE
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py72def run_evaluation_with_config(CODE
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py258def generate_extension_comparison(CODE
LOW…ripts/aidlc-evaluator/scripts/run_comparison_report.py121def generate_comparison_markdown(CODE
LOW…c-evaluator/packages/quantitative/tests/test_models.py6def test_compute_summary_lint_only():CODE
LOW…c-evaluator/packages/quantitative/tests/test_models.py25def test_compute_summary_security_only():CODE
LOW…c-evaluator/packages/quantitative/tests/test_models.py43def test_compute_summary_both():CODE
LOW…c-evaluator/packages/quantitative/tests/test_models.py57def test_compute_summary_unavailable_tool():CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py77 def test_handles_missing_sections(self):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py154 def test_fewer_lint_errors_is_improvement(self):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py161 def test_more_lint_errors_is_regression(self):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py168 def test_fewer_tokens_is_improvement(self):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py190 def test_promote_creates_file(self, tmp_path):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py208 def test_markdown_includes_comparison(self):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py223 def test_html_includes_comparison(self):CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py238 def test_no_comparison_when_absent(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py98 def test_contains_verdict_table(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py104 def test_contains_token_usage(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py109 def test_contains_qualitative_score(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py114 def test_contains_lint_findings(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py133 def test_contains_verdict_cards(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py144 def test_contains_handoff_timeline(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py149 def test_contains_qualitative_bars(self):CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py154 def test_contains_lint_findings(self):CODE
LOW…c-evaluator/packages/reporting/tests/test_collector.py112def test_collect_all_artifacts(tmp_path):CODE
LOW…c-evaluator/packages/reporting/tests/test_collector.py144def test_collect_missing_artifacts(tmp_path):CODE
LOW…aluator/packages/trend-reports/tests/test_sparkline.py58 def test_zero_first_positive_last(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_yaml.py56 def test_run_type_serialized_as_value(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_yaml.py78 def test_infra_failure_serialized(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_yaml.py92 def test_infra_failure_reason_serialized_as_value(self):CODE
LOW…aluator/packages/trend-reports/tests/test_render_md.py40 def test_contains_all_sections(self):CODE
LOW…aluator/packages/trend-reports/tests/test_render_md.py55 def test_contains_version_labels(self):CODE
LOW…aluator/packages/trend-reports/tests/test_render_md.py78 def test_no_banner_when_no_infra_failure(self):CODE
LOW…aluator/packages/trend-reports/tests/test_render_md.py83 def test_banner_when_infra_failure(self):CODE
LOW…aluator/packages/trend-reports/tests/test_render_md.py99 def test_section_f_shows_infra_failure_column(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py11 def test_no_regressions_passes(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py18 def test_contract_test_regression(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py25 def test_unit_test_failures_regression(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py32 def test_qualitative_regression(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py39 def test_small_qualitative_drop_not_regression(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py45 def test_fewer_than_two_runs_passes(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py99 def test_latest_infra_failure_skips_regression(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py119 def test_previous_infra_failure_finds_older_comparison(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py136 def test_non_infra_failure_still_detects_regression(self):CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py144 def test_all_runs_infra_failure_gate_passes(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_html.py40 def test_contains_section_anchors(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_html.py55 def test_contains_version_labels(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_html.py79 def test_no_banner_when_no_infra_failure(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_html.py84 def test_banner_when_infra_failure(self):CODE
LOW…uator/packages/trend-reports/tests/test_render_html.py99 def test_section_f_shows_infra_badge(self):CODE
LOW…-evaluator/packages/trend-reports/tests/test_models.py24 def test_parse_without_v_prefix(self):CODE
128 more matches not shown…
Unused Imports165 hits · 161 pts
SeverityFileLineSnippetContext
LOWscripts/aidlc-evaluator/run.py52CODE
LOWscripts/aidlc-evaluator/scripts/run_evaluation.py37CODE
LOWscripts/aidlc-evaluator/scripts/run_batch_evaluation.py26CODE
LOWscripts/aidlc-evaluator/scripts/run_trend_report.py11CODE
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py32CODE
LOWscripts/aidlc-evaluator/scripts/run_ide_evaluation.py17CODE
LOWscripts/aidlc-evaluator/scripts/run_ide_evaluation.py20CODE
LOWscripts/aidlc-evaluator/scripts/run_cli_evaluation.py23CODE
LOW…ripts/aidlc-evaluator/scripts/run_comparison_report.py18CODE
LOW…-evaluator/packages/quantitative/tests/test_scanner.py3CODE
LOW…or/packages/quantitative/src/quantitative/analyzers.py8CODE
LOW…ator/packages/quantitative/src/quantitative/scanner.py3CODE
LOW…uator/packages/quantitative/src/quantitative/models.py3CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py12CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py12CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py12CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py12CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py13CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py13CODE
LOW…tor/packages/quantitative/src/quantitative/__init__.py13CODE
LOW…tor/packages/quantitative/src/quantitative/__main__.py3CODE
LOW…lc-evaluator/packages/reporting/tests/test_baseline.py7CODE
LOW…idlc-evaluator/packages/reporting/tests/test_render.py3CODE
LOW…evaluator/packages/reporting/src/reporting/baseline.py8CODE
LOW…valuator/packages/reporting/src/reporting/collector.py3CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py13CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py23CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py23CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py24CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py24CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py25CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py25CODE
LOW…valuator/packages/reporting/src/reporting/render_md.py3CODE
LOW…evaluator/packages/reporting/src/reporting/__main__.py3CODE
LOW…evaluator/packages/reporting/src/reporting/__main__.py9CODE
LOW…luator/packages/reporting/src/reporting/render_html.py3CODE
LOW…dlc-evaluator/packages/trend-reports/tests/conftest.py3CODE
LOW…aluator/packages/trend-reports/tests/test_sparkline.py3CODE
LOW…uator/packages/trend-reports/tests/test_render_yaml.py3CODE
LOW…aluator/packages/trend-reports/tests/test_render_md.py7CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_gate.py3CODE
LOW…uator/packages/trend-reports/tests/test_render_html.py6CODE
LOW…-evaluator/packages/trend-reports/tests/test_models.py3CODE
LOW…aluator/packages/trend-reports/tests/test_collector.py6CODE
LOW…evaluator/packages/trend-reports/tests/test_fetcher.py6CODE
LOW…lc-evaluator/packages/trend-reports/tests/test_main.py3CODE
LOW…ackages/trend-reports/src/trend_reports/render_yaml.py3CODE
LOW…tor/packages/trend-reports/src/trend_reports/models.py3CODE
LOW…/packages/trend-reports/src/trend_reports/collector.py3CODE
LOW…r/packages/trend-reports/src/trend_reports/__init__.py12CODE
LOW…r/packages/trend-reports/src/trend_reports/__init__.py12CODE
LOW…r/packages/trend-reports/src/trend_reports/__init__.py12CODE
LOW…r/packages/trend-reports/src/trend_reports/__init__.py12CODE
105 more matches not shown…
Excessive Try-Catch Wrapping38 hits · 61 pts
SeverityFileLineSnippetContext
MEDIUMscripts/aidlc-evaluator/run.py164 print(f"Error: script not found: {script}", file=sys.stderr)CODE
LOWscripts/aidlc-evaluator/run.py186 except Exception as e:CODE
MEDIUMscripts/aidlc-evaluator/run.py187 print(f"Error running {script.name}: {e}", file=sys.stderr)CODE
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py720 print(f"Error: path not found: {args.evaluate_only}", file=sys.stderr)CODE
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py723 print(f"Error: golden baseline not found: {args.golden}", file=sys.stderr)CODE
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py773 print(f"Error: vision file not found: {args.vision}", file=sys.stderr)CODE
MEDIUMscripts/aidlc-evaluator/scripts/run_evaluation.py776 print(f"Error: golden baseline not found: {args.golden}", file=sys.stderr)CODE
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py244 except Exception as e:CODE
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py574 except Exception as e:CODE
LOWscripts/aidlc-evaluator/scripts/run_ide_evaluation.py90 except Exception as e:CODE
LOW…aidlc-evaluator/scripts/regenerate_extension_report.py25 except Exception as e:CODE
MEDIUM…aidlc-evaluator/scripts/regenerate_extension_report.py55 print(f"Error: {summary_path} not found", file=sys.stderr)CODE
LOWscripts/aidlc-evaluator/scripts/run_cli_evaluation.py202 except Exception as e:CODE
LOW…ripts/aidlc-evaluator/scripts/run_comparison_report.py107 except Exception as e:CODE
MEDIUM…tor/packages/quantitative/src/quantitative/__main__.py36 print(f"Error: workspace not found: {args.workspace}", file=sys.stderr)CODE
MEDIUM…evaluator/packages/reporting/src/reporting/__main__.py21 print(f"Error: run folder not found: {args.run_folder}", file=sys.stderr)CODE
MEDIUM…evaluator/packages/reporting/src/reporting/__main__.py48 print(f"Error: run folder not found: {args.run_folder}", file=sys.stderr)CODE
MEDIUM…evaluator/packages/reporting/src/reporting/__main__.py64 print(f"Error: run folder not found: {args.run_folder}", file=sys.stderr)CODE
MEDIUM…evaluator/packages/reporting/src/reporting/__main__.py67 print(f"Error: baseline not found: {args.baseline}", file=sys.stderr)CODE
MEDIUM…r/packages/trend-reports/src/trend_reports/__main__.py117 print(f"Error: {exc}", file=sys.stderr)CODE
LOW…kages/cli-harness/src/cli_harness/adapters/kiro_cli.py270 except Exception as exc:CODE
LOW…es/cli-harness/src/cli_harness/adapters/claude_code.py312 except Exception as exc:CODE
LOW…ckages/ide-harness/src/ide_harness/adapters/copilot.py190 except Exception as exc:CODE
LOW…kages/ide-harness/src/ide_harness/adapters/windsurf.py273 except Exception as exc: # noqa: BLE001CODE
LOW…kages/ide-harness/src/ide_harness/adapters/windsurf.py282 except Exception: # noqa: BLE001CODE
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py345 except Exception as exc: # noqa: BLE001CODE
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py354 except Exception: # noqa: BLE001CODE
LOW…/packages/ide-harness/src/ide_harness/adapters/kiro.py274 except Exception as exc:CODE
LOW…ackages/ide-harness/src/ide_harness/adapters/cursor.py220 except Exception as exc: # noqa: BLE001CODE
LOW…uator/packages/contracttest/src/contracttest/runner.py97 except Exception:CODE
LOW…uator/packages/contracttest/src/contracttest/runner.py147 except Exception as e:CODE
MEDIUM…tor/packages/contracttest/src/contracttest/__main__.py57 print(f"Error: workspace not found: {args.workspace}", file=sys.stderr)CODE
MEDIUM…tor/packages/contracttest/src/contracttest/__main__.py60 print(f"Error: OpenAPI spec not found: {args.openapi}", file=sys.stderr)CODE
MEDIUM…uator/packages/qualitative/src/qualitative/__main__.py68 print(f"Error: reference path does not exist: {args.reference}", file=sys.stderr)CODE
MEDIUM…uator/packages/qualitative/src/qualitative/__main__.py71 print(f"Error: candidate path does not exist: {args.candidate}", file=sys.stderr)CODE
LOW…aluator/packages/qualitative/src/qualitative/scorer.py196 except Exception:STRING
MEDIUM…c-evaluator/packages/execution/src/aidlc_runner/cli.py130 print(f"Error: Vision file not found: {args.vision}", file=sys.stderr)CODE
MEDIUM…c-evaluator/packages/execution/src/aidlc_runner/cli.py135 print(f"Error: Technical environment file not found: {args.tech_env}", file=sys.stderr)CODE
AI Slop Vocabulary13 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUM.gitleaks-baseline.json19 "Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nECODE
MEDIUM.gitleaks-baseline.json40 "Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nECODE
MEDIUM.gitleaks-baseline.json61 "Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nECODE
MEDIUM.gitleaks-baseline.json82 "Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nECODE
MEDIUM.gitleaks-baseline.json103 "Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nECODE
MEDIUM.gitleaks-baseline.json124 "Message": "feat: add AIDLC Evaluation \u0026 Reporting Framework (#115)\n\n* feat: add aidlc-evaluator framework\n\nECODE
MEDIUM…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml4# tech-env.md. The contract-test harness reads this spec, discovers everyCOMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml4# tech-env.md. The contract-test harness reads this spec, discovers everyCOMMENT
MEDIUM…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml33# The contract test harness will call setup endpoints (register + login) beforeCOMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_ide_evaluation.py28# Add ide-harness and shared packages to pathCOMMENT
MEDIUMscripts/aidlc-evaluator/scripts/run_cli_evaluation.py41# Add cli-harness to pathCOMMENT
MEDIUM…r/packages/cli-harness/src/cli_harness/orchestrator.py16REPO_ROOT = Path(__file__).resolve().parents[4] # packages/cli-harness/src/cli_harness -> repo rootCODE
MEDIUM…r/packages/ide-harness/src/ide_harness/orchestrator.py16REPO_ROOT = Path(__file__).resolve().parents[4] # packages/ide-harness/src/ide_harness -> repo rootCODE
Synthetic Comment Markers5 hits · 30 pts
SeverityFileLineSnippetContext
HIGHCONTRIBUTING.md68### AI-generated contributionsCOMMENT
HIGH…s/aidlc-evaluator/test_cases/sci-calc/golden-report.md419*Report generated by aidlc-reporting v0.1.0*COMMENT
HIGH…aidlc-evaluator/test_cases/sci-calc/golden-report.html464<div class="footer">Generated by aidlc-reporting v0.1.0</div>CODE
HIGH…valuator/packages/reporting/src/reporting/render_md.py421 w(f"*Report generated by aidlc-reporting v0.1.0*")CODE
HIGH…luator/packages/reporting/src/reporting/render_html.py576 w(f'<div class="footer">Generated by aidlc-reporting v0.1.0</div>')CODE
Cross-File Repetition6 hits · 30 pts
SeverityFileLineSnippetContext
HIGH…kages/ide-harness/src/ide_harness/adapters/windsurf.py0build the ``extra`` dict for :class:`adapterresult`.STRING
HIGH…packages/ide-harness/src/ide_harness/adapters/cline.py0build the ``extra`` dict for :class:`adapterresult`.STRING
HIGH…ackages/ide-harness/src/ide_harness/adapters/cursor.py0build the ``extra`` dict for :class:`adapterresult`.STRING
HIGH…kages/ide-harness/src/ide_harness/adapters/windsurf.py0return the aidlc-docs path if it was produced, else ``none``.STRING
HIGH…packages/ide-harness/src/ide_harness/adapters/cline.py0return the aidlc-docs path if it was produced, else ``none``.STRING
HIGH…ackages/ide-harness/src/ide_harness/adapters/cursor.py0return the aidlc-docs path if it was produced, else ``none``.STRING
Deep Nesting26 hits · 25 pts
SeverityFileLineSnippetContext
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py258CODE
LOW…aidlc-evaluator/scripts/regenerate_extension_report.py39CODE
LOW…ripts/aidlc-evaluator/scripts/run_comparison_report.py121CODE
LOW…or/packages/quantitative/src/quantitative/analyzers.py375CODE
LOW…evaluator/packages/reporting/src/reporting/baseline.py91CODE
LOW…valuator/packages/reporting/src/reporting/render_md.py78CODE
LOW…luator/packages/reporting/src/reporting/render_html.py226CODE
LOW…/packages/trend-reports/src/trend_reports/render_md.py247CODE
LOW…r/packages/trend-reports/src/trend_reports/__main__.py123CODE
LOW…ackages/trend-reports/src/trend_reports/render_html.py942CODE
LOW…or/packages/trend-reports/src/trend_reports/fetcher.py205CODE
LOW…tor/packages/cli-harness/src/cli_harness/normalizer.py176CODE
LOW…kages/cli-harness/src/cli_harness/adapters/kiro_cli.py66CODE
LOW…es/cli-harness/src/cli_harness/adapters/claude_code.py36CODE
LOW…es/cli-harness/src/cli_harness/adapters/claude_code.py87CODE
LOW…ator/packages/shared/src/shared/credential_scrubber.py114CODE
LOW…tor/packages/ide-harness/src/ide_harness/normalizer.py109CODE
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py140CODE
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py371CODE
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py471CODE
LOW…/packages/ide-harness/src/ide_harness/adapters/kiro.py100CODE
LOW…uator/packages/contracttest/src/contracttest/runner.py44CODE
LOW…uator/packages/contracttest/src/contracttest/runner.py118CODE
LOW…uator/packages/contracttest/src/contracttest/server.py240CODE
LOW…aluator/packages/execution/src/aidlc_runner/metrics.py75CODE
LOW…luator/packages/execution/src/aidlc_runner/post_run.py210CODE
Modern Structural Boilerplate19 hits · 20 pts
SeverityFileLineSnippetContext
LOW…tor/packages/quantitative/src/quantitative/__init__.py15__all__ = [CODE
LOW…evaluator/packages/reporting/src/reporting/__init__.py27__all__ = [CODE
LOW…/packages/trend-reports/src/trend_reports/collector.py35logger = logging.getLogger(__name__)CODE
LOW…r/packages/trend-reports/src/trend_reports/__init__.py35__all__ = [CODE
LOW…or/packages/trend-reports/src/trend_reports/fetcher.py12logger = logging.getLogger(__name__)CODE
LOW…uator/packages/cli-harness/src/cli_harness/__init__.py10__all__ = [CODE
LOW…kages/cli-harness/src/cli_harness/adapters/kiro_cli.py24logger = logging.getLogger(__name__)CODE
LOW…es/cli-harness/src/cli_harness/adapters/claude_code.py26logger = logging.getLogger(__name__)CODE
LOW…aidlc-evaluator/packages/shared/src/shared/scenario.py19logger = logging.getLogger(__name__)CODE
LOW…uator/packages/ide-harness/src/ide_harness/__init__.py11__all__ = [CODE
LOW…ckages/ide-harness/src/ide_harness/adapters/copilot.py16logger = logging.getLogger(__name__)CODE
LOW…kages/ide-harness/src/ide_harness/adapters/windsurf.py35logger = logging.getLogger(__name__)CODE
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py47logger = logging.getLogger(__name__)CODE
LOW…/packages/ide-harness/src/ide_harness/adapters/kiro.py24logger = logging.getLogger(__name__)CODE
LOW…ackages/ide-harness/src/ide_harness/adapters/cursor.py22logger = logging.getLogger(__name__)CODE
LOW…tor/packages/contracttest/src/contracttest/__init__.py20__all__ = [CODE
LOW…uator/packages/qualitative/src/qualitative/__init__.py11__all__ = [CODE
LOW…aluator/packages/qualitative/src/qualitative/scorer.py153logger = logging.getLogger(__name__)STRING
LOW…valuator/packages/execution/src/aidlc_runner/config.py11logger = logging.getLogger(__name__)CODE
Docstring Block Structure4 hits · 20 pts
SeverityFileLineSnippetContext
HIGH…g-inputs/example-tech-env-scientific-calculator-api.md978Compute the logarithm of a value with the given base. Args: value: The number to compute the logarithm of. STRING
HIGH…ator/packages/shared/src/shared/credential_scrubber.py83Remove sensitive credentials from text using pattern matching. Detects common credential formats (AWS keys, JWTs, ASTRING
HIGH…ator/packages/shared/src/shared/credential_scrubber.py115Scrub credential values from a dictionary. Recursively processes dictionary values, scrubbing credentials from striSTRING
HIGH…ckages/ide-harness/src/ide_harness/adapters/copilot.py243Run the Copilot CLI in headless (``-p``) mode. Args: prompt: The full AIDLC prompt text. STRING
Self-Referential Comments4 hits · 14 pts
SeverityFileLineSnippetContext
MEDIUMscripts/aidlc-evaluator/scripts/run_extension_test.py215 # Create a placeholder directory for the logCOMMENT
MEDIUM…aluator/packages/trend-reports/tests/test_collector.py580 # Create a directory bundleCOMMENT
MEDIUM…aluator/packages/trend-reports/tests/test_collector.py609 # Create a zip bundleCOMMENT
MEDIUM…lc-evaluator/packages/execution/tests/test_post_run.py314 # Create a minimal Python project that will fail install but still produce outputCOMMENT
Over-Commented Block13 hits · 13 pts
SeverityFileLineSnippetContext
LOW.markdownlint-cli2.yaml1# markdownlint-cli2 configurationCOMMENT
LOW.grype.yaml1# Grype configurationCOMMENT
LOW.checkov.yaml1# Checkov configurationCOMMENT
LOW.checkov.yaml21#COMMENT
LOW…ripts/aidlc-evaluator/test_cases/sci-calc/openapi.yaml1# OpenAPI 3.1 Specification — Scientific Calculator APICOMMENT
LOW…pts/aidlc-evaluator/test_cases/all-stages/openapi.yaml1# BookShelf Community Library API - Contract Test SpecificationCOMMENT
LOWscripts/aidlc-evaluator/scripts/run_extension_test.py141 # The extension hook feature is still under development. Once theCOMMENT
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py221COMMENT
LOW.github/workflows/release.yml1# Release PipelineCOMMENT
LOW.github/workflows/release-pr.yml1# Release PRCOMMENT
LOW.github/workflows/codeql.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
LOW.github/workflows/codeql.yml61COMMENT
LOW.github/workflows/tag-on-merge.yml1# Tag ReleaseCOMMENT
Modern AI Meta-Vocabulary4 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMdocs/GENERATED_DOCS_REFERENCE.md43│ ├── services.md # Service definitions, responsibilities, and orchestration pCODE
MEDIUMscripts/aidlc-evaluator/docs/file-structure.md36│ │ │ ├── comparator.py # Comparison orchestrationCODE
MEDIUMscripts/aidlc-evaluator/docs/ide-harness-design.md171 orchestrator.py # Run orchestration (invoke adapter + evaluation)CODE
MEDIUMscripts/aidlc-evaluator/packages/execution/README.md220│ ├── runner.py # Run folder creation, rules setup, swarm orchestrationCODE
Redundant / Tautological Comments5 hits · 8 pts
SeverityFileLineSnippetContext
LOW…kages/cli-harness/src/cli_harness/adapters/kiro_cli.py180 # Check if aidlc-docs looks complete (has construction phase files)COMMENT
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py510 # Check if VS Code has exitedCOMMENT
LOW…packages/ide-harness/src/ide_harness/adapters/cline.py517 # Check if output was produced before exitCOMMENT
LOW…uator/packages/contracttest/src/contracttest/server.py212 # Check if the process/container has diedCOMMENT
LOW.github/workflows/release-pr.yml112 # Check if branch already exists (local or remote)COMMENT
Cross-Language Confusion1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…ckages/ide-harness/src/ide_harness/adapters/copilot.py180 elapsed = time.monotonic() - start # type: ignore[possibly-undefined]CODE
AI Structural Patterns3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…dlc-evaluator/packages/trend-reports/tests/conftest.py23CODE
LOW…r/packages/cli-harness/src/cli_harness/orchestrator.py105CODE
LOW…r/packages/ide-harness/src/ide_harness/orchestrator.py19CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/codeql.yml56 # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize howCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW.github/workflows/release-pr.yml9# Usage:COMMENT
Verbosity Indicators1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…valuator/packages/qualitative/tests/test_comparator.py37 "# Code Plan\n## Step 1: Setup\nCreate project structure.\n"CODE