Repository Analysis

shareAI-lab/learn-claude-code

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

9.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of shareAI-lab/learn-claude-code, a Python project with 75,547 GitHub stars. SynthScan v2.0 examined 59,440 lines of code across 255 source files, recording 510 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 9.6 places this repository in the Low 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).

9.6
Adjusted Score
9.6
Raw Score
100%
Time Factor
2026-08-26
Last Push
75.5K
Stars
Python
Language
59.4K
Lines of Code
255
Files
510
Pattern Hits
2026-08-29
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

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 12MEDIUM 25LOW 473

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 510 distinct pattern matches across 16 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.

Excessive Try-Catch Wrapping204 hits · 208 pts
SeverityFileLineSnippetContext
LOWs13_agent_teams/README.zh.md363 except Exception as error:CODE
MEDIUMs13_agent_teams/code.py738def _agent_cwd() -> tuple[Path | None, str | None]:CODE
MEDIUMs13_agent_teams/code.py1342def run(self):CODE
LOWs13_agent_teams/code.py1349 except Exception as exc:CODE
LOWs13_agent_teams/code.py1353 except Exception:CODE
LOWs13_agent_teams/code.py1358 except Exception as exc:CODE
LOWs13_agent_teams/code.py1365 except Exception:CODE
LOWs13_agent_teams/code.py559 except Exception as exc:CODE
LOWs13_agent_teams/code.py612 except Exception as exc:CODE
LOWs13_agent_teams/code.py694 except Exception as e:CODE
LOWs13_agent_teams/code.py704 except Exception as e:CODE
LOWs13_agent_teams/code.py718 except Exception as exc:CODE
LOWs13_agent_teams/code.py734 except Exception as exc:CODE
LOWs13_agent_teams/code.py1048 except Exception as exc:CODE
LOWs13_agent_teams/code.py1279 except Exception as exc:CODE
LOWs13_agent_teams/code.py1768 except Exception as exc:CODE
LOWs13_agent_teams/code.py1786 except Exception as exc:CODE
LOWs13_agent_teams/README.md364 except Exception as error:CODE
LOWs13_agent_teams/README.ja.md364 except Exception as error:CODE
LOWs17_goal_loop/code.py371 except Exception as error:CODE
LOWs17_goal_loop/code.py715 except Exception as error:CODE
LOWs05_todo_write/code.py74 except Exception as e:CODE
LOWs05_todo_write/code.py83 except Exception as e:CODE
LOWs05_todo_write/code.py94 except Exception as e:CODE
LOWs05_todo_write/code.py109 except Exception as e:CODE
LOWs05_todo_write/code.py323 except Exception as e:CODE
LOWs14_mcp_plugin/README.zh.md69 except Exception as error:CODE
LOWs14_mcp_plugin/code.py83 except Exception as exc:CODE
LOWs14_mcp_plugin/code.py93 except Exception as exc:CODE
LOWs14_mcp_plugin/code.py106 except Exception as exc:CODE
LOWs14_mcp_plugin/code.py121 except Exception as exc:CODE
LOWs14_mcp_plugin/code.py189 except Exception as exc:CODE
LOWs14_mcp_plugin/code.py471 except Exception as exc:CODE
LOWs14_mcp_plugin/code.py490 except Exception as exc:CODE
LOWs14_mcp_plugin/README.md69 except Exception as error:CODE
LOWs14_mcp_plugin/README.ja.md69 except Exception as error:CODE
MEDIUMs15_integrated_harness/code.py997def _agent_cwd() -> tuple[Path | None, str | None]:CODE
MEDIUMs15_integrated_harness/code.py1623def run():CODE
MEDIUMs15_integrated_harness/code.py2266def worker():CODE
LOWs15_integrated_harness/code.py1626 except Exception as exc:CODE
LOWs15_integrated_harness/code.py1629 except Exception:CODE
LOWs15_integrated_harness/code.py1634 except Exception as exc:CODE
LOWs15_integrated_harness/code.py1641 except Exception:CODE
LOWs15_integrated_harness/code.py131 except Exception:CODE
LOWs15_integrated_harness/code.py641 except Exception as exc:CODE
LOWs15_integrated_harness/code.py702 except Exception as exc:CODE
LOWs15_integrated_harness/code.py953 except Exception as e:CODE
LOWs15_integrated_harness/code.py963 except Exception as e:CODE
LOWs15_integrated_harness/code.py976 except Exception as e:CODE
LOWs15_integrated_harness/code.py993 except Exception as e:CODE
LOWs15_integrated_harness/code.py1035 except Exception as exc:CODE
LOWs15_integrated_harness/code.py1561 except Exception as exc:CODE
LOWs15_integrated_harness/code.py2180 except Exception:CODE
LOWs15_integrated_harness/code.py2213 except Exception as e:CODE
LOWs15_integrated_harness/code.py2276 except Exception as exc:CODE
LOWs15_integrated_harness/code.py2281 except Exception as exc:CODE
LOWs15_integrated_harness/code.py2304 except Exception:CODE
LOWs15_integrated_harness/code.py2465 except Exception:CODE
LOWs15_integrated_harness/code.py2503 except Exception:CODE
LOWs15_integrated_harness/code.py2522 except Exception as e:CODE
144 more matches not shown…
Hyper-Verbose Identifiers192 hits · 171 pts
SeverityFileLineSnippetContext
LOWs13_agent_teams/code.py92def advance_assignment_version(owner: str):CODE
LOWs13_agent_teams/code.py457def release_completed_assignment(owner: str) -> bool:CODE
LOWs13_agent_teams/code.py473def release_teammate_assignment(owner: str):CODE
LOWs13_agent_teams/code.py1672def contains_destructive_command(command: str) -> bool:CODE
LOWs13_agent_teams/code.py1820def print_last_assistant_message(history: list):CODE
LOWs17_goal_loop/code.py55def contains_destructive_command(command: str) -> bool:CODE
LOWs05_todo_write/code.py228def contains_destructive_command(command: str) -> bool:CODE
LOWs14_mcp_plugin/code.py378def contains_destructive_command(command: str) -> bool:CODE
LOWs15_integrated_harness/code.py176def advance_assignment_version(owner: str):CODE
LOWs15_integrated_harness/code.py539def release_completed_assignment(owner: str) -> bool:CODE
LOWs15_integrated_harness/code.py555def release_teammate_assignment(owner: str):CODE
LOWs15_integrated_harness/code.py884def _stop_all_shell_processes():CODE
LOWs15_integrated_harness/code.py891def _handle_termination_signal(signum, _frame):CODE
LOWs15_integrated_harness/code.py1970def unseen_tool_result_positions(messages: list) -> set[tuple[int, int]]:CODE
LOWs15_integrated_harness/code.py2313def collect_background_results() -> list[str]:CODE
LOWs15_integrated_harness/code.py3082def inject_background_notifications(messages: list):CODE
LOW…b/src/components/visualizations/s12-cron-scheduler.tsx113export default function CronSchedulerVisualization({ title }: { title?: string }) {CODE
LOW…c/components/visualizations/s15-integrated-harness.tsx276export default function ComprehensiveVisualization({ title }: { title?: string }) {CODE
LOWs12_cron_scheduler/code.py183def contains_destructive_command(command: str) -> bool:CODE
LOWs12_cron_scheduler/code.py695def print_latest_assistant_text(messages: list):CODE
LOWtests/test_task_system.py95def test_dependencies_gate_claim_and_completion_checks_owner() -> None:CODE
LOWtests/test_task_system.py115def test_dependencies_are_added_after_create_returns_runtime_ids() -> None:CODE
LOWtests/test_task_system.py150def test_invalid_and_missing_task_ids_become_tool_results() -> None:CODE
LOWtests/test_task_system.py163def test_create_retries_instead_of_overwriting_an_existing_id(CODE
LOWtests/test_task_system.py179def test_update_rejects_invalid_graph_changes_without_partial_mutation() -> None:CODE
LOWtests/test_task_system.py199def test_update_is_idempotent_and_rejects_cycles_or_started_tasks() -> None:CODE
LOWtests/test_task_system.py224def test_task_store_rejects_a_symlink_outside_the_workspace() -> None:CODE
LOWtests/test_agents_smoke.py18def test_agent_scripts_compile(agent_path: Path) -> None:CODE
LOWtests/test_s06_subagent.py83def test_subagent_starts_with_fresh_messages_and_returns_final_text():CODE
LOWtests/test_s06_subagent.py116def test_subagent_file_tools_keep_the_kernel_permission_boundary():CODE
LOWtests/test_skill_loading.py67def test_catalog_stays_small_and_load_skill_returns_the_full_file() -> None:CODE
LOWtests/test_skill_loading.py137def test_skill_frontmatter_requires_standalone_delimiters() -> None:STRING
LOWtests/test_skill_loading.py158def test_skill_frontmatter_falls_back_for_invalid_or_empty_metadata() -> None:STRING
LOWtests/test_chapter_readmes.py9def test_every_chapter_uses_english_as_the_default_readme() -> None:CODE
LOWtests/test_chapter_readmes.py19def test_every_chapter_has_the_same_language_navigation() -> None:CODE
LOWtests/test_compaction_tool_pairs.py119def assert_no_orphan_tool_results(testcase, messages):CODE
LOWtests/test_compaction_tool_pairs.py143 def test_prepare_preserves_consumed_results_below_pressure_limit(self):CODE
LOWtests/test_compaction_tool_pairs.py174 def test_prepare_persists_oversized_unseen_result_before_summary(self):CODE
LOWtests/test_compaction_tool_pairs.py203 def test_micro_compact_does_not_trust_paths_inside_tool_output(self):CODE
LOWtests/test_compaction_tool_pairs.py233 def test_micro_compact_keeps_unseen_tool_result_batch(self):CODE
LOWtests/test_compaction_tool_pairs.py268 def test_micro_compact_releases_batch_after_model_consumes_it(self):CODE
LOWtests/test_compaction_tool_pairs.py290 def test_snip_compact_keeps_head_tool_pair(self):CODE
LOWtests/test_compaction_tool_pairs.py319 def test_snip_compact_archives_the_complete_history(self):CODE
LOWtests/test_compaction_tool_pairs.py342 def test_snip_compact_keeps_tail_tool_pair(self):CODE
LOWtests/test_compaction_tool_pairs.py364 def test_reactive_compact_keeps_tail_tool_pair(self):CODE
LOWtests/test_compaction_tool_pairs.py387 def test_reactive_compact_summarizes_only_old_history(self):CODE
LOWtests/test_compaction_tool_pairs.py419 def test_reactive_compact_summary_excludes_tail_pair_pulled_in(self):CODE
LOWtests/test_s08_context_compact.py29def test_glob_double_star_matches_files_at_any_depth(tmp_path, monkeypatch):CODE
LOWtests/test_s08_context_compact.py42def test_prepare_preserves_tool_results_while_context_is_within_limit(CODE
LOWtests/test_s08_context_compact.py75def test_prepare_micro_compacts_tool_results_after_context_exceeds_limit(CODE
LOWtests/test_s08_context_compact.py115def test_prepare_persists_oversized_unseen_result_before_full_compact(CODE
LOWtests/test_cron_scheduler.py84def test_import_does_not_start_runtime_threads():CODE
LOWtests/test_cron_scheduler.py96def test_cron_validation_and_matching():CODE
LOWtests/test_cron_scheduler.py108def test_schedule_retries_id_collisions_and_rolls_back_failed_persistence(CODE
LOWtests/test_cron_scheduler.py131def test_failed_model_call_restores_delivery_without_duplicate_message():CODE
LOWtests/test_cron_scheduler.py157def test_scheduled_turn_never_reads_interactive_permission_input():CODE
LOWtests/test_cron_scheduler.py178def test_corrupt_durable_store_reports_an_error(capsys: pytest.CaptureFixture[str]):CODE
LOWtests/test_permission_command_words.py114def test_permission_command_words_cover_position_case_and_boundaries(CODE
LOWtests/test_workflow_goal_lessons.py29def acquire_workflow_lock_in_child(CODE
LOWtests/test_workflow_goal_lessons.py53def test_workflow_runtime_resumes_from_journal(tmp_path: Path) -> None:CODE
132 more matches not shown…
Cross-File Repetition9 hits · 45 pts
SeverityFileLineSnippetContext
HIGHs13_agent_teams/code.py0return whether task_id transitively depends on target_id.STRING
HIGHs15_integrated_harness/code.py0return whether task_id transitively depends on target_id.STRING
HIGHs10_task_system/code.py0return whether task_id transitively depends on target_id.STRING
HIGHdocs/ja/s05-skill-loading.md0you are a coding agent at {workdir}. skills available: {skill_loader.get_descriptions()}STRING
HIGHdocs/zh/s05-skill-loading.md0you are a coding agent at {workdir}. skills available: {skill_loader.get_descriptions()}STRING
HIGHdocs/en/s05-skill-loading.md0you are a coding agent at {workdir}. skills available: {skill_loader.get_descriptions()}STRING
HIGHs04_hooks/README.zh.md0inject current working directory info into every prompt.STRING
HIGHs04_hooks/README.md0inject current working directory info into every prompt.STRING
HIGHs04_hooks/README.ja.md0inject current working directory info into every prompt.STRING
Deep Nesting56 hits · 42 pts
SeverityFileLineSnippetContext
LOWs13_agent_teams/code.py133CODE
LOWs17_goal_loop/code.py123CODE
LOWs17_goal_loop/code.py675CODE
LOWs15_integrated_harness/code.py217CODE
LOWs15_integrated_harness/code.py1344CODE
LOWs15_integrated_harness/code.py2207CODE
LOWs15_integrated_harness/code.py2455CODE
LOWs15_integrated_harness/code.py2509CODE
LOWs15_integrated_harness/code.py3102CODE
LOWs15_integrated_harness/code.py1413CODE
LOWs12_cron_scheduler/code.py385CODE
LOWs12_cron_scheduler/code.py490CODE
LOWs12_cron_scheduler/code.py511CODE
LOWs12_cron_scheduler/code.py695CODE
LOWtests/test_readline_prompts.py52CODE
LOWtests/test_agent_teams_runtime.py150CODE
LOWtests/test_agent_teams_runtime.py251CODE
LOWtests/test_agent_teams_runtime.py300CODE
LOWtests/test_agent_teams_runtime.py393CODE
LOWtests/test_agent_teams_runtime.py445CODE
LOWtests/test_agent_teams_runtime.py493CODE
LOWtests/test_agent_teams_runtime.py529CODE
LOWtests/test_agent_teams_runtime.py561CODE
LOWtests/test_agent_teams_runtime.py620CODE
LOWtests/test_agent_teams_runtime.py688CODE
LOWtests/test_agent_teams_runtime.py713CODE
LOWtests/test_agent_teams_runtime.py895CODE
LOWtests/test_agent_teams_runtime.py1087CODE
LOWtests/test_agent_teams_runtime.py1142CODE
LOWtests/test_agent_teams_runtime.py1646CODE
LOWtests/test_agent_teams_runtime.py1682CODE
LOWtests/test_agent_teams_runtime.py1748CODE
LOWtests/test_agent_teams_runtime.py1783CODE
LOWtests/test_agent_teams_runtime.py1887CODE
LOWagents/s_full.py236CODE
LOWagents/s_full.py699CODE
LOWagents/s_full.py206CODE
LOWagents/s_full.py293CODE
LOWagents/s_full.py447CODE
LOWagents/s03_todo_write.py170CODE
LOWagents/s06_context_compact.py75CODE
LOWagents/s06_context_compact.py211CODE
LOWagents/s08_background_tasks.py224CODE
LOWagents/s04_subagent.py152CODE
LOWagents/s07_task_system.py210CODE
LOWagents/s09_agent_teams.py352CODE
LOWagents/s05_skill_loading.py194CODE
LOWagents/s10_team_protocols.py433CODE
LOWagents/s10_team_protocols.py183CODE
LOWagents/s11_autonomous_agents.py525CODE
LOWagents/s11_autonomous_agents.py221CODE
LOWagents/s12_worktree_task_isolation.py735CODE
LOWs09_memory/code.py280CODE
LOWs09_memory/code.py450CODE
LOWs16_workflow_runtime/code.py156CODE
LOWs16_workflow_runtime/code.py325CODE
Decorative Section Separators14 hits · 32 pts
SeverityFileLineSnippetContext
MEDIUMskills/agent-builder/references/subagent-pattern.py14# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/subagent-pattern.py16# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/subagent-pattern.py74# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/subagent-pattern.py76# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/subagent-pattern.py115# =============================================================================STRING
MEDIUMskills/agent-builder/references/subagent-pattern.py117# =============================================================================STRING
MEDIUMskills/agent-builder/references/subagent-pattern.py219# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/subagent-pattern.py221# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/tool-templates.py15# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/tool-templates.py17# =============================================================================COMMENT
MEDIUMskills/agent-builder/references/tool-templates.py137# =============================================================================STRING
MEDIUMskills/agent-builder/references/tool-templates.py139# =============================================================================STRING
MEDIUMskills/agent-builder/references/tool-templates.py249# =============================================================================STRING
MEDIUMskills/agent-builder/references/tool-templates.py251# =============================================================================STRING
Structural Annotation Overuse11 hits · 22 pts
SeverityFileLineSnippetContext
LOWweb/src/components/visualizations/s03-todo-write.tsx19 // Step 0: all pendingCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx26 // Step 1: still all pending (idle round 1)COMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx33 // Step 2: still all pending (idle round 2)COMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx40 // Step 3: NAG fires, task 1 moves to in_progressCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx47 // Step 4: task 1 doneCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx54 // Step 5: task 2 self-directed to in_progressCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx61 // Step 6: tasks 2,3 done, task 4 in_progressCOMMENT
LOWs08_context_compact/README.md48## Step 1: tool_result_budgetCOMMENT
LOWs08_context_compact/README.md89## Step 2: snip_compactCOMMENT
LOWs08_context_compact/README.md118## Step 3: micro_compactCOMMENT
LOWs08_context_compact/README.md145## Step 4: compact_historyCOMMENT
Verbosity Indicators7 hits · 16 pts
SeverityFileLineSnippetContext
LOWweb/src/components/visualizations/s03-todo-write.tsx19 // Step 0: all pendingCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx26 // Step 1: still all pending (idle round 1)COMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx33 // Step 2: still all pending (idle round 2)COMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx40 // Step 3: NAG fires, task 1 moves to in_progressCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx47 // Step 4: task 1 doneCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx54 // Step 5: task 2 self-directed to in_progressCOMMENT
LOWweb/src/components/visualizations/s03-todo-write.tsx61 // Step 6: tasks 2,3 done, task 4 in_progressCOMMENT
Cross-Language Confusion2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHtests/test_permission_command_words.py97 ("echo ready && del file.txt", True),CODE
HIGHtests/test_permission_command_words.py98 ("echo ready || RM file.txt", True),CODE
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMagents/s08_background_tasks.py2# Harness: background execution -- the model thinks while the harness waits.COMMENT
MEDIUMagents/__init__.py3# The model is the agent. These files are the harness.COMMENT
Unused Imports5 hits · 5 pts
SeverityFileLineSnippetContext
LOWs17_goal_loop/code.py28CODE
LOWtests/test_agents_smoke.py1CODE
LOWtests/test_workflow_goal_lessons.py1CODE
LOWtests/test_goal_loop.py1CODE
LOWtests/test_web_scenarios.py1CODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHskills/mcp-builder/SKILL.md155 params={"key": "YOUR_API_KEY", "q": city}CODE
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippetContext
LOWweb/src/data/execution-flows.ts59 { id: "placeholder", label: "Return Placeholder", type: "process", x: 70, y: 450 },CODE
LOWweb/src/data/execution-flows.ts73 { from: "spawn", to: "placeholder" },CODE
LOWweb/src/data/execution-flows.ts76 { from: "placeholder", to: "append" },CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMs16_workflow_runtime/README.ja.md1# s16: Workflow Runtime — モデルが単一 step を決め、script が orchestration を決めるCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWskills/agent-builder/references/subagent-pattern.py177 # Check if doneCOMMENT
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippetContext
LOWagents/__init__.py1# agents/ - Harness implementations (s01-s12) + full reference (s_full)COMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWskills/agent-builder/references/subagent-pattern.py119def run_task(description: str, prompt: str, agent_type: str,STRING