38 editorial diagram types for Claude Code, Codex, and Pi. Self-contained HTML + SVG. No shadows. No Mermaid slop.
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).
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.
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | scripts/verify-doctor.py | 155 | fix="Resolve Python first; then install with: pip install playwright && playwright install chromium", | CODE |
| HIGH | scripts/verify-doctor.py | 164 | fix="pip install playwright && playwright install chromium", | CODE |
| HIGH | scripts/verify-doctor.py | 193 | fix="pip install playwright && playwright install chromium", | CODE |
| HIGH | scripts/fix-mojibake.py | 20 | # CP1252 leaves byte 0x90 undefined, so spell the left-arrow corruption | COMMENT |
| HIGH | scripts/lint-render.py | 73 | pip install playwright && playwright install chromium | STRING |
| HIGH⚡ | scripts/lint-render.py | 126 | let blockedBy = null; | CODE |
| HIGH⚡ | scripts/lint-render.py | 130 | const scrolls = el.scrollWidth > el.clientWidth + 1 || el.scrollHeight > el.clientHeight + 1; | CODE |
| HIGH⚡ | scripts/lint-render.py | 132 | chain.push(`${label(el)} (overflow: ${overflow})`); | CODE |
| HIGH | scripts/lint-render.py | 152 | const remember = (el) => window.__lintSnapshots.push([el, el.getAttribute('style')]); | CODE |
| HIGH | scripts/lint-render.py | 160 | if (style === null) el.removeAttribute('style'); | CODE |
| HIGH⚡ | scripts/lint-render.py | 196 | for (let el = svg.parentElement; el && taken < depth; el = el.parentElement) { | CODE |
| HIGH⚡ | scripts/lint-render.py | 198 | targets.push(el); | CODE |
| HIGH⚡ | scripts/lint-render.py | 205 | rects.push([r.left, r.top, r.right, r.bottom]); | CODE |
| HIGH⚡ | scripts/lint-render.py | 234 | if (before.width !== after.width || before.height !== after.height) { | CODE |
| HIGH⚡ | scripts/lint-render.py | 242 | if (x >= interior.left - g && x < interior.right + g && | CODE |
| HIGH⚡ | scripts/lint-render.py | 243 | y >= interior.top - g && y < interior.bottom + g) continue; | CODE |
| HIGH | scripts/lint-render.py | 821 | " pip install playwright && playwright install chromium", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/test-verify-bubble.py | 214 | # ── Positive polarity: honest figures pass ──────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 268 | # ── Axis scale lies ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 311 | # ── Area lies ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 342 | # ── Focal discipline ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 358 | # ── Label lies ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 388 | # ── Tick lies ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 420 | # ── Transforms ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 458 | # ── Malformed markup: findings, never tracebacks, never silence ─────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 484 | # ── Fail closed ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 505 | # ── Scope: the neighbours stay unclaimed ────────────────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-bubble.py | 523 | # ── The fixture-isolation guarantees, held in place ─────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-docs-sync.py | 422 | # ── gallery guard tests ─────────────────────────────────────────────────── | STRING |
| MEDIUM | scripts/test-verify-slopegraph.py | 224 | # ── Negative half: honest figures must stay silent ──────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-slopegraph.py | 279 | # ── Positive half: each lie must be named as itself ─────────────────── | COMMENT |
| MEDIUM | scripts/test-verify-slopegraph.py | 631 | # ── The fixture-isolation fix, held in place ────────────────────────── | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 37 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 39 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 190 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 192 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 293 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 295 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 540 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 542 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 679 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | skills/diagram-design/scripts/drawio_extract.py | 681 | # -------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/test-verify-ridgeline.py | 28 | CODE | |
| LOW | scripts/verify-polar.py | 4 | CODE | |
| LOW | scripts/bump-plugin-version.py | 4 | CODE | |
| LOW | scripts/verify-ridgeline.py | 75 | CODE | |
| LOW | scripts/verify-mermaid-import.py | 9 | CODE | |
| LOW | scripts/test-verify-bubble.py | 15 | CODE | |
| LOW | scripts/test-self-check.py | 4 | CODE | |
| LOW | scripts/screenshot_catalog.py | 3 | CODE | |
| LOW | scripts/test-verify-docs-sync.py | 4 | CODE | |
| LOW | scripts/test-verify-dumbbell.py | 20 | CODE | |
| LOW | scripts/test-verify-motion.py | 4 | CODE | |
| LOW | scripts/verify-docs-sync.py | 28 | CODE | |
| LOW | scripts/verify-doctor.py | 8 | CODE | |
| LOW | scripts/verify-doctor.py | 12 | CODE | |
| LOW | scripts/test-plugin-package.py | 4 | CODE | |
| LOW | scripts/test-verify-sequence-oauth.py | 13 | CODE | |
| LOW | scripts/verify-sankey.py | 108 | CODE | |
| LOW | scripts/verify-slopegraph.py | 72 | CODE | |
| LOW | scripts/test-verify-sankey.py | 27 | CODE | |
| LOW | scripts/test-verify-treemap.py | 13 | CODE | |
| LOW | scripts/test-verify-geometry.py | 4 | CODE | |
| LOW | scripts/verify-plugin-package.py | 4 | CODE | |
| LOW | scripts/test-verify-drawio-import.py | 4 | CODE | |
| LOW | scripts/verify-motion.py | 4 | CODE | |
| LOW | scripts/test-verify-polar.py | 2 | CODE | |
| LOW | scripts/test-verify-doctor.py | 4 | CODE | |
| LOW | scripts/test-fix-mojibake.py | 4 | CODE | |
| LOW | scripts/verify-treemap.py | 37 | CODE | |
| LOW | scripts/verify-bubble.py | 78 | CODE | |
| LOW | scripts/test-build-icons-quoted-attributes.py | 4 | CODE | |
| LOW | scripts/verify-geometry.py | 32 | CODE | |
| LOW | scripts/lint-skin.py | 8 | CODE | |
| LOW | scripts/test-verify-slopegraph.py | 21 | CODE | |
| LOW | scripts/render-canonical-screenshots.py | 4 | CODE | |
| LOW | scripts/test-build-icons-devicon.py | 4 | CODE | |
| LOW | scripts/verify-sequence-oauth.py | 9 | CODE | |
| LOW | scripts/verify-semantic-motion.py | 7 | CODE | |
| LOW | scripts/verify-drawio-import.py | 10 | CODE | |
| LOW | scripts/build-icons.py | 17 | CODE | |
| LOW | scripts/verify-screenshot-freshness.py | 4 | CODE | |
| LOW | scripts/test-verify-semantic-motion.py | 10 | CODE | |
| LOW | scripts/test-lint-a11y.py | 4 | CODE | |
| LOW | scripts/verify-dumbbell.py | 38 | CODE | |
| LOW | skills/diagram-design/scripts/mermaid_extract.py | 20 | CODE | |
| LOW | skills/diagram-design/scripts/self_check.py | 16 | CODE | |
| LOW | skills/diagram-design/scripts/drawio_extract.py | 21 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/verify-polar.py | 111 | def _contains_stylesheet_loading(css: str) -> bool: | CODE |
| LOW | scripts/verify-polar.py | 131 | def _selector_can_target_chart(selector: str) -> bool: | CODE |
| LOW | scripts/verify-polar.py | 144 | def _stylesheet_can_target_chart(css: str) -> bool: | CODE |
| LOW | scripts/verify-polar.py | 763 | def _check_variants_with_paths(paths: Sequence[Path]) -> list[tuple[Path, str]]: | CODE |
| LOW | scripts/verify-mermaid-import.py | 68 | def check_legacy_stdout_encoding(tmp: Path) -> None: | CODE |
| LOW | scripts/verify-mermaid-import.py | 205 | def check_shape_and_edge_vocabulary(tmp: Path) -> None: | CODE |
| LOW | scripts/verify-mermaid-import.py | 445 | def check_markdown_and_grammars(tmp: Path) -> None: | CODE |
| LOW | scripts/verify-mermaid-import.py | 622 | def check_sequence_grammar_forms(tmp: Path) -> None: | CODE |
| LOW | scripts/test-verify-dumbbell.py | 74 | def test_zero_touching_domains(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 96 | def test_identical_and_tiny_values(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 104 | def test_empty_and_non_finite_rejected(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 117 | def test_truncated_bounds_are_detected(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 127 | def test_scaling_preserves_gap_ratios(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 139 | def test_documented_marks_clear_the_threshold(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 148 | def test_rejected_treatments_are_caught(): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 159 | def test_checker_fails_closed_on_a_stripped_reference(tmp_path: Path): | CODE |
| LOW | scripts/test-verify-dumbbell.py | 177 | def test_shipped_reference_passes(): | CODE |
| LOW⚡ | scripts/verify-docs-sync.py | 237 | def check_skill_reference_links( | CODE |
| LOW⚡ | scripts/verify-docs-sync.py | 245 | def scanner_visible_support_references(markdown: str) -> list[str]: | CODE |
| LOW⚡ | scripts/verify-docs-sync.py | 255 | def check_packaged_support_references( | CODE |
| LOW | scripts/verify-docs-sync.py | 299 | def check_factory_install_surface(errors: list[str], root: Path) -> None: | CODE |
| LOW | scripts/verify-docs-sync.py | 392 | def check_high_level_reference(errors: list[str], markdown: str) -> None: | CODE |
| LOW | scripts/verify-docs-sync.py | 465 | def check_manifest_descriptions(errors: list[str], root: Path) -> None: | CODE |
| LOW | scripts/verify-doctor.py | 276 | def check_common_path_mistakes(root: Path, cwd: Path) -> CheckResult: | CODE |
| LOW | scripts/lint-render.py | 620 | def network_isolation_failures(context): | STRING |
| LOW | scripts/verify-plugin-package.py | 283 | def valid_double_quoted_yaml_scalar(value: str) -> bool: | CODE |
| LOW | scripts/verify-plugin-package.py | 312 | def parse_frontmatter_metadata_version(text: str) -> str | None: | CODE |
| LOW | scripts/verify-plugin-package.py | 410 | def verify_skill_metadata_version(root: Path, manifests: dict[str, dict[str, Any]], errors: list[str]) -> None: | CODE |
| LOW | scripts/verify-motion.py | 209 | def hidden_unscoped_motion_selectors(source: str) -> list[str]: | CODE |
| LOW | scripts/verify-motion.py | 229 | def infinite_unscoped_selectors(source: str) -> list[str]: | CODE |
| LOW | scripts/lint-skin.py | 81 | def canonical_controller_digest(): | CODE |
| LOW | scripts/verify-semantic-motion.py | 57 | def is_approved_google_fonts_stylesheet(value: str) -> bool: | CODE |
| LOW | scripts/verify-drawio-import.py | 66 | def check_legacy_stdout_encoding(tmp: Path) -> None: | CODE |
| LOW | scripts/verify-drawio-import.py | 351 | def check_security_and_limits(tmp: Path) -> None: | CODE |
| LOW | skills/diagram-design/scripts/mermaid_extract.py | 526 | def _parse_expanded_attributes(text: str) -> tuple[str, str] | None: | CODE |
| LOW | skills/diagram-design/scripts/self_check.py | 164 | def is_approved_google_fonts_stylesheet(value: str) -> bool: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/test-verify-ridgeline.py | 147 | CODE | |
| LOW | scripts/verify-polar.py | 406 | CODE | |
| LOW | scripts/verify-polar.py | 211 | CODE | |
| LOW | scripts/verify-ridgeline.py | 212 | CODE | |
| LOW | scripts/verify-ridgeline.py | 373 | CODE | |
| LOW | scripts/verify-ridgeline.py | 397 | CODE | |
| LOW | scripts/verify-ridgeline.py | 747 | CODE | |
| LOW | scripts/verify-docs-sync.py | 448 | CODE | |
| LOW | scripts/verify-docs-sync.py | 465 | CODE | |
| LOW | scripts/verify-sankey.py | 779 | CODE | |
| LOW | scripts/lint-render.py | 413 | CODE | |
| LOW | scripts/lint-render.py | 814 | CODE | |
| LOW | scripts/verify-slopegraph.py | 282 | CODE | |
| LOW | scripts/verify-slopegraph.py | 520 | CODE | |
| LOW | scripts/test-verify-sankey.py | 117 | CODE | |
| LOW | scripts/test-verify-treemap.py | 50 | CODE | |
| LOW | scripts/verify-plugin-package.py | 312 | CODE | |
| LOW | scripts/verify-motion.py | 145 | CODE | |
| LOW | scripts/verify-motion.py | 191 | CODE | |
| LOW | scripts/test-verify-polar.py | 78 | CODE | |
| LOW | scripts/verify-treemap.py | 150 | CODE | |
| LOW | scripts/verify-bubble.py | 283 | CODE | |
| LOW | scripts/lint-skin.py | 323 | CODE | |
| LOW | scripts/lint-skin.py | 548 | CODE | |
| LOW | scripts/lint-skin.py | 723 | CODE | |
| LOW | scripts/lint-skin.py | 253 | CODE | |
| LOW | scripts/build-icons.py | 362 | CODE | |
| LOW | scripts/verify-dumbbell.py | 179 | CODE | |
| LOW | skills/diagram-design/scripts/mermaid_extract.py | 336 | CODE | |
| LOW | skills/diagram-design/scripts/mermaid_extract.py | 383 | CODE | |
| LOW | skills/diagram-design/scripts/mermaid_extract.py | 703 | CODE | |
| LOW | skills/diagram-design/scripts/mermaid_extract.py | 773 | CODE | |
| LOW | skills/diagram-design/scripts/drawio_extract.py | 113 | CODE | |
| LOW | skills/diagram-design/scripts/drawio_extract.py | 358 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/diagram-design/assets/example-pyramid.html | 110 | <text x="64" y="474" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif">Apex — rarest, highest lev | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers.html | 94 | <text x="260" y="182" fill="#2d3142" font-size="16" font-weight="600" font-family="'Geist', sans-serif">Agent ha | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers.html | 119 | <text x="240" y="456" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif" font-style="italic">The h | CODE |
| MEDIUM | skills/diagram-design/assets/example-pyramid-full.html | 91 | <text x="64" y="474" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif">Apex — rarest, highest lev | CODE |
| MEDIUM⚡ | …diagram-design/assets/example-quadrant-consultant.html | 86 | <text x="156" y="248" fill="#4f5d75" font-size="11" font-family="'Geist', sans-serif">workflows, low AI leverage | CODE |
| MEDIUM⚡ | …diagram-design/assets/example-quadrant-consultant.html | 94 | <text x="576" y="248" fill="#4f5d75" font-size="11" font-family="'Geist', sans-serif">Small, high-leverage teams | CODE |
| MEDIUM | skills/diagram-design/assets/example-pyramid-dark.html | 110 | <text x="64" y="474" fill="#bfc0c0" font-size="8.5" font-family="'Geist', sans-serif">Apex — rarest, highest lev | CODE |
| MEDIUM | skills/diagram-design/assets/example-wardley.html | 121 | <text x="220" y="176" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-ancho | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers-full.html | 75 | <text x="260" y="182" fill="#2d3142" font-size="16" font-weight="600" font-family="'Geist', sans-serif">Agent ha | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers-full.html | 100 | <text x="240" y="456" fill="#4f5d75" font-size="8.5" font-family="'Geist', sans-serif" font-style="italic">The h | CODE |
| MEDIUM | skills/diagram-design/assets/example-wardley-full.html | 95 | <text x="220" y="176" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-anc | CODE |
| MEDIUM | skills/diagram-design/assets/example-wardley-dark.html | 121 | <text x="220" y="176" fill="#f5f5f5" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-ancho | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers-dark.html | 94 | <text x="260" y="182" fill="#f5f5f5" font-size="16" font-weight="600" font-family="'Geist', sans-serif">Agent ha | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers-dark.html | 119 | <text x="240" y="456" fill="#bfc0c0" font-size="8.5" font-family="'Geist', sans-serif" font-style="italic">The h | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | scripts/verify-ridgeline.py | 0 | (?p<name>[\w:-]+)\s*=\s*(?p<quote>["'])(?p<value>.*?)(?p=quote) | STRING |
| HIGH | scripts/verify-slopegraph.py | 0 | (?p<name>[\w:-]+)\s*=\s*(?p<quote>["'])(?p<value>.*?)(?p=quote) | STRING |
| HIGH | scripts/verify-bubble.py | 0 | (?p<name>[\w:-]+)\s*=\s*(?p<quote>["'])(?p<value>.*?)(?p=quote) | STRING |
| HIGH | scripts/verify-ridgeline.py | 0 | no transform may move verified geometry or a bound label. | STRING |
| HIGH | scripts/verify-slopegraph.py | 0 | no transform may move verified geometry or a bound label. | STRING |
| HIGH | scripts/verify-bubble.py | 0 | no transform may move verified geometry or a bound label. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | skills/diagram-design/assets/example-layers.html | 102 | <text x="940" y="246" fill="#4f5d75" font-size="10" font-family="'Geist Mono', monospace" text-anchor="end" lett | CODE |
| MEDIUM⚡ | …diagram-design/assets/example-quadrant-consultant.html | 92 | <text x="576" y="216" fill="#4f5d75" font-size="11" font-family="'Geist', sans-serif">Humans orchestrate; AI</te | CODE |
| MEDIUM | skills/diagram-design/assets/example-wardley.html | 118 | <text x="420" y="144" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-ancho | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers-full.html | 83 | <text x="940" y="246" fill="#4f5d75" font-size="10" font-family="'Geist Mono', monospace" text-anchor="end" lett | CODE |
| MEDIUM | skills/diagram-design/assets/example-wardley-full.html | 92 | <text x="420" y="144" fill="#2d3142" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-anc | CODE |
| MEDIUM | skills/diagram-design/assets/example-wardley-dark.html | 118 | <text x="420" y="144" fill="#f5f5f5" font-size="12" font-weight="600" font-family="'Geist', sans-serif" text-ancho | CODE |
| MEDIUM | skills/diagram-design/assets/example-layers-dark.html | 102 | <text x="940" y="246" fill="#bfc0c0" font-size="10" font-family="'Geist Mono', monospace" text-anchor="end" lett | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/superpowers/plans/2026-08-18-polar-chart.md | 221 | - [ ] **Step 2: Write `type-polar.md` from the approved contract** | COMMENT |
| LOW | scripts/verify-docs-sync.py | 341 | ) | COMMENT |
| LOW | scripts/verify-sankey.py | 121 | # it - geometry may not carry style/class, containers may not carry the paint | COMMENT |
| LOW | scripts/verify-sankey.py | 141 | # and worse, a leading-dot coordinate read by "-?\\d+" silently becomes a | COMMENT |
| LOW | scripts/verify-sankey.py | 161 | re.IGNORECASE, | COMMENT |
| LOW | scripts/verify-sankey.py | 721 | # about is certified - and SVG has far more ways to render differently than any | COMMENT |
| LOW | scripts/verify-sankey.py | 941 | # a transform, a clip, a mask, or a hidden element. Each of those lets every | COMMENT |
| LOW | scripts/verify-sankey.py | 981 | # constructs above so that a transform is reported as a transform, not as an | COMMENT |
| LOW | scripts/test-verify-sankey.py | 461 | # the seam between Flaked (bottom 140) and Passed (top 148), where | COMMENT |
| LOW | scripts/test-verify-sankey.py | 521 | case( | COMMENT |
| LOW | scripts/test-verify-sankey.py | 601 | # dash at all and is not the form the reference permits. | COMMENT |
| LOW | scripts/test-verify-sankey.py | 801 | "may set only", "a comment between a property and its colon"), | COMMENT |
| LOW | scripts/test-verify-sankey.py | 901 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/lint-render.py | 836 | except Exception as error: | CODE |
| LOW | scripts/lint-render.py | 857 | except Exception as error: | CODE |
| LOW | skills/diagram-design/scripts/drawio_extract.py | 97 | except Exception: | CODE |
| LOW | skills/diagram-design/scripts/drawio_extract.py | 106 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/test-plugin-package.py | 153 | def set_existing_versions(root: Path, version: str) -> None: | CODE |