Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, GitHub Copilot, and Gemini CLI
This report presents the forensic synthetic code analysis of wshobson/agents, a Python project with 37,886 GitHub stars. SynthScan v2.0 examined 218,587 lines of code across 1069 source files, recording 1122 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 8.0 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1122 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ns/backend-development/commands/feature-development.md | 69 | ### Step 1: Requirements Gathering | COMMENT |
| LOW | …ns/backend-development/commands/feature-development.md | 121 | ### Step 2: Architecture & Security Design | COMMENT |
| LOW | …ns/backend-development/commands/feature-development.md | 174 | ### Step 3: Backend Implementation | COMMENT |
| LOW | …ns/backend-development/commands/feature-development.md | 208 | ### Step 4: Frontend Implementation | COMMENT |
| LOW | …ns/backend-development/commands/feature-development.md | 246 | ### Step 5: Testing & Validation | COMMENT |
| LOW | …ns/backend-development/commands/feature-development.md | 377 | ### Step 6: Deployment & Monitoring | COMMENT |
| LOW | …ns/backend-development/commands/feature-development.md | 411 | ### Step 7: Documentation & Handoff | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 69 | ### Step 1: Incident Detection and Classification | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 97 | ### Step 2: Observability Analysis | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 127 | ### Step 3: Initial Mitigation | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 185 | ### Step 4: Deep System Debugging | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 216 | ### Step 5: Security Assessment | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 242 | ### Step 6: Performance Analysis | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 319 | ### Step 7: Fix Implementation | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 347 | ### Step 8: Deployment and Validation | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 399 | ### Step 9: Stakeholder Communication | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 429 | ### Step 10: Customer Impact Assessment | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 463 | ### Step 11: Blameless Postmortem | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 494 | ### Step 12: Monitoring Enhancement | COMMENT |
| LOW | plugins/incident-response/commands/incident-response.md | 525 | ### Step 13: System Hardening | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 69 | ### Step 1: Error Detection and Context Gathering | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 107 | ### Step 2: Root Cause Identification | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 174 | ### Step 3: Deep Code Analysis | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 208 | ### Step 4: Code Review Deep Dive | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 253 | ### Step 5: Implement Fix | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 320 | ### Step 6: Regression Testing | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 346 | ### Step 7: Performance Validation | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 373 | ### Step 8: Security Review | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 445 | ### Step 9: Final Code Review | COMMENT |
| LOW | plugins/incident-response/commands/smart-fix.md | 474 | ### Step 10: Documentation & Prevention | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 75 | # Step 1: Check pod status | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 78 | # Step 2: If pods are crash-looping, check logs | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 81 | # Step 3: Check recent deployments | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 84 | # Step 4: ROLLBACK if recent deploy is suspect | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 87 | # Step 5: Scale up if resource constrained | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 90 | # Step 6: Verify recovery | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 97 | # Step 1: Check database connections | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 101 | # Step 2: Check slow queries (if DB issue) | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 108 | # Step 3: Kill long-running queries if needed | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 111 | # Step 4: Check external dependency latency | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 114 | # Step 5: Enable circuit breaker if dependency is slow | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 122 | # Step 1: Identify error pattern | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 126 | # Step 2: Check error tracking | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 129 | # Step 3: If specific endpoint, enable feature flag to disable | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 133 | # Step 4: If data issue, check recent data changes | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 143 | # Step 1: Check current request rate | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 146 | # Step 2: Scale horizontally | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 149 | # Step 3: Enable rate limiting | COMMENT |
| LOW⚡ | …kills/incident-runbook-templates/references/details.md | 154 | # Step 4: If attack, block suspicious IPs | COMMENT |
| LOW⚡ | plugins/plugin-eval/agents/eval-orchestrator.md | 18 | ## Step 1: Run Static Analysis | COMMENT |
| LOW⚡ | plugins/plugin-eval/agents/eval-orchestrator.md | 27 | ## Step 2: LLM Judge (Standard+ Depth) | COMMENT |
| LOW⚡ | plugins/plugin-eval/agents/eval-orchestrator.md | 35 | ## Step 3: Compute Final Composite | COMMENT |
| LOW | plugins/plugin-eval/agents/eval-orchestrator.md | 54 | ## Step 4: Badge Assignment | COMMENT |
| LOW⚡ | plugins/plugin-eval/commands/eval.md | 15 | ### Step 1: Run Static Analysis (Layer 1) | COMMENT |
| LOW⚡ | plugins/plugin-eval/commands/eval.md | 24 | ### Step 2: LLM Judge (Layer 2) — if NOT --depth quick | COMMENT |
| LOW⚡ | plugins/plugin-eval/commands/eval.md | 34 | ### Step 3: Compute Final Score | COMMENT |
| LOW | plugins/plugin-eval/commands/eval.md | 56 | ### Step 4: Present Results | COMMENT |
| LOW | plugins/multi-platform-apps/commands/multi-platform.md | 69 | ### Step 1: Define Feature Requirements and API Contracts | COMMENT |
| LOW | plugins/multi-platform-apps/commands/multi-platform.md | 107 | ### Step 2: Design System and UI/UX Consistency | COMMENT |
| LOW | plugins/multi-platform-apps/commands/multi-platform.md | 149 | ### Step 3: Shared Business Logic Architecture | COMMENT |
| 217 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/doc_gardener.py | 260 | def check_oversized_context_files(report: Report) -> None: | CODE |
| LOW | tools/doc_gardener.py | 333 | def check_marketplace_consistency(report: Report) -> None: | CODE |
| LOW | tools/validate_generated.py | 67 | def _check_nonempty_str_field( | CODE |
| LOW | tools/validate_generated.py | 345 | def _extract_permission_block(raw: str) -> dict | None: | CODE |
| LOW⚡ | tools/tests/test_install_copilot.py | 23 | def test_default_config_dir_prefers_copilot_config_dir(tmp_path: Path): | CODE |
| LOW⚡ | tools/tests/test_install_copilot.py | 31 | def test_default_config_dir_uses_xdg_config_home(tmp_path: Path): | CODE |
| LOW⚡ | tools/tests/test_install_copilot.py | 37 | def test_install_creates_idempotent_symlinks(tmp_path: Path): | CODE |
| LOW | tools/tests/test_install_copilot.py | 54 | def test_install_refuses_to_overwrite_real_files(tmp_path: Path): | CODE |
| LOW | tools/tests/test_install_copilot.py | 69 | def test_force_replaces_conflicting_symlink_only(tmp_path: Path): | CODE |
| LOW | tools/tests/test_install_copilot.py | 89 | def test_uninstall_removes_only_repo_owned_symlinks(tmp_path: Path): | CODE |
| LOW | tools/tests/test_real_world.py | 60 | def test_every_local_marketplace_entry_resolves_to_plugin_dir(self): | CODE |
| LOW | tools/tests/test_real_world.py | 71 | def test_every_local_plugin_dir_appears_in_marketplace(self): | CODE |
| LOW | tools/tests/test_real_world.py | 78 | def test_marketplace_version_matches_per_plugin_json(self): | CODE |
| LOW⚡ | tools/tests/test_real_world.py | 105 | def test_plugin_loads_without_error(self, plugin_name: str): | CODE |
| LOW⚡ | tools/tests/test_real_world.py | 109 | def test_no_plugin_name_contains_double_underscore(self): | CODE |
| LOW⚡ | tools/tests/test_real_world.py | 114 | def test_every_agent_has_name_and_description(self): | CODE |
| LOW | tools/tests/test_real_world.py | 127 | def test_every_skill_has_trigger_phrase(self): | CODE |
| LOW | tools/tests/test_real_world.py | 142 | def test_no_agent_collides_with_codex_builtin(self): | CODE |
| LOW | tools/tests/test_real_world.py | 156 | def test_agent_frontmatter_names_are_unique_across_plugins(self): | CODE |
| LOW | tools/tests/test_real_world.py | 173 | def test_command_phase_output_references_match_task_keys(self): | CODE |
| LOW | tools/tests/test_real_world.py | 220 | def test_every_refactored_skill_has_meaningful_details(self): | CODE |
| LOW | tools/tests/test_real_world.py | 233 | def test_extracted_skills_have_pointer_to_references(self): | CODE |
| LOW | tools/tests/test_real_world.py | 245 | def test_extracted_skills_preserve_when_to_use(self): | CODE |
| LOW | tools/tests/test_real_world.py | 267 | def test_no_refactored_skill_is_stub_only(self): | CODE |
| LOW | tools/tests/test_real_world.py | 288 | def test_plugin_json_has_name_and_version(self, plugin_name: str): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 70 | def test_codex_agent_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 119 | def test_opencode_agent_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 125 | def test_opencode_command_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 131 | def test_opencode_skill_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 137 | def test_every_opencode_agent_has_required_frontmatter(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 291 | def test_copilot_agent_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 297 | def test_copilot_skill_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 305 | def test_copilot_command_count_matches_source(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 313 | def test_copilot_command_entrypoints_exist_for_every_plugin(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 321 | def test_every_copilot_agent_has_required_frontmatter(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 345 | def test_gemini_extension_manifest(self): | CODE |
| LOW⚡ | tools/tests/test_round_trip.py | 355 | def test_codex_marketplace_lists_all_local_plugins(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 85 | def test_every_codex_agent_toml_parses_and_has_required_fields(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 106 | def test_agents_md_within_cap(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 152 | def test_locked_agents_have_proper_permission_block(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 184 | def test_every_opencode_skill_has_valid_frontmatter(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 206 | def test_cursor_marketplace_lists_all_local_plugins(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 217 | def test_cursor_per_plugin_manifests_exist(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 226 | def test_cursor_rules_only_use_allowed_keys(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 245 | def test_gemini_command_at_path_injections_resolve(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 262 | def test_every_gemini_command_has_prompt_and_args(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 278 | def test_gemini_md_within_cap(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 367 | def test_codex_per_plugin_manifests_valid(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 385 | def test_claude_md_is_symlink_to_agents_md(self): | CODE |
| LOW | tools/tests/test_round_trip.py | 409 | def test_context_file_within_cap(self, name: str, cap: int): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 38 | def test_fresh_artifacts_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 60 | def test_stale_artifact_warns(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 80 | def test_opencode_skill_id_collision_errors( | CODE |
| LOW | tools/tests/test_doc_gardener.py | 101 | def test_missing_plugins_dir_does_not_crash_for_opencode_skills( | CODE |
| LOW | tools/tests/test_doc_gardener.py | 121 | def test_within_budget_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 141 | def test_valid_links_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 159 | def test_external_links_skipped(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 174 | def test_under_cap_no_finding(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch): | CODE |
| LOW | tools/tests/test_doc_gardener.py | 185 | def test_over_cap_without_references_warns( | CODE |
| LOW | tools/tests/test_doc_gardener.py | 198 | def test_over_cap_with_references_no_finding( | CODE |
| 378 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/doc_gardener.py | 46 | # ── Findings ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/doc_gardener.py | 78 | # ── Checks ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 30 | # ── Findings ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 64 | # ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 111 | # ── Codex validators ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 222 | # ── Cursor validators ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 318 | # ── OpenCode validators ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 523 | # ── Gemini validators ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/validate_generated.py | 605 | # ── Driver ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_real_world.py | 56 | # ── Marketplace consistency ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/tests/test_real_world.py | 100 | # ── Plugin source integrity ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_real_world.py | 204 | # ── Progressive-disclosure refactor integrity ──────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_real_world.py | 283 | # ── plugin.json integrity ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/tests/test_round_trip.py | 62 | # ── Per-harness output checks ──────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/tests/test_round_trip.py | 335 | # ── Native-install manifests (always run; these are committed source) ───────── | COMMENT |
| MEDIUM | tools/tests/test_round_trip.py | 394 | # ── Context file size budgets (always run) ─────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_doc_gardener.py | 34 | # ── Stale artifacts ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_doc_gardener.py | 117 | # ── Context file size ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_doc_gardener.py | 137 | # ── Dead links ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_doc_gardener.py | 170 | # ── Codex skill cap ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_doc_gardener.py | 214 | # ── Marketplace consistency ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_validate_generated.py | 26 | # ── Codex ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_validate_generated.py | 95 | # ── Cursor ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_validate_generated.py | 149 | # ── Copilot ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_validate_generated.py | 244 | # ── OpenCode ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_validate_generated.py | 369 | # ── Gemini ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/tests/test_adapters.py | 552 | # ── OpenCode ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/tests/test_adapters.py | 855 | # ── Gemini ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_adapters.py | 26 | # ── Codex ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_adapters.py | 450 | # ── Cursor ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_adapters.py | 933 | # ── Copilot ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_adapters.py | 1131 | # ── Cross-cutting: capabilities consistency ────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_cli_smoke.py | 53 | # ── OpenCode CLI ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_cli_smoke.py | 104 | # ── Gemini CLI ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_cli_smoke.py | 121 | # ── Codex CLI ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/tests/test_cli_smoke.py | 154 | # ── Claude Code CLI ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tools/tests/test_cli_smoke.py | 175 | # ── Cross-CLI sanity: marketplace + adapter agreement ──────────────────────── | COMMENT |
| MEDIUM | tools/adapters/codex.py | 55 | # ── TOML emission (hand-rolled; no toml writer in stdlib) ──────────────────── | COMMENT |
| MEDIUM | tools/adapters/codex.py | 78 | # ── Skill rewriting ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/codex.py | 325 | # ── Adapter ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/codex.py | 440 | # ── Internals ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/codex.py | 569 | # ── Marketplace manifests (native install; reads source skills) ────────── | COMMENT |
| MEDIUM | tools/adapters/gemini.py | 80 | # ── Internals ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/opencode.py | 195 | # ── Internals ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/base.py | 238 | # ── Source-of-truth dataclasses ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/base.py | 397 | # ── HarnessAdapter base class ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/base.py | 442 | # ── Shared utilities ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/cursor.py | 205 | # ── Internals ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 71 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 73 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 150 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 152 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 262 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 264 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 348 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 350 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 405 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 407 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 602 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/yt-design-extractor/yt-design-extractor.py | 604 | # --------------------------------------------------------------------------- | COMMENT |
| 52 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 68 | ├── commands/ # 1 scaffolding command | CODE |
| MEDIUM | AGENTS.md | 1 | # claude-agents — multi-harness agentic plugin marketplace | COMMENT |
| MEDIUM | CLAUDE.md | 1 | # claude-agents — multi-harness agentic plugin marketplace | COMMENT |
| MEDIUM⚡ | tools/tests/test_adapters.py | 825 | # Body mentions 'Agent' only as a substring (class name in code) — no actual orchestration. | COMMENT |
| MEDIUM⚡ | tools/tests/test_adapters.py | 832 | # Body explicitly mentions `subagent` as a standalone word — IS orchestration. | COMMENT |
| MEDIUM⚡ | tools/tests/test_adapters.py | 852 | assert "subtask: true" in delegate # genuine orchestration still detected | CODE |
| MEDIUM | tools/adapters/opencode.py | 33 | # Detects orchestration intent in command bodies. Word-boundary match so identifiers | COMMENT |
| MEDIUM | tools/adapters/opencode.py | 257 | # Heuristic: if command orchestrates subagents, force isolation. | COMMENT |
| MEDIUM | …learning-ops/skills/recsys-pipeline-architect/SKILL.md | 106 | ### RAG retrieval reranker (Python async) | COMMENT |
| MEDIUM | …nt/skills/microservices-patterns/references/details.md | 271 | # Saga orchestration for order fulfillment | COMMENT |
| MEDIUM | …/workflow-orchestration-patterns/references/details.md | 1 | # workflow-orchestration-patterns — detailed patterns and worked examples | COMMENT |
| MEDIUM | …opment/skills/saga-orchestration/references/details.md | 1 | # saga-orchestration — detailed sections | COMMENT |
| MEDIUM | plugins/plugin-eval/tests/test_judge.py | 141 | {"unmeasured": True, "error": "x"}, # orchestration failed | CODE |
| MEDIUM | …ns/skills/helm-chart-scaffolding/references/details.md | 1 | # helm-chart-scaffolding — detailed patterns and worked examples | COMMENT |
| MEDIUM | plugins/agent-orchestration/agents/context-manager.md | 55 | ### RAG & Information Retrieval | COMMENT |
| MEDIUM | plugins/dotnet-contribution/agents/dotnet-architect.md | 3 | description: Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise ap | CODE |
| MEDIUM | …t-contribution/skills/dotnet-backend-patterns/SKILL.md | 3 | description: Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applicati | CODE |
| MEDIUM | plugins/llm-application-dev/agents/prompt-engineer.md | 93 | #### RAG & Knowledge Integration | COMMENT |
| MEDIUM | plugins/llm-application-dev/agents/ai-engineer.md | 25 | ### Advanced RAG Systems | COMMENT |
| MEDIUM | plugins/llm-application-dev/commands/prompt-optimize.md | 198 | ### 6. RAG Integration | STRING |
| MEDIUM | plugins/llm-application-dev/commands/langchain-agent.md | 66 | ## RAG Pipeline | COMMENT |
| MEDIUM | plugins/llm-application-dev/commands/langchain-agent.md | 88 | ### Advanced RAG Patterns | COMMENT |
| MEDIUM | …llm-application-dev/skills/rag-implementation/SKILL.md | 6 | # RAG Implementation | COMMENT |
| MEDIUM | …llm-application-dev/skills/rag-implementation/SKILL.md | 93 | # RAG prompt | COMMENT |
| MEDIUM | …llm-application-dev/skills/rag-implementation/SKILL.md | 120 | # Build RAG graph | COMMENT |
| MEDIUM | …on-dev/skills/rag-implementation/references/details.md | 3 | ## Advanced RAG Patterns | COMMENT |
| MEDIUM | …on-dev/skills/rag-implementation/references/details.md | 117 | # Build HyDE RAG graph | COMMENT |
| MEDIUM | …on-dev/skills/rag-implementation/references/details.md | 327 | ## Prompt Engineering for RAG | COMMENT |
| MEDIUM | …on-dev/skills/rag-implementation/references/details.md | 351 | ### Structured Output for RAG | COMMENT |
| MEDIUM | …ills/prompt-engineering-patterns/references/details.md | 260 | ### With RAG Systems | COMMENT |
| MEDIUM | …engineering-patterns/assets/prompt-template-library.md | 200 | ### RAG Template | COMMENT |
| MEDIUM | …lls/hybrid-search-implementation/references/details.md | 365 | ### Template 4: Custom Hybrid RAG Pipeline | COMMENT |
| MEDIUM | …application-dev/skills/langchain-architecture/SKILL.md | 23 | langchain (1.2.x) # High-level orchestration | CODE |
| MEDIUM | …application-dev/skills/langchain-architecture/SKILL.md | 26 | langgraph # Agent orchestration and state management | CODE |
| MEDIUM | …ev/skills/langchain-architecture/references/details.md | 5 | ### Pattern 1: RAG with LangGraph | COMMENT |
| MEDIUM | …ev/skills/langchain-architecture/references/details.md | 215 | # Build multi-agent graph | COMMENT |
| MEDIUM | plugins/context-management/agents/context-manager.md | 55 | ### RAG & Information Retrieval | COMMENT |
| MEDIUM | plugins/ship-mate/commands/ship.md | 116 | ### `orchestrate` | COMMENT |
| MEDIUM | docs/architecture.md | 285 | ├── commands/ # Python project scaffolding | CODE |
| MEDIUM | docs/usage.md | 300 | # Component scaffolding | COMMENT |
| MEDIUM | docs/usage.md | 311 | # Python project scaffolding | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/generate.py | 228 | print(f"Error: {err}", file=sys.stderr) | CODE |
| MEDIUM | tools/generate.py | 256 | print(f"Error: plugins directory not found at {PLUGINS_DIR}", file=sys.stderr) | CODE |
| LOW | tools/generate.py | 283 | except Exception as e: # noqa: BLE001 — we want to aggregate, not crash | CODE |
| LOW | tools/generate.py | 300 | except Exception as e: # noqa: BLE001 | CODE |
| LOW | tools/yt-design-extractor/yt-design-extractor.py | 277 | except Exception as e: | CODE |
| LOW | tools/yt-design-extractor/yt-design-extractor.py | 287 | except Exception as e: | CODE |
| LOW | tools/yt-design-extractor/yt-design-extractor.py | 335 | except Exception as e: | CODE |
| LOW | tools/yt-design-extractor/yt-design-extractor.py | 361 | except Exception as e: | CODE |
| LOW | …essing/skills/stripe-integration/references/details.md | 274 | except Exception as e: | CODE |
| LOW | …essing/skills/paypal-integration/references/details.md | 289 | except Exception as e: | CODE |
| LOW | …nt/skills/microservices-patterns/references/details.md | 343 | except Exception as e: | CODE |
| LOW | …nt/skills/microservices-patterns/references/details.md | 353 | except Exception as e: | CODE |
| LOW | …nt/skills/microservices-patterns/references/details.md | 439 | except Exception as e: | CODE |
| LOW | …lls/saga-orchestration/references/advanced-patterns.md | 443 | except Exception as e: | CODE |
| LOW | …ls/temporal-python-testing/resources/replay-testing.md | 339 | except Exception as e: | CODE |
| LOW | …kills/temporal-python-testing/resources/local-setup.md | 114 | except Exception as e: | CODE |
| LOW | …pment/skills/cqrs-implementation/references/details.md | 394 | except Exception as e: | CODE |
| LOW | …per-essentials/skills/error-handling-patterns/SKILL.md | 104 | except Exception as e: | CODE |
| LOW | …s/skills/error-handling-patterns/references/details.md | 55 | except Exception as e: | CODE |
| LOW | …s/skills/error-handling-patterns/references/details.md | 391 | except Exception as e: | CODE |
| LOW | …s/skills/error-handling-patterns/references/details.md | 490 | except Exception as e: | CODE |
| LOW | …s/skills/error-handling-patterns/references/details.md | 514 | except Exception: | CODE |
| LOW | …eloper-essentials/skills/debugging-strategies/SKILL.md | 238 | except Exception: | CODE |
| LOW | plugins/plugin-eval/scripts/eval_all.py | 120 | except Exception as exc: | CODE |
| LOW | plugins/plugin-eval/src/plugin_eval/corpus.py | 60 | except Exception: | CODE |
| LOW | …gins/plugin-eval/src/plugin_eval/layers/monte_carlo.py | 94 | except Exception: # noqa: BLE001 — a failed run is recorded as errored, not fatal | CODE |
| LOW | …gins/plugin-eval/src/plugin_eval/layers/monte_carlo.py | 199 | except Exception: | CODE |
| LOW⚡ | plugins/plugin-eval/src/plugin_eval/layers/judge.py | 112 | except Exception as exc: # noqa: BLE001 — judge is best-effort; degrade to unmeasured | CODE |
| LOW | …liance/skills/gdpr-data-handling/references/details.md | 197 | except Exception as e: | CODE |
| LOW | …liance/skills/gdpr-data-handling/references/details.md | 240 | except Exception as e: | CODE |
| LOW | …folding/skills/fastapi-templates/references/details.md | 87 | except Exception: | CODE |
| LOW | …lopment/skills/python-resilience/references/details.md | 91 | except Exception as e: | CODE |
| LOW | …lopment/skills/python-resilience/references/details.md | 138 | except Exception as e: | CODE |
| LOW | …lopment/skills/python-resilience/references/details.md | 171 | except Exception as e: | CODE |
| MEDIUM | …lopment/skills/python-resilience/references/details.md | 168 | def wrapper(*args, **kwargs) -> T: | CODE |
| LOW | …nt/skills/python-background-jobs/references/details.md | 17 | except Exception as e: | CODE |
| LOW | …ython-development/skills/python-anti-patterns/SKILL.md | 138 | except Exception: | CODE |
| LOW | …ython-development/skills/python-anti-patterns/SKILL.md | 178 | except Exception as e: | CODE |
| LOW | …ent/skills/python-error-handling/references/details.md | 121 | except Exception as e: | CODE |
| LOW | …ent/skills/python-error-handling/references/details.md | 164 | except Exception as e: | CODE |
| LOW | …development/skills/python-resource-management/SKILL.md | 180 | except Exception: | CODE |
| LOW | …ython-development/skills/python-observability/SKILL.md | 119 | except Exception as e: | CODE |
| LOW | …ment/skills/python-observability/references/details.md | 59 | except Exception as e: | CODE |
| LOW | …ment/skills/python-observability/references/details.md | 116 | except Exception as e: | CODE |
| MEDIUM | …thon-development/skills/async-python-patterns/SKILL.md | 182 | print(f"Error: {e}") | CODE |
| LOW | …ent/skills/async-python-patterns/references/details.md | 219 | except Exception as e: | CODE |
| MEDIUM | plugins/code-documentation/commands/code-explain.md | 411 | print("Error: Cannot divide by zero!") | STRING |
| MEDIUM | plugins/code-documentation/commands/code-explain.md | 414 | print("Error: Please provide numbers only!") | STRING |
| MEDIUM | plugins/code-documentation/commands/code-explain.md | 698 | print("Something went wrong") | CODE |
| LOW | plugins/code-documentation/commands/code-explain.md | 705 | except Exception as e: | CODE |
| LOW | plugins/error-debugging/commands/error-analysis.md | 651 | except Exception as e: | CODE |
| LOW | plugins/error-debugging/commands/error-analysis.md | 882 | except Exception as e: | CODE |
| LOW | plugins/team-collaboration/commands/issue.md | 364 | except Exception as e: | CODE |
| LOW | plugins/security-scanning/commands/security-sast.md | 435 | except Exception as e: | CODE |
| LOW | …ns/security-scanning/commands/security-dependencies.md | 116 | except Exception as e: | CODE |
| LOW | …ns/security-scanning/commands/security-dependencies.md | 147 | except Exception as e: | CODE |
| LOW | …ns/security-scanning/commands/security-dependencies.md | 179 | except Exception as e: | CODE |
| LOW | …ns/security-scanning/commands/security-dependencies.md | 210 | except Exception as e: | CODE |
| LOW | …skills/threat-mitigation-mapping/references/details.md | 605 | except Exception as e: | CODE |
| LOW | …/database-cloud-optimization/commands/cost-optimize.md | 274 | except Exception as e: | CODE |
| 17 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/generate.py | 8 | CODE | |
| LOW | tools/doc_gardener.py | 20 | CODE | |
| LOW | tools/install_opencode.py | 4 | CODE | |
| LOW | tools/validate_generated.py | 14 | CODE | |
| LOW | tools/check_agent_name_collisions.py | 4 | CODE | |
| LOW | tools/install_copilot.py | 4 | CODE | |
| LOW | tools/tests/test_install_copilot.py | 3 | CODE | |
| LOW | tools/tests/conftest.py | 3 | CODE | |
| LOW | tools/tests/test_real_world.py | 10 | CODE | |
| LOW | tools/tests/test_round_trip.py | 12 | CODE | |
| LOW | tools/tests/test_doc_gardener.py | 3 | CODE | |
| LOW | tools/tests/test_install_opencode.py | 3 | CODE | |
| LOW | tools/tests/test_validate_generated.py | 3 | CODE | |
| LOW | tools/tests/test_adapters.py | 8 | CODE | |
| LOW | tools/tests/test_cli_smoke.py | 15 | CODE | |
| LOW | tools/adapters/codex.py | 19 | CODE | |
| LOW | tools/adapters/copilot.py | 3 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 8 | CODE | |
| LOW | tools/adapters/__init__.py | 19 | CODE | |
| LOW | tools/adapters/__init__.py | 19 | CODE | |
| LOW | tools/adapters/gemini.py | 15 | CODE | |
| LOW | tools/adapters/opencode.py | 17 | CODE | |
| LOW | tools/adapters/capabilities.py | 8 | CODE | |
| LOW | tools/adapters/base.py | 3 | CODE | |
| LOW | tools/adapters/cursor.py | 15 | CODE | |
| LOW | …ills/api-design-principles/assets/rest-api-template.py | 6 | CODE | |
| LOW | plugins/plugin-eval/tests/test_parser.py | 5 | CODE | |
| LOW | plugins/plugin-eval/tests/test_parser.py | 5 | CODE | |
| LOW | plugins/plugin-eval/tests/test_parser.py | 5 | CODE | |
| LOW | plugins/plugin-eval/tests/test_engine.py | 3 | CODE | |
| LOW | plugins/plugin-eval/tests/test_corpus.py | 3 | CODE | |
| LOW | plugins/plugin-eval/tests/test_harness_portability.py | 5 | CODE | |
| LOW | plugins/plugin-eval/tests/test_models.py | 4 | CODE | |
| LOW | plugins/plugin-eval/tests/test_models.py | 4 | CODE | |
| LOW | plugins/plugin-eval/tests/test_models.py | 4 | CODE | |
| LOW | plugins/plugin-eval/tests/test_models.py | 4 | CODE | |
| LOW | plugins/plugin-eval/scripts/eval_all.py | 17 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/elo.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/models.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/reporter.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/parser.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/engine.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/cli.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/stats.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/corpus.py | 3 | CODE | |
| LOW | …gins/plugin-eval/src/plugin_eval/layers/monte_carlo.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/layers/judge.py | 3 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/layers/static.py | 3 | CODE | |
| LOW | …gin-eval/src/plugin_eval/layers/harness_portability.py | 9 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/layers/_sdk.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …pi-design-principles/references/rest-best-practices.md | 249 | X-API-Key: your-api-key-here | CODE |
| HIGH⚡ | plugins/code-documentation/commands/doc-generate.md | 537 | headers = {{"Authorization": "Bearer YOUR_API_KEY"}} | CODE |
| HIGH⚡ | plugins/code-documentation/commands/doc-generate.md | 547 | headers: {{'Authorization': 'Bearer YOUR_API_KEY'}} | CODE |
| HIGH⚡ | plugins/code-documentation/commands/doc-generate.md | 557 | -H "Authorization: Bearer YOUR_API_KEY" | CODE |
| HIGH⚡ | …gins/documentation-generation/commands/doc-generate.md | 537 | headers = {{"Authorization": "Bearer YOUR_API_KEY"}} | CODE |
| HIGH⚡ | …gins/documentation-generation/commands/doc-generate.md | 547 | headers: {{'Authorization': 'Bearer YOUR_API_KEY'}} | CODE |
| HIGH⚡ | …gins/documentation-generation/commands/doc-generate.md | 557 | -H "Authorization: Bearer YOUR_API_KEY" | CODE |
| HIGH | …ev/skills/langchain-architecture/references/details.md | 306 | os.environ["LANGCHAIN_API_KEY"] = "your-api-key" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/tests/test_adapters.py | 512 | assert manifest["author"] == {"name": "Jane Doe", "email": "jane@example.com"} | CODE |
| LOW | …mobile-android-design/references/android-navigation.md | 277 | "John Doe", | CODE |
| LOW | …ills/api-design-principles/assets/rest-api-template.py | 153 | email="user@example.com", | CODE |
| LOW | …r-essentials/skills/sql-optimization-patterns/SKILL.md | 31 | EXPLAIN SELECT * FROM users WHERE email = 'user@example.com'; | CODE |
| LOW | …r-essentials/skills/sql-optimization-patterns/SKILL.md | 35 | SELECT * FROM users WHERE email = 'user@example.com'; | CODE |
| LOW⚡ | …r-essentials/skills/sql-optimization-patterns/SKILL.md | 111 | SELECT * FROM users WHERE LOWER(email) = 'user@example.com'; | CODE |
| LOW⚡ | …r-essentials/skills/sql-optimization-patterns/SKILL.md | 116 | SELECT * FROM users WHERE LOWER(email) = 'user@example.com'; | CODE |
| LOW⚡ | …r-essentials/skills/sql-optimization-patterns/SKILL.md | 119 | SELECT * FROM users WHERE email = 'user@example.com'; | CODE |
| LOW | …skills/sql-optimization-patterns/references/details.md | 282 | WHERE email = 'user@example.com'; | STRING |
| LOW | …eloper-essentials/skills/e2e-testing-patterns/SKILL.md | 84 | cy.getByLabel("Email address").type("user@example.com"); | CODE |
| LOW | …eloper-essentials/skills/e2e-testing-patterns/SKILL.md | 85 | cy.get('[data-testid="email-input"]').type("user@example.com"); | CODE |
| LOW | …ials/skills/e2e-testing-patterns/references/details.md | 80 | await loginPage.login("user@example.com", "password123"); | CODE |
| LOW | …ials/skills/e2e-testing-patterns/references/details.md | 130 | email: "admin@example.com", | CODE |
| LOW | …ials/skills/e2e-testing-patterns/references/details.md | 291 | cy.login("user@example.com", "password"); | CODE |
| LOW | plugins/database-design/skills/postgresql/SKILL.md | 79 | - **Expression**: for computed search keys (`CREATE INDEX ON tbl (LOWER(email))`). Expression must match exactly in WHER | CODE |
| LOW | …t/skills/python-testing-patterns/references/details.md | 153 | ("user@example.com", True), | CODE |
| LOW | …t/skills/python-testing-patterns/references/details.md | 222 | mock_response.json.return_value = {"id": 1, "name": "John Doe"} | CODE |
| LOW | …t/skills/python-testing-patterns/references/details.md | 229 | assert user["name"] == "John Doe" | CODE |
| LOW | …t/skills/python-testing-patterns/references/details.md | 250 | mock_post.return_value.json.return_value = {"id": 2, "name": "Jane Doe"} | CODE |
| LOW | …t/skills/python-testing-patterns/references/details.md | 253 | user_data = {"name": "Jane Doe", "email": "jane@example.com"} | CODE |
| LOW | …hon-development/skills/python-background-jobs/SKILL.md | 52 | send_email.delay("user@example.com", "Welcome!", "Thanks for signing up") | CODE |
| LOW | …nt/skills/python-background-jobs/references/details.md | 110 | job = queue.enqueue(send_email, "user@example.com", "Subject", "Body") | CODE |
| LOW | …thon-development/skills/python-error-handling/SKILL.md | 147 | email="user@example.com", | CODE |
| LOW | …rformance-optimization/references/advanced-patterns.md | 253 | SELECT * FROM users WHERE email = 'user@example.com'; | STRING |
| LOW | …rformance-optimization/references/advanced-patterns.md | 257 | SELECT * FROM users WHERE email = 'user@example.com'; | STRING |
| LOW | …n/skills/openapi-spec-generation/references/details.md | 441 | name: "John Doe" | CODE |
| LOW | …i-spec-generation/references/code-first-and-tooling.md | 55 | "email": "user@example.com", | CODE |
| LOW | …i-spec-generation/references/code-first-and-tooling.md | 56 | "name": "John Doe", | CODE |
| LOW | …i-spec-generation/references/code-first-and-tooling.md | 302 | name: "John Doe", | CODE |
| LOW | plugins/team-collaboration/commands/issue.md | 267 | await page.fill('[data-testid="email-input"]', "user@example.com"); | CODE |
| LOW | …mpt-engineering-patterns/assets/few-shot-examples.json | 75 | "name": "Jane Doe", | CODE |
| LOW | …framework-migration/skills/dependency-upgrade/SKILL.md | 261 | cy.get('input[name="email"]').type("user@example.com"); | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 35 | name: "John Doe", | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 55 | name: "John Doe", | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 70 | name: "John Doe", | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 89 | name: "John Doe", | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 102 | name: "John Doe", | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 120 | name: "John Doe", | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 189 | name: "John Doe", | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 195 | expect(user.name).toBe("John Doe"); | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 201 | name: "John Doe", | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 209 | expect(user?.name).toBe("John Doe"); | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 281 | fireEvent.change(nameInput, { target: { value: 'John Doe' } }); | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 284 | expect(nameInput.value).toBe('John Doe'); | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 293 | target: { value: 'John Doe' }, | CODE |
| LOW⚡ | …sting-patterns/references/advanced-testing-patterns.md | 301 | name: 'John Doe', | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 407 | const user = createUserFixture({ name: "John Doe" }); | CODE |
| LOW | …sting-patterns/references/advanced-testing-patterns.md | 430 | name: 'John Doe', | CODE |
| LOW | …kills/modern-javascript-patterns/references/details.md | 70 | name: "John Doe", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/generate.py | 30 | # Per-harness output targets used by both `--clean` and `--prune`. | COMMENT |
| MEDIUM | tools/generate.py | 143 | # Files to consider per-harness. We only prune files inside the adapter's own output | COMMENT |
| MEDIUM | tools/validate_generated.py | 718 | # Sort findings by (severity priority, harness, path) for triage-friendly output. | COMMENT |
| MEDIUM | tools/install_copilot.py | 113 | # src is like .copilot/commands/comprehensive-review, symlink to ~/.copilot/comprehensive-review/commands | COMMENT |
| MEDIUM⚡ | tools/tests/test_round_trip.py | 62 | # ── Per-harness output checks ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | tools/adapters/codex.py | 652 | # repo root as the canonical cross-harness context file. `emit_global` above | COMMENT |
| MEDIUM | tools/adapters/capabilities.py | 175 | # Tool name maps for body rewriting (CamelCase -> harness-native) | COMMENT |
| MEDIUM | tools/adapters/capabilities.py | 247 | # Model alias map: bare Claude alias -> full provider-prefixed ID per harness. | COMMENT |
| MEDIUM | tools/adapters/capabilities.py | 248 | # Targets verified against each harness's published model catalog 2026-07: | COMMENT |
| MEDIUM | …gin-eval/src/plugin_eval/layers/harness_portability.py | 59 | # Context file line cap (per harness-engineering principle) | COMMENT |
| MEDIUM | …kills/helm-chart-scaffolding/scripts/validate-chart.sh | 139 | # 7. Check for security best practices | COMMENT |
| MEDIUM | …lls/dotnet-backend-patterns/assets/service-template.cs | 2 | // This template demonstrates best practices for building robust services | COMMENT |
| MEDIUM | .github/workflows/code-quality.yml | 39 | # and out of scope for the multi-harness work; not gated. | COMMENT |
| MEDIUM | .github/workflows/code-quality.yml | 83 | # Lints top-level guides (README, AGENTS, ARCHITECTURE, CLAUDE, per-harness | COMMENT |
| MEDIUM | .github/workflows/validate.yml | 222 | # Real-CLI subprocess tests: invokes the actual harness binaries against our | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …s/python-development/skills/python-code-style/SKILL.md | 211 | Process items concurrently using a worker pool. Processes each item in the batch using the configured number of | STRING |
| HIGH | …thon-development/skills/python-error-handling/SKILL.md | 91 | Parse string to OutputFormat enum. Args: value: Format string from user input. Returns: Valida | STRING |
| HIGH | plugins/codebase-cleanup/commands/refactor-clean.md | 761 | Calculate the total discount for an order based on customer tier and order value. Args: order: The ord | STRING |
| HIGH | plugins/code-documentation/commands/doc-generate.md | 421 | def {func.__name__}({", ".join(params)}){return_type}: """ Brief description of {func.__name__} Args: | STRING |
| HIGH | …gins/documentation-generation/commands/doc-generate.md | 421 | def {func.__name__}({", ".join(params)}){return_type}: """ Brief description of {func.__name__} Args: | STRING |
| HIGH | plugins/code-refactoring/commands/refactor-clean.md | 757 | Calculate the total discount for an order based on customer tier and order value. Args: order: The ord | STRING |
| HIGH | plugins/conductor/templates/code_styleguides/python.md | 184 | Calculate the discounted price. Args: price: Original price of the item. discount_percent: Discount | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/generate.py | 131 | CODE | |
| LOW | tools/doc_gardener.py | 81 | CODE | |
| LOW | tools/doc_gardener.py | 276 | CODE | |
| LOW | tools/validate_generated.py | 345 | CODE | |
| LOW | tools/validate_generated.py | 382 | CODE | |
| LOW | tools/install_copilot.py | 139 | CODE | |
| LOW | tools/adapters/codex.py | 165 | CODE | |
| LOW | tools/adapters/codex.py | 217 | CODE | |
| LOW | tools/adapters/copilot.py | 34 | CODE | |
| LOW | tools/adapters/gemini.py | 47 | CODE | |
| LOW | tools/adapters/opencode.py | 132 | CODE | |
| LOW | tools/adapters/base.py | 41 | CODE | |
| LOW | tools/adapters/base.py | 199 | CODE | |
| LOW | tools/adapters/cursor.py | 153 | CODE | |
| LOW | tools/yt-design-extractor/yt-design-extractor.py | 292 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/engine.py | 320 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/corpus.py | 37 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/layers/static.py | 254 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/layers/static.py | 309 | CODE | |
| LOW | plugins/plugin-eval/src/plugin_eval/layers/_sdk.py | 22 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/doc_gardener.py | 101 | # also be stale, but the head is the canonical indicator). | COMMENT |
| LOW | …veloper-essentials/skills/monorepo-management/SKILL.md | 61 | npx create-turbo@latest my-monorepo | COMMENT |
| LOW | …ls/skills/git-advanced-workflows/references/details.md | 1 | # git-advanced-workflows — detailed patterns and worked examples | COMMENT |
| LOW | plugins/protect-mcp/test/run-tests.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …lls/uv-package-manager/references/advanced-patterns.md | 1 | # UV Package Manager — Advanced Reference | COMMENT |
| LOW | …/k8s-manifest-generator/assets/configmap-template.yaml | 261 | regex: ([^:]+)(?::\d+)?;(\d+) | COMMENT |
| LOW | …/k8s-manifest-generator/assets/configmap-template.yaml | 281 | # 3. Mount specific keys as files: | COMMENT |
| LOW | …k8s-manifest-generator/assets/deployment-template.yaml | 201 | # Image pull secrets (if using private registry) | COMMENT |
| LOW | plugins/team-collaboration/commands/standup-notes.md | 541 | # 2. Check Jira tickets | COMMENT |
| LOW | …s/reverse-engineering/skills/memory-forensics/SKILL.md | 181 | // Memory protection flags | COMMENT |
| LOW | …skills/anti-reversing-techniques/references/details.md | 241 | COMMENT | |
| LOW | plugins/error-diagnostics/commands/error-analysis.md | 1121 | # Find correlation between errors and deployments (DataDog) | COMMENT |
| LOW | plugins/debugging-toolkit/commands/smart-debug.md | 161 | }); | COMMENT |
| LOW | docs/round-trip-results.md | 81 | COMMENT | |
| LOW | .github/workflows/claude.yml | 61 | claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tools/yt-design-extractor/yt-design-extractor.py | 15 | cd tools/yt-design-extractor && uv run python yt-design-extractor.py <youtube_url> [options] | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/adapters/__init__.py | 21 | __all__ = [ | CODE |
| LOW | plugins/plugin-eval/src/plugin_eval/corpus.py | 99 | def update_rating(self, name: str, new_rating: float) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …kills/helm-chart-scaffolding/scripts/validate-chart.sh | 30 | # Check if Helm is installed | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …prompt-engineering-patterns/scripts/optimize-prompt.py | 234 | # Example usage | COMMENT |