Instatic is a modern self-hosted visual CMS - get it running in 1 minute
This report presents the forensic synthetic code analysis of CoreBunch/Instatic, a TypeScript project with 3,339 GitHub stars. SynthScan v2.0 examined 467,039 lines of code across 2661 source files, recording 1518 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 6.2 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 1518 distinct pattern matches across 12 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 | …kills/agent-browser/templates/authenticated-session.sh | 32 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 34 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 54 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 56 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 76 | # ================================================================ | COMMENT |
| MEDIUM | …kills/agent-browser/templates/authenticated-session.sh | 78 | # ================================================================ | COMMENT |
| MEDIUM | server/securityHeaders.ts | 49 | // ── Global headers — every response ───────────────────────────────────── | COMMENT |
| MEDIUM | server/securityHeaders.ts | 64 | // ── Admin-specific — prevent clickjacking ──────────────────────────────── | COMMENT |
| MEDIUM | server/plugins/host/handlers/content.ts | 367 | // ── Bulk ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/plugins/protocol/schemas/content.ts | 30 | // ── Tables ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/plugins/protocol/schemas/content.ts | 36 | // ── Entries ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/plugins/protocol/schemas/content.ts | 76 | // ── Tree ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/plugins/protocol/schemas/content.ts | 90 | // ── Cross-table ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/publish/publicRouter.ts | 225 | // ── Layer A: disk artefact fast-path ───────────────────────────────────── | COMMENT |
| MEDIUM | server/publish/publicRouter.ts | 238 | // ── Layer B fast-path: serve a warm cached render before resolving ─────── | COMMENT |
| MEDIUM | server/publish/publicRouter.ts | 260 | // ── Layer B: in-memory LRU cache for the expensive render path ─────────── | COMMENT |
| MEDIUM | server/publish/publicRouter.ts | 308 | // ── Layer A: baked 404 artefact ─────────────────────────────────────────── | COMMENT |
| MEDIUM | server/publish/publicRouter.ts | 316 | // ── Layer B: live render through the LRU under the reserved /404 key ───── | COMMENT |
| MEDIUM | server/publish/publishSite.ts | 94 | // ── Phase 1: read inputs + run every expensive non-DB build ────────────── | COMMENT |
| MEDIUM | server/publish/publishSite.ts | 172 | // ── Phase 2: short transaction — DB writes only ─────────────────────────── | COMMENT |
| MEDIUM | server/ai/mcp/connectors/store.test.ts | 85 | // ── Expiry tests ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/siteDocument.ts | 165 | // ─── Phase 1: validate everything OUTSIDE the transaction ─────────────── | COMMENT |
| MEDIUM | server/handlers/cms/siteDocument.ts | 289 | // ─── Phase 2: ONE transaction, dependency order enforced here ─────────── | COMMENT |
| MEDIUM | server/handlers/cms/siteDocument.ts | 336 | // ─── Phase 3: post-commit effects ──────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/media.ts | 115 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/media.ts | 117 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/media.ts | 290 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/media.ts | 292 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 119 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 121 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 407 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 409 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 517 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 519 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 547 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 549 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 790 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 792 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 819 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | server/handlers/cms/auth.ts | 821 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/features/agent.md | 644 | // ── UI state ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/features/agent.md | 674 | // ── Actions ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/plugins/template/editor/index.js | 23 | // ── 1. Basic PluginCommand ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | examples/plugins/template/editor/index.js | 45 | // ── 2. Richer PluginPaletteCommand ─────────────────────────────────────── | COMMENT |
| MEDIUM | examples/plugins/template/editor/index.js | 94 | // ── 3. PluginPaletteProvider ───────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/bench/benches/browser.ts | 94 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/bench/benches/browser.ts | 96 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/bench/benches/browser.ts | 293 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/bench/benches/browser.ts | 295 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/bench/benches/browser.ts | 363 | // ── 1. Cold load metrics ──────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/bench/benches/browser.ts | 398 | // ── 1b. Authenticated COLD-LOAD scenarios ─────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 425 | // ── 2. Admin-route navigation cycle ───────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 433 | // ── 3. Idle frame stability ───────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 438 | // ── 4. Spotlight churn ────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 446 | // ── 5. Selectors panel toggle ─────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 454 | // ── 6. Class creation via UI ──────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 462 | // ── 7. Final heap + DOM size ──────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 466 | // ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | scripts/bench/benches/browser.ts | 468 | // ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/ui/components/Tooltip/Tooltip.tsx | 41 | // ─── Public types ───────────────────────────────────────────────────────────── | COMMENT |
| 534 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | vite.config.ts | 25 | function shouldProxyPublicSiteRequest(req: IncomingMessage): boolean { | CODE |
| LOW | tests/e2e/ai.e2e.ts | 35 | async function addOfflineOllamaCredential(page: Page, label: string) { | CODE |
| LOW | tests/e2e/forms.e2e.ts | 212 | async function submitTimedPublicFormOnMobile( | CODE |
| LOW | tests/e2e/forms.e2e.ts | 249 | function recordPublicInstaticAssetResponses(page: Page): PublicAssetResponse[] { | CODE |
| LOW | tests/e2e/forms.e2e.ts | 263 | async function expectPublishedFormAssets( | CODE |
| LOW | tests/e2e/forms.e2e.ts | 279 | async function expectPublicAssetResponse( | CODE |
| LOW | tests/e2e/forms.e2e.ts | 293 | async function expectNoPageHorizontalOverflow(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/users.e2e.ts | 465 | async function createLimitedSiteMediaUser( | CODE |
| LOW | tests/e2e/users.e2e.ts | 487 | async function expireCurrentStepUpWindow(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/users.e2e.ts | 568 | async function expectDataTableMobileScroller(table: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/users.e2e.ts | 605 | async function expectRoleDialogMobileLayout(dialog: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/users.e2e.ts | 640 | async function expectStepUpDialogMobileLayout(dialog: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/users.e2e.ts | 680 | async function expectLimitedToolbarMobileLayout(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/content.e2e.ts | 560 | async function createPublishedPostsTemplate( | CODE |
| LOW | tests/e2e/capabilities.e2e.ts | 1384 | async function installReviewedPluginPackage( | CODE |
| LOW | tests/e2e/capabilities.e2e.ts | 1465 | function pluginAutomationPackageFiles( | CODE |
| LOW | tests/e2e/public-dynamic-fragments.e2e.ts | 61 | async function expectDynamicFragmentVisitor( | CODE |
| LOW | tests/e2e/public-dynamic-fragments.e2e.ts | 135 | async function expectNoHorizontalOverflow(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/page-management.e2e.ts | 210 | async function expectMobileEditorPageContained(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/page-management.e2e.ts | 224 | async function expectMobileControlContained( | CODE |
| LOW | tests/e2e/account.e2e.ts | 79 | async function completeStepUpWithMfaIfOpened(page: Page, secret: string): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 91 | async function expectRecoveryCodesDialog(page: Page): Promise<string[]> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 136 | async function createAccountActivityUser( | CODE |
| LOW | tests/e2e/account.e2e.ts | 161 | async function clearUploadedAvatarIfPresent(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1004 | async function expectContainedHorizontalScroller(table: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1046 | async function expectProfileMobileLayout(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1101 | async function expectPasswordCardMobileLayout(card: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1123 | async function expectStepUpPolicyMobileLayout(card: Locator, menu?: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1188 | async function expectMfaSetupDialogMobileLayout(dialog: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1260 | async function expectMfaLoginMobileLayout(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/account.e2e.ts | 1325 | async function expectPasswordDialogMobileLayout(dialog: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/media.e2e.ts | 611 | async function expectMobileViewerContained(page: Page, viewer: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/media.e2e.ts | 622 | async function expectMobileDialogContained(page: Page, dialog: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/media.e2e.ts | 633 | async function expectMobileElementContained( | CODE |
| LOW | tests/e2e/media.e2e.ts | 648 | async function expectMobilePageContained(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/dashboard.e2e.ts | 307 | async function waitForDashboardLayoutSave( | CODE |
| LOW | tests/e2e/dashboard.e2e.ts | 328 | function requireSavedDashboardItem( | CODE |
| LOW | tests/e2e/admin-navigation.e2e.ts | 512 | async function expectNavigationBeforeToolbarTrailer(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/admin-navigation.e2e.ts | 526 | async function expectStoredWorkspaceLayout( | CODE |
| LOW | tests/e2e/auth.e2e.ts | 4 | async function expectMobileAccountMenuContained(page: Page): Promise<void> { | CODE |
| LOW⚡ | tests/e2e/background-image-smoke.e2e.ts | 187 | async function expectOptimizedBackground(locator: Locator): Promise<string> { | CODE |
| LOW⚡ | tests/e2e/background-image-smoke.e2e.ts | 197 | async function expectOptimizedCanvasClassCss(page: Page, className: string): Promise<string> { | CODE |
| LOW⚡ | tests/e2e/background-image-smoke.e2e.ts | 207 | async function observedOptimizedCanvasClassCss(page: Page, className: string): Promise<string> { | CODE |
| LOW⚡ | tests/e2e/background-image-smoke.e2e.ts | 215 | async function observedOptimizedBackground(locator: Locator): Promise<string> { | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 1408 | async function openCustomPropertiesSection(page: Page): Promise<void> { | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 1417 | async function expectComputedCustomProperty( | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 1431 | async function expectMobileDialogContained(page: Page, dialog: Locator): Promise<void> { | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 1452 | async function expectMobileLocatorContained( | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 1487 | async function insertSavedLayoutViaPicker(page: Page, layoutName: string): Promise<void> { | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 1494 | async function openSavedLayoutContextMenu(page: Page, layoutName: string): Promise<void> { | CODE |
| LOW | tests/e2e/runtime-dependencies.e2e.ts | 144 | async function verifyPublishedRuntimeDependency({ | CODE |
| LOW | tests/e2e/runtime-dependencies.e2e.ts | 198 | async function expectMobileDependencyPanelContained( | CODE |
| LOW | tests/e2e/plugins.e2e.ts | 565 | function pluginSettingsPackageFiles(pluginId: string, pluginName: string): Record<string, string> { | CODE |
| LOW | tests/e2e/plugins.e2e.ts | 595 | function pluginLifecyclePackageFiles(pluginId: string, pluginName: string): Record<string, string> { | CODE |
| LOW | tests/e2e/plugins.e2e.ts | 619 | function pluginSchedulePackageFiles(pluginId: string, pluginName: string): Record<string, string> { | CODE |
| LOW | server/router.ts | 264 | async function tryServeRuntimePackageNamespace(req: Request, _runtime: ServerRuntime, _url: URL, pathname: string): Prom | CODE |
| LOW | server/router.ts | 598 | async function rebuildSiteCssFromSnapshot( | CODE |
| LOW | server/static.ts | 382 | function buildAuthenticatedShellPreloadHints(staticDir: string): string { | CODE |
| LOW | server/richtextSanitizer.ts | 13 | export function installServerRichtextSanitizer(): void { | CODE |
| LOW | server/forms/challenge.ts | 51 | export function verifyAndConsumePublicFormChallenge(input: { | CODE |
| 612 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker-compose.yml | 1 | # Local-development Postgres service. | COMMENT |
| LOW | eslint.config.js | 41 | // `typeof` references as a "use" of the value, so non-exported leaf | COMMENT |
| LOW | vite.config.ts | 101 | } | COMMENT |
| LOW | vite.config.ts | 141 | // `infer` only compiles functions that look like components or hooks | COMMENT |
| LOW | vite.config.ts | 181 | '@plugins': path.resolve(__dirname, 'src/admin/pages/plugins'), | COMMENT |
| LOW | vite.config.ts | 201 | // chunks (e.g. dnd-vendor), making React startup depend on editor-only | COMMENT |
| LOW | vite.config.ts | 221 | }, | COMMENT |
| LOW | compose.tls.yml | 1 | # compose.tls.yml | COMMENT |
| LOW | compose.tls.yml | 61 | # the host — visitors hit Caddy on 80/443, Caddy proxies to app:3001 over | COMMENT |
| LOW | …nts/skills/agent-browser/templates/capture-workflow.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ents/skills/agent-browser/templates/form-automation.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …ents/skills/agent-browser/templates/form-automation.sh | 21 | agent-browser open "$FORM_URL" | COMMENT |
| LOW | …kills/agent-browser/templates/authenticated-session.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …kills/agent-browser/templates/authenticated-session.sh | 81 | # | COMMENT |
| LOW | …kills/agent-browser/templates/authenticated-session.sh | 101 | # # Save state for future runs | COMMENT |
| LOW | server/router.ts | 381 | req: Request, | COMMENT |
| LOW | server/static.ts | 161 | headers: { | COMMENT |
| LOW | server/static.ts | 181 | // Hydration: React mounts and replaces the static form via the same | COMMENT |
| LOW | server/static.ts | 321 | // | COMMENT |
| LOW | server/static.ts | 401 | lines.push( | COMMENT |
| LOW | server/plugins/quickjs/bootstrap/crypto.ts | 21 | // | COMMENT |
| LOW | server/plugins/quickjs/bootstrap/fetch.ts | 21 | export const FETCH_SHIM = `// ------- gated fetch ------- | COMMENT |
| LOW | server/plugins/quickjs/bootstrap/src/buildApi.ts | 61 | // capability string (e.g. 'content.manage'). Internally builds | COMMENT |
| LOW | server/publish/staticArtefact.ts | 381 | // inside open(2). The same `filePath` value is used on every attempt — | COMMENT |
| LOW | server/publish/staticArtefact.ts | 461 | COMMENT | |
| LOW | server/publish/mediaPrefetch.ts | 101 | } | COMMENT |
| LOW | server/publish/publishSite.ts | 181 | }) | COMMENT |
| LOW | server/db/sqlite.ts | 121 | } | COMMENT |
| LOW | server/fonts/googleFontsInstaller.ts | 181 | export function parseCss2Faces(css: string, primarySubset: string): ParsedFace[] { | COMMENT |
| LOW | server/handlers/cms/imageVariantWorker.ts | 81 | // one rung AT the intrinsic width: the srcset's largest candidate is | COMMENT |
| LOW | server/handlers/cms/plugins/index.ts | 181 | return { capability: 'plugins.read', stepUp: false } | COMMENT |
| LOW | server/handlers/cms/dashboard/activity.ts | 41 | actor_avatar_path: string | null | COMMENT |
| LOW | server/handlers/cms/dashboard/index.ts | 81 | // `/dashboard/<segment>` → endpoint. The segment is the public slug, | COMMENT |
| LOW | examples/plugins/template/editor/index.js | 41 | label: 'Ping', | COMMENT |
| LOW | examples/plugins/template/editor/index.js | 81 | { value: 'friendly', label: 'Friendly' }, | COMMENT |
| LOW | src/ui/components/ContextMenu/ContextMenuSubmenu.tsx | 101 | // Measure trigger + submenu and pick the side with the most space. | COMMENT |
| LOW | src/ui/components/ContextMenu/ContextMenuSubmenu.tsx | 261 | </span> | COMMENT |
| LOW | src/core/plugins/moduleAdapter.ts | 161 | schema: translatePropertySchema(definition.schema), | COMMENT |
| LOW | src/core/plugins/manifest.ts | 41 | // `/uploads/plugins/{pluginId}/{version}` (optionally trailing `/`), | COMMENT |
| LOW | src/core/publisher/escapeProps.ts | 81 | } | COMMENT |
| LOW | src/core/publisher/escapeProps.ts | 101 | // modules/base/utils/escape.ts. Publisher HTML-escaping plain strings is the | COMMENT |
| LOW | src/core/publisher/utils.ts | 21 | * per-file reimplementations (same pattern that fixed CWE-116 for HTML escaping). | COMMENT |
| LOW | src/core/publisher/renderVisualComponentRef.ts | 121 | rootNodeId, | COMMENT |
| LOW | src/core/publisher/reset.ts | 61 | // Media defaults — block-level + responsive by default, so images don't | COMMENT |
| LOW | src/core/publisher/reset.ts | 81 | // Long-word safety on text-bearing elements. | COMMENT |
| LOW | src/core/publisher/classCss.ts | 61 | * identifier AND not in the denylist. Exported so the importer applies exactly | COMMENT |
| LOW | src/core/markdown/markdownDocument.ts | 481 | COMMENT | |
| LOW | src/core/page-tree/baseNode.ts | 21 | } from './parseHelpers' | COMMENT |
| LOW | src/core/page-tree/baseNode.ts | 61 | {}, | COMMENT |
| LOW | src/core/page-tree/baseNode.ts | 101 | // "inline style" layer: an independent style source that coexists with | COMMENT |
| LOW | src/core/page-tree/mutations.ts | 681 | // Tree operation dispatcher — single entry point shared by editor + plugins | COMMENT |
| LOW | src/core/page-tree/index.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | src/core/plugin-sdk/types/permissions.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | src/core/plugin-sdk/types/permissions.ts | 21 | // Each mode is split so a typical plugin (SEO assistant, translator) | COMMENT |
| LOW | src/core/plugin-sdk/types/permissions.ts | 61 | // | COMMENT |
| LOW | src/core/plugin-sdk/types/permissions.ts | 81 | // what's actually in the plan, and runs the `publish.html` filter once at | COMMENT |
| LOW | src/core/plugin-sdk/types/frontend.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | src/core/plugin-sdk/types/media.ts | 1 | // --------------------------------------------------------------------------- | COMMENT |
| LOW | src/core/plugin-sdk/cli/build.ts | 241 | splitting: false, | COMMENT |
| LOW | src/core/plugin-sdk/cli/build.ts | 401 | } | COMMENT |
| 99 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/e2e/forms.e2e.ts | 51 | await setPropValue(page, 'placeholder', 'Your name') | CODE |
| LOW | tests/e2e/forms.e2e.ts | 105 | await setPropValue(page, 'placeholder', 'Your name') | CODE |
| LOW | tests/e2e/content.e2e.ts | 533 | await expect(page.getByTestId('document-switcher')).toHaveAttribute('placeholder', templateName) | CODE |
| LOW | tests/e2e/visual-builder.e2e.ts | 534 | await expect(page.getByTestId('document-switcher')).toHaveAttribute('placeholder', templateName) | CODE |
| LOW | .agents/skills/agent-browser/SKILL.md | 23 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | .agents/skills/agent-browser/SKILL.md | 39 | agent-browser fill @e1 "user@example.com" && agent-browser fill @e2 "password123" && agent-browser click @e3 | CODE |
| LOW | .agents/skills/agent-browser/SKILL.md | 171 | agent-browser fill @e1 "Jane Doe" | CODE |
| LOW | …ents/skills/agent-browser/references/authentication.md | 132 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | …ents/skills/agent-browser/references/authentication.md | 151 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | …ents/skills/agent-browser/references/authentication.md | 208 | agent-browser fill @e1 "user@example.com" | CODE |
| LOW | …gents/skills/agent-browser/references/snapshot-refs.md | 72 | agent-browser fill @e10 "user@example.com" | CODE |
| LOW | …/skills/agent-browser/references/session-management.md | 29 | agent-browser --session auth fill @e1 "user@example.com" | CODE |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 32 | # agent-browser fill @e1 "John Doe" # Text input | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 33 | # agent-browser fill @e2 "user@example.com" # Email input | COMMENT |
| LOW | scripts/bench/benches/publish.ts | 167 | : { text: `Lorem ipsum dolor sit amet — node ${childId}`, tag: 'p' }, | CODE |
| LOW | scripts/bench/benches/publish.ts | 167 | : { text: `Lorem ipsum dolor sit amet — node ${childId}`, tag: 'p' }, | CODE |
| LOW | scripts/bench/benches/publisher.ts | 125 | props: { text: `Lorem ipsum dolor sit amet — node ${childId}`, tag: 'p' }, | CODE |
| LOW | scripts/bench/benches/publisher.ts | 125 | props: { text: `Lorem ipsum dolor sit amet — node ${childId}`, tag: 'p' }, | CODE |
| LOW | scripts/bench/benches/db.ts | 107 | values (${`row-${i}`}, ${pagesTableId}, ${{ title: `Page ${i}`, slug: `page-${i}`, body: { text: 'Lorem ip | CODE |
| LOW | scripts/bench/benches/db.ts | 107 | values (${`row-${i}`}, ${pagesTableId}, ${{ title: `Page ${i}`, slug: `page-${i}`, body: { text: 'Lorem ip | CODE |
| LOW | src/core/templates/templatePreviewData.ts | 12 | * Preview values are intentionally generic (Lorem ipsum, placeholder | COMMENT |
| LOW | src/core/templates/templatePreviewData.ts | 50 | '## Example heading\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at porta est.', | CODE |
| LOW | src/core/templates/templatePreviewData.ts | 50 | '## Example heading\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque at porta est.', | CODE |
| LOW⚡ | src/core/templates/templatePreviewData.ts | 71 | case 'text': return previewTextLikeValue(field, 'Lorem ipsum') | CODE |
| LOW⚡ | src/core/templates/templatePreviewData.ts | 72 | case 'longText': return previewTextLikeValue(field, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.') | CODE |
| LOW⚡ | src/core/templates/templatePreviewData.ts | 72 | case 'longText': return previewTextLikeValue(field, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.') | CODE |
| LOW⚡ | src/core/templates/templatePreviewData.ts | 73 | case 'richText': return previewTextLikeValue(field, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.') | CODE |
| LOW⚡ | src/core/templates/templatePreviewData.ts | 73 | case 'richText': return previewTextLikeValue(field, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.') | CODE |
| LOW | src/core/loops/sources/dataRows.ts | 270 | // zero rows — which is exactly the "Lorem ipsum forever" bug authors | COMMENT |
| LOW | src/core/htmlImport/rules.ts | 223 | placeholder: attr(el, 'placeholder'), | CODE |
| LOW | src/core/htmlImport/rules.ts | 326 | placeholder: attr(el, 'placeholder'), | CODE |
| LOW | src/admin/spotlight/__tests__/commandRegistry.test.ts | 24 | email: 'user@example.com', | CODE |
| LOW | src/__tests__/plugins/pluginToolbarRuntime.test.tsx | 18 | email: 'admin@example.com', | CODE |
| LOW | src/__tests__/plugins/pluginsAdmin.test.tsx | 109 | email: 'admin@example.com', | CODE |
| LOW | src/__tests__/panels/selectorsPanel.test.tsx | 555 | expect(selectorInput.getAttribute('placeholder')).toContain('.hero .title') | CODE |
| LOW | src/__tests__/toolbar/openPageInNewTabButton.test.tsx | 16 | email: 'admin@example.com', | CODE |
| LOW | src/__tests__/toolbar/modulePickerDropdown.test.tsx | 232 | expect(screen.getByRole('searchbox', { name: 'Search modules' }).getAttribute('placeholder')) | CODE |
| LOW | src/__tests__/toolbar/toolbarBrand.test.tsx | 16 | email: 'admin@example.com', | CODE |
| LOW | src/__tests__/admin/siteImport/SiteImportModal.test.tsx | 325 | email: 'admin@example.com', | CODE |
| LOW | …/__tests__/admin/data/contentCollectionStepUp.test.tsx | 27 | email: 'admin@example.com', | CODE |
| LOW | src/__tests__/admin/data/dataTableStepUp.test.tsx | 27 | email: 'admin@example.com', | CODE |
| LOW | …c/__tests__/canvas/visualComponentModeControl.test.tsx | 109 | expect(switcher.getAttribute('placeholder')).toBe('HeroSection') | CODE |
| LOW | src/__tests__/users/usersAdmin.test.tsx | 61 | email: 'user@example.com', | CODE |
| LOW | src/__tests__/users/usersAdmin.test.tsx | 94 | email: 'test@test.com', | CODE |
| LOW | src/__tests__/users/usersAdmin.test.tsx | 445 | expect(within(editDialog).getByDisplayValue('test@test.com')).toBeDefined() | CODE |
| LOW | src/__tests__/data/contentAdmin.test.tsx | 82 | email: 'admin@example.com', | CODE |
| LOW | src/modules/base/forms/index.ts | 266 | ['placeholder', props.placeholder], | CODE |
| LOW | src/modules/base/forms/index.ts | 308 | ['placeholder', props.placeholder], | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 20 | # Step 1: Navigate to form | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 24 | # Step 2: Snapshot to discover form elements | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 29 | # Step 3: Fill form fields (customize these refs based on snapshot output) | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 46 | # Step 4: Wait for submission | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 50 | # Step 5: Verify result | COMMENT |
| LOW | .agents/skills/skill-creator/SKILL.md | 215 | ### Step 1: Understanding the Skill with Concrete Examples | COMMENT |
| LOW | .agents/skills/skill-creator/SKILL.md | 232 | ### Step 2: Planning the Reusable Skill Contents | COMMENT |
| LOW | .agents/skills/skill-creator/SKILL.md | 256 | ### Step 3: Initializing the Skill | COMMENT |
| LOW | .agents/skills/skill-creator/SKILL.md | 279 | ### Step 4: Edit the Skill | COMMENT |
| LOW | .agents/skills/skill-creator/SKILL.md | 320 | ### Step 5: Packaging a Skill | COMMENT |
| LOW | .agents/skills/skill-creator/SKILL.md | 347 | ### Step 6: Iterate | COMMENT |
| LOW | src/core/persistence/validate.ts | 277 | // Step 1: parse | COMMENT |
| LOW | src/core/templates/dynamicBindings.ts | 134 | // Step 1: structured whole-prop binding overrides (for non-string props, this | COMMENT |
| LOW | src/core/templates/dynamicBindings.ts | 149 | // Step 2: token interpolation for every string-typed prop value. Both | COMMENT |
| LOW⚡ | src/admin/pages/site/store/slices/vcTreeOps.ts | 142 | // Step 1: allocate new IDs for every node in the subtree (DFS) | COMMENT |
| LOW⚡ | src/admin/pages/site/store/slices/vcTreeOps.ts | 152 | // Step 2: clone each node using the id map | COMMENT |
| LOW⚡ | …c/__tests__/editor-store/mutateAllPagesAndSite.test.ts | 389 | // Step 1: add a class rule named 'btn' | COMMENT |
| LOW⚡ | …c/__tests__/editor-store/mutateAllPagesAndSite.test.ts | 398 | // Step 2: add a page whose fragment node references 'btn' by name | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 20 | # Step 1: Navigate to form | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 24 | # Step 2: Snapshot to discover form elements | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 29 | # Step 3: Fill form fields (customize these refs based on snapshot output) | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 46 | # Step 4: Wait for submission | COMMENT |
| LOW⚡ | …ents/skills/agent-browser/templates/form-automation.sh | 50 | # Step 5: Verify result | COMMENT |
| LOW | src/core/persistence/validate.ts | 277 | // Step 1: parse | COMMENT |
| LOW | src/core/templates/dynamicBindings.ts | 134 | // Step 1: structured whole-prop binding overrides (for non-string props, this | COMMENT |
| LOW | src/core/templates/dynamicBindings.ts | 149 | // Step 2: token interpolation for every string-typed prop value. Both | COMMENT |
| LOW⚡ | src/admin/pages/site/store/slices/vcTreeOps.ts | 142 | // Step 1: allocate new IDs for every node in the subtree (DFS) | COMMENT |
| LOW⚡ | src/admin/pages/site/store/slices/vcTreeOps.ts | 152 | // Step 2: clone each node using the id map | COMMENT |
| LOW⚡ | …c/__tests__/editor-store/mutateAllPagesAndSite.test.ts | 389 | // Step 1: add a class rule named 'btn' | COMMENT |
| LOW⚡ | …c/__tests__/editor-store/mutateAllPagesAndSite.test.ts | 398 | // Step 2: add a page whose fragment node references 'btn' by name | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/ui/components/Select/Select.tsx | 182 | // the currently open menu, so opening the new one feels seamless. | COMMENT |
| MEDIUM | src/admin/spotlight/SpotlightResults.tsx | 404 | // Look up by id rather than reference — robust to fresh command | COMMENT |
| MEDIUM | …dmin/pages/dashboard/components/LiquidProgressRing.tsx | 53 | // motion to be seamless. The matching pairs: | COMMENT |
| MEDIUM | src/__tests__/server/pluginServerRuntime.test.ts | 713 | // assertion is timing-robust on a loaded CI runner. | COMMENT |
| MEDIUM | src/__tests__/canvas/selectionToolbar.test.tsx | 129 | // robust to that. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | docs/features/plugin-system.md | 958 | bun instatic-plugin init acme.hero # scaffold a module plugin | CODE |
| MEDIUM | docs/features/site-shell.md | 191 | generated?: boolean // auto-generated by scaffold; hidden until ejected | CODE |
| MEDIUM | docs/features/spotlight.md | 201 | ### Server provider scaffolding (`serverProvider.ts`) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/skill-creator/scripts/init_skill.py | 217 | except Exception as e: | CODE |
| LOW | .agents/skills/skill-creator/scripts/init_skill.py | 232 | except Exception as e: | CODE |
| LOW | .agents/skills/skill-creator/scripts/init_skill.py | 259 | except Exception as e: | CODE |
| LOW | .agents/skills/skill-creator/scripts/package_skill.py | 80 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/skill-creator/scripts/init_skill.py | 208 | # Check if directory already exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/skill-creator/scripts/package_skill.py | 19 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .agents/skills/skill-creator/scripts/quick_validate.py | 7 | CODE |