{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3ddcb97e7602ede7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:73", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:73"}, "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-2ccd909a558dfc26", "name": "Stray `console.log` in TS/JS \u2014 src/lib/store.ts:61", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/store.ts:61"}, "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-96c497ef462fdd8c", "name": "Stray `console.log` in TS/JS \u2014 src/lib/migrate-legacy.ts:93", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/migrate-legacy.ts:93"}, "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-477caadd9d243218", "name": "Stray `console.log` in TS/JS \u2014 src/lib/sync.ts:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/sync.ts:57"}, "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-aa29400bdb5f807e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/routes/present.tsx:292", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/routes/present.tsx:292"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-faccec7e30710fb2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/routes/set.$setId.tsx:1081", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/routes/set.$setId.tsx:1081"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9a36ae35df205d3b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/routes/index.tsx:507", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/routes/index.tsx:507"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1e68e7ab99d775f1", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/routes/__root.tsx:159", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/routes/__root.tsx:159"}, "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-28b5a0085a7d7b39", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73"}, "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-90afdfcaf033e572", "name": "Insecure pattern 'dangerous_innerhtml' in src/routes/__root.tsx:159", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/routes/__root.tsx:159"}, "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-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-0033a4fdf96b2828", "name": "Very large file: src/routes/set.$setId.tsx (1454 lines)", "shortDescription": {"text": "Very large file: src/routes/set.$setId.tsx (1454 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 96 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 12 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 29 placeholder/mock markers across 9 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: 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": "low", "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 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-b58a12cb30e3f65f", "name": "Commented-code block (6 lines) in vite.config.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in vite.config.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-e859d87534becf3a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/parsers.ts:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/parsers.ts:51"}, "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-3556395860fe1aee", "name": "Commented-code block (7 lines) in src/lib/store.ts:534", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/store.ts:534"}, "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-b8ececc22508adf1", "name": "Commented-code block (6 lines) in src/lib/bible.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/bible.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-375bf9b3b9cbb56b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/bible.ts:166", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/bible.ts:166"}, "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-9ad9338d2df3dcf1", "name": "Commented-code block (8 lines) in src/lib/songs.ts:3", "shortDescription": {"text": "Commented-code block (8 lines) in src/lib/songs.ts: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-7c86a0b098e23265", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/songs.ts:142", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/songs.ts:142"}, "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-c2bc680822e23aae", "name": "Commented-code block (5 lines) in src/lib/sync.ts:58", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/sync.ts:58"}, "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-093eda6a2c012a4a", "name": "Commented-code block (5 lines) in src/routes/__root.tsx:192", "shortDescription": {"text": "Commented-code block (5 lines) in src/routes/__root.tsx:192"}, "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/20405"}, "properties": {"repository": "studio-liturgy/acts2-phyto", "repoUrl": "https://github.com/studio-liturgy/acts2-phyto", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-3ddcb97e7602ede7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/ui/chart.tsx:73"}, "properties": {"repobilityId": "b8c68f17a4018107", "scanner": "scanner-primary", "fingerprint": "3ddcb97e7602ede7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2ccd909a558dfc26", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/store.ts:61"}, "properties": {"repobilityId": "422d88f61f40011c", "scanner": "scanner-primary", "fingerprint": "2ccd909a558dfc26", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-96c497ef462fdd8c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/migrate-legacy.ts:93"}, "properties": {"repobilityId": "4ce3b7b1ec20713c", "scanner": "scanner-primary", "fingerprint": "96c497ef462fdd8c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-477caadd9d243218", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/lib/sync.ts:57"}, "properties": {"repobilityId": "172266dcaf2a837b", "scanner": "scanner-primary", "fingerprint": "477caadd9d243218", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aa29400bdb5f807e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/routes/present.tsx:292"}, "properties": {"repobilityId": "a736ae8ed5b9271f", "scanner": "scanner-primary", "fingerprint": "aa29400bdb5f807e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-faccec7e30710fb2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/routes/set.$setId.tsx:1081"}, "properties": {"repobilityId": "ed9525e93074e752", "scanner": "scanner-primary", "fingerprint": "faccec7e30710fb2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9a36ae35df205d3b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/routes/index.tsx:507"}, "properties": {"repobilityId": "d59d82f6e1c3c912", "scanner": "scanner-primary", "fingerprint": "9a36ae35df205d3b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1e68e7ab99d775f1", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/routes/__root.tsx:159"}, "properties": {"repobilityId": "f74360869ad7ae8d", "scanner": "scanner-primary", "fingerprint": "1e68e7ab99d775f1", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-28b5a0085a7d7b39", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/ui/chart.tsx:73"}, "properties": {"repobilityId": "33f10636e53b4298", "scanner": "scanner-primary", "fingerprint": "28b5a0085a7d7b39", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/ui/chart.tsx"}, "region": {"startLine": 73}}}]}, {"ruleId": "scanner-90afdfcaf033e572", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/routes/__root.tsx:159"}, "properties": {"repobilityId": "8dfe97f1d3d74f5a", "scanner": "scanner-primary", "fingerprint": "90afdfcaf033e572", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/routes/__root.tsx"}, "region": {"startLine": 159}}}]}, {"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-0033a4fdf96b2828", "level": "note", "message": {"text": "Very large file: src/routes/set.$setId.tsx (1454 lines)"}, "properties": {"repobilityId": "4e10d7d5331422a8", "scanner": "scanner-primary", "fingerprint": "0033a4fdf96b2828", "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "b961f6e031d58051", "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": "ffbdbfb3d90169f6", "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": "1e00396b8059de40", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "2075073fe9d5fb3a", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "240afb8c79371c3f", "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": "70cce035c046f587", "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": "ac161a6ac26fedaf", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b58a12cb30e3f65f", "level": "none", "message": {"text": "Commented-code block (6 lines) in vite.config.ts:1"}, "properties": {"repobilityId": "304265361978ccb8", "scanner": "scanner-primary", "fingerprint": "b58a12cb30e3f65f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e859d87534becf3a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/parsers.ts:51"}, "properties": {"repobilityId": "f5de107acdd07da5", "scanner": "scanner-primary", "fingerprint": "e859d87534becf3a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3556395860fe1aee", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/store.ts:534"}, "properties": {"repobilityId": "c2e6efe385c74636", "scanner": "scanner-primary", "fingerprint": "3556395860fe1aee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b8ececc22508adf1", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/bible.ts:1"}, "properties": {"repobilityId": "1ec27a0b8ee98a74", "scanner": "scanner-primary", "fingerprint": "b8ececc22508adf1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-375bf9b3b9cbb56b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/bible.ts:166"}, "properties": {"repobilityId": "e4650f7d0d609884", "scanner": "scanner-primary", "fingerprint": "375bf9b3b9cbb56b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9ad9338d2df3dcf1", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/lib/songs.ts:3"}, "properties": {"repobilityId": "8e31bca3386ba556", "scanner": "scanner-primary", "fingerprint": "9ad9338d2df3dcf1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c86a0b098e23265", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/songs.ts:142"}, "properties": {"repobilityId": "8e9a2f0775b5015e", "scanner": "scanner-primary", "fingerprint": "7c86a0b098e23265", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c2bc680822e23aae", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/sync.ts:58"}, "properties": {"repobilityId": "545fb397b6607710", "scanner": "scanner-primary", "fingerprint": "c2bc680822e23aae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-093eda6a2c012a4a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/routes/__root.tsx:192"}, "properties": {"repobilityId": "06c15f0275962cba", "scanner": "scanner-primary", "fingerprint": "093eda6a2c012a4a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}