👩🚒 Good content deserves good paper.
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 72 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 100 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 102 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 202 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 204 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/shared.py | 100 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/scripts/shared.py | 105 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 21 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 23 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 46 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 48 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 102 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 104 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 298 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides-en.py | 300 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 21 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 23 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 52 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 54 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 112 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 114 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 339 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | plugins/kami/skills/kami/assets/templates/slides.py | 341 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | scripts/mermaid_normalize.py | 72 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/mermaid_normalize.py | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/mermaid_normalize.py | 100 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/mermaid_normalize.py | 102 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/mermaid_normalize.py | 202 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/mermaid_normalize.py | 204 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/shared.py | 100 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | scripts/shared.py | 105 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 21 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 23 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 46 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 48 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 102 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 104 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 298 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides-en.py | 300 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 21 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 23 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 52 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 54 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 112 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 114 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 339 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | assets/templates/slides.py | 341 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/build_metadata.py | 226 | def should_include_skill_mirror_file(path: Path) -> bool: | CODE |
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 261 | def _assert_beautiful_mermaid(svg: str) -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/site_facts.py | 143 | def _drop_language_redirect_script(rows: list[str]) -> list[str]: | CODE |
| LOW | plugins/kami/skills/kami/scripts/shared.py | 57 | def configure_weasyprint_runtime() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/shared.py | 192 | def public_document_template_kinds() -> set[str]: | CODE |
| LOW | plugins/kami/skills/kami/scripts/shared.py | 201 | def public_document_template_count() -> int: | CODE |
| LOW | plugins/kami/skills/kami/scripts/lint.py | 72 | def _strip_css_block_comments(text: str) -> str: | CODE |
| LOW | plugins/kami/skills/kami/scripts/lint.py | 379 | def check_cross_template_consistency(verbose: bool = False) -> int: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 937 | def test_check_placeholders_passes_clean() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 947 | def test_markdown_residue_flags_raw_markers() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1062 | def test_last_content_y_sparse_page() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1071 | def test_last_content_y_blank_page() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1079 | def test_density_threshold_buckets() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1267 | def test_mermaid_theme_matches_tokens() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1276 | def test_mermaid_theme_drift_flags_token_mismatch() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1286 | def test_mermaid_normalize_defaults_match_theme() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1300 | def test_mermaid_color_mix_srgb_single_pct() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1309 | def test_mermaid_color_mix_both_pct() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1316 | def test_mermaid_normalize_strips_unsafe_features() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 186 | def test_dist_package_contents() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 224 | def test_plugin_metadata_generated() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 241 | def test_claude_plugin_marketplace_version_matches_version_file() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 277 | def test_build_metadata_reads_tokens_from_root_argument() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 294 | def test_registry_consistency() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 314 | def test_runner_auto_discovers_tests() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 322 | def test_build_cli_rejects_unexpected_flags() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 344 | def test_long_doc_templates_use_rendered_toc_pages_and_chapter_headers() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 378 | def test_site_facts_repo_clean() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 384 | def test_site_facts_flags_bad_diagram_count() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 397 | def test_site_structure_repo_clean() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 404 | def test_site_structure_flags_locale_drift() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 415 | def test_chinese_html_templates_keep_single_serif_stack() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 461 | def test_korean_templates_carry_resolvable_serif_name() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 505 | def test_sibling_placeholder_hints_stay_in_parity() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 533 | def test_font_fallback_markers_recognize_pt_serif() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 545 | def test_chinese_slides_mono_has_cjk_fallback() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 799 | def test_check_update_uses_codex_plugin_update_command() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 838 | def test_check_update_uses_claude_plugin_update_command() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 882 | def test_scan_file_ignores_block_comment_rgba() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 963 | def test_check_markdown_residue_skips_html_code_blocks() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 981 | def test_pair_names_includes_known_pairs() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 993 | def test_pair_names_includes_ko_variants_when_present() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1011 | def test_cross_template_consistency_clean() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1017 | def test_extract_root_vars_picks_up_definitions() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1133 | def test_orphan_last_line_predicate() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1159 | def test_resume_balance_issues() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1180 | def test_highlight_with_language() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1199 | def test_highlight_without_language() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1207 | def test_highlight_without_pygments_dependency() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1235 | def test_marp_themes_token_synced() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1341 | def test_mermaid_lint_flags_unnormalized_svg() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1352 | def test_mermaid_diagram_templates_normalized() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1364 | def test_mermaid_diagrams_match_their_mmd_sources() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1392 | def test_mermaid_normalize_rejects_non_beautiful_mermaid() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1404 | def test_mermaid_normalize_cli_accepts_output_before_input() -> None: | CODE |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 1429 | def test_mermaid_normalize_cli_reports_missing_input() -> None: | CODE |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 927 | def test_check_placeholders_flags_unfilled() -> None: | STRING |
| LOW⚡ | plugins/kami/skills/kami/scripts/tests/test_build.py | 1054 | def test_last_content_y_dense_page() -> None: | STRING |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 572 | def test_scan_file_arrow_in_en() -> None: | STRING |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 592 | def test_scan_file_clean_template() -> None: | STRING |
| 76 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/build.py | 30 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 55 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 74 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 74 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 74 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build.py | 74 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/build_metadata.py | 28 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 32 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/site_facts.py | 7 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 14 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/tokens.py | 7 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/shared.py | 2 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/highlight.py | 7 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/highlight.py | 136 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/verify.py | 8 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/draft-release-notes.py | 21 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/optional_deps.py | 8 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/lint.py | 13 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 8 | CODE | |
| LOW | scripts/build.py | 30 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 55 | CODE | |
| LOW | scripts/build.py | 74 | CODE | |
| LOW | scripts/build.py | 74 | CODE | |
| LOW | scripts/build.py | 74 | CODE | |
| LOW | scripts/build.py | 74 | CODE | |
| LOW | scripts/build_metadata.py | 28 | CODE | |
| LOW | scripts/mermaid_normalize.py | 32 | CODE | |
| LOW | scripts/site_facts.py | 7 | CODE | |
| LOW | scripts/checks.py | 14 | CODE | |
| LOW | scripts/tokens.py | 7 | CODE | |
| LOW | scripts/shared.py | 2 | CODE | |
| LOW | scripts/highlight.py | 7 | CODE | |
| LOW | scripts/highlight.py | 136 | CODE | |
| LOW | scripts/verify.py | 8 | CODE | |
| LOW | scripts/draft-release-notes.py | 21 | CODE | |
| LOW | scripts/optional_deps.py | 8 | CODE | |
| LOW | scripts/lint.py | 13 | CODE | |
| LOW | scripts/tests/test_build.py | 8 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 104 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 117 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 212 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 150 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 198 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 262 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 312 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/verify.py | 56 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/verify.py | 201 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/lint.py | 82 | CODE | |
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 505 | CODE | |
| LOW | scripts/mermaid_normalize.py | 104 | CODE | |
| LOW | scripts/mermaid_normalize.py | 117 | CODE | |
| LOW | scripts/mermaid_normalize.py | 212 | CODE | |
| LOW | scripts/mermaid_normalize.py | 150 | CODE | |
| LOW | scripts/checks.py | 198 | CODE | |
| LOW | scripts/checks.py | 262 | CODE | |
| LOW | scripts/checks.py | 312 | CODE | |
| LOW | scripts/verify.py | 56 | CODE | |
| LOW | scripts/verify.py | 201 | CODE | |
| LOW | scripts/lint.py | 82 | CODE | |
| LOW | scripts/tests/test_build.py | 505 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/checks.py | 119 | except Exception as exc: | CODE |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 227 | except Exception as exc: | CODE |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 342 | except Exception as exc: | CODE |
| LOW | plugins/kami/skills/kami/scripts/checks.py | 437 | except Exception as exc: | CODE |
| LOW | plugins/kami/skills/kami/scripts/highlight.py | 113 | except Exception: | CODE |
| LOW | plugins/kami/skills/kami/scripts/verify.py | 62 | except Exception: | CODE |
| LOW | plugins/kami/skills/kami/scripts/verify.py | 84 | except Exception as exc: | CODE |
| LOW | scripts/checks.py | 119 | except Exception as exc: | CODE |
| LOW | scripts/checks.py | 227 | except Exception as exc: | CODE |
| LOW | scripts/checks.py | 342 | except Exception as exc: | CODE |
| LOW | scripts/checks.py | 437 | except Exception as exc: | CODE |
| LOW | scripts/highlight.py | 113 | except Exception: | CODE |
| LOW | scripts/verify.py | 62 | except Exception: | CODE |
| LOW | scripts/verify.py | 84 | except Exception as exc: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | plugins/kami/skills/kami/references/design.md | 1277 | ### Multilingual SEO scaffolding | COMMENT |
| MEDIUM | references/design.md | 1277 | ### Multilingual SEO scaffolding | COMMENT |
| MEDIUM | assets/demos/demo-waza.html | 427 | <text x="360" y="78" fill="#141413" font-size="13" font-weight="500" font-family="inherit" text-anchor="middle">Go | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/ensure-fonts.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | plugins/kami/skills/kami/scripts/lint.py | 221 | # design.md core invariant: a single chromatic accent (ink-blue) plus warm | COMMENT |
| LOW | scripts/ensure-fonts.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | scripts/lint.py | 221 | # design.md core invariant: a single chromatic accent (ink-blue) plus warm | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | SKILL.md | 388 | - Do not leave placeholder text in the final document ("Lorem ipsum", "[Insert here]", "TBD") | CODE |
| LOW | plugins/kami/skills/kami/SKILL.md | 388 | - Do not leave placeholder text in the final document ("Lorem ipsum", "[Insert here]", "TBD") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/build.py | 136 | def set_pdf_metadata(pdf_path: Path, author: str | None = None) -> None: | CODE |
| LOW | scripts/build.py | 136 | def set_pdf_metadata(pdf_path: Path, author: str | None = None) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/mermaid_normalize.py | 313 | CODE | |
| LOW | scripts/mermaid_normalize.py | 313 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/kami/skills/kami/scripts/tests/test_build.py | 634 | def helper(): | CODE |
| LOW | scripts/tests/test_build.py | 634 | def helper(): | CODE |