{"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-e4e63494729cecae", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/generation/HierarchyTree.tsx:46", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/generation/HierarchyTree.tsx:46"}, "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-dc24838b424cc008", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/prompts/PromptManagementView.tsx:113", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/prompts/PromptManagementView.tsx:113"}, "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-728fed1c3e5b4d92", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/source/SourceNovelCard.tsx:87", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/source/SourceNovelCard.tsx:87"}, "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-1029830be5188cec", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/source/StylePlotLibraryView.tsx:35", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/source/StylePlotLibraryView.tsx:35"}, "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-314e8f4ec8a2d101", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/project/SourceRoleSelector.tsx:24", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/project/SourceRoleSelector.tsx:24"}, "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-7a6de538a2065ae6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/project/WritingProjectView.tsx:221", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/project/WritingProjectView.tsx:221"}, "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-5ab3cbe467bccd46", "name": "TODO/FIXME marker in shipping code \u2014 src/lib/source-processing/windowed-event-extractor.ts:117", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/lib/source-processing/windowed-event-extractor.ts:117"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "3 test file(s) for 157 source file(s) (ratio 0.02). 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-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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ece4645a8114b8c8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/generation/LayerGenerationView.tsx:106", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/generation/LayerGenerationView.tsx: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-d85d20e7dbadb5fb", "name": "Legacy-named symbol `hasLegacy` in src/components/source/SourceNovelDetailView.tsx:153", "shortDescription": {"text": "Legacy-named symbol `hasLegacy` in src/components/source/SourceNovelDetailView.tsx:153"}, "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-659c9b4e4f3f89de", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/source/SourceNovelDetailView.tsx:75", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/source/SourceNovelDetailView.tsx:75"}, "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-16760ab74d420c96", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/source/SourceLibraryView.tsx:74", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/source/SourceLibraryView.tsx:74"}, "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-b87bb767d8eac659", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/project/WritingProjectView.tsx:91", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/project/WritingProjectView.tsx:91"}, "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-0891b5cf4b0f863d", "name": "Commented-code block (5 lines) in src/lib/stream-fetcher.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/stream-fetcher.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-094d5c80554b4866", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/windowed-event-extractor.ts:14", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/windowed-event-extractor.ts:14"}, "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-755287956f1eb0ee", "name": "Commented-code block (5 lines) in src/lib/source-processing/unified-pipeline.ts:432", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/source-processing/unified-pipeline.ts:432"}, "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-136409e9ecde59c0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/unified-pipeline.ts:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/unified-pipeline.ts:59"}, "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-c6fec6ea7a6f9551", "name": "Commented-code block (5 lines) in src/lib/source-processing/basic-pipeline.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/source-processing/basic-pipeline.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-c9b35600062d6e4a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/basic-pipeline.ts:73", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/basic-pipeline.ts:73"}, "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-eec79f42a5360674", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/dao-pipeline.ts:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/dao-pipeline.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-3a40c408ce6f5a34", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/generation/layer-pipeline.ts:27", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/generation/layer-pipeline.ts:27"}, "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-02ea1b2a783876ce", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/store/source-processing.ts:299", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/store/source-processing.ts:299"}, "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}}]}}, "automationDetails": {"id": "repobility/23595"}, "properties": {"repository": "Zero-AIRI/Ainovr", "repoUrl": "https://github.com/Zero-AIRI/Ainovr", "branch": "main"}, "results": [{"ruleId": "scanner-e4e63494729cecae", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/generation/HierarchyTree.tsx:46"}, "properties": {"repobilityId": "1593b92f716af5ab", "scanner": "scanner-primary", "fingerprint": "e4e63494729cecae", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-dc24838b424cc008", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/prompts/PromptManagementView.tsx:113"}, "properties": {"repobilityId": "a10f941739f5a591", "scanner": "scanner-primary", "fingerprint": "dc24838b424cc008", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-728fed1c3e5b4d92", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/source/SourceNovelCard.tsx:87"}, "properties": {"repobilityId": "92a8a3991162800e", "scanner": "scanner-primary", "fingerprint": "728fed1c3e5b4d92", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1029830be5188cec", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/source/StylePlotLibraryView.tsx:35"}, "properties": {"repobilityId": "7201cfd62f222a43", "scanner": "scanner-primary", "fingerprint": "1029830be5188cec", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-314e8f4ec8a2d101", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/project/SourceRoleSelector.tsx:24"}, "properties": {"repobilityId": "83529df20b04a433", "scanner": "scanner-primary", "fingerprint": "314e8f4ec8a2d101", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7a6de538a2065ae6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/project/WritingProjectView.tsx:221"}, "properties": {"repobilityId": "a359696dcf3eda23", "scanner": "scanner-primary", "fingerprint": "7a6de538a2065ae6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5ab3cbe467bccd46", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/lib/source-processing/windowed-event-extractor.ts:117"}, "properties": {"repobilityId": "c3cb9150a6243247", "scanner": "scanner-primary", "fingerprint": "5ab3cbe467bccd46", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"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-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": "17e9f3783ae1c28e", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "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": "5e575ea2e27bf847", "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": "d7c6cef7ff8fb963", "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": "6a3a5d2bd072d49a", "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": "f3ee7262bc61fe52", "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": "291d1c592b380877", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-ece4645a8114b8c8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/generation/LayerGenerationView.tsx:106"}, "properties": {"repobilityId": "1597ab475c680d6c", "scanner": "scanner-primary", "fingerprint": "ece4645a8114b8c8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d85d20e7dbadb5fb", "level": "note", "message": {"text": "Legacy-named symbol `hasLegacy` in src/components/source/SourceNovelDetailView.tsx:153"}, "properties": {"repobilityId": "11e0932a8ac56d27", "scanner": "scanner-primary", "fingerprint": "d85d20e7dbadb5fb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-659c9b4e4f3f89de", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/source/SourceNovelDetailView.tsx:75"}, "properties": {"repobilityId": "6ea309677dece670", "scanner": "scanner-primary", "fingerprint": "659c9b4e4f3f89de", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-16760ab74d420c96", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/source/SourceLibraryView.tsx:74"}, "properties": {"repobilityId": "f703b2f5656a59de", "scanner": "scanner-primary", "fingerprint": "16760ab74d420c96", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b87bb767d8eac659", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/project/WritingProjectView.tsx:91"}, "properties": {"repobilityId": "646b24280cc7fc77", "scanner": "scanner-primary", "fingerprint": "b87bb767d8eac659", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0891b5cf4b0f863d", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/stream-fetcher.ts:1"}, "properties": {"repobilityId": "9280f0bac9d27783", "scanner": "scanner-primary", "fingerprint": "0891b5cf4b0f863d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-094d5c80554b4866", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/windowed-event-extractor.ts:14"}, "properties": {"repobilityId": "5df680b42c788ca6", "scanner": "scanner-primary", "fingerprint": "094d5c80554b4866", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-755287956f1eb0ee", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/source-processing/unified-pipeline.ts:432"}, "properties": {"repobilityId": "0d3382b5b2a815c4", "scanner": "scanner-primary", "fingerprint": "755287956f1eb0ee", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-136409e9ecde59c0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/unified-pipeline.ts:59"}, "properties": {"repobilityId": "5e293cc215f33749", "scanner": "scanner-primary", "fingerprint": "136409e9ecde59c0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c6fec6ea7a6f9551", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/source-processing/basic-pipeline.ts:1"}, "properties": {"repobilityId": "776f14b65134b8f0", "scanner": "scanner-primary", "fingerprint": "c6fec6ea7a6f9551", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c9b35600062d6e4a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/basic-pipeline.ts:73"}, "properties": {"repobilityId": "80d3bb8242a4d545", "scanner": "scanner-primary", "fingerprint": "c9b35600062d6e4a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-eec79f42a5360674", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/source-processing/dao-pipeline.ts:98"}, "properties": {"repobilityId": "91d784564821cddf", "scanner": "scanner-primary", "fingerprint": "eec79f42a5360674", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3a40c408ce6f5a34", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/generation/layer-pipeline.ts:27"}, "properties": {"repobilityId": "eb788e00cb7ab24e", "scanner": "scanner-primary", "fingerprint": "3a40c408ce6f5a34", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-02ea1b2a783876ce", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/store/source-processing.ts:299"}, "properties": {"repobilityId": "31d7ac9101197ac4", "scanner": "scanner-primary", "fingerprint": "02ea1b2a783876ce", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}