{"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-1844425d15622dda", "name": "Stray `console.log` in TS/JS \u2014 scripts/verify-homepage-content.ts:248", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verify-homepage-content.ts:248"}, "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-15279a0cdae68743", "name": "Stray `console.log` in TS/JS \u2014 scripts/build-map-glyphs.ts:250", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-map-glyphs.ts:250"}, "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-e27e100cf5f8112c", "name": "Stray `console.log` in TS/JS \u2014 scripts/generate-homepage-reference-sketch.ts:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-homepage-reference-sketch.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-adae845c1d4cdf77", "name": "Icon-only button without accessible name \u2014 src/components/monitor/EventDetailPanel.tsx:863", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/monitor/EventDetailPanel.tsx:863"}, "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-11256a6e0d997801", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/aistack/(story)/primer/page.tsx:32", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/aistack/(story)/primer/page.tsx:32"}, "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-d80a86667e5fa2ab", "name": "Insecure pattern 'node_child_process' in scripts/hero-decompose.mjs:26", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/hero-decompose.mjs:26"}, "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-7d569dce65b56f8d", "name": "Insecure pattern 'dangerous_innerhtml' in src/app/aistack/(story)/primer/page.tsx:32", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/aistack/(story)/primer/page.tsx:32"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-64f2933387a95375", "name": "Very large file: src/components/monitor/MonitorMap.tsx (2347 lines)", "shortDescription": {"text": "Very large file: src/components/monitor/MonitorMap.tsx (2347 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-5e44bf4119811472", "name": "Very large file: src/lib/monitor/events.ts (1602 lines)", "shortDescription": {"text": "Very large file: src/lib/monitor/events.ts (1602 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 93 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "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 35 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-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "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 license, ci, tests. 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "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-b2da39bc487d2b0f", "name": "Commented-code block (6 lines) in scripts/hero-brush.mjs:1", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/hero-brush.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-bc63af946787fe24", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/build-map-glyphs.ts:251", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/build-map-glyphs.ts:251"}, "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-ec72291c53212a41", "name": "Commented-code block (5 lines) in scripts/hero-decompose.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/hero-decompose.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-fa5a4fc224b06b77", "name": "Commented-code block (5 lines) in src/components/hero/heroVariant.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/hero/heroVariant.ts: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-cd38720192f5d93e", "name": "Commented-code block (5 lines) in src/components/hero/HeroPainting.tsx:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/hero/HeroPainting.tsx:5"}, "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-64dea3ed106a6422", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/aistack/(story)/opengraph-image.tsx:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/aistack/(story)/opengraph-image.tsx:21"}, "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-37df01d04ae7e34d", "name": "Commented-code block (5 lines) in src/features/atlas/components/AtlasSection.tsx:94", "shortDescription": {"text": "Commented-code block (5 lines) in src/features/atlas/components/AtlasSection.tsx:94"}, "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-11a5ff809f17f7db", "name": "Commented-code block (5 lines) in src/features/atlas/components/story/Stamp.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/features/atlas/components/story/Stamp.tsx:3"}, "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-0d8aa02448ba380a", "name": "Commented-code block (6 lines) in src/features/atlas/components/story/StoryFlow.tsx:3", "shortDescription": {"text": "Commented-code block (6 lines) in src/features/atlas/components/story/StoryFlow.tsx:3"}, "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-949a5c05486c2d08", "name": "Commented-code block (7 lines) in src/features/atlas/map/paperStyle.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/features/atlas/map/paperStyle.ts: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-6b17774b0112baa3", "name": "Commented-code block (7 lines) in src/features/atlas/map/pins.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/features/atlas/map/pins.ts: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}}]}}, "automationDetails": {"id": "repobility/18281"}, "properties": {"repository": "robertmannwilliams/my-website", "repoUrl": "https://github.com/robertmannwilliams/my-website", "branch": "main"}, "results": [{"ruleId": "scanner-1844425d15622dda", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/verify-homepage-content.ts:248"}, "properties": {"repobilityId": "a8bdf207b612b107", "scanner": "scanner-primary", "fingerprint": "1844425d15622dda", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-15279a0cdae68743", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-map-glyphs.ts:250"}, "properties": {"repobilityId": "7ce6989fd5b63416", "scanner": "scanner-primary", "fingerprint": "15279a0cdae68743", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e27e100cf5f8112c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-homepage-reference-sketch.ts:30"}, "properties": {"repobilityId": "0b1f0e2980fc2e1a", "scanner": "scanner-primary", "fingerprint": "e27e100cf5f8112c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-adae845c1d4cdf77", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/monitor/EventDetailPanel.tsx:863"}, "properties": {"repobilityId": "e73f9976546b9dc2", "scanner": "scanner-primary", "fingerprint": "adae845c1d4cdf77", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-11256a6e0d997801", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/app/aistack/(story)/primer/page.tsx:32"}, "properties": {"repobilityId": "118e98f681b66313", "scanner": "scanner-primary", "fingerprint": "11256a6e0d997801", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-d80a86667e5fa2ab", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/hero-decompose.mjs:26"}, "properties": {"repobilityId": "733ef539da0a7014", "scanner": "scanner-primary", "fingerprint": "d80a86667e5fa2ab", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/hero-decompose.mjs"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-7d569dce65b56f8d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/app/aistack/(story)/primer/page.tsx:32"}, "properties": {"repobilityId": "d8661d25ab03ab76", "scanner": "scanner-primary", "fingerprint": "7d569dce65b56f8d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/aistack/(story)/primer/page.tsx"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-64f2933387a95375", "level": "note", "message": {"text": "Very large file: src/components/monitor/MonitorMap.tsx (2347 lines)"}, "properties": {"repobilityId": "18c0cb6c1ef69f38", "scanner": "scanner-primary", "fingerprint": "64f2933387a95375", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-5e44bf4119811472", "level": "note", "message": {"text": "Very large file: src/lib/monitor/events.ts (1602 lines)"}, "properties": {"repobilityId": "1ca1981af2777259", "scanner": "scanner-primary", "fingerprint": "5e44bf4119811472", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "5576cddf77304e9f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e3b989ae69449f37", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "6c7a58ed59878887", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "9988a3e965d263de", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "28b7057b63358a03", "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": "6604eea9bba3a5d3", "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": "444899552ca637c6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b2da39bc487d2b0f", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/hero-brush.mjs:1"}, "properties": {"repobilityId": "44cbd0f2fa12808c", "scanner": "scanner-primary", "fingerprint": "b2da39bc487d2b0f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bc63af946787fe24", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/build-map-glyphs.ts:251"}, "properties": {"repobilityId": "fa974bf448516470", "scanner": "scanner-primary", "fingerprint": "bc63af946787fe24", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ec72291c53212a41", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/hero-decompose.mjs:1"}, "properties": {"repobilityId": "81ff7e8fdfb0df7b", "scanner": "scanner-primary", "fingerprint": "ec72291c53212a41", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fa5a4fc224b06b77", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/hero/heroVariant.ts:1"}, "properties": {"repobilityId": "601e2527b23ad917", "scanner": "scanner-primary", "fingerprint": "fa5a4fc224b06b77", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cd38720192f5d93e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/hero/HeroPainting.tsx:5"}, "properties": {"repobilityId": "5e211408a7075ff8", "scanner": "scanner-primary", "fingerprint": "cd38720192f5d93e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-64dea3ed106a6422", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/aistack/(story)/opengraph-image.tsx:21"}, "properties": {"repobilityId": "268c138569a3e35e", "scanner": "scanner-primary", "fingerprint": "64dea3ed106a6422", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-37df01d04ae7e34d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/features/atlas/components/AtlasSection.tsx:94"}, "properties": {"repobilityId": "5ca49688616a7a3d", "scanner": "scanner-primary", "fingerprint": "37df01d04ae7e34d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-11a5ff809f17f7db", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/features/atlas/components/story/Stamp.tsx:3"}, "properties": {"repobilityId": "3c61a1f52be1c8e7", "scanner": "scanner-primary", "fingerprint": "11a5ff809f17f7db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0d8aa02448ba380a", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/features/atlas/components/story/StoryFlow.tsx:3"}, "properties": {"repobilityId": "322697307fb3726e", "scanner": "scanner-primary", "fingerprint": "0d8aa02448ba380a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-949a5c05486c2d08", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/features/atlas/map/paperStyle.ts:1"}, "properties": {"repobilityId": "fd9ffebdd0feb0b0", "scanner": "scanner-primary", "fingerprint": "949a5c05486c2d08", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6b17774b0112baa3", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/features/atlas/map/pins.ts:1"}, "properties": {"repobilityId": "2e48abcf18649c1c", "scanner": "scanner-primary", "fingerprint": "6b17774b0112baa3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}