{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-90bdca7ab544addf", "name": "Stray `console.log` in TS/JS \u2014 sync-server/persistent-server.js:89", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sync-server/persistent-server.js:89"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8f8097afe323d438", "name": "Stray `console.log` in TS/JS \u2014 sync-server/server.js:4", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 sync-server/server.js:4"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c9c3c2c12a545768", "name": "Stray `console.log` in TS/JS \u2014 packages/create-lumen-plugin/bin.js:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/create-lumen-plugin/bin.js:40"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8d13099f47a1737b", "name": "Stray `console.log` in TS/JS \u2014 api-server/server.ts:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 api-server/server.ts:52"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d9218913f5766d29", "name": "Stray `console.log` in TS/JS \u2014 src/__tests__/a11y.test.tsx:100", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/__tests__/a11y.test.tsx:100"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7b4231b6e41e257d", "name": "Icon-only button without accessible name \u2014 src/ui/KeyboardShortcuts.tsx:137", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/ui/KeyboardShortcuts.tsx:137"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bd3361bc5709bf68", "name": "Stray `console.log` in TS/JS \u2014 src/lib/logger.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/logger.ts:30"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5860fe9388038ff2", "name": "Stray `console.log` in TS/JS \u2014 src/editor/insertMenu.ts:175", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/editor/insertMenu.ts:175"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-298c612d9d4295f6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/PlantUMLBlock.tsx:141", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/PlantUMLBlock.tsx:141"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4e8e1660c5ca2f0c", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/LiveSvgBlock.tsx:78", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/LiveSvgBlock.tsx:78"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e92f7b5567c58465", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/InsightsBlock.tsx:591", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/InsightsBlock.tsx:591"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-70cde1719e3a4a4f", "name": "Stray `console.log` in TS/JS \u2014 e2e/dynamic-blocks-hardening.spec.ts:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 e2e/dynamic-blocks-hardening.spec.ts:22"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8987d6d1c30c7202", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2f3178ddda7c2897", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6b28dfb61d291257", "name": "Dockerfile runs as root: sync-server/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: sync-server/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fae56303c30724f6", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d51d61e99fa30a82", "name": "Dockerfile runs as root: marketplace-server/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: marketplace-server/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-af9bf42e4d1cc8bd", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b05005c3463e0251", "name": "Insecure pattern 'node_child_process' in scripts/lighthouse-a11y.mjs:17", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/lighthouse-a11y.mjs:17"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f35f99407b62aea8", "name": "Insecure pattern 'node_child_process' in scripts/benchmark.mjs:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/benchmark.mjs:14"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a13d53a8ccce442b", "name": "Insecure pattern 'cors_wildcard' in edge-workers/publish/worker.ts:34", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in edge-workers/publish/worker.ts:34"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bee89a55e1a33a23", "name": "Insecure pattern 'cors_wildcard' in edge-workers/audit/worker.ts:37", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in edge-workers/audit/worker.ts:37"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a02a9ccfa20cab12", "name": "Insecure pattern 'cors_wildcard' in edge-workers/billing/worker.ts:36", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in edge-workers/billing/worker.ts:36"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4154fdd68fbba0bd", "name": "Insecure pattern 'cors_wildcard' in marketplace-server/server.mjs:50", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in marketplace-server/server.mjs:50"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d503134c5c717463", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/roadmap.html:334", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/roadmap.html:334"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6620dc2c73767c41", "name": "Insecure pattern 'cors_wildcard' in api-server/server.ts:19", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in api-server/server.ts:19"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ce807eb2acb32d4", "name": "Insecure pattern 'local_storage_auth_token' in src/__tests__/clearLumenState.test.ts:14", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in src/__tests__/clearLumenState.test.ts:14"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-93565d3827fd034c", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/__tests__/dragHandles.test.ts:46", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/__tests__/dragHandles.test.ts:46"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-921e4ace4a9c847a", "name": "Possible secret in src/sync/git.ts", "shortDescription": {"text": "Possible secret in src/sync/git.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-37e5f13b75b5f314", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/PrintExport.tsx:123", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/PrintExport.tsx:123"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7fbcfbc85df60623", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/lib/trustedTypes.ts:56", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/lib/trustedTypes.ts:56"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-36f3f330a1b35dac", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/editor/insertMenu.ts:400", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/editor/insertMenu.ts:400"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ef5c2fad264104c4", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/editor/WysiwygEditor.tsx:611", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/editor/WysiwygEditor.tsx:611"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-28b2dcfa23e80347", "name": "Insecure pattern 'dangerous_innerhtml' in src/plugins/PlantUMLBlock.tsx:141", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/plugins/PlantUMLBlock.tsx:141"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-58e3a4f5765834e3", "name": "Insecure pattern 'new_function_used' in src/plugins/LiveJsBlock.tsx:108", "shortDescription": {"text": "Insecure pattern 'new_function_used' in src/plugins/LiveJsBlock.tsx:108"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8c9e9f5c523d4ab3", "name": "Insecure pattern 'dangerous_innerhtml' in src/plugins/LiveSvgBlock.tsx:78", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/plugins/LiveSvgBlock.tsx:78"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-261cadbf60bbfa8c", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/plugins/Model3DBlock.tsx:96", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/plugins/Model3DBlock.tsx:96"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ef07a74a642b42cd", "name": "Insecure pattern 'domparser_html_parse' in src/storage/fileFormats.ts:115", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in src/storage/fileFormats.ts:115"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3cb47d9a712c71a2", "name": "Very large file: src/i18n/index.ts (1532 lines)", "shortDescription": {"text": "Very large file: src/i18n/index.ts (1532 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-47ed4f7331e19adc", "name": "Very large file: src/commands/useCommands.ts (1456 lines)", "shortDescription": {"text": "Very large file: src/commands/useCommands.ts (1456 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4e66b67e95cb229a", "name": "Node manifest has dependencies but no lockfile: packages/create-lumen-plugin/template/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/create-lumen-plugin/template/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 40 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 85 placeholder/mock markers across 30 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3c9b13a37be85731", "name": "Agent authority lacks a verifier contract: docs/src/content/docs/ai/agents.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: docs/src/content/docs/ai/agents.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-840fd5c6dae9792b", "name": "Commented-code block (5 lines) in vite.config.ts:30", "shortDescription": {"text": "Commented-code block (5 lines) in vite.config.ts:30"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-009a819c3441e3f9", "name": "Commented-code block (9 lines) in scripts/bundle-budget.mjs:23", "shortDescription": {"text": "Commented-code block (9 lines) in scripts/bundle-budget.mjs:23"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ff48328efb16dca0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/translate-locale.mjs:86", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/translate-locale.mjs:86"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a18b74b4d27fddb3", "name": "Commented-code block (5 lines) in scripts/publish-plugin.mjs:90", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/publish-plugin.mjs:90"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-edcbf049a13d2921", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-plugin.mjs:116", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-plugin.mjs:116"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7d3da81b981f27ca", "name": "Commented-code block (7 lines) in scripts/copy-pyodide.mjs:1", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/copy-pyodide.mjs:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1c7634ea65304006", "name": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/publish/worker.ts:40", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/publish/worker.ts:40"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dc6ec31bf02e069a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/audit/worker.ts:106", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/audit/worker.ts:106"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b4d14235f4c9a53", "name": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/billing/worker.ts:69", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/billing/worker.ts:69"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bbfe206a28e64c9f", "name": "Commented-code block (5 lines) in src/App.tsx:154", "shortDescription": {"text": "Commented-code block (5 lines) in src/App.tsx:154"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-53daeefc8acee50f", "name": "Commented-code block (6 lines) in src/__tests__/a11y.test.tsx:238", "shortDescription": {"text": "Commented-code block (6 lines) in src/__tests__/a11y.test.tsx:238"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-689a403272c8d2fa", "name": "Commented-code block (7 lines) in src/__tests__/markupSanitizer.test.ts:20", "shortDescription": {"text": "Commented-code block (7 lines) in src/__tests__/markupSanitizer.test.ts:20"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e5ece5b3009a65e8", "name": "Commented-code block (5 lines) in src/__tests__/updateBanner.test.tsx:41", "shortDescription": {"text": "Commented-code block (5 lines) in src/__tests__/updateBanner.test.tsx:41"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f430f932d6bc232f", "name": "Commented-code block (6 lines) in src/__tests__/i18nDrift.test.ts:45", "shortDescription": {"text": "Commented-code block (6 lines) in src/__tests__/i18nDrift.test.ts:45"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-926aaffe66458165", "name": "Commented-code block (5 lines) in src/__tests__/dynamicBlocks.integration.test.tsx:75", "shortDescription": {"text": "Commented-code block (5 lines) in src/__tests__/dynamicBlocks.integration.test.tsx:75"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d84be9c537e6b017", "name": "Commented-code block (5 lines) in src/__tests__/EditorLayoutHydrate.test.tsx:83", "shortDescription": {"text": "Commented-code block (5 lines) in src/__tests__/EditorLayoutHydrate.test.tsx:83"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e873f235d6479e45", "name": "Commented-code block (5 lines) in src/__tests__/lintExtensionMount.test.ts:35", "shortDescription": {"text": "Commented-code block (5 lines) in src/__tests__/lintExtensionMount.test.ts:35"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e3ca94e5ab2b3c39", "name": "Commented-code block (7 lines) in src/renderer/pipeline.ts:44", "shortDescription": {"text": "Commented-code block (7 lines) in src/renderer/pipeline.ts:44"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-242ce50d0e47a564", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/sync/cloud/githubGist.ts:105", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/sync/cloud/githubGist.ts:105"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-17ab8ea9b649f698", "name": "Commented-code block (6 lines) in src/sync/cloud/sync.ts:349", "shortDescription": {"text": "Commented-code block (6 lines) in src/sync/cloud/sync.ts:349"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9532dc3c26affb0c", "name": "Commented-code block (5 lines) in src/i18n/index.ts:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/i18n/index.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b90ec70f242bfa0b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/ai/ollamaProvider.ts:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/ai/ollamaProvider.ts:98"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-60a2b802cc6a3e55", "name": "Commented-code block (5 lines) in src/ui/CommandPalette.tsx:60", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/CommandPalette.tsx:60"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-22dce97b98ec0564", "name": "Legacy-named symbol `handleConvertLegacy` in src/ui/CanvasTldraw.tsx:256", "shortDescription": {"text": "Legacy-named symbol `handleConvertLegacy` in src/ui/CanvasTldraw.tsx:256"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-75bf769cb9148ce8", "name": "Commented-code block (6 lines) in src/ui/DocTabs.tsx:66", "shortDescription": {"text": "Commented-code block (6 lines) in src/ui/DocTabs.tsx:66"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f367f538d7937baa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/fetchRetry.ts:95", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/fetchRetry.ts:95"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5f5164f8b25118b4", "name": "Commented-code block (7 lines) in src/lib/markupSanitizer.ts:67", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/markupSanitizer.ts:67"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-45d30d62fc2b303e", "name": "Commented-code block (8 lines) in src/collab/yjs.ts:209", "shortDescription": {"text": "Commented-code block (8 lines) in src/collab/yjs.ts:209"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d78c9f3d34e6937d", "name": "Commented-code block (8 lines) in src/editor/WysiwygEditor.tsx:587", "shortDescription": {"text": "Commented-code block (8 lines) in src/editor/WysiwygEditor.tsx:587"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2203f7225505060d", "name": "Commented-code block (5 lines) in src/editor/dragHandles.ts:85", "shortDescription": {"text": "Commented-code block (5 lines) in src/editor/dragHandles.ts:85"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e746e3eabf0c2cca", "name": "Commented-code block (8 lines) in src/layouts/EditorLayout.tsx:100", "shortDescription": {"text": "Commented-code block (8 lines) in src/layouts/EditorLayout.tsx:100"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7956d4e1da13358c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/plugins/useFetchSource.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/plugins/useFetchSource.ts:17"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fa577bfaf3096c17", "name": "Commented-code block (5 lines) in src/plugins/LiveJsBlock.tsx:103", "shortDescription": {"text": "Commented-code block (5 lines) in src/plugins/LiveJsBlock.tsx:103"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e805e615996b8099", "name": "Commented-code block (8 lines) in src/plugins/CodeDoctorBlock.tsx:62", "shortDescription": {"text": "Commented-code block (8 lines) in src/plugins/CodeDoctorBlock.tsx:62"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3237f5e7b36ace1f", "name": "Commented-code block (5 lines) in src/plugins/LiveSqlBlock.tsx:32", "shortDescription": {"text": "Commented-code block (5 lines) in src/plugins/LiveSqlBlock.tsx:32"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-218c4767ca9c92f7", "name": "Commented-code block (7 lines) in src/storage/fileFormats.ts:757", "shortDescription": {"text": "Commented-code block (7 lines) in src/storage/fileFormats.ts:757"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b3e26d7b8fd00878", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/storage/templateMarketplace.ts:188", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/storage/templateMarketplace.ts:188"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e25d36656441ea0e", "name": "Commented-code block (6 lines) in e2e/error-paths.spec.ts:19", "shortDescription": {"text": "Commented-code block (6 lines) in e2e/error-paths.spec.ts:19"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-bc7e51ad89f5b609", "name": "Commented-code block (5 lines) in e2e/edge-cases.spec.ts:140", "shortDescription": {"text": "Commented-code block (5 lines) in e2e/edge-cases.spec.ts:140"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5c2eda089283ff66", "name": "Commented-code block (5 lines) in e2e/visual-smoke.spec.ts:42", "shortDescription": {"text": "Commented-code block (5 lines) in e2e/visual-smoke.spec.ts:42"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0f84c652a6fc1be2", "name": "Commented-code block (5 lines) in e2e/surfaces-smoke.spec.ts:79", "shortDescription": {"text": "Commented-code block (5 lines) in e2e/surfaces-smoke.spec.ts:79"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-105bd08425a0792a", "name": "Commented-code block (5 lines) in e2e/locale-coverage.spec.ts:82", "shortDescription": {"text": "Commented-code block (5 lines) in e2e/locale-coverage.spec.ts:82"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ad1f2c0971b89ce0", "name": "10 env vars used in code but missing from .env.example", "shortDescription": {"text": "10 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CI`, `DEV`, `GITHUB_TOKEN`, `HOME`, `LUMEN_WORKSPACE`, `MARKETPLACE_DATA`, `PLAYWRIGHT_BASE_URL`, `PORT` + 2 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20784"}, "properties": {"repository": "talstilkol/lumen-md", "repoUrl": "https://github.com/talstilkol/lumen-md", "branch": "main"}, "results": [{"ruleId": "scanner-90bdca7ab544addf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sync-server/persistent-server.js:89"}, "properties": {"repobilityId": "13d752ff588b46ec", "scanner": "scanner-primary", "fingerprint": "90bdca7ab544addf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8f8097afe323d438", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 sync-server/server.js:4"}, "properties": {"repobilityId": "e194b4ffa4266163", "scanner": "scanner-primary", "fingerprint": "8f8097afe323d438", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c9c3c2c12a545768", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/create-lumen-plugin/bin.js:40"}, "properties": {"repobilityId": "e50aec03608bb3f7", "scanner": "scanner-primary", "fingerprint": "c9c3c2c12a545768", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8d13099f47a1737b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 api-server/server.ts:52"}, "properties": {"repobilityId": "99ff8ac09216d289", "scanner": "scanner-primary", "fingerprint": "8d13099f47a1737b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d9218913f5766d29", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/__tests__/a11y.test.tsx:100"}, "properties": {"repobilityId": "8761fc2aa4d2da53", "scanner": "scanner-primary", "fingerprint": "d9218913f5766d29", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7b4231b6e41e257d", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/ui/KeyboardShortcuts.tsx:137"}, "properties": {"repobilityId": "7495f9b14e9ac2a4", "scanner": "scanner-primary", "fingerprint": "7b4231b6e41e257d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-bd3361bc5709bf68", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/logger.ts:30"}, "properties": {"repobilityId": "d91dbb6e420e1181", "scanner": "scanner-primary", "fingerprint": "bd3361bc5709bf68", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5860fe9388038ff2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/editor/insertMenu.ts:175"}, "properties": {"repobilityId": "8bdfcf0b410ec35e", "scanner": "scanner-primary", "fingerprint": "5860fe9388038ff2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-298c612d9d4295f6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/PlantUMLBlock.tsx:141"}, "properties": {"repobilityId": "e68def082edd1ba3", "scanner": "scanner-primary", "fingerprint": "298c612d9d4295f6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4e8e1660c5ca2f0c", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/LiveSvgBlock.tsx:78"}, "properties": {"repobilityId": "575f5ab447e7e59b", "scanner": "scanner-primary", "fingerprint": "4e8e1660c5ca2f0c", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e92f7b5567c58465", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/plugins/InsightsBlock.tsx:591"}, "properties": {"repobilityId": "43368a90c6298e60", "scanner": "scanner-primary", "fingerprint": "e92f7b5567c58465", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-70cde1719e3a4a4f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 e2e/dynamic-blocks-hardening.spec.ts:22"}, "properties": {"repobilityId": "3c2e1c0828bd37ed", "scanner": "scanner-primary", "fingerprint": "70cde1719e3a4a4f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8987d6d1c30c7202", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "7157930c3b78c3f8", "scanner": "scanner-primary", "fingerprint": "8987d6d1c30c7202", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-2f3178ddda7c2897", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "properties": {"repobilityId": "75ca2dc05a86896d", "scanner": "scanner-primary", "fingerprint": "2f3178ddda7c2897", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-6b28dfb61d291257", "level": "warning", "message": {"text": "Dockerfile runs as root: sync-server/Dockerfile"}, "properties": {"repobilityId": "6641970b75b5e2fd", "scanner": "scanner-primary", "fingerprint": "6b28dfb61d291257", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-fae56303c30724f6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "5a987bd046d12d23", "scanner": "scanner-primary", "fingerprint": "fae56303c30724f6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sync-server/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-fae56303c30724f6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "3a81ba079538aa92", "scanner": "scanner-primary", "fingerprint": "fae56303c30724f6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sync-server/Dockerfile"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-d51d61e99fa30a82", "level": "warning", "message": {"text": "Dockerfile runs as root: marketplace-server/Dockerfile"}, "properties": {"repobilityId": "d9705b75e69cd1d5", "scanner": "scanner-primary", "fingerprint": "d51d61e99fa30a82", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-af9bf42e4d1cc8bd", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "0814cad7467cdb83", "scanner": "scanner-primary", "fingerprint": "af9bf42e4d1cc8bd", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "marketplace-server/Dockerfile"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-b05005c3463e0251", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/lighthouse-a11y.mjs:17"}, "properties": {"repobilityId": "b04092820be0b649", "scanner": "scanner-primary", "fingerprint": "b05005c3463e0251", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/lighthouse-a11y.mjs"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-f35f99407b62aea8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/benchmark.mjs:14"}, "properties": {"repobilityId": "466ee5ce937b86ed", "scanner": "scanner-primary", "fingerprint": "f35f99407b62aea8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/benchmark.mjs"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-a13d53a8ccce442b", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in edge-workers/publish/worker.ts:34"}, "properties": {"repobilityId": "72aaaf74ca7b7d64", "scanner": "scanner-primary", "fingerprint": "a13d53a8ccce442b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "edge-workers/publish/worker.ts"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-bee89a55e1a33a23", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in edge-workers/audit/worker.ts:37"}, "properties": {"repobilityId": "613227fee09c4cae", "scanner": "scanner-primary", "fingerprint": "bee89a55e1a33a23", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "edge-workers/audit/worker.ts"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-a02a9ccfa20cab12", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in edge-workers/billing/worker.ts:36"}, "properties": {"repobilityId": "65b6e50c572a85bd", "scanner": "scanner-primary", "fingerprint": "a02a9ccfa20cab12", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "edge-workers/billing/worker.ts"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-4154fdd68fbba0bd", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in marketplace-server/server.mjs:50"}, "properties": {"repobilityId": "2e1629e8abc9d47e", "scanner": "scanner-primary", "fingerprint": "4154fdd68fbba0bd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "marketplace-server/server.mjs"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-d503134c5c717463", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/roadmap.html:334"}, "properties": {"repobilityId": "591b64c047c00155", "scanner": "scanner-primary", "fingerprint": "d503134c5c717463", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/roadmap.html"}, "region": {"startLine": 334}}}]}, {"ruleId": "scanner-6620dc2c73767c41", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in api-server/server.ts:19"}, "properties": {"repobilityId": "e310104357e0fcdf", "scanner": "scanner-primary", "fingerprint": "6620dc2c73767c41", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "api-server/server.ts"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-3ce807eb2acb32d4", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in src/__tests__/clearLumenState.test.ts:14"}, "properties": {"repobilityId": "8b270ca865a03848", "scanner": "scanner-primary", "fingerprint": "3ce807eb2acb32d4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__tests__/clearLumenState.test.ts"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-93565d3827fd034c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/__tests__/dragHandles.test.ts:46"}, "properties": {"repobilityId": "223ed651acceaa20", "scanner": "scanner-primary", "fingerprint": "93565d3827fd034c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/__tests__/dragHandles.test.ts"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-921e4ace4a9c847a", "level": "error", "message": {"text": "Possible secret in src/sync/git.ts"}, "properties": {"repobilityId": "0f77c35d075b07d1", "scanner": "scanner-primary", "fingerprint": "921e4ace4a9c847a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sync/git.ts"}, "region": {"startLine": 152}}}]}, {"ruleId": "scanner-921e4ace4a9c847a", "level": "error", "message": {"text": "Possible secret in src/sync/git.ts"}, "properties": {"repobilityId": "0f77c35d075b07d1", "scanner": "scanner-primary", "fingerprint": "921e4ace4a9c847a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sync/git.ts"}, "region": {"startLine": 215}}}]}, {"ruleId": "scanner-921e4ace4a9c847a", "level": "error", "message": {"text": "Possible secret in src/sync/git.ts"}, "properties": {"repobilityId": "0f77c35d075b07d1", "scanner": "scanner-primary", "fingerprint": "921e4ace4a9c847a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/sync/git.ts"}, "region": {"startLine": 309}}}]}, {"ruleId": "scanner-37e5f13b75b5f314", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/ui/PrintExport.tsx:123"}, "properties": {"repobilityId": "aaac60c989480c72", "scanner": "scanner-primary", "fingerprint": "37e5f13b75b5f314", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ui/PrintExport.tsx"}, "region": {"startLine": 123}}}]}, {"ruleId": "scanner-7fbcfbc85df60623", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/lib/trustedTypes.ts:56"}, "properties": {"repobilityId": "e1b5f8d5aecc1bc5", "scanner": "scanner-primary", "fingerprint": "7fbcfbc85df60623", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/lib/trustedTypes.ts"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-36f3f330a1b35dac", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/editor/insertMenu.ts:400"}, "properties": {"repobilityId": "5200baf8bcbc0ab6", "scanner": "scanner-primary", "fingerprint": "36f3f330a1b35dac", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/editor/insertMenu.ts"}, "region": {"startLine": 400}}}]}, {"ruleId": "scanner-ef5c2fad264104c4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/editor/WysiwygEditor.tsx:611"}, "properties": {"repobilityId": "d29b6366eff00701", "scanner": "scanner-primary", "fingerprint": "ef5c2fad264104c4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/editor/WysiwygEditor.tsx"}, "region": {"startLine": 611}}}]}, {"ruleId": "scanner-28b2dcfa23e80347", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/plugins/PlantUMLBlock.tsx:141"}, "properties": {"repobilityId": "e908622ebf798f45", "scanner": "scanner-primary", "fingerprint": "28b2dcfa23e80347", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/plugins/PlantUMLBlock.tsx"}, "region": {"startLine": 141}}}]}, {"ruleId": "scanner-58e3a4f5765834e3", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in src/plugins/LiveJsBlock.tsx:108"}, "properties": {"repobilityId": "2b7782d01273c4d7", "scanner": "scanner-primary", "fingerprint": "58e3a4f5765834e3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/plugins/LiveJsBlock.tsx"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-8c9e9f5c523d4ab3", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/plugins/LiveSvgBlock.tsx:78"}, "properties": {"repobilityId": "b4c23e67ede7758a", "scanner": "scanner-primary", "fingerprint": "8c9e9f5c523d4ab3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/plugins/LiveSvgBlock.tsx"}, "region": {"startLine": 78}}}]}, {"ruleId": "scanner-261cadbf60bbfa8c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/plugins/Model3DBlock.tsx:96"}, "properties": {"repobilityId": "72a9a9ce76422596", "scanner": "scanner-primary", "fingerprint": "261cadbf60bbfa8c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/plugins/Model3DBlock.tsx"}, "region": {"startLine": 96}}}]}, {"ruleId": "scanner-ef07a74a642b42cd", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in src/storage/fileFormats.ts:115"}, "properties": {"repobilityId": "08a86ddfe265dbdc", "scanner": "scanner-primary", "fingerprint": "ef07a74a642b42cd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/storage/fileFormats.ts"}, "region": {"startLine": 115}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 131}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 172}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3cb47d9a712c71a2", "level": "note", "message": {"text": "Very large file: src/i18n/index.ts (1532 lines)"}, "properties": {"repobilityId": "091b88b7f3d68f92", "scanner": "scanner-primary", "fingerprint": "3cb47d9a712c71a2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-47ed4f7331e19adc", "level": "note", "message": {"text": "Very large file: src/commands/useCommands.ts (1456 lines)"}, "properties": {"repobilityId": "5c8135d205e19a32", "scanner": "scanner-primary", "fingerprint": "47ed4f7331e19adc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-4e66b67e95cb229a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/create-lumen-plugin/template/package.json"}, "properties": {"repobilityId": "b95c80b36297e6e1", "scanner": "scanner-primary", "fingerprint": "4e66b67e95cb229a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/create-lumen-plugin/template/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ca0c583698e5609c", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "34822d55c608329f", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "ed2517045cb0c60a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "b4b5f747ca66547f", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "62b0021a15ef402b", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "79777887dbcb963f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3c9b13a37be85731", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: docs/src/content/docs/ai/agents.md"}, "properties": {"repobilityId": "f53665f86e86a3c7", "scanner": "scanner-primary", "fingerprint": "3c9b13a37be85731", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docs/src/content/docs/ai/agents.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-840fd5c6dae9792b", "level": "none", "message": {"text": "Commented-code block (5 lines) in vite.config.ts:30"}, "properties": {"repobilityId": "9d93ae0cae0e6aa9", "scanner": "scanner-primary", "fingerprint": "840fd5c6dae9792b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-009a819c3441e3f9", "level": "none", "message": {"text": "Commented-code block (9 lines) in scripts/bundle-budget.mjs:23"}, "properties": {"repobilityId": "c8d281e81a169cbb", "scanner": "scanner-primary", "fingerprint": "009a819c3441e3f9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ff48328efb16dca0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/translate-locale.mjs:86"}, "properties": {"repobilityId": "a28903870a6c6a39", "scanner": "scanner-primary", "fingerprint": "ff48328efb16dca0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a18b74b4d27fddb3", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/publish-plugin.mjs:90"}, "properties": {"repobilityId": "81cf2c822ce4dd68", "scanner": "scanner-primary", "fingerprint": "a18b74b4d27fddb3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edcbf049a13d2921", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/publish-plugin.mjs:116"}, "properties": {"repobilityId": "372a98b35a02a256", "scanner": "scanner-primary", "fingerprint": "edcbf049a13d2921", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7d3da81b981f27ca", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/copy-pyodide.mjs:1"}, "properties": {"repobilityId": "de351df2ab4d9672", "scanner": "scanner-primary", "fingerprint": "7d3da81b981f27ca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1c7634ea65304006", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/publish/worker.ts:40"}, "properties": {"repobilityId": "8819e02c258fcf0b", "scanner": "scanner-primary", "fingerprint": "1c7634ea65304006", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-dc6ec31bf02e069a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/audit/worker.ts:106"}, "properties": {"repobilityId": "b98ad2ccda876cc9", "scanner": "scanner-primary", "fingerprint": "dc6ec31bf02e069a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0b4d14235f4c9a53", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 edge-workers/billing/worker.ts:69"}, "properties": {"repobilityId": "dc91a64e79945642", "scanner": "scanner-primary", "fingerprint": "0b4d14235f4c9a53", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bbfe206a28e64c9f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/App.tsx:154"}, "properties": {"repobilityId": "6437fad32b46490d", "scanner": "scanner-primary", "fingerprint": "bbfe206a28e64c9f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-53daeefc8acee50f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/__tests__/a11y.test.tsx:238"}, "properties": {"repobilityId": "3400548ac6636731", "scanner": "scanner-primary", "fingerprint": "53daeefc8acee50f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-689a403272c8d2fa", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/__tests__/markupSanitizer.test.ts:20"}, "properties": {"repobilityId": "9201c305f2787251", "scanner": "scanner-primary", "fingerprint": "689a403272c8d2fa", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e5ece5b3009a65e8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/__tests__/updateBanner.test.tsx:41"}, "properties": {"repobilityId": "829309f77c3c8122", "scanner": "scanner-primary", "fingerprint": "e5ece5b3009a65e8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f430f932d6bc232f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/__tests__/i18nDrift.test.ts:45"}, "properties": {"repobilityId": "8eea26b5822aaaa9", "scanner": "scanner-primary", "fingerprint": "f430f932d6bc232f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-926aaffe66458165", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/__tests__/dynamicBlocks.integration.test.tsx:75"}, "properties": {"repobilityId": "08a7707e614fbb67", "scanner": "scanner-primary", "fingerprint": "926aaffe66458165", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d84be9c537e6b017", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/__tests__/EditorLayoutHydrate.test.tsx:83"}, "properties": {"repobilityId": "3739498f27fc9479", "scanner": "scanner-primary", "fingerprint": "d84be9c537e6b017", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e873f235d6479e45", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/__tests__/lintExtensionMount.test.ts:35"}, "properties": {"repobilityId": "0fd923e4a2d6d326", "scanner": "scanner-primary", "fingerprint": "e873f235d6479e45", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e3ca94e5ab2b3c39", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/renderer/pipeline.ts:44"}, "properties": {"repobilityId": "0292918fa74427b3", "scanner": "scanner-primary", "fingerprint": "e3ca94e5ab2b3c39", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-242ce50d0e47a564", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/sync/cloud/githubGist.ts:105"}, "properties": {"repobilityId": "8f753780be6e35ef", "scanner": "scanner-primary", "fingerprint": "242ce50d0e47a564", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-17ab8ea9b649f698", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/sync/cloud/sync.ts:349"}, "properties": {"repobilityId": "de3f829704b2f9ed", "scanner": "scanner-primary", "fingerprint": "17ab8ea9b649f698", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9532dc3c26affb0c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/i18n/index.ts:7"}, "properties": {"repobilityId": "ff192fc0b77169f6", "scanner": "scanner-primary", "fingerprint": "9532dc3c26affb0c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b90ec70f242bfa0b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/ai/ollamaProvider.ts:98"}, "properties": {"repobilityId": "41cd98194c5f65a3", "scanner": "scanner-primary", "fingerprint": "b90ec70f242bfa0b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-60a2b802cc6a3e55", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/CommandPalette.tsx:60"}, "properties": {"repobilityId": "186c801f2a3a9980", "scanner": "scanner-primary", "fingerprint": "60a2b802cc6a3e55", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-22dce97b98ec0564", "level": "note", "message": {"text": "Legacy-named symbol `handleConvertLegacy` in src/ui/CanvasTldraw.tsx:256"}, "properties": {"repobilityId": "e2155e3965845145", "scanner": "scanner-primary", "fingerprint": "22dce97b98ec0564", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-75bf769cb9148ce8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/ui/DocTabs.tsx:66"}, "properties": {"repobilityId": "7513c907623a35e3", "scanner": "scanner-primary", "fingerprint": "75bf769cb9148ce8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f367f538d7937baa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/fetchRetry.ts:95"}, "properties": {"repobilityId": "6c0027c65ae24965", "scanner": "scanner-primary", "fingerprint": "f367f538d7937baa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5f5164f8b25118b4", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/markupSanitizer.ts:67"}, "properties": {"repobilityId": "228b8156c697c189", "scanner": "scanner-primary", "fingerprint": "5f5164f8b25118b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-45d30d62fc2b303e", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/collab/yjs.ts:209"}, "properties": {"repobilityId": "9bde2002f687cdbd", "scanner": "scanner-primary", "fingerprint": "45d30d62fc2b303e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d78c9f3d34e6937d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/editor/WysiwygEditor.tsx:587"}, "properties": {"repobilityId": "c58185e5f1dcb839", "scanner": "scanner-primary", "fingerprint": "d78c9f3d34e6937d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2203f7225505060d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/editor/dragHandles.ts:85"}, "properties": {"repobilityId": "6fb374635ea8a4c8", "scanner": "scanner-primary", "fingerprint": "2203f7225505060d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e746e3eabf0c2cca", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/layouts/EditorLayout.tsx:100"}, "properties": {"repobilityId": "500bc090ad7fc008", "scanner": "scanner-primary", "fingerprint": "e746e3eabf0c2cca", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7956d4e1da13358c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/plugins/useFetchSource.ts:17"}, "properties": {"repobilityId": "ad6ae972029316fb", "scanner": "scanner-primary", "fingerprint": "7956d4e1da13358c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fa577bfaf3096c17", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/plugins/LiveJsBlock.tsx:103"}, "properties": {"repobilityId": "f5c3d7662f4d36a7", "scanner": "scanner-primary", "fingerprint": "fa577bfaf3096c17", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e805e615996b8099", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/plugins/CodeDoctorBlock.tsx:62"}, "properties": {"repobilityId": "f7e5cba55bf9e210", "scanner": "scanner-primary", "fingerprint": "e805e615996b8099", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3237f5e7b36ace1f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/plugins/LiveSqlBlock.tsx:32"}, "properties": {"repobilityId": "106142bb9b053484", "scanner": "scanner-primary", "fingerprint": "3237f5e7b36ace1f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-218c4767ca9c92f7", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/storage/fileFormats.ts:757"}, "properties": {"repobilityId": "10bbe88adf166971", "scanner": "scanner-primary", "fingerprint": "218c4767ca9c92f7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b3e26d7b8fd00878", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/storage/templateMarketplace.ts:188"}, "properties": {"repobilityId": "1183922b89d7c5df", "scanner": "scanner-primary", "fingerprint": "b3e26d7b8fd00878", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e25d36656441ea0e", "level": "none", "message": {"text": "Commented-code block (6 lines) in e2e/error-paths.spec.ts:19"}, "properties": {"repobilityId": "0860c8bac17dd213", "scanner": "scanner-primary", "fingerprint": "e25d36656441ea0e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bc7e51ad89f5b609", "level": "none", "message": {"text": "Commented-code block (5 lines) in e2e/edge-cases.spec.ts:140"}, "properties": {"repobilityId": "3360d855871fab45", "scanner": "scanner-primary", "fingerprint": "bc7e51ad89f5b609", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5c2eda089283ff66", "level": "none", "message": {"text": "Commented-code block (5 lines) in e2e/visual-smoke.spec.ts:42"}, "properties": {"repobilityId": "8e32e3b74c0a0667", "scanner": "scanner-primary", "fingerprint": "5c2eda089283ff66", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0f84c652a6fc1be2", "level": "none", "message": {"text": "Commented-code block (5 lines) in e2e/surfaces-smoke.spec.ts:79"}, "properties": {"repobilityId": "8b1963172e120b96", "scanner": "scanner-primary", "fingerprint": "0f84c652a6fc1be2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-105bd08425a0792a", "level": "none", "message": {"text": "Commented-code block (5 lines) in e2e/locale-coverage.spec.ts:82"}, "properties": {"repobilityId": "1e6844863e7abb9b", "scanner": "scanner-primary", "fingerprint": "105bd08425a0792a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad1f2c0971b89ce0", "level": "note", "message": {"text": "10 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "3bfdc60c61f1870e", "scanner": "scanner-primary", "fingerprint": "ad1f2c0971b89ce0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}