Repository Analysis

tw93/Kami

👩‍🚒 Good content deserves good paper.

4.8 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of tw93/Kami, a HTML project with 9,790 GitHub stars. SynthScan v2.0 examined 73,254 lines of code across 196 source files, recording 291 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 4.8 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.8
Adjusted Score
4.8
Raw Score
100%
Time Factor
2026-07-12
Last Push
9.8K
Stars
HTML
Language
73.3K
Lines of Code
196
Files
291
Pattern Hits
2026-07-14
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 240

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 291 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.

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.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMplugins/kami/skills/kami/scripts/shared.py105# ---------------------------------------------------------------------------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.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMscripts/shared.py105# ---------------------------------------------------------------------------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
Hyper-Verbose Identifiers136 hits · 102 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/build_metadata.py226def 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.py143def _drop_language_redirect_script(rows: list[str]) -> list[str]:CODE
LOWplugins/kami/skills/kami/scripts/shared.py57def configure_weasyprint_runtime() -> None:CODE
LOWplugins/kami/skills/kami/scripts/shared.py192def public_document_template_kinds() -> set[str]:CODE
LOWplugins/kami/skills/kami/scripts/shared.py201def public_document_template_count() -> int:CODE
LOWplugins/kami/skills/kami/scripts/lint.py72def _strip_css_block_comments(text: str) -> str:CODE
LOWplugins/kami/skills/kami/scripts/lint.py379def check_cross_template_consistency(verbose: bool = False) -> int:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py937def test_check_placeholders_passes_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py947def test_markdown_residue_flags_raw_markers() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1062def test_last_content_y_sparse_page() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1071def test_last_content_y_blank_page() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1079def test_density_threshold_buckets() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1267def test_mermaid_theme_matches_tokens() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1276def test_mermaid_theme_drift_flags_token_mismatch() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1286def test_mermaid_normalize_defaults_match_theme() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1300def test_mermaid_color_mix_srgb_single_pct() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1309def test_mermaid_color_mix_both_pct() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1316def test_mermaid_normalize_strips_unsafe_features() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py186def test_dist_package_contents() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py224def test_plugin_metadata_generated() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py241def test_claude_plugin_marketplace_version_matches_version_file() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py277def test_build_metadata_reads_tokens_from_root_argument() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py294def test_registry_consistency() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py314def test_runner_auto_discovers_tests() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py322def test_build_cli_rejects_unexpected_flags() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py344def test_long_doc_templates_use_rendered_toc_pages_and_chapter_headers() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py378def test_site_facts_repo_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py384def test_site_facts_flags_bad_diagram_count() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py397def test_site_structure_repo_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py404def test_site_structure_flags_locale_drift() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py415def test_chinese_html_templates_keep_single_serif_stack() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py461def test_korean_templates_carry_resolvable_serif_name() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py505def test_sibling_placeholder_hints_stay_in_parity() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py533def test_font_fallback_markers_recognize_pt_serif() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py545def test_chinese_slides_mono_has_cjk_fallback() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py799def test_check_update_uses_codex_plugin_update_command() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py838def test_check_update_uses_claude_plugin_update_command() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py882def test_scan_file_ignores_block_comment_rgba() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py963def test_check_markdown_residue_skips_html_code_blocks() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py981def test_pair_names_includes_known_pairs() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py993def test_pair_names_includes_ko_variants_when_present() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1011def test_cross_template_consistency_clean() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1017def test_extract_root_vars_picks_up_definitions() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1133def test_orphan_last_line_predicate() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1159def test_resume_balance_issues() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1180def test_highlight_with_language() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1199def test_highlight_without_language() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1207def test_highlight_without_pygments_dependency() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1235def test_marp_themes_token_synced() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1341def test_mermaid_lint_flags_unnormalized_svg() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1352def test_mermaid_diagram_templates_normalized() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1364def test_mermaid_diagrams_match_their_mmd_sources() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1392def test_mermaid_normalize_rejects_non_beautiful_mermaid() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1404def test_mermaid_normalize_cli_accepts_output_before_input() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1429def test_mermaid_normalize_cli_reports_missing_input() -> None:CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py927def test_check_placeholders_flags_unfilled() -> None:STRING
LOWplugins/kami/skills/kami/scripts/tests/test_build.py1054def test_last_content_y_dense_page() -> None:STRING
LOWplugins/kami/skills/kami/scripts/tests/test_build.py572def test_scan_file_arrow_in_en() -> None:STRING
LOWplugins/kami/skills/kami/scripts/tests/test_build.py592def test_scan_file_clean_template() -> None:STRING
76 more matches not shown…
Unused Imports56 hits · 55 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/build.py30CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py55CODE
LOWplugins/kami/skills/kami/scripts/build.py74CODE
LOWplugins/kami/skills/kami/scripts/build.py74CODE
LOWplugins/kami/skills/kami/scripts/build.py74CODE
LOWplugins/kami/skills/kami/scripts/build.py74CODE
LOWplugins/kami/skills/kami/scripts/build_metadata.py28CODE
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py32CODE
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/highlight.py7CODE
LOWplugins/kami/skills/kami/scripts/highlight.py136CODE
LOWplugins/kami/skills/kami/scripts/verify.py8CODE
LOWplugins/kami/skills/kami/scripts/draft-release-notes.py21CODE
LOWplugins/kami/skills/kami/scripts/optional_deps.py8CODE
LOWplugins/kami/skills/kami/scripts/lint.py13CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py8CODE
LOWscripts/build.py30CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py55CODE
LOWscripts/build.py74CODE
LOWscripts/build.py74CODE
LOWscripts/build.py74CODE
LOWscripts/build.py74CODE
LOWscripts/build_metadata.py28CODE
LOWscripts/mermaid_normalize.py32CODE
LOWscripts/site_facts.py7CODE
LOWscripts/checks.py14CODE
LOWscripts/tokens.py7CODE
LOWscripts/shared.py2CODE
LOWscripts/highlight.py7CODE
LOWscripts/highlight.py136CODE
LOWscripts/verify.py8CODE
LOWscripts/draft-release-notes.py21CODE
LOWscripts/optional_deps.py8CODE
LOWscripts/lint.py13CODE
LOWscripts/tests/test_build.py8CODE
Deep Nesting22 hits · 21 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.py198CODE
LOWplugins/kami/skills/kami/scripts/checks.py262CODE
LOWplugins/kami/skills/kami/scripts/checks.py312CODE
LOWplugins/kami/skills/kami/scripts/verify.py56CODE
LOWplugins/kami/skills/kami/scripts/verify.py201CODE
LOWplugins/kami/skills/kami/scripts/lint.py82CODE
LOWplugins/kami/skills/kami/scripts/tests/test_build.py505CODE
LOWscripts/mermaid_normalize.py104CODE
LOWscripts/mermaid_normalize.py117CODE
LOWscripts/mermaid_normalize.py212CODE
LOWscripts/mermaid_normalize.py150CODE
LOWscripts/checks.py198CODE
LOWscripts/checks.py262CODE
LOWscripts/checks.py312CODE
LOWscripts/verify.py56CODE
LOWscripts/verify.py201CODE
LOWscripts/lint.py82CODE
LOWscripts/tests/test_build.py505CODE
Excessive Try-Catch Wrapping14 hits · 14 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/checks.py119 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/checks.py227 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/checks.py342 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/checks.py437 except Exception as exc:CODE
LOWplugins/kami/skills/kami/scripts/highlight.py113 except Exception:CODE
LOWplugins/kami/skills/kami/scripts/verify.py62 except Exception:CODE
LOWplugins/kami/skills/kami/scripts/verify.py84 except Exception as exc:CODE
LOWscripts/checks.py119 except Exception as exc:CODE
LOWscripts/checks.py227 except Exception as exc:CODE
LOWscripts/checks.py342 except Exception as exc:CODE
LOWscripts/checks.py437 except Exception as exc:CODE
LOWscripts/highlight.py113 except Exception:CODE
LOWscripts/verify.py62 except Exception:CODE
LOWscripts/verify.py84 except Exception as exc:CODE
Modern AI Meta-Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMplugins/kami/skills/kami/references/design.md1277### Multilingual SEO scaffoldingCOMMENT
MEDIUMreferences/design.md1277### Multilingual SEO scaffoldingCOMMENT
MEDIUMassets/demos/demo-waza.html427 <text x="360" y="78" fill="#141413" font-size="13" font-weight="500" font-family="inherit" text-anchor="middle">GoCODE
Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/ensure-fonts.sh1#!/usr/bin/env bashCOMMENT
LOWplugins/kami/skills/kami/scripts/lint.py221# design.md core invariant: a single chromatic accent (ink-blue) plus warmCOMMENT
LOWscripts/ensure-fonts.sh1#!/usr/bin/env bashCOMMENT
LOWscripts/lint.py221# design.md core invariant: a single chromatic accent (ink-blue) plus warmCOMMENT
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWSKILL.md388- Do not leave placeholder text in the final document ("Lorem ipsum", "[Insert here]", "TBD")CODE
LOWplugins/kami/skills/kami/SKILL.md388- Do not leave placeholder text in the final document ("Lorem ipsum", "[Insert here]", "TBD")CODE
Modern Structural Boilerplate2 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/build.py136def set_pdf_metadata(pdf_path: Path, author: str | None = None) -> None:CODE
LOWscripts/build.py136def set_pdf_metadata(pdf_path: Path, author: str | None = None) -> None:CODE
AI Structural Patterns2 hits · 2 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/mermaid_normalize.py313CODE
LOWscripts/mermaid_normalize.py313CODE
Overly Generic Function Names2 hits · 1 pts
SeverityFileLineSnippetContext
LOWplugins/kami/skills/kami/scripts/tests/test_build.py634def helper():CODE
LOWscripts/tests/test_build.py634def helper():CODE