Free Bootstrap 5 Admin Dashboard Template
This report presents the forensic synthetic code analysis of ColorlibHQ/gentelella, a HTML project with 21,447 GitHub stars. SynthScan v2.0 examined 32,057 lines of code across 135 source files, recording 334 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 26.1 places this repository in the Moderate 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 334 distinct pattern matches across 4 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | types/gentelella.d.ts | 12 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 14 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 82 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 84 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 101 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 103 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 145 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 147 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 183 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 185 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 196 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 198 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 212 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 214 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 225 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 227 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 238 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 240 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 287 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 289 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 341 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 343 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 380 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 382 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 452 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | types/gentelella.d.ts | 454 | // ──────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/express-sqlite/server.js | 39 | // ── /api/orders ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/express-sqlite/server.js | 83 | // ── /api/messages ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/express-sqlite/server.js | 156 | // ── Health ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/express-sqlite/db.js | 18 | // ── Schema ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/express-sqlite/seed.js | 47 | // ── Insert ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | production/playground.html | 634 | // ── Async list lifecycle simulator ─────────────────────────────────── | COMMENT |
| MEDIUM | production/playground.html | 717 | // ── Submit-spinner pattern ─────────────────────────────────────────── | COMMENT |
| MEDIUM | production/playground.html | 747 | // ── Markup helpers — populate the live previews ────────────────────── | COMMENT |
| MEDIUM | src/main-v4.js | 42 | // ──────────────────────── | COMMENT |
| MEDIUM | src/main-v4.js | 44 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 3 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 5 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 44 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 46 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 65 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 67 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 89 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 91 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 184 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 186 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 439 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 441 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 505 | // ── Invoice line-item editor ────────────────────────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 617 | // ── Invoice payment status (horizontal step indicator) ──────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 674 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 676 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 716 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 718 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 754 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 756 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 786 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 788 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 856 | // ──────────────────────── | COMMENT |
| MEDIUM | src/scss/v4/_pages.scss | 858 | // ──────────────────────── | COMMENT |
| 248 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | examples/express-sqlite/README.md | 45 | "orders": [{ "id": "#7841", "customer": "John Doe", "items": 3, "total": 245, "status": "paid", ... }], | CODE |
| LOW | examples/express-sqlite/seed.js | 12 | ['#7841', 'John Doe', 'JD', 'primary', 3, 245, 'paid', 'Visa •••• 4242'], | CODE |
| LOW | examples/express-sqlite/seed.js | 24 | ['#7829', 'John Doe', 'JD', 'primary', 1, 79, 'paid', 'Apple Pay'], | CODE |
| LOW | production/fixed_footer.html | 33 | <div class="card"><div class="card-body" style="font-size:13px;color:var(--text-secondary);line-height:1.7;padding:2 | CODE |
| LOW | production/fixed_footer.html | 33 | <div class="card"><div class="card-body" style="font-size:13px;color:var(--text-secondary);line-height:1.7;padding:2 | CODE |
| LOW | production/tables_dynamic.html | 54 | const customers = ['John Doe','Anna Smith','Robert Jones','Emily Wang','Mark Kim','Sarah Lee','Tom Hardy','Lina Park','D | CODE |
| LOW | production/fixed_sidebar.html | 42 | <div class="card"><div class="card-body" style="font-size:13px;color:var(--text-secondary);line-height:1.7;padding:2 | CODE |
| LOW | production/fixed_sidebar.html | 42 | <div class="card"><div class="card-body" style="font-size:13px;color:var(--text-secondary);line-height:1.7;padding:2 | CODE |
| LOW | production/projects.html | 41 | ['Acme Website Redesign', 'Acme Corp', 'On track', 'green', 'Refresh of the public marketing site with n | CODE |
| LOW | production/projects.html | 44 | ['Q2 Marketing Campaign', 'Acme Corp', 'On track', 'green', 'Cross-channel campaign for the new product | CODE |
| LOW⚡ | production/typography.html | 162 | <div style="font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-wid | CODE |
| LOW⚡ | production/typography.html | 162 | <div style="font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-wid | CODE |
| LOW⚡ | production/typography.html | 166 | <div style="font-size:13px;color:var(--text-secondary);line-height:1.55;display:-webkit-box;-webkit-line-clamp | CODE |
| LOW⚡ | production/typography.html | 166 | <div style="font-size:13px;color:var(--text-secondary);line-height:1.55;display:-webkit-box;-webkit-line-clamp | CODE |
| LOW | production/orders.html | 87 | { id:'#7841', customer:'John Doe', initials:'JD', avatarColor:'primary', items:3, total:245, status:'paid', | CODE |
| LOW | production/orders.html | 99 | { id:'#7829', customer:'John Doe', initials:'JD', avatarColor:'primary', items:1, total: 79, status:'paid', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | types/gentelella.d.ts | 1 | // Gentelella v4 — TypeScript declarations for the public JS surface. | COMMENT |
| LOW | examples/express-sqlite/server.js | 1 | // examples/express-sqlite/server.js | COMMENT |
| LOW | scripts/deploy-preview.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | src/main-v4.js | 141 | // Topbar search box opens the command palette — wired by initCommandPalette. | COMMENT |
| LOW | src/scss/v4/_tokens.scss | 141 | COMMENT | |
| LOW | src/v4/form-controls.js | 1 | // Gentelella v4 — advanced form controls (date-range, rich-text, multi-select). | COMMENT |
| LOW | src/v4/data-adapter.js | 1 | // Gentelella v4 — data-adapter pattern | COMMENT |
| LOW | src/v4/page-actions.js | 1 | // Gentelella v4 — global page action handlers. | COMMENT |
| LOW | src/v4/inbox.js | 1 | // Inbox — fully interactive mail client for the template demo. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/deploy-preview.sh | 22 | # Usage: | COMMENT |