{"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-d5ac9967d7171f30", "name": "Stray `console.log` in TS/JS \u2014 src/components/Settings/ProfileSettings.tsx:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Settings/ProfileSettings.tsx:21"}, "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-8c448c0602f7bfa1", "name": "Icon-only button without accessible name \u2014 src/components/Settings/AccountSettings.tsx:1480", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/Settings/AccountSettings.tsx:1480"}, "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-2f8fa95322bfce24", "name": "Stray `console.log` in TS/JS \u2014 src/components/Layout/MainLayout.tsx:1042", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Layout/MainLayout.tsx:1042"}, "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-975748413dfe7644", "name": "TODO/FIXME marker in shipping code \u2014 src/components/Messages/MessageList.tsx:697", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/Messages/MessageList.tsx:697"}, "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-ee8a287eb8722a21", "name": "Stray `console.log` in TS/JS \u2014 src/components/Messages/MessageList.tsx:698", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Messages/MessageList.tsx:698"}, "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-2d9dd0931a69154c", "name": "Stray `console.log` in TS/JS \u2014 src/hooks/useTauriCommand.ts:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useTauriCommand.ts:7"}, "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-d2656ea5fcb53efe", "name": "Stray `console.log` in TS/JS \u2014 src/store/callStore.ts:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/store/callStore.ts:65"}, "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-cd7d7bf3c9fd2d8b", "name": "Stray `console.log` in TS/JS \u2014 src/store/sttStore.ts:74", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/store/sttStore.ts:74"}, "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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@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-0695f442e2ce197e", "name": "Very large file: src/components/Settings/AccountSettings.tsx (1489 lines)", "shortDescription": {"text": "Very large file: src/components/Settings/AccountSettings.tsx (1489 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": "2 test file(s) for 156 source file(s) (ratio 0.01). 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 18 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 57 placeholder/mock markers across 24 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-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-c41beaa4ec680438", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src-tauri/vasya-mcp/src/index.ts:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src-tauri/vasya-mcp/src/index.ts:43"}, "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-dba74a044cdff57f", "name": "Legacy-named symbol `local_api_copy` in src/i18n/locales/ru.ts:158", "shortDescription": {"text": "Legacy-named symbol `local_api_copy` in src/i18n/locales/ru.ts:158"}, "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-375d4ade42e5233f", "name": "Legacy-named symbol `local_api_copy` in src/i18n/locales/en.ts:156", "shortDescription": {"text": "Legacy-named symbol `local_api_copy` in src/i18n/locales/en.ts:156"}, "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-af1dc91f08c88f00", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/Auth/ServerConnect.tsx:61", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/Auth/ServerConnect.tsx:61"}, "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-febb2654753a194a", "name": "Legacy-named symbol `api_step_copy` in src/components/Settings/ApiSettings.tsx:104", "shortDescription": {"text": "Legacy-named symbol `api_step_copy` in src/components/Settings/ApiSettings.tsx:104"}, "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-f7b01107fffaa84c", "name": "Legacy-named symbol `local_api_copy` in src/components/Settings/AccountSettings.tsx:482", "shortDescription": {"text": "Legacy-named symbol `local_api_copy` in src/components/Settings/AccountSettings.tsx:482"}, "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-dfd9b5c30adf971f", "name": "Commented-code block (7 lines) in src/components/Messages/MarkdownRenderer.tsx:36", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/Messages/MarkdownRenderer.tsx:36"}, "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-d2818347ecf8f01b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/Messages/CameraCapture.tsx:83", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/Messages/CameraCapture.tsx:83"}, "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-656d52e9914994c4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/transport/http.ts:72", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/transport/http.ts:72"}, "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/20455"}, "properties": {"repository": "suenot/vasya", "repoUrl": "https://github.com/suenot/vasya", "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-d5ac9967d7171f30", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Settings/ProfileSettings.tsx:21"}, "properties": {"repobilityId": "71b8556deab6bd49", "scanner": "scanner-primary", "fingerprint": "d5ac9967d7171f30", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8c448c0602f7bfa1", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/Settings/AccountSettings.tsx:1480"}, "properties": {"repobilityId": "3bdf8f1858ae0ddd", "scanner": "scanner-primary", "fingerprint": "8c448c0602f7bfa1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-2f8fa95322bfce24", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Layout/MainLayout.tsx:1042"}, "properties": {"repobilityId": "c51f6dd77f2a712e", "scanner": "scanner-primary", "fingerprint": "2f8fa95322bfce24", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-975748413dfe7644", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/Messages/MessageList.tsx:697"}, "properties": {"repobilityId": "f6fcab3aa6615c5d", "scanner": "scanner-primary", "fingerprint": "975748413dfe7644", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ee8a287eb8722a21", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Messages/MessageList.tsx:698"}, "properties": {"repobilityId": "6378cb281e483427", "scanner": "scanner-primary", "fingerprint": "ee8a287eb8722a21", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2d9dd0931a69154c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/hooks/useTauriCommand.ts:7"}, "properties": {"repobilityId": "a749953592cd34f7", "scanner": "scanner-primary", "fingerprint": "2d9dd0931a69154c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d2656ea5fcb53efe", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/store/callStore.ts:65"}, "properties": {"repobilityId": "21c31168325c9c7c", "scanner": "scanner-primary", "fingerprint": "d2656ea5fcb53efe", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cd7d7bf3c9fd2d8b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/store/sttStore.ts:74"}, "properties": {"repobilityId": "832dfb2a3770f39d", "scanner": "scanner-primary", "fingerprint": "cd7d7bf3c9fd2d8b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5ab0c5bd71e63ad8", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 254}}}]}, {"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-0695f442e2ce197e", "level": "note", "message": {"text": "Very large file: src/components/Settings/AccountSettings.tsx (1489 lines)"}, "properties": {"repobilityId": "e1f17e5630262cfc", "scanner": "scanner-primary", "fingerprint": "0695f442e2ce197e", "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": "989302531b6e8136", "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": "cc3b84e6748c54f8", "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": "7ecbfb728a3ee6d7", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "763be1360dae2dc8", "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": "2bab862cc192e526", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c41beaa4ec680438", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src-tauri/vasya-mcp/src/index.ts:43"}, "properties": {"repobilityId": "e352d752be0aa1c8", "scanner": "scanner-primary", "fingerprint": "c41beaa4ec680438", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-dba74a044cdff57f", "level": "note", "message": {"text": "Legacy-named symbol `local_api_copy` in src/i18n/locales/ru.ts:158"}, "properties": {"repobilityId": "bfb431118349b61e", "scanner": "scanner-primary", "fingerprint": "dba74a044cdff57f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-375d4ade42e5233f", "level": "note", "message": {"text": "Legacy-named symbol `local_api_copy` in src/i18n/locales/en.ts:156"}, "properties": {"repobilityId": "0e4dc27226ccb9fd", "scanner": "scanner-primary", "fingerprint": "375d4ade42e5233f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-af1dc91f08c88f00", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/Auth/ServerConnect.tsx:61"}, "properties": {"repobilityId": "c27511dc89c24872", "scanner": "scanner-primary", "fingerprint": "af1dc91f08c88f00", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-febb2654753a194a", "level": "note", "message": {"text": "Legacy-named symbol `api_step_copy` in src/components/Settings/ApiSettings.tsx:104"}, "properties": {"repobilityId": "9d55736959beb8d6", "scanner": "scanner-primary", "fingerprint": "febb2654753a194a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-f7b01107fffaa84c", "level": "note", "message": {"text": "Legacy-named symbol `local_api_copy` in src/components/Settings/AccountSettings.tsx:482"}, "properties": {"repobilityId": "88eb3e9f318703d1", "scanner": "scanner-primary", "fingerprint": "f7b01107fffaa84c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-dfd9b5c30adf971f", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/Messages/MarkdownRenderer.tsx:36"}, "properties": {"repobilityId": "e43cce830522feea", "scanner": "scanner-primary", "fingerprint": "dfd9b5c30adf971f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d2818347ecf8f01b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/Messages/CameraCapture.tsx:83"}, "properties": {"repobilityId": "082ab7270e7215e6", "scanner": "scanner-primary", "fingerprint": "d2818347ecf8f01b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-656d52e9914994c4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/transport/http.ts:72"}, "properties": {"repobilityId": "0f365a07f7c45648", "scanner": "scanner-primary", "fingerprint": "656d52e9914994c4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}