The design language that makes your AI harness better at design.
This report presents the forensic synthetic code analysis of pbakaus/impeccable, a JavaScript project with 53,722 GitHub stars. SynthScan v2.0 examined 447,552 lines of code across 1107 source files, recording 4034 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 9.1 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).
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 4034 distinct pattern matches across 8 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 |
|---|---|---|---|---|
| LOW⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 4994 | function isSvelteComponentManifestPath(filePath) { | CODE |
| LOW⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 4998 | function isFrameworkComponentPreviewMode(mode) { | CODE |
| LOW⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 5002 | function parseOriginalMarkupElement(originalMarkup) { | CODE |
| LOW⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 5008 | function normalizeElementClassName(el) { | CODE |
| LOW⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 8895 | function restoreFromActiveSessions(activeSessions, reason) { | CODE |
| LOW⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 8911 | function recoverMissedGenerationCompletion(activeSessions) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 355 | function shouldShowHighlightTagTooltip() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 893 | function buildAnnotationsForCapture(rect, snapshot) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 933 | function stripManualEditRuntimeState(root) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 956 | function sanitizedContextOuterHTML(el, maxLength) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1008 | function contextElementForManualEdit(selectedEl, rows, ops) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1032 | function isUsefulManualEditContext(candidate, leafEl, editedTexts) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1038 | function collectManualContextPieces(rootEl, editedTexts) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1062 | function isMeaningfulManualContextPiece(text, editedTexts) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1068 | function normalizeManualContextText(value) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1307 | function configureSelectionPillStyle(extra = {}) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1328 | function configureModifierPillStyle(extra = {}) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1346 | function configureInlineControlStyle(extra = {}) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1363 | function bindConfigureInlineControlHover(btn, controlsLocked) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1375 | function bindConfigureModifierPillHover(btn, controlsLocked) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1392 | function ensureConfigureBarTooltip() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1545 | function bindConfigureCountPillTooltip(count, controlsLocked) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1557 | function buildConfigureActionControl({ controlsLocked, onClick }) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1587 | function buildConfigureCountControl({ controlsLocked, onClick }) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1601 | function buildConfigureVoiceButton({ id, controlsLocked, onClick }) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1624 | function buildConfigureTrailingCluster(controls, voiceBtn, submitBtn) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1643 | function buildConfigureSubmitButton({ controlsLocked, onClick, ariaLabel }) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1670 | function detectInsertAxisFromStyle(style) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1840 | function placeholderWidthIsImplicit(kind) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1844 | function applyPlaceholderSizingStyles(placeholder, sizing) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1861 | function materializePlaceholderWidth(placeholder) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1882 | function insertCreateDisabledReason({ prompt, comments, strokes }) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 1901 | function resizePlaceholderFromEdge(start, edge, dx, dy, parentWidth) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2016 | function syncPageInteractionCursor() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2067 | function removeInsertPlaceholderDom() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2085 | function buildInsertPlaceholderSnapshotFromDom(anchor, placeholder) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2116 | function isInsertGeneratingSession() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2151 | function applyPlaceholderDimensions({ width, height, marginLeft, marginTop }) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2168 | function buildPlaceholderResizeHandles() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2198 | function syncPlaceholderResizeHandles() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2209 | function startPlaceholderEdgeResize(edge, e) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2282 | function ensureInsertCreateTooltip() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 2359 | function ensureConfigureInputStyle() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3124 | function getMountedSvelteComponentAnchor(session = svelteComponentSession) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3130 | function resolveSvelteComponentAnchor(session = svelteComponentSession) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3387 | function wrapMixedContentTextNodes(rootEl) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3412 | function unwrapMixedContentTextNodes(rootEl) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3657 | function normalizeDocumentRefToken(value) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3689 | function nearbyEditableTextsForManualEdit(rows, activeEl, originalText, newText) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3806 | function schedulePendingDockPosition() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3821 | function playPendingIntroAnimation() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3868 | function readStoredManualApplyState() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3912 | function clearStoredManualApplyState() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3920 | function shouldResumeManualApplyLoading(count) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3954 | function updateManualApplyProgressFromChunk(chunk) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3969 | function updateManualApplyRepairState(repair, phase) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3980 | function refreshLiveControlsForManualApply() { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 4237 | function manualEditEventForCurrentPage(msg) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 4332 | function restoreDiscardedManualEdits(entries) { | CODE |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 4351 | function canRestoreManualEditElement(el, op) { | CODE |
| 2849 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3400 | // ── Numbered section labels ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5181 | // ─── Cream / beige palette (the default "tasteful" AI surface) ──────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5368 | // ─── Clipped overflow container ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5518 | // ─── Text overflow (browser-only: needs scrollWidth/clientWidth) ────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 15 | // ─── Section 1: Constants ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 617 | // ── Common generated-UI tells ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 671 | // ─── Section 2: Color Utilities ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 818 | // ─── Section 3: Pure Detection ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2430 | // ─── Section 4: resolveBackground (unified) ───────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2618 | // ─── Section 5: Element Adapters ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3670 | // ─── Decorative radial spotlight glow ─────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 4666 | // ─── Section 6: Page-Level Checks ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5052 | // ── Repeated text inside one container ────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5248 | // ─── Oversized hero headline ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5294 | // ─── Generated-UI tell: hairline border + wide diffuse shadow ──────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 6261 | // ─── Section 7: Browser UI (IS_BROWSER only) ──────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3400 | // ── Numbered section labels ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5181 | // ─── Cream / beige palette (the default "tasteful" AI surface) ──────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5368 | // ─── Clipped overflow container ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5518 | // ─── Text overflow (browser-only: needs scrollWidth/clientWidth) ────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 15 | // ─── Section 1: Constants ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 617 | // ── Common generated-UI tells ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 671 | // ─── Section 2: Color Utilities ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 818 | // ─── Section 3: Pure Detection ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2430 | // ─── Section 4: resolveBackground (unified) ───────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2618 | // ─── Section 5: Element Adapters ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3670 | // ─── Decorative radial spotlight glow ─────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 4666 | // ─── Section 6: Page-Level Checks ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5052 | // ── Repeated text inside one container ────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5248 | // ─── Oversized hero headline ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5294 | // ─── Generated-UI tell: hairline border + wide diffuse shadow ──────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 6261 | // ─── Section 7: Browser UI (IS_BROWSER only) ──────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3400 | // ── Numbered section labels ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5181 | // ─── Cream / beige palette (the default "tasteful" AI surface) ──────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5368 | // ─── Clipped overflow container ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5518 | // ─── Text overflow (browser-only: needs scrollWidth/clientWidth) ────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 15 | // ─── Section 1: Constants ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 617 | // ── Common generated-UI tells ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 671 | // ─── Section 2: Color Utilities ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 818 | // ─── Section 3: Pure Detection ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2430 | // ─── Section 4: resolveBackground (unified) ───────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2618 | // ─── Section 5: Element Adapters ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3670 | // ─── Decorative radial spotlight glow ─────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 4666 | // ─── Section 6: Page-Level Checks ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5052 | // ── Repeated text inside one container ────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5248 | // ─── Oversized hero headline ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 5294 | // ─── Generated-UI tell: hairline border + wide diffuse shadow ──────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 6261 | // ─── Section 7: Browser UI (IS_BROWSER only) ──────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3400 | // ── Numbered section labels ───────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5181 | // ─── Cream / beige palette (the default "tasteful" AI surface) ──────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5368 | // ─── Clipped overflow container ─────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 5518 | // ─── Text overflow (browser-only: needs scrollWidth/clientWidth) ────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 15 | // ─── Section 1: Constants ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 617 | // ── Common generated-UI tells ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 671 | // ─── Section 2: Color Utilities ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 818 | // ─── Section 3: Pure Detection ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2430 | // ─── Section 4: resolveBackground (unified) ───────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 2618 | // ─── Section 5: Element Adapters ──────────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3670 | // ─── Decorative radial spotlight glow ─────────────────────────────────────── | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 4666 | // ─── Section 6: Page-Level Checks ─────────────────────────────────────────── | COMMENT |
| 205 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .cursor/skills/impeccable/reference/document.md | 82 | ### Step 1: Find the design assets | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 94 | ### Step 2: Auto-extract what can be auto-extracted | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 116 | ### Step 3: Ask the user for qualitative language | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 128 | ### Step 4: Write DESIGN.md | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 342 | ### Step 5: Confirm and refine | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 354 | ### Step 1: Route through new-work's workshop | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 362 | ### Step 2: Write seed DESIGN.md | COMMENT |
| LOW | .cursor/skills/impeccable/reference/document.md | 385 | ### Step 3: Confirm | COMMENT |
| LOW | .cursor/skills/impeccable/reference/extract.md | 5 | ## Step 1: Discover the Design System | COMMENT |
| LOW | .cursor/skills/impeccable/reference/extract.md | 11 | ## Step 2: Identify Patterns | COMMENT |
| LOW | .cursor/skills/impeccable/reference/extract.md | 24 | ## Step 3: Plan Extraction | COMMENT |
| LOW⚡ | .cursor/skills/impeccable/reference/extract.md | 36 | ## Step 4: Extract & Enrich | COMMENT |
| LOW⚡ | .cursor/skills/impeccable/reference/extract.md | 44 | ## Step 5: Migrate | COMMENT |
| LOW⚡ | .cursor/skills/impeccable/reference/extract.md | 53 | ## Step 6: Document | COMMENT |
| LOW | .cursor/skills/impeccable/reference/doctor.md | 13 | ## Step 1: Run the pass | COMMENT |
| LOW⚡ | .cursor/skills/impeccable/reference/doctor.md | 25 | ## Step 2: Act by severity | COMMENT |
| LOW⚡ | .cursor/skills/impeccable/reference/doctor.md | 35 | ## Step 3: Deprecated fields are binding | COMMENT |
| LOW⚡ | .cursor/skills/impeccable/reference/doctor.md | 39 | ## Step 4: Do not overclaim on truth drift | COMMENT |
| LOW | .cursor/skills/impeccable/reference/init.md | 5 | ## Step 1: Load current state | COMMENT |
| LOW | .cursor/skills/impeccable/reference/init.md | 17 | ## Step 2: Explore the project | COMMENT |
| LOW | .cursor/skills/impeccable/reference/init.md | 25 | ## Step 3: Interview for product truth | COMMENT |
| LOW | .cursor/skills/impeccable/reference/init.md | 56 | ## Step 4: Write PRODUCT.md | COMMENT |
| LOW | .cursor/skills/impeccable/reference/init.md | 110 | ## Step 5: Configure live mode when useful | COMMENT |
| LOW | .cursor/skills/impeccable/reference/init.md | 114 | ## Step 6: Wrap up or resume | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 82 | ### Step 1: Find the design assets | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 94 | ### Step 2: Auto-extract what can be auto-extracted | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 116 | ### Step 3: Ask the user for qualitative language | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 128 | ### Step 4: Write DESIGN.md | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 342 | ### Step 5: Confirm and refine | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 354 | ### Step 1: Route through new-work's workshop | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 362 | ### Step 2: Write seed DESIGN.md | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/document.md | 385 | ### Step 3: Confirm | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/extract.md | 5 | ## Step 1: Discover the Design System | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/extract.md | 11 | ## Step 2: Identify Patterns | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/extract.md | 24 | ## Step 3: Plan Extraction | COMMENT |
| LOW⚡ | .trae-cn/skills/impeccable/reference/extract.md | 36 | ## Step 4: Extract & Enrich | COMMENT |
| LOW⚡ | .trae-cn/skills/impeccable/reference/extract.md | 44 | ## Step 5: Migrate | COMMENT |
| LOW⚡ | .trae-cn/skills/impeccable/reference/extract.md | 53 | ## Step 6: Document | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/doctor.md | 13 | ## Step 1: Run the pass | COMMENT |
| LOW⚡ | .trae-cn/skills/impeccable/reference/doctor.md | 25 | ## Step 2: Act by severity | COMMENT |
| LOW⚡ | .trae-cn/skills/impeccable/reference/doctor.md | 35 | ## Step 3: Deprecated fields are binding | COMMENT |
| LOW⚡ | .trae-cn/skills/impeccable/reference/doctor.md | 39 | ## Step 4: Do not overclaim on truth drift | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/init.md | 5 | ## Step 1: Load current state | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/init.md | 17 | ## Step 2: Explore the project | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/init.md | 25 | ## Step 3: Interview for product truth | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/init.md | 56 | ## Step 4: Write PRODUCT.md | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/init.md | 110 | ## Step 5: Configure live mode when useful | COMMENT |
| LOW | .trae-cn/skills/impeccable/reference/init.md | 114 | ## Step 6: Wrap up or resume | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 82 | ### Step 1: Find the design assets | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 94 | ### Step 2: Auto-extract what can be auto-extracted | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 116 | ### Step 3: Ask the user for qualitative language | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 128 | ### Step 4: Write DESIGN.md | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 342 | ### Step 5: Confirm and refine | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 354 | ### Step 1: Route through new-work's workshop | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 362 | ### Step 2: Write seed DESIGN.md | COMMENT |
| LOW | .gemini/skills/impeccable/reference/document.md | 385 | ### Step 3: Confirm | COMMENT |
| LOW | .gemini/skills/impeccable/reference/extract.md | 5 | ## Step 1: Discover the Design System | COMMENT |
| LOW | .gemini/skills/impeccable/reference/extract.md | 11 | ## Step 2: Identify Patterns | COMMENT |
| LOW | .gemini/skills/impeccable/reference/extract.md | 24 | ## Step 3: Plan Extraction | COMMENT |
| LOW⚡ | .gemini/skills/impeccable/reference/extract.md | 36 | ## Step 4: Extract & Enrich | COMMENT |
| 324 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | .cursor/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .cursor/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .cursor/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .cursor/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | .trae-cn/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .trae-cn/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .trae-cn/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .trae-cn/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | .gemini/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .gemini/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .gemini/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .gemini/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | .trae/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .trae/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .trae/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .trae/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | .grok/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .grok/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .grok/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .grok/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | .qoder/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .qoder/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .qoder/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .qoder/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | skill/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | skill/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | skill/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | skill/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | .rovodev/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .rovodev/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .rovodev/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .rovodev/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| MEDIUM⚡ | .opencode/skills/impeccable/scripts/live-browser.js | 8902 | // Self-heal on SSE (re)connect. The preflight scaffold write triggers a | COMMENT |
| MEDIUM | .opencode/skills/impeccable/scripts/live-browser.js | 6171 | // the fetched source still shows only the preflight scaffold, before the | COMMENT |
| MEDIUM | .opencode/skills/impeccable/scripts/live-browser.js | 6289 | // Mid-generation the source legitimately holds a scaffold wrapper | COMMENT |
| MEDIUM | .opencode/skills/impeccable/scripts/live-browser.js | 6298 | // Generation finished, yet the read shows only the scaffold: the | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3402 | // the section scaffold is a tiny numeric index riding beside each section | COMMENT |
| MEDIUM⚡ | …ccable/scripts/detector/detect-antipatterns-browser.js | 3510 | // A repeated identical number is some other device; the scaffold counts up. | COMMENT |
| MEDIUM | …ccable/scripts/detector/detect-antipatterns-browser.js | 3441 | // Deliberate micro-label styling separates the scaffold from incidental | COMMENT |
| 54 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | cli/engine/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | cli/engine/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 113 | // ── AI slop: tells that something was AI-generated ── | COMMENT |
| HIGH | …ccable/scripts/detector/detect-antipatterns-browser.js | 2824 | // (the "card-icon" pattern from many AI-generated demos). | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | DESIGN.md | 101 | success-on-paper: "oklch(40% 0.10 145)" | COMMENT |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 121 | // | COMMENT |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 3041 | // | COMMENT |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 6541 | if (visual.length === 1) return visual[0]; | COMMENT |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 8121 | float cellPx = 10.0; | COMMENT |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 8161 | let shaderState = null; // { canvas, gl, program, texture, rafId, startTime } | COMMENT |
| LOW | .cursor/skills/impeccable/scripts/live-browser.js | 9381 | const ICON_PAGE_VOICE = | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 881 | // element has no own background and the contrast against the ancestor | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 901 | COMMENT | |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 1021 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 1501 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2021 | return false; | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2121 | snippet: `animate-${anim[1]} on tiny rounded-full element${inLandmark ? ' in header/nav' : ''}`, | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2181 | COMMENT | |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2381 | // --- Generated-UI tells: two-axis grid-line background --- | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2481 | const hasGradientOrUrl = bgImage && bgImage !== 'none' && (/gradient/i.test(bgImage) || /url\s*\(/i.test(bgImage)); | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 3961 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4021 | // Emit at most one finding per element — pick whichever axis is worse. | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4101 | // Children-insulate-this-side: a side is insulated if ANY direct | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4261 | // The live failure it closes: a build shipped its entire furniture layer at | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 6261 | // ─── Section 7: Browser UI (IS_BROWSER only) ──────────────────────────────── | COMMENT |
| LOW | .trae-cn/skills/impeccable/scripts/live-browser.js | 121 | // | COMMENT |
| LOW | .trae-cn/skills/impeccable/scripts/live-browser.js | 3041 | // | COMMENT |
| LOW | .trae-cn/skills/impeccable/scripts/live-browser.js | 6541 | if (visual.length === 1) return visual[0]; | COMMENT |
| LOW | .trae-cn/skills/impeccable/scripts/live-browser.js | 8121 | float cellPx = 10.0; | COMMENT |
| LOW | .trae-cn/skills/impeccable/scripts/live-browser.js | 8161 | let shaderState = null; // { canvas, gl, program, texture, rafId, startTime } | COMMENT |
| LOW | .trae-cn/skills/impeccable/scripts/live-browser.js | 9381 | const ICON_PAGE_VOICE = | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 881 | // element has no own background and the contrast against the ancestor | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 901 | COMMENT | |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 1021 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 1501 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2021 | return false; | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2121 | snippet: `animate-${anim[1]} on tiny rounded-full element${inLandmark ? ' in header/nav' : ''}`, | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2181 | COMMENT | |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2381 | // --- Generated-UI tells: two-axis grid-line background --- | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2481 | const hasGradientOrUrl = bgImage && bgImage !== 'none' && (/gradient/i.test(bgImage) || /url\s*\(/i.test(bgImage)); | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 3961 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4021 | // Emit at most one finding per element — pick whichever axis is worse. | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4101 | // Children-insulate-this-side: a side is insulated if ANY direct | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4261 | // The live failure it closes: a build shipped its entire furniture layer at | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 6261 | // ─── Section 7: Browser UI (IS_BROWSER only) ──────────────────────────────── | COMMENT |
| LOW | .gemini/skills/impeccable/scripts/live-browser.js | 121 | // | COMMENT |
| LOW | .gemini/skills/impeccable/scripts/live-browser.js | 3041 | // | COMMENT |
| LOW | .gemini/skills/impeccable/scripts/live-browser.js | 6541 | if (visual.length === 1) return visual[0]; | COMMENT |
| LOW | .gemini/skills/impeccable/scripts/live-browser.js | 8121 | float cellPx = 10.0; | COMMENT |
| LOW | .gemini/skills/impeccable/scripts/live-browser.js | 8161 | let shaderState = null; // { canvas, gl, program, texture, rafId, startTime } | COMMENT |
| LOW | .gemini/skills/impeccable/scripts/live-browser.js | 9381 | const ICON_PAGE_VOICE = | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 881 | // element has no own background and the contrast against the ancestor | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 901 | COMMENT | |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 1021 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 1501 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2021 | return false; | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2121 | snippet: `animate-${anim[1]} on tiny rounded-full element${inLandmark ? ' in header/nav' : ''}`, | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2181 | COMMENT | |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2381 | // --- Generated-UI tells: two-axis grid-line background --- | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 2481 | const hasGradientOrUrl = bgImage && bgImage !== 'none' && (/gradient/i.test(bgImage) || /url\s*\(/i.test(bgImage)); | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 3961 | } | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4021 | // Emit at most one finding per element — pick whichever axis is worse. | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4101 | // Children-insulate-this-side: a side is insulated if ANY direct | COMMENT |
| LOW | …ccable/scripts/detector/detect-antipatterns-browser.js | 4261 | // The live failure it closes: a build shipped its entire furniture layer at | COMMENT |
| 268 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | extension/devtools/sidebar.js | 31 | chrome.devtools.panels.elements.onSelectionChanged.addListener(refreshForCurrentSelection); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/build.js | 283 | // in live.md before this pass); but `seamless`, `robust`, etc. have | COMMENT |