{"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-dfce4fb59ccfc1da", "name": "Stray `console.log` in TS/JS \u2014 api/cron/retention.ts:42", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 api/cron/retention.ts:42"}, "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-a16e5bd32fb284be", "name": "Stray `console.log` in TS/JS \u2014 api/stripe/reconcile.ts:112", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 api/stripe/reconcile.ts:112"}, "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-8c024cf98731ad44", "name": "Stray `console.log` in TS/JS \u2014 scripts/env-doctor.ts:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/env-doctor.ts:14"}, "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-96e94858153270d7", "name": "TODO/FIXME marker in shipping code \u2014 packages/testing/templates/component-real-test-template.tsx:91", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/testing/templates/component-real-test-template.tsx:91"}, "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-ae63114754f85194", "name": "TODO/FIXME marker in shipping code \u2014 src/test/integration/ErrorHandlingIntegration.test.tsx:54", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/test/integration/ErrorHandlingIntegration.test.tsx:54"}, "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-aef5d84c677e7d63", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/DocumentManager.tsx:218", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/DocumentManager.tsx:218"}, "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-447c70a57ccdf850", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/SwipeableTransactionRow.tsx:193", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/SwipeableTransactionRow.tsx:193"}, "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-82a9499ea632d725", "name": "Icon-only button without accessible name \u2014 src/components/FixSummaryModal.test.tsx:17", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/FixSummaryModal.test.tsx:17"}, "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-429fd550606749eb", "name": "Icon-only button without accessible name \u2014 src/components/CSVImportWizard.test.tsx:113", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/CSVImportWizard.test.tsx:113"}, "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-7035d82ddae984b4", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/LocalMerchantLogo.tsx:55", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/LocalMerchantLogo.tsx:55"}, "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-5843489565601d90", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/GlobalSearch.tsx:85", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/GlobalSearch.tsx:85"}, "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-204204d29610c0b7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/EnhancedNotificationBell.tsx:242", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/EnhancedNotificationBell.tsx:242"}, "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-049d73501b78448f", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/StockWatchlist.tsx:189", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/StockWatchlist.tsx:189"}, "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-79a263b95bd5c0e6", "name": "Icon-only button without accessible name \u2014 src/components/GoalModal.test.tsx:30", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/GoalModal.test.tsx:30"}, "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-7cf191631fa4791b", "name": "Stray `console.log` in TS/JS \u2014 src/components/GoalModal.test.tsx:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/GoalModal.test.tsx:52"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8e527624f8c37f55", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/MarkdownNote.tsx:54", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/MarkdownNote.tsx:54"}, "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-9d065a5c4e5c9ff4", "name": "Icon-only button without accessible name \u2014 src/components/GoalCelebrationModal.test.tsx:16", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/GoalCelebrationModal.test.tsx:16"}, "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-a1483d239ce41839", "name": "Stray `console.log` in TS/JS \u2014 src/components/ActivityLoggerProvider.tsx:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/ActivityLoggerProvider.tsx:13"}, "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-4bb62a4537669778", "name": "Stray `console.log` in TS/JS \u2014 src/components/RealTimePortfolioEnhanced.tsx:53", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/RealTimePortfolioEnhanced.tsx:53"}, "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-94802b29499b2aa7", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/MarkdownEditor.tsx:181", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/MarkdownEditor.tsx:181"}, "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-a6d879dc53626ec7", "name": "TODO/FIXME marker in shipping code \u2014 src/components/DocumentUpload.tsx:218", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/DocumentUpload.tsx:218"}, "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-33f3c347974ff32f", "name": "TODO/FIXME marker in shipping code \u2014 src/components/CSVImportWizard.tsx:180", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/CSVImportWizard.tsx:180"}, "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-2573219ed164b38b", "name": "Stray `console.log` in TS/JS \u2014 src/components/BalanceReconciliationModal.tsx:65", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/BalanceReconciliationModal.tsx: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-dedddb71730229e5", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/security/SafeHTML.tsx:41", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/security/SafeHTML.tsx:41"}, "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-e7617d2dbd115591", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/layout/AccessibilityImprovements.tsx:14", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/layout/AccessibilityImprovements.tsx:14"}, "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-3f39b478dfc5bb88", "name": "TODO/FIXME marker in shipping code \u2014 src/components/auth/ProtectedRoute.tsx:57", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/auth/ProtectedRoute.tsx:57"}, "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-cb9356c8b8836fad", "name": "TODO/FIXME marker in shipping code \u2014 src/components/subscription/SubscriptionPage.tsx:96", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/subscription/SubscriptionPage.tsx:96"}, "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-8698bdba3b2d0843", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ImprovedDashboard.tsx:535", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ImprovedDashboard.tsx:535"}, "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-40240afc05ddc194", "name": "Stray `console.log` in TS/JS \u2014 src/components/pwa/QuickAddOfflineButton.tsx:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/pwa/QuickAddOfflineButton.tsx:40"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cdf667832c994ce5", "name": "Icon-only button without accessible name \u2014 src/components/pwa/OfflineTransactionForm.tsx:123", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/pwa/OfflineTransactionForm.tsx:123"}, "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-1bc44a1039a1996e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/reconciliation/ReconciliationTransactionList.tsx:169", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/reconciliation/ReconciliationTransactionList.tsx:169"}, "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-a9b7332db12cfd9c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Calendar.tsx:285", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Calendar.tsx:285"}, "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-be65158677eff873", "name": "TODO/FIXME marker in shipping code \u2014 src/pages/ExportManager.tsx:28", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/pages/ExportManager.tsx:28"}, "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-99ae1b0dbe952e1b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AccountTransactions.tsx:465", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AccountTransactions.tsx:465"}, "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-7fe80b30ea8e8bd0", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/EnhancedImport.tsx:264", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/EnhancedImport.tsx:264"}, "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-cb8c5e927e88038d", "name": "TODO/FIXME marker in shipping code \u2014 src/pages/Analytics.tsx:184", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/pages/Analytics.tsx:184"}, "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-7c9d5c07367b3926", "name": "TODO/FIXME marker in shipping code \u2014 src/services/exportService.ts:807", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/exportService.ts:807"}, "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-071c288d4eccaf98", "name": "Custom React Flow node registered without explicit width/height \u2014 src/services/offlineService.ts:250", "shortDescription": {"text": "Custom React Flow node registered without explicit width/height \u2014 src/services/offlineService.ts:250"}, "fullDescription": {"text": "When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: \u2026, height: \u2026` to the node object. See P-I.\n\nWhy: P-I in CHECKLIST.md \u2014 RF MiniMap + fitView need explicit dims on custom nodes.\nRule id: fq.rfnode.no-dims"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dba86993ed6cae69", "name": "TODO/FIXME marker in shipping code \u2014 src/services/__tests__/realtimePriceService.market.test.ts:32", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/__tests__/realtimePriceService.market.test.ts:32"}, "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-998da94cde425f17", "name": "Insecure pattern 'node_child_process' in scripts/dr-restore-drill.mjs:22", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/dr-restore-drill.mjs:22"}, "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-0dd997b9c99171f8", "name": "Insecure pattern 'node_child_process' in scripts/run-tests-direct.mjs:8", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/run-tests-direct.mjs:8"}, "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-587d33eccaaac65f", "name": "Insecure pattern 'node_child_process' in scripts/run-realtime-suite.mjs:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/run-realtime-suite.mjs:4"}, "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-e5a3606a26b9a04d", "name": "Insecure pattern 'node_child_process' in scripts/auto-fix-unused-vars.cjs:13", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/auto-fix-unused-vars.cjs:13"}, "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-0cfc0ba64ea51f06", "name": "Insecure pattern 'node_child_process' in scripts/build-web.mjs:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/build-web.mjs:2"}, "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-988f67c72dc5ac8d", "name": "Insecure pattern 'node_child_process' in scripts/run-supabase-smoke.mjs:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/run-supabase-smoke.mjs:4"}, "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-e6d394a6ab5c669e", "name": "Insecure pattern 'node_child_process' in scripts/verify-type-safety.mjs:18", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/verify-type-safety.mjs:18"}, "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-a9a58998f4ac7463", "name": "Insecure pattern 'node_child_process' in scripts/verify-financial-safety.mjs:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/verify-financial-safety.mjs:15"}, "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-b948f92efc96db09", "name": "Insecure pattern 'local_storage_auth_token' in src/security/csrf-protection.ts:291", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in src/security/csrf-protection.ts:291"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-24330a17d8df7966", "name": "Possible secret in src/utils/errorMessages.ts", "shortDescription": {"text": "Possible secret in src/utils/errorMessages.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-1eca1241fe6fa34d", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/LocalMerchantLogo.tsx:55", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/LocalMerchantLogo.tsx:55"}, "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-4056d90d3fa3c271", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/GlobalSearch.tsx:85", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/GlobalSearch.tsx:85"}, "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-f6d031794cc25c33", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/MarkdownNote.tsx:54", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/MarkdownNote.tsx:54"}, "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-898d1ad02f86be3b", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/MarkdownEditor.tsx:181", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/MarkdownEditor.tsx:181"}, "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-867da79c267c9b24", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/security/SafeHTML.tsx:41", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/security/SafeHTML.tsx:41"}, "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-32db1b7642e527ac", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/layout/AccessibilityImprovements.tsx:14", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/layout/AccessibilityImprovements.tsx:14"}, "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-eae455e8b0066870", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/pages/Transactions.tsx:202", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/pages/Transactions.tsx:202"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1e99e622219441f6", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-173770d19927799c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-65c77eff1cf8b18d", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-40b3319d65e0db5c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a4631bb8798ec5ba", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "peter-evans/create-or-update-label@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": "medium", "confidence": 1.0}}, {"id": "scanner-753ae2c249730015", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-edd600730615db88", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5a71f84503fb766e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-12a6098796a34320", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f2dbbb6bf783fde6", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fdd8228ab8eba116", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "peter-evans/create-or-update-label@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": "medium", "confidence": 1.0}}, {"id": "scanner-aeb0e07e4386e297", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9964ee40e4da051b", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d7d3e18a77e856cd", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d1b928f8f8d158f1", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c0c965387db81674", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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-5f12bbcc60e1f76c", "name": "Node manifest has dependencies but no lockfile: apps/server/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/server/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cbb9c2411959b6f5", "name": "Node manifest has dependencies but no lockfile: packages/testing/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/testing/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-47edb5907af5997f", "name": "Node manifest has dependencies but no lockfile: packages/utils/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/utils/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-28e92806c0db3cd2", "name": "Node manifest has dependencies but no lockfile: packages/core/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cae79b24369fb318", "name": "Node manifest has dependencies but no lockfile: wealthtracker-backend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: wealthtracker-backend/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 333 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 209 placeholder/mock markers across 86 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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: license, lockfile. 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 license, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fa7d6d16e4111f09", "name": "Commented-code block (5 lines) in api/banking/link-accounts.ts:80", "shortDescription": {"text": "Commented-code block (5 lines) in api/banking/link-accounts.ts:80"}, "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-b6ad47c4e0430e4f", "name": "Commented-code block (5 lines) in api/banking/sync-accounts.ts:103", "shortDescription": {"text": "Commented-code block (5 lines) in api/banking/sync-accounts.ts:103"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-38f90d40f5ad41d6", "name": "Commented-code block (6 lines) in api/banking/sync-transactions.ts:305", "shortDescription": {"text": "Commented-code block (6 lines) in api/banking/sync-transactions.ts:305"}, "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-65a9e6f94c24b5ae", "name": "Commented-code block (5 lines) in api/account/delete.ts:125", "shortDescription": {"text": "Commented-code block (5 lines) in api/account/delete.ts:125"}, "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-c1611eea6e0dbbe2", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/_lib/truelayer.ts:123", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/_lib/truelayer.ts:123"}, "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-d5aac51d49955d2a", "name": "Commented-code block (6 lines) in api/_lib/supabase.ts:9", "shortDescription": {"text": "Commented-code block (6 lines) in api/_lib/supabase.ts:9"}, "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-ddb07b3d746bcf6d", "name": "Commented-code block (5 lines) in api/_lib/banking-ops.ts:81", "shortDescription": {"text": "Commented-code block (5 lines) in api/_lib/banking-ops.ts:81"}, "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-1f6a9c856e70a603", "name": "Commented-code block (9 lines) in api/stripe/webhook.ts:147", "shortDescription": {"text": "Commented-code block (9 lines) in api/stripe/webhook.ts:147"}, "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-6835d7baf3635370", "name": "Commented-code block (6 lines) in scripts/pentest.mjs:131", "shortDescription": {"text": "Commented-code block (6 lines) in scripts/pentest.mjs:131"}, "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-e98c20768fb00699", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/pentest.mjs:161", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/pentest.mjs:161"}, "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-ff6dfd9b9e9322e5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/security/csrf-protection.ts:163", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/security/csrf-protection.ts:163"}, "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-f49d242aa40d4871", "name": "Commented-code block (6 lines) in src/test/supabase/client.ts:7", "shortDescription": {"text": "Commented-code block (6 lines) in src/test/supabase/client.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f58cf81ef3a21a9a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/serviceWorkerRegistration.ts:136", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/serviceWorkerRegistration.ts:136"}, "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-711862e5e2748fd0", "name": "Commented-code block (5 lines) in src/utils/demoData.ts:418", "shortDescription": {"text": "Commented-code block (5 lines) in src/utils/demoData.ts:418"}, "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-182bf89a1f6efd47", "name": "Commented-code block (10 lines) in src/components/VirtualizedTable.tsx:280", "shortDescription": {"text": "Commented-code block (10 lines) in src/components/VirtualizedTable.tsx:280"}, "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-da2a2037ac9807df", "name": "Commented-code block (7 lines) in src/components/Layout.tsx:175", "shortDescription": {"text": "Commented-code block (7 lines) in src/components/Layout.tsx:175"}, "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-c931963b896a8da7", "name": "Commented-code block (5 lines) in src/contexts/AppContextSupabase.tsx:169", "shortDescription": {"text": "Commented-code block (5 lines) in src/contexts/AppContextSupabase.tsx:169"}, "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-322365f189bd04f4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pwa/service-worker.ts:203", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pwa/service-worker.ts:203"}, "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-4fba4b3b4918c907", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/pwa/offline-storage.ts:248", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pwa/offline-storage.ts:248"}, "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-e7313dbd3edd6761", "name": "Commented-code block (12 lines) in src/pages/Analytics.tsx:183", "shortDescription": {"text": "Commented-code block (12 lines) in src/pages/Analytics.tsx:183"}, "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-6783248a314ec57c", "name": "Commented-code block (5 lines) in src/services/investmentEnhancementService.test.ts:185", "shortDescription": {"text": "Commented-code block (5 lines) in src/services/investmentEnhancementService.test.ts:185"}, "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-2b217409e12f8c6d", "name": "Legacy-named symbol `wt_sync_queue_v1` in src/services/autoSyncService.ts:429", "shortDescription": {"text": "Legacy-named symbol `wt_sync_queue_v1` in src/services/autoSyncService.ts:429"}, "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-fd9ee5c04d3643e9", "name": "Legacy-named symbol `POld` in src/services/qifImportService.test.ts:489", "shortDescription": {"text": "Legacy-named symbol `POld` in src/services/qifImportService.test.ts:489"}, "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-7d14e0fd5a732ee3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/offlineService.ts:319", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/offlineService.ts:319"}, "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-145a34f223ab95bb", "name": "Commented-code block (6 lines) in src/services/stripeService.ts:12", "shortDescription": {"text": "Commented-code block (6 lines) in src/services/stripeService.ts:12"}, "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-85d466344c92bd3c", "name": "Commented-code block (6 lines) in src/services/api/accountService.ts:333", "shortDescription": {"text": "Commented-code block (6 lines) in src/services/api/accountService.ts:333"}, "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-bddda3d5a14c7401", "name": "29 env vars used in code but missing from .env.example", "shortDescription": {"text": "29 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BANKING_ADMIN_BEARER_TOKEN`, `BANKING_API_BASE_URL`, `BANKING_API_BEARER_TOKEN`, `BANKING_SMOKE_CONNECTION_ID`, `BANKING_SMOKE_SYNC_END_DATE`, `BANKING_SMOKE_SYNC_START_DATE`, `BASE_URL`, `BUNDLE_MAX_CHUNK_GZIP_KB` + 21 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2b99153610bc695d", "name": "Frontend route `/login` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/login` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb07a36b9b4572a8", "name": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cef386312d50c26d", "name": "Frontend route `dashboard` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `dashboard` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-648fcade83bc2dc3", "name": "Frontend route `accounts` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `accounts` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0b764eb74ebf9775", "name": "Frontend route `accounts/:accountId` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `accounts/:accountId` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9ac98cf781049a5d", "name": "Frontend route `transactions` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `transactions` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8244abc170faa487", "name": "Frontend route `transactions-comparison` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `transactions-comparison` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9fc05f42f553ceda", "name": "Frontend route `reconciliation` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `reconciliation` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-24fad2a93521e3bb", "name": "Frontend route `investments` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `investments` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72ee1bf2a2304a13", "name": "Frontend route `enhanced-investments` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `enhanced-investments` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f30cf3d91e160d54", "name": "Frontend route `budget` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `budget` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c8e4000b565c4f77", "name": "Frontend route `calendar` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `calendar` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d2153e1710f15466", "name": "Frontend route `reports` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `reports` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ad12f9a4b055794e", "name": "Frontend route `goals` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `goals` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ddc1f0e866f6323f", "name": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-21bb44ef1606d968", "name": "Frontend route `custom-reports` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `custom-reports` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-903a5f8eca2cf522", "name": "Frontend route `summaries` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `summaries` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5d4c86e99b599792", "name": "Frontend route `ai-analytics` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `ai-analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e227d06234312b83", "name": "Frontend route `ai-features` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `ai-features` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-315451b271e0ddf3", "name": "Frontend route `tax-planning` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `tax-planning` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2c27519a667b0e74", "name": "Frontend route `household` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `household` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4cb7da975faa89b4", "name": "Frontend route `mobile-features` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `mobile-features` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-99d3f0f7adf91ec4", "name": "Frontend route `business-features` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `business-features` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-77a621b88da2802f", "name": "Frontend route `financial-planning` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `financial-planning` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b1f18f29b209645f", "name": "Frontend route `data-intelligence` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `data-intelligence` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d9ca1972b985fcc", "name": "Frontend route `export-manager` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `export-manager` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-796aec0a1de65fad", "name": "Frontend route `enhanced-import` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `enhanced-import` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1fc316c01a3c6ca4", "name": "Frontend route `documents` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `documents` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e5ed8cae96af5473", "name": "Frontend route `open-banking` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `open-banking` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-108c5da7a440d59b", "name": "Frontend route `performance` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `performance` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a5b626331c1abf81", "name": "Frontend route `subscription` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `subscription` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4f70d8b81ff30e86", "name": "Frontend route `advanced` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `advanced` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0626b4c2e4efcb82", "name": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-400694ee4443afba", "name": "Frontend route `app` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `app` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-61cca1f516784c4b", "name": "Frontend route `data` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `data` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5eea6ac24aef1c6e", "name": "Frontend route `categories` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `categories` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-69096766bd7e7658", "name": "Frontend route `tags` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `tags` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1087e39a1f7f1f80", "name": "Frontend route `notifications` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `notifications` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7864cc2635ec1c1f", "name": "Frontend route `accessibility` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `accessibility` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-08d28782875ce256", "name": "Frontend route `deleted-accounts` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `deleted-accounts` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-88da83df251033e5", "name": "Frontend route `security` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `security` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-901fc363a8876e0d", "name": "Frontend route `security/audit-logs` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `security/audit-logs` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-49b04bab6faff2cc", "name": "Frontend route `forecasting` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `forecasting` has no Link/navigate to it \u2014 src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e0531f6e35b699ca", "name": "Dangling fetch: GET https://api.exchangerate-api.com/v4/latest/GBP (src/utils/currency-decimal.ts:76)", "shortDescription": {"text": "Dangling fetch: GET https://api.exchangerate-api.com/v4/latest/GBP (src/utils/currency-decimal.ts:76)"}, "fullDescription": {"text": "`src/utils/currency-decimal.ts:76` calls `GET https://api.exchangerate-api.com/v4/latest/GBP` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.exchangerate-api.com/v4/latest/gbp`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4d0e93195848d887", "name": "Dangling fetch: GET https://api.exchangerate-api.com/v4/latest/GBP (src/utils/currency.ts:87)", "shortDescription": {"text": "Dangling fetch: GET https://api.exchangerate-api.com/v4/latest/GBP (src/utils/currency.ts:87)"}, "fullDescription": {"text": "`src/utils/currency.ts:87` calls `GET https://api.exchangerate-api.com/v4/latest/GBP` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.exchangerate-api.com/v4/latest/gbp`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f1ecebba58b34527", "name": "Dangling fetch: POST /api/account/delete (src/components/settings/DangerZone.tsx:38)", "shortDescription": {"text": "Dangling fetch: POST /api/account/delete (src/components/settings/DangerZone.tsx:38)"}, "fullDescription": {"text": "`src/components/settings/DangerZone.tsx:38` calls `POST /api/account/delete` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/account/delete`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4f71831800eddf5d", "name": "Dangling fetch: GET http://localhost:3000/api/subscriptions/stripe-status (src/components/subscription/StripeStatusButto", "shortDescription": {"text": "Dangling fetch: GET http://localhost:3000/api/subscriptions/stripe-status (src/components/subscription/StripeStatusButton.tsx:58)"}, "fullDescription": {"text": "`src/components/subscription/StripeStatusButton.tsx:58` calls `GET http://localhost:3000/api/subscriptions/stripe-status` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/http:/localhost:3000/api/subscriptions/stripe-status`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8836ef09f68b6cfc", "name": "Dangling fetch: GET http://localhost:3000/api/subscriptions/sync (src/components/subscription/SyncSubscriptionButton.tsx", "shortDescription": {"text": "Dangling fetch: GET http://localhost:3000/api/subscriptions/sync (src/components/subscription/SyncSubscriptionButton.tsx:21)"}, "fullDescription": {"text": "`src/components/subscription/SyncSubscriptionButton.tsx:21` calls `GET http://localhost:3000/api/subscriptions/sync` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/http:/localhost:3000/api/subscriptions/sync`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f5f79ed48d80b3dd", "name": "Dangling fetch: POST /api/accounts/sync (src/pwa/service-worker.ts:373)", "shortDescription": {"text": "Dangling fetch: POST /api/accounts/sync (src/pwa/service-worker.ts:373)"}, "fullDescription": {"text": "`src/pwa/service-worker.ts:373` calls `POST /api/accounts/sync` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/accounts/sync`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8567130d813fbc71", "name": "Dangling fetch: GET /api/bills/upcoming (src/pwa/service-worker.ts:402)", "shortDescription": {"text": "Dangling fetch: GET /api/bills/upcoming (src/pwa/service-worker.ts:402)"}, "fullDescription": {"text": "`src/pwa/service-worker.ts:402` calls `GET /api/bills/upcoming` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/bills/upcoming`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0ae58f2a3914ae4b", "name": "Dangling fetch: POST /api/investments/prices/update (src/pwa/service-worker.ts:440)", "shortDescription": {"text": "Dangling fetch: POST /api/investments/prices/update (src/pwa/service-worker.ts:440)"}, "fullDescription": {"text": "`src/pwa/service-worker.ts:440` calls `POST /api/investments/prices/update` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/investments/prices/update`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c461ddb9ef0bc16a", "name": "Dangling fetch: HEAD /api/health (src/pwa/offline-storage.ts:104)", "shortDescription": {"text": "Dangling fetch: HEAD /api/health (src/pwa/offline-storage.ts:104)"}, "fullDescription": {"text": "`src/pwa/offline-storage.ts:104` calls `HEAD /api/health` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/health`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-534832ad2b1f306f", "name": "Dangling fetch: POST /api/${options.entity} (src/hooks/useOffline.ts:129)", "shortDescription": {"text": "Dangling fetch: POST /api/${options.entity} (src/hooks/useOffline.ts:129)"}, "fullDescription": {"text": "`src/hooks/useOffline.ts:129` calls `POST /api/${options.entity}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-488c2bbfe0ec7882", "name": "Dangling fetch: PUT /api/${options.entity}/${id} (src/hooks/useOffline.ts:155)", "shortDescription": {"text": "Dangling fetch: PUT /api/${options.entity}/${id} (src/hooks/useOffline.ts:155)"}, "fullDescription": {"text": "`src/hooks/useOffline.ts:155` calls `PUT /api/${options.entity}/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/<p>/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-95c6cb5453b92703", "name": "Dangling fetch: DELETE /api/${options.entity}/${id} (src/hooks/useOffline.ts:181)", "shortDescription": {"text": "Dangling fetch: DELETE /api/${options.entity}/${id} (src/hooks/useOffline.ts:181)"}, "fullDescription": {"text": "`src/hooks/useOffline.ts:181` calls `DELETE /api/${options.entity}/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/<p>/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8254855b6b6d9b9c", "name": "Dangling fetch: POST /api/banking/ops-alert-test (src/services/bankConnectionService.ts:317)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/ops-alert-test (src/services/bankConnectionService.ts:317)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:317` calls `POST /api/banking/ops-alert-test` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/ops-alert-test`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-bc7545a8ebb5e19e", "name": "Dangling fetch: POST /api/banking/dead-letter-admin (src/services/bankConnectionService.ts:348)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/dead-letter-admin (src/services/bankConnectionService.ts:348)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:348` calls `POST /api/banking/dead-letter-admin` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/dead-letter-admin`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-72cf0cc3dedec046", "name": "Dangling fetch: POST /api/banking/dead-letter-admin (src/services/bankConnectionService.ts:387)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/dead-letter-admin (src/services/bankConnectionService.ts:387)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:387` calls `POST /api/banking/dead-letter-admin` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/dead-letter-admin`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0c93e8741794be6f", "name": "Dangling fetch: GET /api/banking/dead-letter-admin?limit=${parsedLimit} (src/services/bankConnectionService.ts:395)", "shortDescription": {"text": "Dangling fetch: GET /api/banking/dead-letter-admin?limit=${parsedLimit} (src/services/bankConnectionService.ts:395)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:395` calls `GET /api/banking/dead-letter-admin?limit=${parsedLimit}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/dead-letter-admin`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a16a2eec0145afd6", "name": "Dangling fetch: GET /api/banking/connections (src/services/bankConnectionService.ts:476)", "shortDescription": {"text": "Dangling fetch: GET /api/banking/connections (src/services/bankConnectionService.ts:476)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:476` calls `GET /api/banking/connections` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/connections`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a16e4873528e1509", "name": "Dangling fetch: GET /api/banking/health (src/services/bankConnectionService.ts:506)", "shortDescription": {"text": "Dangling fetch: GET /api/banking/health (src/services/bankConnectionService.ts:506)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:506` calls `GET /api/banking/health` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/health`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7d905ca239f00cbd", "name": "Dangling fetch: POST /api/banking/create-link-token (src/services/bankConnectionService.ts:604)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/create-link-token (src/services/bankConnectionService.ts:604)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:604` calls `POST /api/banking/create-link-token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/create-link-token`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0bc12cb1cde867ed", "name": "Dangling fetch: POST /api/banking/exchange-token (src/services/bankConnectionService.ts:634)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/exchange-token (src/services/bankConnectionService.ts:634)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:634` calls `POST /api/banking/exchange-token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/exchange-token`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a10f960b56dbc8f5", "name": "Dangling fetch: POST /api/banking/sync-accounts (src/services/bankConnectionService.ts:645)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/sync-accounts (src/services/bankConnectionService.ts:645)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:645` calls `POST /api/banking/sync-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/sync-accounts`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e7cc1384d29f36be", "name": "Dangling fetch: POST /api/banking/sync-transactions (src/services/bankConnectionService.ts:650)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/sync-transactions (src/services/bankConnectionService.ts:650)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:650` calls `POST /api/banking/sync-transactions` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/sync-transactions`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-10f08b19d5a4c3d5", "name": "Dangling fetch: POST /api/banking/disconnect (src/services/bankConnectionService.ts:691)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/disconnect (src/services/bankConnectionService.ts:691)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:691` calls `POST /api/banking/disconnect` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/disconnect`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9348dac915f28461", "name": "Dangling fetch: POST /api/banking/discover-accounts (src/services/bankConnectionService.ts:701)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/discover-accounts (src/services/bankConnectionService.ts:701)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:701` calls `POST /api/banking/discover-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/discover-accounts`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-dee4b16fbfd170f5", "name": "Dangling fetch: POST /api/banking/link-accounts (src/services/bankConnectionService.ts:709)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/link-accounts (src/services/bankConnectionService.ts:709)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:709` calls `POST /api/banking/link-accounts` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/link-accounts`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1b588067f5abb32b", "name": "Dangling fetch: POST /api/banking/sync-transactions (src/services/bankConnectionService.ts:717)", "shortDescription": {"text": "Dangling fetch: POST /api/banking/sync-transactions (src/services/bankConnectionService.ts:717)"}, "fullDescription": {"text": "`src/services/bankConnectionService.ts:717` calls `POST /api/banking/sync-transactions` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/banking/sync-transactions`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-806a407b17a62304", "name": "Unused endpoint: PUT /api/accounts", "shortDescription": {"text": "Unused endpoint: PUT /api/accounts"}, "fullDescription": {"text": "`src/pwa/service-worker.ts` declares `PUT /api/accounts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8b2a136cd0b35e81", "name": "Unused endpoint: POST /api/subscriptions", "shortDescription": {"text": "Unused endpoint: POST /api/subscriptions"}, "fullDescription": {"text": "`src/services/subscriptionApiService.ts` declares `POST /api/subscriptions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ada1cfaa9e4bde21", "name": "Unused endpoint: POST /api/webhooks/stripe", "shortDescription": {"text": "Unused endpoint: POST /api/webhooks/stripe"}, "fullDescription": {"text": "`src/services/subscriptionApiService.ts` declares `POST /api/webhooks/stripe` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20375"}, "properties": {"repository": "steveg1983/wealthtracker-pro", "repoUrl": "https://github.com/steveg1983/wealthtracker-pro", "branch": "main"}, "results": [{"ruleId": "scanner-dfce4fb59ccfc1da", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 api/cron/retention.ts:42"}, "properties": {"repobilityId": "4367a99c168d7791", "scanner": "scanner-primary", "fingerprint": "dfce4fb59ccfc1da", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a16e5bd32fb284be", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 api/stripe/reconcile.ts:112"}, "properties": {"repobilityId": "9212abec19aee00f", "scanner": "scanner-primary", "fingerprint": "a16e5bd32fb284be", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8c024cf98731ad44", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/env-doctor.ts:14"}, "properties": {"repobilityId": "8a0d253664ba256f", "scanner": "scanner-primary", "fingerprint": "8c024cf98731ad44", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-96e94858153270d7", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/testing/templates/component-real-test-template.tsx:91"}, "properties": {"repobilityId": "8e1b45c87c312315", "scanner": "scanner-primary", "fingerprint": "96e94858153270d7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ae63114754f85194", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/test/integration/ErrorHandlingIntegration.test.tsx:54"}, "properties": {"repobilityId": "0e1606af92a109b8", "scanner": "scanner-primary", "fingerprint": "ae63114754f85194", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-aef5d84c677e7d63", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/DocumentManager.tsx:218"}, "properties": {"repobilityId": "5e242c6a9498262f", "scanner": "scanner-primary", "fingerprint": "aef5d84c677e7d63", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-447c70a57ccdf850", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/SwipeableTransactionRow.tsx:193"}, "properties": {"repobilityId": "6821e9ec4cbc54c8", "scanner": "scanner-primary", "fingerprint": "447c70a57ccdf850", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-82a9499ea632d725", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/FixSummaryModal.test.tsx:17"}, "properties": {"repobilityId": "52920633f24865f5", "scanner": "scanner-primary", "fingerprint": "82a9499ea632d725", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-429fd550606749eb", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/CSVImportWizard.test.tsx:113"}, "properties": {"repobilityId": "f64557c095de59e2", "scanner": "scanner-primary", "fingerprint": "429fd550606749eb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-7035d82ddae984b4", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/LocalMerchantLogo.tsx:55"}, "properties": {"repobilityId": "c4f7569289ce4033", "scanner": "scanner-primary", "fingerprint": "7035d82ddae984b4", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-5843489565601d90", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/GlobalSearch.tsx:85"}, "properties": {"repobilityId": "2f1912dda2d7a78b", "scanner": "scanner-primary", "fingerprint": "5843489565601d90", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-204204d29610c0b7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/EnhancedNotificationBell.tsx:242"}, "properties": {"repobilityId": "7174fe199fddf8e4", "scanner": "scanner-primary", "fingerprint": "204204d29610c0b7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-049d73501b78448f", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/StockWatchlist.tsx:189"}, "properties": {"repobilityId": "d61fb9f454bff7f7", "scanner": "scanner-primary", "fingerprint": "049d73501b78448f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-79a263b95bd5c0e6", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/GoalModal.test.tsx:30"}, "properties": {"repobilityId": "6e810b567f619772", "scanner": "scanner-primary", "fingerprint": "79a263b95bd5c0e6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-7cf191631fa4791b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/GoalModal.test.tsx:52"}, "properties": {"repobilityId": "b9890c3d446a6607", "scanner": "scanner-primary", "fingerprint": "7cf191631fa4791b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8e527624f8c37f55", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/MarkdownNote.tsx:54"}, "properties": {"repobilityId": "a2f27d597f4cfd0a", "scanner": "scanner-primary", "fingerprint": "8e527624f8c37f55", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-9d065a5c4e5c9ff4", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/GoalCelebrationModal.test.tsx:16"}, "properties": {"repobilityId": "3cc8dd30e63f5605", "scanner": "scanner-primary", "fingerprint": "9d065a5c4e5c9ff4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-a1483d239ce41839", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/ActivityLoggerProvider.tsx:13"}, "properties": {"repobilityId": "3d850cdead99fde6", "scanner": "scanner-primary", "fingerprint": "a1483d239ce41839", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4bb62a4537669778", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/RealTimePortfolioEnhanced.tsx:53"}, "properties": {"repobilityId": "85df2261a934cff4", "scanner": "scanner-primary", "fingerprint": "4bb62a4537669778", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-94802b29499b2aa7", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/MarkdownEditor.tsx:181"}, "properties": {"repobilityId": "5e595fbeb3e85853", "scanner": "scanner-primary", "fingerprint": "94802b29499b2aa7", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-a6d879dc53626ec7", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/DocumentUpload.tsx:218"}, "properties": {"repobilityId": "6c1d42fe385e4fb8", "scanner": "scanner-primary", "fingerprint": "a6d879dc53626ec7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-33f3c347974ff32f", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/CSVImportWizard.tsx:180"}, "properties": {"repobilityId": "e40086adaa439014", "scanner": "scanner-primary", "fingerprint": "33f3c347974ff32f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-2573219ed164b38b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/BalanceReconciliationModal.tsx:65"}, "properties": {"repobilityId": "ef11bb66744270e0", "scanner": "scanner-primary", "fingerprint": "2573219ed164b38b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dedddb71730229e5", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/security/SafeHTML.tsx:41"}, "properties": {"repobilityId": "4137058e0591f574", "scanner": "scanner-primary", "fingerprint": "dedddb71730229e5", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-e7617d2dbd115591", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/layout/AccessibilityImprovements.tsx:14"}, "properties": {"repobilityId": "932ecb81bb9a34aa", "scanner": "scanner-primary", "fingerprint": "e7617d2dbd115591", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3f39b478dfc5bb88", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/auth/ProtectedRoute.tsx:57"}, "properties": {"repobilityId": "1bc4dd9bfa880d15", "scanner": "scanner-primary", "fingerprint": "3f39b478dfc5bb88", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-cb9356c8b8836fad", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/subscription/SubscriptionPage.tsx:96"}, "properties": {"repobilityId": "7cdc9857cafe92c9", "scanner": "scanner-primary", "fingerprint": "cb9356c8b8836fad", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-8698bdba3b2d0843", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/ImprovedDashboard.tsx:535"}, "properties": {"repobilityId": "3793dc67ffa04b7b", "scanner": "scanner-primary", "fingerprint": "8698bdba3b2d0843", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-40240afc05ddc194", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/pwa/QuickAddOfflineButton.tsx:40"}, "properties": {"repobilityId": "a93859a162814c3a", "scanner": "scanner-primary", "fingerprint": "40240afc05ddc194", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cdf667832c994ce5", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/pwa/OfflineTransactionForm.tsx:123"}, "properties": {"repobilityId": "3db8f459583e3fa3", "scanner": "scanner-primary", "fingerprint": "cdf667832c994ce5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-1bc44a1039a1996e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/reconciliation/ReconciliationTransactionList.tsx:169"}, "properties": {"repobilityId": "8f25737b5f0960ed", "scanner": "scanner-primary", "fingerprint": "1bc44a1039a1996e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a9b7332db12cfd9c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/Calendar.tsx:285"}, "properties": {"repobilityId": "16d7af0c58c3ef12", "scanner": "scanner-primary", "fingerprint": "a9b7332db12cfd9c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-be65158677eff873", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/pages/ExportManager.tsx:28"}, "properties": {"repobilityId": "fec88d7ec3a6e0b2", "scanner": "scanner-primary", "fingerprint": "be65158677eff873", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-99ae1b0dbe952e1b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/AccountTransactions.tsx:465"}, "properties": {"repobilityId": "9c8f85a4f6f8da99", "scanner": "scanner-primary", "fingerprint": "99ae1b0dbe952e1b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7fe80b30ea8e8bd0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/EnhancedImport.tsx:264"}, "properties": {"repobilityId": "2cb563ebf842e8eb", "scanner": "scanner-primary", "fingerprint": "7fe80b30ea8e8bd0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cb8c5e927e88038d", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/pages/Analytics.tsx:184"}, "properties": {"repobilityId": "680f17aaeeff731d", "scanner": "scanner-primary", "fingerprint": "cb8c5e927e88038d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-7c9d5c07367b3926", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/exportService.ts:807"}, "properties": {"repobilityId": "0abc9d7b260018e5", "scanner": "scanner-primary", "fingerprint": "7c9d5c07367b3926", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-071c288d4eccaf98", "level": "warning", "message": {"text": "Custom React Flow node registered without explicit width/height \u2014 src/services/offlineService.ts:250"}, "properties": {"repobilityId": "edc4e10ad4181b87", "scanner": "scanner-primary", "fingerprint": "071c288d4eccaf98", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.rfnode.no-dims"]}}, {"ruleId": "scanner-dba86993ed6cae69", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/services/__tests__/realtimePriceService.market.test.ts:32"}, "properties": {"repobilityId": "f53e5779e59338a1", "scanner": "scanner-primary", "fingerprint": "dba86993ed6cae69", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-998da94cde425f17", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/dr-restore-drill.mjs:22"}, "properties": {"repobilityId": "81ffd13ab85d7467", "scanner": "scanner-primary", "fingerprint": "998da94cde425f17", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/dr-restore-drill.mjs"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-0dd997b9c99171f8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/run-tests-direct.mjs:8"}, "properties": {"repobilityId": "88cc33af2088bb8d", "scanner": "scanner-primary", "fingerprint": "0dd997b9c99171f8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/run-tests-direct.mjs"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-587d33eccaaac65f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/run-realtime-suite.mjs:4"}, "properties": {"repobilityId": "0995ae00d39279b0", "scanner": "scanner-primary", "fingerprint": "587d33eccaaac65f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/run-realtime-suite.mjs"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-e5a3606a26b9a04d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/auto-fix-unused-vars.cjs:13"}, "properties": {"repobilityId": "76eb509543c64ed8", "scanner": "scanner-primary", "fingerprint": "e5a3606a26b9a04d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/auto-fix-unused-vars.cjs"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-0cfc0ba64ea51f06", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/build-web.mjs:2"}, "properties": {"repobilityId": "d03cb2d5c4e751e4", "scanner": "scanner-primary", "fingerprint": "0cfc0ba64ea51f06", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-web.mjs"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-988f67c72dc5ac8d", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/run-supabase-smoke.mjs:4"}, "properties": {"repobilityId": "f387f229cf2b730c", "scanner": "scanner-primary", "fingerprint": "988f67c72dc5ac8d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/run-supabase-smoke.mjs"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-e6d394a6ab5c669e", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/verify-type-safety.mjs:18"}, "properties": {"repobilityId": "aa7bc331531e3929", "scanner": "scanner-primary", "fingerprint": "e6d394a6ab5c669e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/verify-type-safety.mjs"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-a9a58998f4ac7463", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/verify-financial-safety.mjs:15"}, "properties": {"repobilityId": "ee8096486b81f818", "scanner": "scanner-primary", "fingerprint": "a9a58998f4ac7463", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/verify-financial-safety.mjs"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-b948f92efc96db09", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in src/security/csrf-protection.ts:291"}, "properties": {"repobilityId": "619c43e642fbde63", "scanner": "scanner-primary", "fingerprint": "b948f92efc96db09", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/security/csrf-protection.ts"}, "region": {"startLine": 291}}}]}, {"ruleId": "scanner-24330a17d8df7966", "level": "error", "message": {"text": "Possible secret in src/utils/errorMessages.ts"}, "properties": {"repobilityId": "7d1389da1810203b", "scanner": "scanner-primary", "fingerprint": "24330a17d8df7966", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/errorMessages.ts"}, "region": {"startLine": 113}}}]}, {"ruleId": "scanner-24330a17d8df7966", "level": "error", "message": {"text": "Possible secret in src/utils/errorMessages.ts"}, "properties": {"repobilityId": "7d1389da1810203b", "scanner": "scanner-primary", "fingerprint": "24330a17d8df7966", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/utils/errorMessages.ts"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-1eca1241fe6fa34d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/LocalMerchantLogo.tsx:55"}, "properties": {"repobilityId": "50cc6d2e0b7d500a", "scanner": "scanner-primary", "fingerprint": "1eca1241fe6fa34d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/LocalMerchantLogo.tsx"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-4056d90d3fa3c271", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/GlobalSearch.tsx:85"}, "properties": {"repobilityId": "d010109f5ec88852", "scanner": "scanner-primary", "fingerprint": "4056d90d3fa3c271", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/GlobalSearch.tsx"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-f6d031794cc25c33", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/MarkdownNote.tsx:54"}, "properties": {"repobilityId": "79363ee07a1a8c07", "scanner": "scanner-primary", "fingerprint": "f6d031794cc25c33", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/MarkdownNote.tsx"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-898d1ad02f86be3b", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/MarkdownEditor.tsx:181"}, "properties": {"repobilityId": "78daa43fd05decc4", "scanner": "scanner-primary", "fingerprint": "898d1ad02f86be3b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/MarkdownEditor.tsx"}, "region": {"startLine": 181}}}]}, {"ruleId": "scanner-867da79c267c9b24", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/security/SafeHTML.tsx:41"}, "properties": {"repobilityId": "c6ea036ee039dbe1", "scanner": "scanner-primary", "fingerprint": "867da79c267c9b24", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/security/SafeHTML.tsx"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-32db1b7642e527ac", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/layout/AccessibilityImprovements.tsx:14"}, "properties": {"repobilityId": "a4a3854fc26c2be0", "scanner": "scanner-primary", "fingerprint": "32db1b7642e527ac", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/layout/AccessibilityImprovements.tsx"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-eae455e8b0066870", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/pages/Transactions.tsx:202"}, "properties": {"repobilityId": "ea1dbadccd871118", "scanner": "scanner-primary", "fingerprint": "eae455e8b0066870", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/pages/Transactions.tsx"}, "region": {"startLine": 202}}}]}, {"ruleId": "scanner-1e99e622219441f6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5f0649d27712fa61", "scanner": "scanner-primary", "fingerprint": "1e99e622219441f6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/secrets-scan.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-1e99e622219441f6", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d6260d62ae7bb049", "scanner": "scanner-primary", "fingerprint": "1e99e622219441f6", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/secrets-scan.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-173770d19927799c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "26b3977e3a35a10f", "scanner": "scanner-primary", "fingerprint": "173770d19927799c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/danger.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-173770d19927799c", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f8a36320e49fadb9", "scanner": "scanner-primary", "fingerprint": "173770d19927799c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/danger.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-65c77eff1cf8b18d", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "41f7e85e197d1286", "scanner": "scanner-primary", "fingerprint": "65c77eff1cf8b18d", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/commitlint.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-65c77eff1cf8b18d", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6c784f56777afaea", "scanner": "scanner-primary", "fingerprint": "65c77eff1cf8b18d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/commitlint.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-40b3319d65e0db5c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d18b37623e72c2b", "scanner": "scanner-primary", "fingerprint": "40b3319d65e0db5c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/ci.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-40b3319d65e0db5c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9ce8ae73c90b0c6b", "scanner": "scanner-primary", "fingerprint": "40b3319d65e0db5c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-40b3319d65e0db5c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d18b37623e72c2b", "scanner": "scanner-primary", "fingerprint": "40b3319d65e0db5c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/ci.yml"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-40b3319d65e0db5c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9ce8ae73c90b0c6b", "scanner": "scanner-primary", "fingerprint": "40b3319d65e0db5c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/ci.yml"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-40b3319d65e0db5c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d18b37623e72c2b", "scanner": "scanner-primary", "fingerprint": "40b3319d65e0db5c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/ci.yml"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-40b3319d65e0db5c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9ce8ae73c90b0c6b", "scanner": "scanner-primary", "fingerprint": "40b3319d65e0db5c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/ci.yml"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-a4631bb8798ec5ba", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6afd80159d1c485a", "scanner": "scanner-primary", "fingerprint": "a4631bb8798ec5ba", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/labels.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-a4631bb8798ec5ba", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6afd80159d1c485a", "scanner": "scanner-primary", "fingerprint": "a4631bb8798ec5ba", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/labels.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-a4631bb8798ec5ba", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6afd80159d1c485a", "scanner": "scanner-primary", "fingerprint": "a4631bb8798ec5ba", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/labels.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-753ae2c249730015", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d45a7fb18b47c81e", "scanner": "scanner-primary", "fingerprint": "753ae2c249730015", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/.github/workflows/enforce-branch-protection.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-edd600730615db88", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "cb01d4779247acad", "scanner": "scanner-primary", "fingerprint": "edd600730615db88", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/secrets-scan.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-edd600730615db88", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5aac848d9d7c520b", "scanner": "scanner-primary", "fingerprint": "edd600730615db88", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/secrets-scan.yml"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-5a71f84503fb766e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "66ed6b290b2d11e2", "scanner": "scanner-primary", "fingerprint": "5a71f84503fb766e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/danger.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-5a71f84503fb766e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1015176c4595ba8a", "scanner": "scanner-primary", "fingerprint": "5a71f84503fb766e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/danger.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-12a6098796a34320", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c000509c3e59fefc", "scanner": "scanner-primary", "fingerprint": "12a6098796a34320", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/commitlint.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-12a6098796a34320", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b6df78339d14a75a", "scanner": "scanner-primary", "fingerprint": "12a6098796a34320", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/commitlint.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-f2dbbb6bf783fde6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "57c8a0007fbce694", "scanner": "scanner-primary", "fingerprint": "f2dbbb6bf783fde6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/ci.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-f2dbbb6bf783fde6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8833aaa8e86d5972", "scanner": "scanner-primary", "fingerprint": "f2dbbb6bf783fde6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-f2dbbb6bf783fde6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "57c8a0007fbce694", "scanner": "scanner-primary", "fingerprint": "f2dbbb6bf783fde6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/ci.yml"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-f2dbbb6bf783fde6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8833aaa8e86d5972", "scanner": "scanner-primary", "fingerprint": "f2dbbb6bf783fde6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/ci.yml"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-f2dbbb6bf783fde6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "57c8a0007fbce694", "scanner": "scanner-primary", "fingerprint": "f2dbbb6bf783fde6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/ci.yml"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-f2dbbb6bf783fde6", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8833aaa8e86d5972", "scanner": "scanner-primary", "fingerprint": "f2dbbb6bf783fde6", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/ci.yml"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-fdd8228ab8eba116", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b19227ca178e67cb", "scanner": "scanner-primary", "fingerprint": "fdd8228ab8eba116", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/labels.yml"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-fdd8228ab8eba116", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b19227ca178e67cb", "scanner": "scanner-primary", "fingerprint": "fdd8228ab8eba116", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/labels.yml"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-fdd8228ab8eba116", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b19227ca178e67cb", "scanner": "scanner-primary", "fingerprint": "fdd8228ab8eba116", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/labels.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-aeb0e07e4386e297", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "340f7b09d2b34005", "scanner": "scanner-primary", "fingerprint": "aeb0e07e4386e297", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/.github/workflows/enforce-branch-protection.yml"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-9964ee40e4da051b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "74cbf939be58a7bf", "scanner": "scanner-primary", "fingerprint": "9964ee40e4da051b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/handoff-snapshot.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-9964ee40e4da051b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a802e2570875d94", "scanner": "scanner-primary", "fingerprint": "9964ee40e4da051b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/handoff-snapshot.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-9964ee40e4da051b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "74cbf939be58a7bf", "scanner": "scanner-primary", "fingerprint": "9964ee40e4da051b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/handoff-snapshot.yml"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-9964ee40e4da051b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a802e2570875d94", "scanner": "scanner-primary", "fingerprint": "9964ee40e4da051b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/handoff-snapshot.yml"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-d7d3e18a77e856cd", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9cb0e751d27bb4c7", "scanner": "scanner-primary", "fingerprint": "d7d3e18a77e856cd", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/dependency-audit.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-d7d3e18a77e856cd", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "30d0b340f6cfd181", "scanner": "scanner-primary", "fingerprint": "d7d3e18a77e856cd", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/dependency-audit.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-d1b928f8f8d158f1", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b9e62e7c5defbc51", "scanner": "scanner-primary", "fingerprint": "d1b928f8f8d158f1", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/gitleaks.yml"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-d1b928f8f8d158f1", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "34edd0dfff920fcf", "scanner": "scanner-primary", "fingerprint": "d1b928f8f8d158f1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/gitleaks.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-c0c965387db81674", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "7b2405bdb741ee4a", "scanner": "scanner-primary", "fingerprint": "c0c965387db81674", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/supabase-smoke.yml"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-c0c965387db81674", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "be201ff9aa9ae937", "scanner": "scanner-primary", "fingerprint": "c0c965387db81674", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/supabase-smoke.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-c0c965387db81674", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6fff3351ad420f41", "scanner": "scanner-primary", "fingerprint": "c0c965387db81674", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/supabase-smoke.yml"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "08c38ad00bfc4790", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-5f12bbcc60e1f76c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/server/package.json"}, "properties": {"repobilityId": "16bf11fe30b0b8cc", "scanner": "scanner-primary", "fingerprint": "5f12bbcc60e1f76c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/server/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cbb9c2411959b6f5", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/testing/package.json"}, "properties": {"repobilityId": "4ce99ff3a28064bf", "scanner": "scanner-primary", "fingerprint": "cbb9c2411959b6f5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/testing/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-47edb5907af5997f", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/utils/package.json"}, "properties": {"repobilityId": "64857de4b757dead", "scanner": "scanner-primary", "fingerprint": "47edb5907af5997f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/utils/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-28e92806c0db3cd2", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/core/package.json"}, "properties": {"repobilityId": "8640e46be7e3f9b2", "scanner": "scanner-primary", "fingerprint": "28e92806c0db3cd2", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/core/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cae79b24369fb318", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: wealthtracker-backend/package.json"}, "properties": {"repobilityId": "983803d87f1235cb", "scanner": "scanner-primary", "fingerprint": "cae79b24369fb318", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "wealthtracker-backend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "8be167766a837190", "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": "c39328abf81899f5", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "d8e74e7029220355", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "5bae375844987078", "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": "d966c0b8378f2b6a", "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": "3303dab5a44e221c", "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": "9ed2acec2bebb840", "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": "2c104b85d8e59d80", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-fa7d6d16e4111f09", "level": "none", "message": {"text": "Commented-code block (5 lines) in api/banking/link-accounts.ts:80"}, "properties": {"repobilityId": "ed17b82498ba6e42", "scanner": "scanner-primary", "fingerprint": "fa7d6d16e4111f09", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6ad47c4e0430e4f", "level": "none", "message": {"text": "Commented-code block (5 lines) in api/banking/sync-accounts.ts:103"}, "properties": {"repobilityId": "4768570a2ece2a82", "scanner": "scanner-primary", "fingerprint": "b6ad47c4e0430e4f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-38f90d40f5ad41d6", "level": "none", "message": {"text": "Commented-code block (6 lines) in api/banking/sync-transactions.ts:305"}, "properties": {"repobilityId": "5f2706ab744e3d33", "scanner": "scanner-primary", "fingerprint": "38f90d40f5ad41d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-65a9e6f94c24b5ae", "level": "none", "message": {"text": "Commented-code block (5 lines) in api/account/delete.ts:125"}, "properties": {"repobilityId": "99558625870a8fb7", "scanner": "scanner-primary", "fingerprint": "65a9e6f94c24b5ae", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c1611eea6e0dbbe2", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/_lib/truelayer.ts:123"}, "properties": {"repobilityId": "83d7a7ab6aae90d0", "scanner": "scanner-primary", "fingerprint": "c1611eea6e0dbbe2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d5aac51d49955d2a", "level": "none", "message": {"text": "Commented-code block (6 lines) in api/_lib/supabase.ts:9"}, "properties": {"repobilityId": "3f8fe2ff3ff08e6a", "scanner": "scanner-primary", "fingerprint": "d5aac51d49955d2a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ddb07b3d746bcf6d", "level": "none", "message": {"text": "Commented-code block (5 lines) in api/_lib/banking-ops.ts:81"}, "properties": {"repobilityId": "d807cd6a3cec81b9", "scanner": "scanner-primary", "fingerprint": "ddb07b3d746bcf6d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1f6a9c856e70a603", "level": "none", "message": {"text": "Commented-code block (9 lines) in api/stripe/webhook.ts:147"}, "properties": {"repobilityId": "7a577f839958c267", "scanner": "scanner-primary", "fingerprint": "1f6a9c856e70a603", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6835d7baf3635370", "level": "none", "message": {"text": "Commented-code block (6 lines) in scripts/pentest.mjs:131"}, "properties": {"repobilityId": "b4f08d7db70abbed", "scanner": "scanner-primary", "fingerprint": "6835d7baf3635370", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e98c20768fb00699", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/pentest.mjs:161"}, "properties": {"repobilityId": "7a57a9f2dd94c0d8", "scanner": "scanner-primary", "fingerprint": "e98c20768fb00699", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ff6dfd9b9e9322e5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/security/csrf-protection.ts:163"}, "properties": {"repobilityId": "9579416e23c222a5", "scanner": "scanner-primary", "fingerprint": "ff6dfd9b9e9322e5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f49d242aa40d4871", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/test/supabase/client.ts:7"}, "properties": {"repobilityId": "077c21b1388b51d6", "scanner": "scanner-primary", "fingerprint": "f49d242aa40d4871", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f58cf81ef3a21a9a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/utils/serviceWorkerRegistration.ts:136"}, "properties": {"repobilityId": "0100c60ec0807250", "scanner": "scanner-primary", "fingerprint": "f58cf81ef3a21a9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-711862e5e2748fd0", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/utils/demoData.ts:418"}, "properties": {"repobilityId": "0c2ba74bb5c5eaaf", "scanner": "scanner-primary", "fingerprint": "711862e5e2748fd0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-182bf89a1f6efd47", "level": "none", "message": {"text": "Commented-code block (10 lines) in src/components/VirtualizedTable.tsx:280"}, "properties": {"repobilityId": "4e9bcddcfc676d8e", "scanner": "scanner-primary", "fingerprint": "182bf89a1f6efd47", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-da2a2037ac9807df", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/components/Layout.tsx:175"}, "properties": {"repobilityId": "5ca442b1993c807f", "scanner": "scanner-primary", "fingerprint": "da2a2037ac9807df", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c931963b896a8da7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/contexts/AppContextSupabase.tsx:169"}, "properties": {"repobilityId": "f95e9c7a942b937e", "scanner": "scanner-primary", "fingerprint": "c931963b896a8da7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-322365f189bd04f4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pwa/service-worker.ts:203"}, "properties": {"repobilityId": "f6ccc270d69de4a7", "scanner": "scanner-primary", "fingerprint": "322365f189bd04f4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4fba4b3b4918c907", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/pwa/offline-storage.ts:248"}, "properties": {"repobilityId": "00bce962f7f6f3cf", "scanner": "scanner-primary", "fingerprint": "4fba4b3b4918c907", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e7313dbd3edd6761", "level": "none", "message": {"text": "Commented-code block (12 lines) in src/pages/Analytics.tsx:183"}, "properties": {"repobilityId": "04564bad432bffb8", "scanner": "scanner-primary", "fingerprint": "e7313dbd3edd6761", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6783248a314ec57c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/services/investmentEnhancementService.test.ts:185"}, "properties": {"repobilityId": "5984831b43b58ed2", "scanner": "scanner-primary", "fingerprint": "6783248a314ec57c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2b217409e12f8c6d", "level": "note", "message": {"text": "Legacy-named symbol `wt_sync_queue_v1` in src/services/autoSyncService.ts:429"}, "properties": {"repobilityId": "5c64f53c9bf3c424", "scanner": "scanner-primary", "fingerprint": "2b217409e12f8c6d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-fd9ee5c04d3643e9", "level": "note", "message": {"text": "Legacy-named symbol `POld` in src/services/qifImportService.test.ts:489"}, "properties": {"repobilityId": "a23911a0ff6c2920", "scanner": "scanner-primary", "fingerprint": "fd9ee5c04d3643e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7d14e0fd5a732ee3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/offlineService.ts:319"}, "properties": {"repobilityId": "e7ac057b76bce03c", "scanner": "scanner-primary", "fingerprint": "7d14e0fd5a732ee3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-145a34f223ab95bb", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/services/stripeService.ts:12"}, "properties": {"repobilityId": "39ff6368a5e7cbb1", "scanner": "scanner-primary", "fingerprint": "145a34f223ab95bb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-85d466344c92bd3c", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/services/api/accountService.ts:333"}, "properties": {"repobilityId": "059787674c4c36a8", "scanner": "scanner-primary", "fingerprint": "85d466344c92bd3c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bddda3d5a14c7401", "level": "note", "message": {"text": "29 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "3519a6b4ac1d4f19", "scanner": "scanner-primary", "fingerprint": "bddda3d5a14c7401", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2b99153610bc695d", "level": "warning", "message": {"text": "Frontend route `/login` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "52e20181ba19cb6c", "scanner": "scanner-primary", "fingerprint": "2b99153610bc695d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-cb07a36b9b4572a8", "level": "warning", "message": {"text": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "89437733215e6393", "scanner": "scanner-primary", "fingerprint": "cb07a36b9b4572a8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-cef386312d50c26d", "level": "warning", "message": {"text": "Frontend route `dashboard` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "7176b9e63e301c9b", "scanner": "scanner-primary", "fingerprint": "cef386312d50c26d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-648fcade83bc2dc3", "level": "warning", "message": {"text": "Frontend route `accounts` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "3e34843063d5f780", "scanner": "scanner-primary", "fingerprint": "648fcade83bc2dc3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0b764eb74ebf9775", "level": "warning", "message": {"text": "Frontend route `accounts/:accountId` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "833f450980737f3c", "scanner": "scanner-primary", "fingerprint": "0b764eb74ebf9775", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-9ac98cf781049a5d", "level": "warning", "message": {"text": "Frontend route `transactions` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "30e7b394f6dda288", "scanner": "scanner-primary", "fingerprint": "9ac98cf781049a5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-8244abc170faa487", "level": "warning", "message": {"text": "Frontend route `transactions-comparison` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "cfd67c604f7e81bb", "scanner": "scanner-primary", "fingerprint": "8244abc170faa487", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-9fc05f42f553ceda", "level": "warning", "message": {"text": "Frontend route `reconciliation` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "babfb1c629be26e8", "scanner": "scanner-primary", "fingerprint": "9fc05f42f553ceda", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-24fad2a93521e3bb", "level": "warning", "message": {"text": "Frontend route `investments` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "63812561215372dd", "scanner": "scanner-primary", "fingerprint": "24fad2a93521e3bb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-72ee1bf2a2304a13", "level": "warning", "message": {"text": "Frontend route `enhanced-investments` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "331dc2198e589069", "scanner": "scanner-primary", "fingerprint": "72ee1bf2a2304a13", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f30cf3d91e160d54", "level": "warning", "message": {"text": "Frontend route `budget` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "77cdbb2646346540", "scanner": "scanner-primary", "fingerprint": "f30cf3d91e160d54", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-c8e4000b565c4f77", "level": "warning", "message": {"text": "Frontend route `calendar` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "24fc59df23dca5be", "scanner": "scanner-primary", "fingerprint": "c8e4000b565c4f77", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d2153e1710f15466", "level": "warning", "message": {"text": "Frontend route `reports` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "6004b8edc6b1aba1", "scanner": "scanner-primary", "fingerprint": "d2153e1710f15466", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ad12f9a4b055794e", "level": "warning", "message": {"text": "Frontend route `goals` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "71522d891b899f0d", "scanner": "scanner-primary", "fingerprint": "ad12f9a4b055794e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ddc1f0e866f6323f", "level": "warning", "message": {"text": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "5dd95ee593452334", "scanner": "scanner-primary", "fingerprint": "ddc1f0e866f6323f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-21bb44ef1606d968", "level": "warning", "message": {"text": "Frontend route `custom-reports` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "e5b8997f0fb85c30", "scanner": "scanner-primary", "fingerprint": "21bb44ef1606d968", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-903a5f8eca2cf522", "level": "warning", "message": {"text": "Frontend route `summaries` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "a401284a922e69be", "scanner": "scanner-primary", "fingerprint": "903a5f8eca2cf522", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5d4c86e99b599792", "level": "warning", "message": {"text": "Frontend route `ai-analytics` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "0d75dc37242d2e7d", "scanner": "scanner-primary", "fingerprint": "5d4c86e99b599792", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e227d06234312b83", "level": "warning", "message": {"text": "Frontend route `ai-features` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "8a67e86c2c80f136", "scanner": "scanner-primary", "fingerprint": "e227d06234312b83", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-315451b271e0ddf3", "level": "warning", "message": {"text": "Frontend route `tax-planning` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4d37beb124ab85d4", "scanner": "scanner-primary", "fingerprint": "315451b271e0ddf3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-2c27519a667b0e74", "level": "warning", "message": {"text": "Frontend route `household` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "eb57a4212e600868", "scanner": "scanner-primary", "fingerprint": "2c27519a667b0e74", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4cb7da975faa89b4", "level": "warning", "message": {"text": "Frontend route `mobile-features` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4d2e9afb89f6eba9", "scanner": "scanner-primary", "fingerprint": "4cb7da975faa89b4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-99d3f0f7adf91ec4", "level": "warning", "message": {"text": "Frontend route `business-features` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4adebe9fb0323f72", "scanner": "scanner-primary", "fingerprint": "99d3f0f7adf91ec4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-77a621b88da2802f", "level": "warning", "message": {"text": "Frontend route `financial-planning` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4c9c6016f0b9ef1b", "scanner": "scanner-primary", "fingerprint": "77a621b88da2802f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b1f18f29b209645f", "level": "warning", "message": {"text": "Frontend route `data-intelligence` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "591c9da39b552172", "scanner": "scanner-primary", "fingerprint": "b1f18f29b209645f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-2d9ca1972b985fcc", "level": "warning", "message": {"text": "Frontend route `export-manager` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "a5576cf4b3c4bcd2", "scanner": "scanner-primary", "fingerprint": "2d9ca1972b985fcc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-796aec0a1de65fad", "level": "warning", "message": {"text": "Frontend route `enhanced-import` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "9266a5ac20dcebff", "scanner": "scanner-primary", "fingerprint": "796aec0a1de65fad", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1fc316c01a3c6ca4", "level": "warning", "message": {"text": "Frontend route `documents` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "d420f89454a2078c", "scanner": "scanner-primary", "fingerprint": "1fc316c01a3c6ca4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e5ed8cae96af5473", "level": "warning", "message": {"text": "Frontend route `open-banking` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "0936362151cc9593", "scanner": "scanner-primary", "fingerprint": "e5ed8cae96af5473", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-108c5da7a440d59b", "level": "warning", "message": {"text": "Frontend route `performance` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4172582147aad65b", "scanner": "scanner-primary", "fingerprint": "108c5da7a440d59b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a5b626331c1abf81", "level": "warning", "message": {"text": "Frontend route `subscription` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "d005167d0872bd06", "scanner": "scanner-primary", "fingerprint": "a5b626331c1abf81", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4f70d8b81ff30e86", "level": "warning", "message": {"text": "Frontend route `advanced` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "2b58ceb707c94529", "scanner": "scanner-primary", "fingerprint": "4f70d8b81ff30e86", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0626b4c2e4efcb82", "level": "warning", "message": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "9badda3b3a471962", "scanner": "scanner-primary", "fingerprint": "0626b4c2e4efcb82", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-400694ee4443afba", "level": "warning", "message": {"text": "Frontend route `app` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "4e1ee97910840ab4", "scanner": "scanner-primary", "fingerprint": "400694ee4443afba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-61cca1f516784c4b", "level": "warning", "message": {"text": "Frontend route `data` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "71333aca38172dc5", "scanner": "scanner-primary", "fingerprint": "61cca1f516784c4b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5eea6ac24aef1c6e", "level": "warning", "message": {"text": "Frontend route `categories` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "dcf182e3114192b8", "scanner": "scanner-primary", "fingerprint": "5eea6ac24aef1c6e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-69096766bd7e7658", "level": "warning", "message": {"text": "Frontend route `tags` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "09587e3f0771216f", "scanner": "scanner-primary", "fingerprint": "69096766bd7e7658", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1087e39a1f7f1f80", "level": "warning", "message": {"text": "Frontend route `notifications` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "3b22a826a77c3550", "scanner": "scanner-primary", "fingerprint": "1087e39a1f7f1f80", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-7864cc2635ec1c1f", "level": "warning", "message": {"text": "Frontend route `accessibility` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "c99de5f65df0326d", "scanner": "scanner-primary", "fingerprint": "7864cc2635ec1c1f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-08d28782875ce256", "level": "warning", "message": {"text": "Frontend route `deleted-accounts` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ecb71a9281844be1", "scanner": "scanner-primary", "fingerprint": "08d28782875ce256", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-88da83df251033e5", "level": "warning", "message": {"text": "Frontend route `security` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "069116c930c09fe3", "scanner": "scanner-primary", "fingerprint": "88da83df251033e5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-901fc363a8876e0d", "level": "warning", "message": {"text": "Frontend route `security/audit-logs` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "d625eaf238c6a48b", "scanner": "scanner-primary", "fingerprint": "901fc363a8876e0d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-49b04bab6faff2cc", "level": "warning", "message": {"text": "Frontend route `forecasting` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "89d4d3d72ad7245f", "scanner": "scanner-primary", "fingerprint": "49b04bab6faff2cc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e0531f6e35b699ca", "level": "error", "message": {"text": "Dangling fetch: GET https://api.exchangerate-api.com/v4/latest/GBP (src/utils/currency-decimal.ts:76)"}, "properties": {"repobilityId": "40dfd788200eabb3", "scanner": "scanner-primary", "fingerprint": "e0531f6e35b699ca", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-4d0e93195848d887", "level": "error", "message": {"text": "Dangling fetch: GET https://api.exchangerate-api.com/v4/latest/GBP (src/utils/currency.ts:87)"}, "properties": {"repobilityId": "bd7ca11f7939af7c", "scanner": "scanner-primary", "fingerprint": "4d0e93195848d887", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-f1ecebba58b34527", "level": "error", "message": {"text": "Dangling fetch: POST /api/account/delete (src/components/settings/DangerZone.tsx:38)"}, "properties": {"repobilityId": "b263b586d78ff1c3", "scanner": "scanner-primary", "fingerprint": "f1ecebba58b34527", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-4f71831800eddf5d", "level": "error", "message": {"text": "Dangling fetch: GET http://localhost:3000/api/subscriptions/stripe-status (src/components/subscription/StripeStatusButton.tsx:58)"}, "properties": {"repobilityId": "24afcdb1cc7c679c", "scanner": "scanner-primary", "fingerprint": "4f71831800eddf5d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8836ef09f68b6cfc", "level": "error", "message": {"text": "Dangling fetch: GET http://localhost:3000/api/subscriptions/sync (src/components/subscription/SyncSubscriptionButton.tsx:21)"}, "properties": {"repobilityId": "f408f01122e24136", "scanner": "scanner-primary", "fingerprint": "8836ef09f68b6cfc", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-f5f79ed48d80b3dd", "level": "error", "message": {"text": "Dangling fetch: POST /api/accounts/sync (src/pwa/service-worker.ts:373)"}, "properties": {"repobilityId": "01c320d33b446605", "scanner": "scanner-primary", "fingerprint": "f5f79ed48d80b3dd", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8567130d813fbc71", "level": "error", "message": {"text": "Dangling fetch: GET /api/bills/upcoming (src/pwa/service-worker.ts:402)"}, "properties": {"repobilityId": "76579b184bee6afc", "scanner": "scanner-primary", "fingerprint": "8567130d813fbc71", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-0ae58f2a3914ae4b", "level": "error", "message": {"text": "Dangling fetch: POST /api/investments/prices/update (src/pwa/service-worker.ts:440)"}, "properties": {"repobilityId": "2258121cba593952", "scanner": "scanner-primary", "fingerprint": "0ae58f2a3914ae4b", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-c461ddb9ef0bc16a", "level": "error", "message": {"text": "Dangling fetch: HEAD /api/health (src/pwa/offline-storage.ts:104)"}, "properties": {"repobilityId": "f4df47d265f7656d", "scanner": "scanner-primary", "fingerprint": "c461ddb9ef0bc16a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-534832ad2b1f306f", "level": "error", "message": {"text": "Dangling fetch: POST /api/${options.entity} (src/hooks/useOffline.ts:129)"}, "properties": {"repobilityId": "422d0207edf3359f", "scanner": "scanner-primary", "fingerprint": "534832ad2b1f306f", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-488c2bbfe0ec7882", "level": "error", "message": {"text": "Dangling fetch: PUT /api/${options.entity}/${id} (src/hooks/useOffline.ts:155)"}, "properties": {"repobilityId": "2bf191ae92bc42d7", "scanner": "scanner-primary", "fingerprint": "488c2bbfe0ec7882", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-95c6cb5453b92703", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/${options.entity}/${id} (src/hooks/useOffline.ts:181)"}, "properties": {"repobilityId": "f9ebd8c8e48d6d5a", "scanner": "scanner-primary", "fingerprint": "95c6cb5453b92703", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-8254855b6b6d9b9c", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/ops-alert-test (src/services/bankConnectionService.ts:317)"}, "properties": {"repobilityId": "06284d1c9082f719", "scanner": "scanner-primary", "fingerprint": "8254855b6b6d9b9c", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-bc7545a8ebb5e19e", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/dead-letter-admin (src/services/bankConnectionService.ts:348)"}, "properties": {"repobilityId": "71f296636289eb81", "scanner": "scanner-primary", "fingerprint": "bc7545a8ebb5e19e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-72cf0cc3dedec046", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/dead-letter-admin (src/services/bankConnectionService.ts:387)"}, "properties": {"repobilityId": "e8ee935acbc72dcf", "scanner": "scanner-primary", "fingerprint": "72cf0cc3dedec046", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-0c93e8741794be6f", "level": "error", "message": {"text": "Dangling fetch: GET /api/banking/dead-letter-admin?limit=${parsedLimit} (src/services/bankConnectionService.ts:395)"}, "properties": {"repobilityId": "09eee5004388da05", "scanner": "scanner-primary", "fingerprint": "0c93e8741794be6f", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-a16a2eec0145afd6", "level": "error", "message": {"text": "Dangling fetch: GET /api/banking/connections (src/services/bankConnectionService.ts:476)"}, "properties": {"repobilityId": "28e52a9ed6e20037", "scanner": "scanner-primary", "fingerprint": "a16a2eec0145afd6", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-a16e4873528e1509", "level": "error", "message": {"text": "Dangling fetch: GET /api/banking/health (src/services/bankConnectionService.ts:506)"}, "properties": {"repobilityId": "7254d5e3571b1df7", "scanner": "scanner-primary", "fingerprint": "a16e4873528e1509", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-7d905ca239f00cbd", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/create-link-token (src/services/bankConnectionService.ts:604)"}, "properties": {"repobilityId": "6250cdd4a0c6abed", "scanner": "scanner-primary", "fingerprint": "7d905ca239f00cbd", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-0bc12cb1cde867ed", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/exchange-token (src/services/bankConnectionService.ts:634)"}, "properties": {"repobilityId": "32a34fc1c28860f3", "scanner": "scanner-primary", "fingerprint": "0bc12cb1cde867ed", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-a10f960b56dbc8f5", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/sync-accounts (src/services/bankConnectionService.ts:645)"}, "properties": {"repobilityId": "90cfae9782c3f7e6", "scanner": "scanner-primary", "fingerprint": "a10f960b56dbc8f5", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-e7cc1384d29f36be", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/sync-transactions (src/services/bankConnectionService.ts:650)"}, "properties": {"repobilityId": "aed4dc3d5679b33d", "scanner": "scanner-primary", "fingerprint": "e7cc1384d29f36be", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-10f08b19d5a4c3d5", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/disconnect (src/services/bankConnectionService.ts:691)"}, "properties": {"repobilityId": "bf0f7b9fc8887eb4", "scanner": "scanner-primary", "fingerprint": "10f08b19d5a4c3d5", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-9348dac915f28461", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/discover-accounts (src/services/bankConnectionService.ts:701)"}, "properties": {"repobilityId": "34e844708c0b887f", "scanner": "scanner-primary", "fingerprint": "9348dac915f28461", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-dee4b16fbfd170f5", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/link-accounts (src/services/bankConnectionService.ts:709)"}, "properties": {"repobilityId": "e92a07c8c491eb29", "scanner": "scanner-primary", "fingerprint": "dee4b16fbfd170f5", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-1b588067f5abb32b", "level": "error", "message": {"text": "Dangling fetch: POST /api/banking/sync-transactions (src/services/bankConnectionService.ts:717)"}, "properties": {"repobilityId": "e343c471eb18ec65", "scanner": "scanner-primary", "fingerprint": "1b588067f5abb32b", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-806a407b17a62304", "level": "note", "message": {"text": "Unused endpoint: PUT /api/accounts"}, "properties": {"repobilityId": "8ce9ca39254cf7a4", "scanner": "scanner-primary", "fingerprint": "806a407b17a62304", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8b2a136cd0b35e81", "level": "note", "message": {"text": "Unused endpoint: POST /api/subscriptions"}, "properties": {"repobilityId": "ebf502173aeb543a", "scanner": "scanner-primary", "fingerprint": "8b2a136cd0b35e81", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ada1cfaa9e4bde21", "level": "note", "message": {"text": "Unused endpoint: POST /api/webhooks/stripe"}, "properties": {"repobilityId": "926530d49aeabfe3", "scanner": "scanner-primary", "fingerprint": "ada1cfaa9e4bde21", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}