Repository Analysis

cathrynlavery/diagram-design

38 editorial diagram types for Claude Code, Codex, and Pi. Self-contained HTML + SVG. No shadows. No Mermaid slop.

6.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of cathrynlavery/diagram-design, a HTML project with 28,490 GitHub stars. SynthScan v2.0 examined 59,377 lines of code across 289 source files, recording 203 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 6.6 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

6.6
Adjusted Score
6.6
Raw Score
100%
Time Factor
2026-08-29
Last Push
28.5K
Stars
HTML
Language
59.4K
Lines of Code
289
Files
203
Pattern Hits
2026-08-29
Scan Date
0.08
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 23MEDIUM 46LOW 134

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

Cross-Language Confusion17 hits · 108 pts
SeverityFileLineSnippetContext
HIGHscripts/verify-doctor.py155 fix="Resolve Python first; then install with: pip install playwright && playwright install chromium",CODE
HIGHscripts/verify-doctor.py164 fix="pip install playwright && playwright install chromium",CODE
HIGHscripts/verify-doctor.py193 fix="pip install playwright && playwright install chromium",CODE
HIGHscripts/fix-mojibake.py20 # CP1252 leaves byte 0x90 undefined, so spell the left-arrow corruptionCOMMENT
HIGHscripts/lint-render.py73 pip install playwright && playwright install chromiumSTRING
HIGHscripts/lint-render.py126 let blockedBy = null;CODE
HIGHscripts/lint-render.py130 const scrolls = el.scrollWidth > el.clientWidth + 1 || el.scrollHeight > el.clientHeight + 1;CODE
HIGHscripts/lint-render.py132 chain.push(`${label(el)} (overflow: ${overflow})`);CODE
HIGHscripts/lint-render.py152 const remember = (el) => window.__lintSnapshots.push([el, el.getAttribute('style')]);CODE
HIGHscripts/lint-render.py160 if (style === null) el.removeAttribute('style');CODE
HIGHscripts/lint-render.py196 for (let el = svg.parentElement; el && taken < depth; el = el.parentElement) {CODE
HIGHscripts/lint-render.py198 targets.push(el);CODE
HIGHscripts/lint-render.py205 rects.push([r.left, r.top, r.right, r.bottom]);CODE
HIGHscripts/lint-render.py234 if (before.width !== after.width || before.height !== after.height) {CODE
HIGHscripts/lint-render.py242 if (x >= interior.left - g && x < interior.right + g &&CODE
HIGHscripts/lint-render.py243 y >= interior.top - g && y < interior.bottom + g) continue;CODE
HIGHscripts/lint-render.py821 " pip install playwright && playwright install chromium",CODE
Decorative Section Separators25 hits · 73 pts
SeverityFileLineSnippetContext
MEDIUMscripts/test-verify-bubble.py214 # ── Positive polarity: honest figures pass ────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py268 # ── Axis scale lies ───────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py311 # ── Area lies ─────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py342 # ── Focal discipline ──────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py358 # ── Label lies ────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py388 # ── Tick lies ─────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py420 # ── Transforms ────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py458 # ── Malformed markup: findings, never tracebacks, never silence ───────COMMENT
MEDIUMscripts/test-verify-bubble.py484 # ── Fail closed ───────────────────────────────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py505 # ── Scope: the neighbours stay unclaimed ──────────────────────────────COMMENT
MEDIUMscripts/test-verify-bubble.py523 # ── The fixture-isolation guarantees, held in place ───────────────────COMMENT
MEDIUMscripts/test-verify-docs-sync.py422 # ── gallery guard tests ───────────────────────────────────────────────────STRING
MEDIUMscripts/test-verify-slopegraph.py224 # ── Negative half: honest figures must stay silent ────────────────────COMMENT
MEDIUMscripts/test-verify-slopegraph.py279 # ── Positive half: each lie must be named as itself ───────────────────COMMENT
MEDIUMscripts/test-verify-slopegraph.py631 # ── The fixture-isolation fix, held in place ──────────────────────────COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py37# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py39# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py190# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py192# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py293# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py295# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py540# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py542# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py679# --------------------------------------------------------------------------COMMENT
MEDIUMskills/diagram-design/scripts/drawio_extract.py681# --------------------------------------------------------------------------COMMENT
Unused Imports46 hits · 46 pts
SeverityFileLineSnippetContext
LOWscripts/test-verify-ridgeline.py28CODE
LOWscripts/verify-polar.py4CODE
LOWscripts/bump-plugin-version.py4CODE
LOWscripts/verify-ridgeline.py75CODE
LOWscripts/verify-mermaid-import.py9CODE
LOWscripts/test-verify-bubble.py15CODE
LOWscripts/test-self-check.py4CODE
LOWscripts/screenshot_catalog.py3CODE
LOWscripts/test-verify-docs-sync.py4CODE
LOWscripts/test-verify-dumbbell.py20CODE
LOWscripts/test-verify-motion.py4CODE
LOWscripts/verify-docs-sync.py28CODE
LOWscripts/verify-doctor.py8CODE
LOWscripts/verify-doctor.py12CODE
LOWscripts/test-plugin-package.py4CODE
LOWscripts/test-verify-sequence-oauth.py13CODE
LOWscripts/verify-sankey.py108CODE
LOWscripts/verify-slopegraph.py72CODE
LOWscripts/test-verify-sankey.py27CODE
LOWscripts/test-verify-treemap.py13CODE
LOWscripts/test-verify-geometry.py4CODE
LOWscripts/verify-plugin-package.py4CODE
LOWscripts/test-verify-drawio-import.py4CODE
LOWscripts/verify-motion.py4CODE
LOWscripts/test-verify-polar.py2CODE
LOWscripts/test-verify-doctor.py4CODE
LOWscripts/test-fix-mojibake.py4CODE
LOWscripts/verify-treemap.py37CODE
LOWscripts/verify-bubble.py78CODE
LOWscripts/test-build-icons-quoted-attributes.py4CODE
LOWscripts/verify-geometry.py32CODE
LOWscripts/lint-skin.py8CODE
LOWscripts/test-verify-slopegraph.py21CODE
LOWscripts/render-canonical-screenshots.py4CODE
LOWscripts/test-build-icons-devicon.py4CODE
LOWscripts/verify-sequence-oauth.py9CODE
LOWscripts/verify-semantic-motion.py7CODE
LOWscripts/verify-drawio-import.py10CODE
LOWscripts/build-icons.py17CODE
LOWscripts/verify-screenshot-freshness.py4CODE
LOWscripts/test-verify-semantic-motion.py10CODE
LOWscripts/test-lint-a11y.py4CODE
LOWscripts/verify-dumbbell.py38CODE
LOWskills/diagram-design/scripts/mermaid_extract.py20CODE
LOWskills/diagram-design/scripts/self_check.py16CODE
LOWskills/diagram-design/scripts/drawio_extract.py21CODE
Hyper-Verbose Identifiers36 hits · 37 pts
SeverityFileLineSnippetContext
LOWscripts/verify-polar.py111def _contains_stylesheet_loading(css: str) -> bool:CODE
LOWscripts/verify-polar.py131def _selector_can_target_chart(selector: str) -> bool:CODE
LOWscripts/verify-polar.py144def _stylesheet_can_target_chart(css: str) -> bool:CODE
LOWscripts/verify-polar.py763def _check_variants_with_paths(paths: Sequence[Path]) -> list[tuple[Path, str]]:CODE
LOWscripts/verify-mermaid-import.py68def check_legacy_stdout_encoding(tmp: Path) -> None:CODE
LOWscripts/verify-mermaid-import.py205def check_shape_and_edge_vocabulary(tmp: Path) -> None:CODE
LOWscripts/verify-mermaid-import.py445def check_markdown_and_grammars(tmp: Path) -> None:CODE
LOWscripts/verify-mermaid-import.py622def check_sequence_grammar_forms(tmp: Path) -> None:CODE
LOWscripts/test-verify-dumbbell.py74def test_zero_touching_domains():CODE
LOWscripts/test-verify-dumbbell.py96def test_identical_and_tiny_values():CODE
LOWscripts/test-verify-dumbbell.py104def test_empty_and_non_finite_rejected():CODE
LOWscripts/test-verify-dumbbell.py117def test_truncated_bounds_are_detected():CODE
LOWscripts/test-verify-dumbbell.py127def test_scaling_preserves_gap_ratios():CODE
LOWscripts/test-verify-dumbbell.py139def test_documented_marks_clear_the_threshold():CODE
LOWscripts/test-verify-dumbbell.py148def test_rejected_treatments_are_caught():CODE
LOWscripts/test-verify-dumbbell.py159def test_checker_fails_closed_on_a_stripped_reference(tmp_path: Path):CODE
LOWscripts/test-verify-dumbbell.py177def test_shipped_reference_passes():CODE
LOWscripts/verify-docs-sync.py237def check_skill_reference_links(CODE
LOWscripts/verify-docs-sync.py245def scanner_visible_support_references(markdown: str) -> list[str]:CODE
LOWscripts/verify-docs-sync.py255def check_packaged_support_references(CODE
LOWscripts/verify-docs-sync.py299def check_factory_install_surface(errors: list[str], root: Path) -> None:CODE
LOWscripts/verify-docs-sync.py392def check_high_level_reference(errors: list[str], markdown: str) -> None:CODE
LOWscripts/verify-docs-sync.py465def check_manifest_descriptions(errors: list[str], root: Path) -> None:CODE
LOWscripts/verify-doctor.py276def check_common_path_mistakes(root: Path, cwd: Path) -> CheckResult:CODE
LOWscripts/lint-render.py620def network_isolation_failures(context):STRING
LOWscripts/verify-plugin-package.py283def valid_double_quoted_yaml_scalar(value: str) -> bool:CODE
LOWscripts/verify-plugin-package.py312def parse_frontmatter_metadata_version(text: str) -> str | None:CODE
LOWscripts/verify-plugin-package.py410def verify_skill_metadata_version(root: Path, manifests: dict[str, dict[str, Any]], errors: list[str]) -> None:CODE
LOWscripts/verify-motion.py209def hidden_unscoped_motion_selectors(source: str) -> list[str]:CODE
LOWscripts/verify-motion.py229def infinite_unscoped_selectors(source: str) -> list[str]:CODE
LOWscripts/lint-skin.py81def canonical_controller_digest():CODE
LOWscripts/verify-semantic-motion.py57def is_approved_google_fonts_stylesheet(value: str) -> bool:CODE
LOWscripts/verify-drawio-import.py66def check_legacy_stdout_encoding(tmp: Path) -> None:CODE
LOWscripts/verify-drawio-import.py351def check_security_and_limits(tmp: Path) -> None:CODE
LOWskills/diagram-design/scripts/mermaid_extract.py526def _parse_expanded_attributes(text: str) -> tuple[str, str] | None:CODE
LOWskills/diagram-design/scripts/self_check.py164def is_approved_google_fonts_stylesheet(value: str) -> bool:CODE
Deep Nesting34 hits · 34 pts
SeverityFileLineSnippetContext
LOWscripts/test-verify-ridgeline.py147CODE
LOWscripts/verify-polar.py406CODE
LOWscripts/verify-polar.py211CODE
LOWscripts/verify-ridgeline.py212CODE
LOWscripts/verify-ridgeline.py373CODE
LOWscripts/verify-ridgeline.py397CODE
LOWscripts/verify-ridgeline.py747CODE
LOWscripts/verify-docs-sync.py448CODE
LOWscripts/verify-docs-sync.py465CODE
LOWscripts/verify-sankey.py779CODE
LOWscripts/lint-render.py413CODE
LOWscripts/lint-render.py814CODE
LOWscripts/verify-slopegraph.py282CODE
LOWscripts/verify-slopegraph.py520CODE
LOWscripts/test-verify-sankey.py117CODE
LOWscripts/test-verify-treemap.py50CODE
LOWscripts/verify-plugin-package.py312CODE
LOWscripts/verify-motion.py145CODE
LOWscripts/verify-motion.py191CODE
LOWscripts/test-verify-polar.py78CODE
LOWscripts/verify-treemap.py150CODE
LOWscripts/verify-bubble.py283CODE
LOWscripts/lint-skin.py323CODE
LOWscripts/lint-skin.py548CODE
LOWscripts/lint-skin.py723CODE
LOWscripts/lint-skin.py253CODE
LOWscripts/build-icons.py362CODE
LOWscripts/verify-dumbbell.py179CODE
LOWskills/diagram-design/scripts/mermaid_extract.py336CODE
LOWskills/diagram-design/scripts/mermaid_extract.py383CODE
LOWskills/diagram-design/scripts/mermaid_extract.py703CODE
LOWskills/diagram-design/scripts/mermaid_extract.py773CODE
LOWskills/diagram-design/scripts/drawio_extract.py113CODE
LOWskills/diagram-design/scripts/drawio_extract.py358CODE
AI Slop Vocabulary14 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUMskills/diagram-design/assets/example-pyramid.html110 <text x="64" y="474" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif">Apex — rarest, highest levCODE
MEDIUMskills/diagram-design/assets/example-layers.html94 <text x="260" y="182" fill="#2d3142" font-size="16" font-weight="600" font-family="'Geist', sans-serif">Agent haCODE
MEDIUMskills/diagram-design/assets/example-layers.html119 <text x="240" y="456" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif" font-style="italic">The hCODE
MEDIUMskills/diagram-design/assets/example-pyramid-full.html91 <text x="64" y="474" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif">Apex — rarest, highest levCODE
MEDIUM…diagram-design/assets/example-quadrant-consultant.html86 <text x="156" y="248" fill="#4f5d75" font-size="11" font-family="'Geist', sans-serif">workflows, low AI leverageCODE
MEDIUM…diagram-design/assets/example-quadrant-consultant.html94 <text x="576" y="248" fill="#4f5d75" font-size="11" font-family="'Geist', sans-serif">Small, high-leverage teamsCODE
MEDIUMskills/diagram-design/assets/example-pyramid-dark.html110 <text x="64" y="474" fill="#bfc0c0" font-size="8.5" font-family="'Geist', sans-serif">Apex — rarest, highest levCODE
MEDIUMskills/diagram-design/assets/example-wardley.html121 <text x="220" y="176" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-anchoCODE
MEDIUMskills/diagram-design/assets/example-layers-full.html75 <text x="260" y="182" fill="#2d3142" font-size="16" font-weight="600" font-family="'Geist', sans-serif">Agent haCODE
MEDIUMskills/diagram-design/assets/example-layers-full.html100 <text x="240" y="456" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif" font-style="italic">The hCODE
MEDIUMskills/diagram-design/assets/example-wardley-full.html95 <text x="220" y="176" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-ancCODE
MEDIUMskills/diagram-design/assets/example-wardley-dark.html121 <text x="220" y="176" fill="#f5f5f5" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-anchoCODE
MEDIUMskills/diagram-design/assets/example-layers-dark.html94 <text x="260" y="182" fill="#f5f5f5" font-size="16" font-weight="600" font-family="'Geist', sans-serif">Agent haCODE
MEDIUMskills/diagram-design/assets/example-layers-dark.html119 <text x="240" y="456" fill="#bfc0c0" font-size="8.5" font-family="'Geist', sans-serif" font-style="italic">The hCODE
Cross-File Repetition6 hits · 30 pts
SeverityFileLineSnippetContext
HIGHscripts/verify-ridgeline.py0(?p<name>[\w:-]+)\s*=\s*(?p<quote>["'])(?p<value>.*?)(?p=quote)STRING
HIGHscripts/verify-slopegraph.py0(?p<name>[\w:-]+)\s*=\s*(?p<quote>["'])(?p<value>.*?)(?p=quote)STRING
HIGHscripts/verify-bubble.py0(?p<name>[\w:-]+)\s*=\s*(?p<quote>["'])(?p<value>.*?)(?p=quote)STRING
HIGHscripts/verify-ridgeline.py0no transform may move verified geometry or a bound label.STRING
HIGHscripts/verify-slopegraph.py0no transform may move verified geometry or a bound label.STRING
HIGHscripts/verify-bubble.py0no transform may move verified geometry or a bound label.STRING
Modern AI Meta-Vocabulary7 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMskills/diagram-design/assets/example-layers.html102 <text x="940" y="246" fill="#4f5d75" font-size="10" font-family="'Geist Mono', monospace" text-anchor="end" lettCODE
MEDIUM…diagram-design/assets/example-quadrant-consultant.html92 <text x="576" y="216" fill="#4f5d75" font-size="11" font-family="'Geist', sans-serif">Humans orchestrate; AI</teCODE
MEDIUMskills/diagram-design/assets/example-wardley.html118 <text x="420" y="144" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-anchoCODE
MEDIUMskills/diagram-design/assets/example-layers-full.html83 <text x="940" y="246" fill="#4f5d75" font-size="10" font-family="'Geist Mono', monospace" text-anchor="end" lettCODE
MEDIUMskills/diagram-design/assets/example-wardley-full.html92 <text x="420" y="144" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-ancCODE
MEDIUMskills/diagram-design/assets/example-wardley-dark.html118 <text x="420" y="144" fill="#f5f5f5" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-anchoCODE
MEDIUMskills/diagram-design/assets/example-layers-dark.html102 <text x="940" y="246" fill="#bfc0c0" font-size="10" font-family="'Geist Mono', monospace" text-anchor="end" lettCODE
Over-Commented Block13 hits · 13 pts
SeverityFileLineSnippetContext
LOWdocs/superpowers/plans/2026-08-18-polar-chart.md221- [ ] **Step 2: Write `type-polar.md` from the approved contract**COMMENT
LOWscripts/verify-docs-sync.py341 )COMMENT
LOWscripts/verify-sankey.py121# it - geometry may not carry style/class, containers may not carry the paintCOMMENT
LOWscripts/verify-sankey.py141# and worse, a leading-dot coordinate read by "-?\\d+" silently becomes aCOMMENT
LOWscripts/verify-sankey.py161 re.IGNORECASE,COMMENT
LOWscripts/verify-sankey.py721# about is certified - and SVG has far more ways to render differently than anyCOMMENT
LOWscripts/verify-sankey.py941 # a transform, a clip, a mask, or a hidden element. Each of those lets everyCOMMENT
LOWscripts/verify-sankey.py981 # constructs above so that a transform is reported as a transform, not as anCOMMENT
LOWscripts/test-verify-sankey.py461 # the seam between Flaked (bottom 140) and Passed (top 148), whereCOMMENT
LOWscripts/test-verify-sankey.py521 case(COMMENT
LOWscripts/test-verify-sankey.py601 # dash at all and is not the form the reference permits.COMMENT
LOWscripts/test-verify-sankey.py801 "may set only", "a comment between a property and its colon"),COMMENT
LOWscripts/test-verify-sankey.py901COMMENT
Excessive Try-Catch Wrapping4 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/lint-render.py836 except Exception as error:CODE
LOWscripts/lint-render.py857 except Exception as error:CODE
LOWskills/diagram-design/scripts/drawio_extract.py97 except Exception:CODE
LOWskills/diagram-design/scripts/drawio_extract.py106 except Exception:CODE
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWscripts/test-plugin-package.py153def set_existing_versions(root: Path, version: str) -> None:CODE