Repository Analysis

tw93/Kami

👩‍🚒 Good content deserves good paper.

4.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of tw93/Kami, a HTML project with 10,963 GitHub stars. SynthScan v2.0 examined 90,246 lines of code across 242 source files, recording 445 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 4.9 places this repository in the Likely human-written 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).

4.9
Adjusted Score
4.9
Raw Score
100%
Time Factor
2026-08-25
Last Push
11.0K
Stars
HTML
Language
90.2K
Lines of Code
242
Files
445
Pattern Hits
2026-08-29
Scan Date
0.00
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 0MEDIUM 51LOW 394

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

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

Hyper-Verbose Identifiers264 hits · 171 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/build_metadata.py516def should_include_skill_mirror_file(path: Path) -> bool:CODE
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py261def _assert_beautiful_mermaid(svg: str) -> None:CODE
LOWplugins/kami/skills/kami/scripts/site_facts.py152def _drop_language_redirect_script(rows: list[str]) -> list[str]:CODE
LOWplugins/kami/skills/kami/scripts/checks.py345def _document_custom_properties(raw: str) -> dict[str, str]:CODE
LOWplugins/kami/skills/kami/scripts/checks.py898 def _implicitly_closed_by_start(open_tag: str, new_tag: str) -> bool:CODE
LOWplugins/kami/skills/kami/scripts/checks.py924 def _implicitly_closed_by_end(open_tag: str, end_tag: str) -> bool:CODE
LOWplugins/kami/skills/kami/scripts/checks.py938 def _implicit_start_boundaries(new_tag: str) -> set[str]:CODE
LOWplugins/kami/skills/kami/scripts/checks.py1129 def _handle_ambiguous_starttag(CODE
LOWplugins/kami/skills/kami/scripts/shared.py58def configure_weasyprint_runtime() -> None:CODE
LOWplugins/kami/skills/kami/scripts/shared.py207def public_document_template_kinds() -> set[str]:CODE
LOWplugins/kami/skills/kami/scripts/shared.py220def public_document_template_count() -> int:CODE
LOWplugins/kami/skills/kami/scripts/content.py214 def _handle_ambiguous_starttag(CODE
LOWplugins/kami/skills/kami/scripts/content.py425def _changelog_contract_issues(content: dict) -> list[str]:CODE
LOWplugins/kami/skills/kami/scripts/lint.py79def _strip_css_block_comments(text: str) -> str:CODE
LOWplugins/kami/skills/kami/scripts/lint.py445def _emphasis_container_findings(path: Path) -> list[Finding]:CODE
LOWplugins/kami/skills/kami/scripts/lint.py575def _undefined_token_findings(CODE
LOWplugins/kami/skills/kami/scripts/lint.py700def check_cross_template_consistency(verbose: bool = False) -> int:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1482def test_check_placeholders_passes_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1492def test_markdown_residue_flags_raw_markers() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1669def test_last_content_y_sparse_page() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1678def test_last_content_y_blank_page() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1686def test_density_threshold_buckets() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2166def test_mermaid_theme_matches_tokens() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2175def test_mermaid_theme_drift_flags_token_mismatch() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2185def test_mermaid_normalize_defaults_match_theme() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2199def test_mermaid_color_mix_srgb_single_pct() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2208def test_mermaid_color_mix_both_pct() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2215def test_mermaid_normalize_strips_unsafe_features() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py222def test_dist_package_contents() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py285def test_package_failure_preserves_last_good_archive() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py308def test_plugin_metadata_generated() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py325def test_claude_plugin_marketplace_version_matches_version_file() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py361def test_build_metadata_reads_tokens_from_root_argument() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py376def test_catalog_lists_pptx_for_slides() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py395def test_registry_consistency() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py444def test_ci_builds_registered_hard_page_and_pptx_targets() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py456def test_public_document_kinds_derive_new_registry_entries() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py469def test_threshold_fallback_includes_resume_balance() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py489def test_runner_auto_discovers_tests() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py497def test_build_cli_rejects_unexpected_flags() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py519def test_long_doc_templates_use_rendered_toc_pages_and_chapter_headers() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py553def test_site_facts_repo_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py559def test_site_facts_flags_bad_diagram_count() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py572def test_site_facts_cover_developer_install_docs() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py583def test_site_structure_repo_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py590def test_site_structure_flags_locale_drift() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py601def test_chinese_html_templates_keep_single_serif_stack() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py647def test_korean_templates_carry_resolvable_serif_name() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py691def test_sibling_placeholder_hints_stay_in_parity() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py719def test_font_fallback_markers_recognize_pt_serif() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py731def test_font_probe_rejects_empty_and_truncated_bundles() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py765def test_brand_left_rule_uses_one_of_three_weights() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py787def test_documented_snippets_answer_to_template_rules() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py868def test_classify_cjk_font_separates_serif_from_the_rest() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py894def test_emphasis_container_mix_counts_distinct_fills() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py992def test_chinese_slides_mono_has_cjk_fallback() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1314def test_check_update_defaults_to_latest_published_release() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1344def test_check_update_uses_codex_plugin_update_command() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1383def test_check_update_uses_claude_plugin_update_command() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1427def test_scan_file_ignores_block_comment_rgba() -> None:CODE
204 more matches not shown…
Decorative Section Separators48 hits · 144 pts
SeverityFileLineSnippetContext
MEDIUMplugins/kami/skills/kami/scripts/mermaid_normalize.py72# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/mermaid_normalize.py74# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/mermaid_normalize.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/mermaid_normalize.py102# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/mermaid_normalize.py202# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/mermaid_normalize.py204# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/shared.py101# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/shared.py106# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py21# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py23# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py46# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py48# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py102# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py104# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py298# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides-en.py300# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py21# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py23# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py52# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py54# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py112# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py114# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py339# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMplugins/kami/skills/kami/assets/templates/slides.py341# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMscripts/mermaid_normalize.py72# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/mermaid_normalize.py74# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/mermaid_normalize.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/mermaid_normalize.py102# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/mermaid_normalize.py202# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/mermaid_normalize.py204# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/shared.py101# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/shared.py106# ---------------------------------------------------------------------------COMMENT
MEDIUMassets/templates/slides-en.py21# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py23# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py46# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py48# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py102# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py104# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py298# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides-en.py300# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py21# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py23# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py52# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py54# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py112# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py114# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py339# ═══════════════════════════════════════════════════════════COMMENT
MEDIUMassets/templates/slides.py341# ═══════════════════════════════════════════════════════════COMMENT
Deep Nesting48 hits · 44 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py104CODE
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py117CODE
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py212CODE
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py150CODE
LOWplugins/kami/skills/kami/scripts/checks.py167CODE
LOWplugins/kami/skills/kami/scripts/checks.py214CODE
LOWplugins/kami/skills/kami/scripts/checks.py294CODE
LOWplugins/kami/skills/kami/scripts/checks.py345CODE
LOWplugins/kami/skills/kami/scripts/checks.py608CODE
LOWplugins/kami/skills/kami/scripts/checks.py1350CODE
LOWplugins/kami/skills/kami/scripts/checks.py1419CODE
LOWplugins/kami/skills/kami/scripts/checks.py1469CODE
LOWplugins/kami/skills/kami/scripts/content.py244CODE
LOWplugins/kami/skills/kami/scripts/content.py304CODE
LOWplugins/kami/skills/kami/scripts/content.py543CODE
LOWplugins/kami/skills/kami/scripts/content.py583CODE
LOWplugins/kami/skills/kami/scripts/verify.py94CODE
LOWplugins/kami/skills/kami/scripts/verify.py153CODE
LOWplugins/kami/skills/kami/scripts/verify.py410CODE
LOWplugins/kami/skills/kami/scripts/lint.py93CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py691CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1985CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2459CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py2004CODE
LOWscripts/mermaid_normalize.py104CODE
LOWscripts/mermaid_normalize.py117CODE
LOWscripts/mermaid_normalize.py212CODE
LOWscripts/mermaid_normalize.py150CODE
LOWscripts/checks.py167CODE
LOWscripts/checks.py214CODE
LOWscripts/checks.py294CODE
LOWscripts/checks.py345CODE
LOWscripts/checks.py608CODE
LOWscripts/checks.py1350CODE
LOWscripts/checks.py1419CODE
LOWscripts/checks.py1469CODE
LOWscripts/content.py244CODE
LOWscripts/content.py304CODE
LOWscripts/content.py543CODE
LOWscripts/content.py583CODE
LOWscripts/verify.py94CODE
LOWscripts/verify.py153CODE
LOWscripts/verify.py410CODE
LOWscripts/lint.py93CODE
LOWscripts/tests/test_build.py691CODE
LOWscripts/tests/test_build.py1985CODE
LOWscripts/tests/test_build.py2459CODE
LOWscripts/tests/test_build.py2004CODE
Unused Imports44 hits · 41 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/build.py40CODE
LOWplugins/kami/skills/kami/scripts/build_metadata.py32CODE
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py32CODE
LOWplugins/kami/skills/kami/scripts/render.py10CODE
LOWplugins/kami/skills/kami/scripts/site_facts.py7CODE
LOWplugins/kami/skills/kami/scripts/checks.py14CODE
LOWplugins/kami/skills/kami/scripts/tokens.py7CODE
LOWplugins/kami/skills/kami/scripts/shared.py2CODE
LOWplugins/kami/skills/kami/scripts/content.py17CODE
LOWplugins/kami/skills/kami/scripts/content.py25CODE
LOWplugins/kami/skills/kami/scripts/visual.py13CODE
LOWplugins/kami/skills/kami/scripts/highlight.py7CODE
LOWplugins/kami/skills/kami/scripts/highlight.py161CODE
LOWplugins/kami/skills/kami/scripts/verify.py9CODE
LOWplugins/kami/skills/kami/scripts/draft-release-notes.py22CODE
LOWplugins/kami/skills/kami/scripts/release_gate.py3CODE
LOWplugins/kami/skills/kami/scripts/optional_deps.py8CODE
LOWplugins/kami/skills/kami/scripts/mcp_server.py25CODE
LOWplugins/kami/skills/kami/scripts/lint.py13CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py8CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1566CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1567CODE
LOWscripts/build.py40CODE
LOWscripts/build_metadata.py32CODE
LOWscripts/mermaid_normalize.py32CODE
LOWscripts/render.py10CODE
LOWscripts/site_facts.py7CODE
LOWscripts/checks.py14CODE
LOWscripts/tokens.py7CODE
LOWscripts/shared.py2CODE
LOWscripts/content.py17CODE
LOWscripts/content.py25CODE
LOWscripts/visual.py13CODE
LOWscripts/highlight.py7CODE
LOWscripts/highlight.py161CODE
LOWscripts/verify.py9CODE
LOWscripts/draft-release-notes.py22CODE
LOWscripts/release_gate.py3CODE
LOWscripts/optional_deps.py8CODE
LOWscripts/mcp_server.py25CODE
LOWscripts/lint.py13CODE
LOWscripts/tests/test_build.py8CODE
LOWscripts/tests/test_build.py1566CODE
LOWscripts/tests/test_build.py1567CODE
Excessive Try-Catch Wrapping24 hits · 24 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/checks.py1253 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/checks.py1379 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/checks.py1508 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/checks.py1610 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/visual.py130 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/highlight.py135 except Exception:CODE
LOWplugins/kami/skills/kami/scripts/verify.py100 except Exception:CODE
LOWplugins/kami/skills/kami/scripts/verify.py122 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/verify.py256 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/optional_deps.py109 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/mcp_server.py417 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/mcp_server.py438 except Exception:CODE
LOWscripts/checks.py1253 except Exception as exc:CODE
LOWscripts/checks.py1379 except Exception as exc:CODE
LOWscripts/checks.py1508 except Exception as exc:CODE
LOWscripts/checks.py1610 except Exception as exc:CODE
LOWscripts/visual.py130 except Exception as exc:CODE
LOWscripts/highlight.py135 except Exception:CODE
LOWscripts/verify.py100 except Exception:CODE
LOWscripts/verify.py122 except Exception as exc:CODE
LOWscripts/verify.py256 except Exception as exc:CODE
LOWscripts/optional_deps.py109 except Exception as exc:CODE
LOWscripts/mcp_server.py417 except Exception as exc:CODE
LOWscripts/mcp_server.py438 except Exception:CODE
Modern AI Meta-Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMplugins/kami/skills/kami/references/design.md1363### Multilingual SEO scaffoldingCOMMENT
MEDIUMreferences/design.md1363### Multilingual SEO scaffoldingCOMMENT
MEDIUMassets/demos/demo-waza.html427 <text x="360" y="78" fill="#141413" font-size="13" font-weight="500" font-family="'TsangerJinKai02', 'Source Han SCODE
Over-Commented Block6 hits · 6 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/ensure-fonts.sh1#!/usr/bin/env bashCOMMENT
LOWplugins/kami/skills/kami/scripts/lint.py241 print(f"\n[{rule}] {len(items)}")COMMENT
LOWplugins/kami/skills/kami/scripts/lint.py541# resolve to something real.COMMENT
LOWscripts/ensure-fonts.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/lint.py241 print(f"\n[{rule}] {len(items)}")COMMENT
LOWscripts/lint.py541# resolve to something real.COMMENT
AI Structural Patterns2 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py313CODE
LOWscripts/mermaid_normalize.py313CODE
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/render.py59def set_pdf_metadata(pdf_path: Path, author: str | None = None) -> None:CODE
LOWscripts/render.py59def set_pdf_metadata(pdf_path: Path, author: str | None = None) -> None:CODE
Overly Generic Function Names2 hits · 1 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1081def helper():CODE
LOWscripts/tests/test_build.py1081def helper():CODE
Fake / Example Data2 hits · 1 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/tests/test_build.py3630 and "placeholder" in broken_result["report"].lower(),CODE
LOWscripts/tests/test_build.py3630 and "placeholder" in broken_result["report"].lower(),CODE