{"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-c67888bfc134d61a", "name": "Stray `console.log` in TS/JS \u2014 src/components/common/ResponsiveTable.jsx:304", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/common/ResponsiveTable.jsx:304"}, "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-ce81ff060eceb76a", "name": "Stray `console.log` in TS/JS \u2014 src/components/dashboard/HeadcountSummary.jsx:327", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/dashboard/HeadcountSummary.jsx:327"}, "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-0b9092698994b2a6", "name": "Stray `console.log` in TS/JS \u2014 src/components/tasks/EnhancedTaskDialog.js:561", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/tasks/EnhancedTaskDialog.js:561"}, "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-1cfb74ea157e3d6a", "name": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/InvestorsSection.jsx:466", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/InvestorsSection.jsx:466"}, "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-fd8b5aa1afb091b8", "name": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/CapTableSection.jsx:190", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/CapTableSection.jsx:190"}, "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-c91a31c1a59ccce5", "name": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/InvestorForm.jsx:76", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/InvestorForm.jsx:76"}, "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-8aa8973fb161acb5", "name": "TODO/FIXME marker in shipping code \u2014 src/components/kpis/CustomKpiForm.jsx:149", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/kpis/CustomKpiForm.jsx:149"}, "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-674931abb4c3a732", "name": "Stray `console.log` in TS/JS \u2014 src/contexts/AuthContext.jsx:73", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/contexts/AuthContext.jsx:73"}, "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-da9057be93f4aaea", "name": "Stray `console.log` in TS/JS \u2014 src/services/api.js:47", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/api.js:47"}, "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-700bafa7260e6531", "name": "Runtime dotenv file present in repo: .env", "shortDescription": {"text": "Runtime dotenv file present in repo: .env"}, "fullDescription": {"text": "`.env` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e3e5f17da529370f", "name": "Insecure pattern 'local_storage_auth_token' in src/contexts/AuthContext.jsx:31", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in src/contexts/AuthContext.jsx:31"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a23bfa8bbe4a2631", "name": "Very large file: src/pages/TasksPage.jsx (1867 lines)", "shortDescription": {"text": "Very large file: src/pages/TasksPage.jsx (1867 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0f72d5c4f3a64c6f", "name": "Very large file: src/pages/HeadcountPage.jsx (2432 lines)", "shortDescription": {"text": "Very large file: src/pages/HeadcountPage.jsx (2432 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f11db16b3e62cbd1", "name": "Very large file: src/pages/FinancialsPage.jsx (1777 lines)", "shortDescription": {"text": "Very large file: src/pages/FinancialsPage.jsx (1777 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f71132d81d469bae", "name": "Very large file: src/pages/ProductMilestonesPage.jsx (2615 lines)", "shortDescription": {"text": "Very large file: src/pages/ProductMilestonesPage.jsx (2615 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-79e8a643539d3046", "name": "Very large file: src/pages/InvestorMeetingsPage.jsx (3257 lines)", "shortDescription": {"text": "Very large file: src/pages/InvestorMeetingsPage.jsx (3257 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e4560f00c8d40c93", "name": "Very large file: src/pages/InvestorPresentationPage.jsx (2420 lines)", "shortDescription": {"text": "Very large file: src/pages/InvestorPresentationPage.jsx (2420 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "3 test file(s) for 91 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 37 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 80 placeholder/mock markers across 36 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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-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-a457e6ad08d9a60e", "name": "Commented-code block (5 lines) in src/components/tasks/TaskCalendar.jsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/tasks/TaskCalendar.jsx:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-cf0d17665f4fef42", "name": "Commented-code block (5 lines) in src/components/tasks/ImportTasksDialog.jsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/tasks/ImportTasksDialog.jsx:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c28b6de1533e900b", "name": "Frontend route `/complete-setup/:setupToken` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/complete-setup/:setupToken` has no Link/navigate to it \u2014 src/App.jsx"}, "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-f89373e64525a7fb", "name": "Frontend route `/room/:token` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/room/:token` has no Link/navigate to it \u2014 src/App.jsx"}, "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-c8c59def4dd6c575", "name": "Frontend route `/investor-presentation/:meetingId` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `/investor-presentation/:meetingId` has no Link/navigate to it \u2014 src/App.jsx"}, "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-c87751af7c64edef", "name": "Frontend route `dashboard` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `dashboard` has no Link/navigate to it \u2014 src/App.jsx"}, "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-75f3f5b8f2fe9c4f", "name": "Frontend route `financials` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `financials` has no Link/navigate to it \u2014 src/App.jsx"}, "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-3f30d6ef4030d648", "name": "Frontend route `fundraising` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `fundraising` has no Link/navigate to it \u2014 src/App.jsx"}, "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-5f7e5397221ec402", "name": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.jsx"}, "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-a514556952c3ddf0", "name": "Frontend route `kpis` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `kpis` has no Link/navigate to it \u2014 src/App.jsx"}, "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-41cfed8e9ca1a623", "name": "Frontend route `investor-meetings` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `investor-meetings` has no Link/navigate to it \u2014 src/App.jsx"}, "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-5c6b9a01a653da12", "name": "Frontend route `headcount` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `headcount` has no Link/navigate to it \u2014 src/App.jsx"}, "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-ad161fd98b8a15b6", "name": "Frontend route `reports` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `reports` has no Link/navigate to it \u2014 src/App.jsx"}, "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-f4d5787459b32a4b", "name": "Frontend route `budgets` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `budgets` has no Link/navigate to it \u2014 src/App.jsx"}, "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-2050e645f83510d2", "name": "Frontend route `documents` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `documents` has no Link/navigate to it \u2014 src/App.jsx"}, "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-334d696f6c594565", "name": "Frontend route `tasks` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `tasks` has no Link/navigate to it \u2014 src/App.jsx"}, "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-93728df29f3adaf8", "name": "Frontend route `meetings` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `meetings` has no Link/navigate to it \u2014 src/App.jsx"}, "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-b4b659ba9993940b", "name": "Frontend route `chief-of-staff` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `chief-of-staff` has no Link/navigate to it \u2014 src/App.jsx"}, "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-e9433cf7abcc51f0", "name": "Frontend route `portfolio` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `portfolio` has no Link/navigate to it \u2014 src/App.jsx"}, "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-0397b9bfef44ecc0", "name": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.jsx"}, "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-78287ef3f7ed25e2", "name": "Frontend route `settings/organization` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `settings/organization` has no Link/navigate to it \u2014 src/App.jsx"}, "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-d6bca6b8bbd458ab", "name": "Frontend route `product-milestones` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `product-milestones` has no Link/navigate to it \u2014 src/App.jsx"}, "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-4cb899ef76f839ca", "name": "Frontend route `investor-dashboard` has no Link/navigate to it \u2014 src/App.jsx", "shortDescription": {"text": "Frontend route `investor-dashboard` has no Link/navigate to it \u2014 src/App.jsx"}, "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-494a64ecae4901b8", "name": "Unused endpoint: POST /auth/register-owner", "shortDescription": {"text": "Unused endpoint: POST /auth/register-owner"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /auth/register-owner` 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-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /auth/login` 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-892ee9a21c4c953b", "name": "Unused endpoint: POST /auth/set-active-organization", "shortDescription": {"text": "Unused endpoint: POST /auth/set-active-organization"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /auth/set-active-organization` 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-ac42422b23e45104", "name": "Unused endpoint: GET /auth/me", "shortDescription": {"text": "Unused endpoint: GET /auth/me"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /auth/me` 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-f343d7ebbda4fea9", "name": "Unused endpoint: GET /organizations/my", "shortDescription": {"text": "Unused endpoint: GET /organizations/my"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /organizations/my` 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-a64dc2eeeb7a7b22", "name": "Unused endpoint: PUT /organizations/my", "shortDescription": {"text": "Unused endpoint: PUT /organizations/my"}, "fullDescription": {"text": "`src/services/api.js` declares `PUT /organizations/my` 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-f331662e54e746aa", "name": "Unused endpoint: POST /organizations/my/members/provision", "shortDescription": {"text": "Unused endpoint: POST /organizations/my/members/provision"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /organizations/my/members/provision` 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-908345c16728f28c", "name": "Unused endpoint: GET /organizations/my/members", "shortDescription": {"text": "Unused endpoint: GET /organizations/my/members"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /organizations/my/members` 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-8b1ebec78cfb342b", "name": "Unused endpoint: GET /outreach/profile", "shortDescription": {"text": "Unused endpoint: GET /outreach/profile"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /outreach/profile` 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-c279317556ede2c9", "name": "Unused endpoint: PUT /outreach/profile", "shortDescription": {"text": "Unused endpoint: PUT /outreach/profile"}, "fullDescription": {"text": "`src/services/api.js` declares `PUT /outreach/profile` 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-87006982d08c2bc3", "name": "Unused endpoint: GET /outreach/targets", "shortDescription": {"text": "Unused endpoint: GET /outreach/targets"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /outreach/targets` 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-c0718ae78b3a1dd1", "name": "Unused endpoint: POST /outreach/targets", "shortDescription": {"text": "Unused endpoint: POST /outreach/targets"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /outreach/targets` 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-a10b1e7ddf2af89f", "name": "Unused endpoint: GET /data-rooms", "shortDescription": {"text": "Unused endpoint: GET /data-rooms"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /data-rooms` 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-3faff6fef28a648d", "name": "Unused endpoint: POST /data-rooms", "shortDescription": {"text": "Unused endpoint: POST /data-rooms"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /data-rooms` 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-00fbcaf1a0feb321", "name": "Unused endpoint: GET /data-rooms/links/library", "shortDescription": {"text": "Unused endpoint: GET /data-rooms/links/library"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /data-rooms/links/library` 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-2227be3e9f79b754", "name": "Unused endpoint: GET /dashboard/portfolio", "shortDescription": {"text": "Unused endpoint: GET /dashboard/portfolio"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /dashboard/portfolio` 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-24f4ff3a63c1ad7c", "name": "Unused endpoint: GET /chief-of-staff/brief", "shortDescription": {"text": "Unused endpoint: GET /chief-of-staff/brief"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /chief-of-staff/brief` 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-d653fc4e83a25da8", "name": "Unused endpoint: POST /chief-of-staff/ask", "shortDescription": {"text": "Unused endpoint: POST /chief-of-staff/ask"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /chief-of-staff/ask` 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-9c94dbf916878de2", "name": "Unused endpoint: POST /meetings", "shortDescription": {"text": "Unused endpoint: POST /meetings"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /meetings` 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-7fac1650026c4d09", "name": "Unused endpoint: GET /meetings", "shortDescription": {"text": "Unused endpoint: GET /meetings"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /meetings` 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-4130516f79774490", "name": "Unused endpoint: GET /meetings/decisions/log", "shortDescription": {"text": "Unused endpoint: GET /meetings/decisions/log"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /meetings/decisions/log` 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-6b295c540561b1a5", "name": "Unused endpoint: POST /meetings/decisions/log", "shortDescription": {"text": "Unused endpoint: POST /meetings/decisions/log"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /meetings/decisions/log` 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-ef4e0b1b66de4be9", "name": "Unused endpoint: GET /financials/commitments", "shortDescription": {"text": "Unused endpoint: GET /financials/commitments"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /financials/commitments` 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-299550f493249a69", "name": "Unused endpoint: POST /financials/commitments", "shortDescription": {"text": "Unused endpoint: POST /financials/commitments"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /financials/commitments` 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-d07f7f702e1624b7", "name": "Unused endpoint: POST /financials/expenses", "shortDescription": {"text": "Unused endpoint: POST /financials/expenses"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /financials/expenses` 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-7844fa8816785388", "name": "Unused endpoint: GET /financials/expenses", "shortDescription": {"text": "Unused endpoint: GET /financials/expenses"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /financials/expenses` 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-d121922f670bef01", "name": "Unused endpoint: POST /financials/revenue", "shortDescription": {"text": "Unused endpoint: POST /financials/revenue"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /financials/revenue` 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-27823dabd33c3055", "name": "Unused endpoint: GET /financials/revenue", "shortDescription": {"text": "Unused endpoint: GET /financials/revenue"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /financials/revenue` 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-7851e055db40cee7", "name": "Unused endpoint: POST /financials/bank-accounts", "shortDescription": {"text": "Unused endpoint: POST /financials/bank-accounts"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /financials/bank-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-ef57736fe658f617", "name": "Unused endpoint: GET /financials/bank-accounts", "shortDescription": {"text": "Unused endpoint: GET /financials/bank-accounts"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /financials/bank-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-bd417effb98ffddb", "name": "Unused endpoint: GET /financials/overview", "shortDescription": {"text": "Unused endpoint: GET /financials/overview"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /financials/overview` 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-8ff6964f40207861", "name": "Unused endpoint: GET /financials/fund-utilization", "shortDescription": {"text": "Unused endpoint: GET /financials/fund-utilization"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /financials/fund-utilization` 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-1946c765743af3c3", "name": "Unused endpoint: POST /financials/expenses/auto-categorize", "shortDescription": {"text": "Unused endpoint: POST /financials/expenses/auto-categorize"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /financials/expenses/auto-categorize` 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-db3bc8e64715a557", "name": "Unused endpoint: POST /financials/expenses/bulk-categorize", "shortDescription": {"text": "Unused endpoint: POST /financials/expenses/bulk-categorize"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /financials/expenses/bulk-categorize` 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-af61f1bd2f58bee9", "name": "Unused endpoint: GET /enhanced/transactions/categorization-insights", "shortDescription": {"text": "Unused endpoint: GET /enhanced/transactions/categorization-insights"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /enhanced/transactions/categorization-insights` 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-d439020da35ca32e", "name": "Unused endpoint: POST /enhanced/bank/import", "shortDescription": {"text": "Unused endpoint: POST /enhanced/bank/import"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /enhanced/bank/import` 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-992c9d280f036e2d", "name": "Unused endpoint: GET /enhanced/bank/transactions", "shortDescription": {"text": "Unused endpoint: GET /enhanced/bank/transactions"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /enhanced/bank/transactions` 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-9fef219634ef25e7", "name": "Unused endpoint: GET /enhanced/bank/reconciliation-summary", "shortDescription": {"text": "Unused endpoint: GET /enhanced/bank/reconciliation-summary"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /enhanced/bank/reconciliation-summary` 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-b7c4e12e1e6db2bb", "name": "Unused endpoint: POST /kpis/snapshots", "shortDescription": {"text": "Unused endpoint: POST /kpis/snapshots"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /kpis/snapshots` 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-11759b4ec2ff813d", "name": "Unused endpoint: GET /kpis/snapshots", "shortDescription": {"text": "Unused endpoint: GET /kpis/snapshots"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /kpis/snapshots` 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-07b545d9f3d1890b", "name": "Unused endpoint: GET /kpis/user-growth", "shortDescription": {"text": "Unused endpoint: GET /kpis/user-growth"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /kpis/user-growth` 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-dc2cdfd6a52f6970", "name": "Unused endpoint: GET /kpis/dau-mau-history", "shortDescription": {"text": "Unused endpoint: GET /kpis/dau-mau-history"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /kpis/dau-mau-history` 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-e7e4b05e0cf3a11a", "name": "Unused endpoint: GET /kpis/feature-usage", "shortDescription": {"text": "Unused endpoint: GET /kpis/feature-usage"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /kpis/feature-usage` 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-424f848c006c18c6", "name": "Unused endpoint: GET /kpis/retention", "shortDescription": {"text": "Unused endpoint: GET /kpis/retention"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /kpis/retention` 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-a4e1c5a3e17e0457", "name": "Unused endpoint: GET /kpis/active-user-definition", "shortDescription": {"text": "Unused endpoint: GET /kpis/active-user-definition"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /kpis/active-user-definition` 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-7bec07cf7ed69ef6", "name": "Unused endpoint: POST /enhanced/recurring-transactions", "shortDescription": {"text": "Unused endpoint: POST /enhanced/recurring-transactions"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /enhanced/recurring-transactions` 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-ce1986a43e165ef9", "name": "Unused endpoint: GET /enhanced/recurring-transactions", "shortDescription": {"text": "Unused endpoint: GET /enhanced/recurring-transactions"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /enhanced/recurring-transactions` 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-99f282ec1a6b6055", "name": "Unused endpoint: GET /enhanced/recurring-transactions/upcoming", "shortDescription": {"text": "Unused endpoint: GET /enhanced/recurring-transactions/upcoming"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /enhanced/recurring-transactions/upcoming` 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-bd8df18bcf67f4c1", "name": "Unused endpoint: GET /enhanced/recurring-transactions/summary", "shortDescription": {"text": "Unused endpoint: GET /enhanced/recurring-transactions/summary"}, "fullDescription": {"text": "`src/services/api.js` declares `GET /enhanced/recurring-transactions/summary` 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-c2332bddc962449d", "name": "Unused endpoint: POST /advanced/budgets", "shortDescription": {"text": "Unused endpoint: POST /advanced/budgets"}, "fullDescription": {"text": "`src/services/api.js` declares `POST /advanced/budgets` 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/19027"}, "properties": {"repository": "Scaleupapp-nirpeksh/scaleup-horizon-frontend", "repoUrl": "https://github.com/Scaleupapp-nirpeksh/scaleup-horizon-frontend", "branch": "main"}, "results": [{"ruleId": "scanner-c67888bfc134d61a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/common/ResponsiveTable.jsx:304"}, "properties": {"repobilityId": "50ee596a7838c491", "scanner": "scanner-primary", "fingerprint": "c67888bfc134d61a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ce81ff060eceb76a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/dashboard/HeadcountSummary.jsx:327"}, "properties": {"repobilityId": "40f524c414519963", "scanner": "scanner-primary", "fingerprint": "ce81ff060eceb76a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0b9092698994b2a6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/tasks/EnhancedTaskDialog.js:561"}, "properties": {"repobilityId": "984fbe603cb36d71", "scanner": "scanner-primary", "fingerprint": "0b9092698994b2a6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1cfb74ea157e3d6a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/InvestorsSection.jsx:466"}, "properties": {"repobilityId": "764d680f328773e8", "scanner": "scanner-primary", "fingerprint": "1cfb74ea157e3d6a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fd8b5aa1afb091b8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/CapTableSection.jsx:190"}, "properties": {"repobilityId": "3936805f16c18b06", "scanner": "scanner-primary", "fingerprint": "fd8b5aa1afb091b8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c91a31c1a59ccce5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/fundraising/InvestorForm.jsx:76"}, "properties": {"repobilityId": "d5de0b79f3d921c1", "scanner": "scanner-primary", "fingerprint": "c91a31c1a59ccce5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8aa8973fb161acb5", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/components/kpis/CustomKpiForm.jsx:149"}, "properties": {"repobilityId": "1ffaf4195c0cc40c", "scanner": "scanner-primary", "fingerprint": "8aa8973fb161acb5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-674931abb4c3a732", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/contexts/AuthContext.jsx:73"}, "properties": {"repobilityId": "7f59f169c10d94a1", "scanner": "scanner-primary", "fingerprint": "674931abb4c3a732", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-da9057be93f4aaea", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/api.js:47"}, "properties": {"repobilityId": "5fe82291600890c8", "scanner": "scanner-primary", "fingerprint": "da9057be93f4aaea", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-700bafa7260e6531", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env"}, "properties": {"repobilityId": "4b9c737a445874ba", "scanner": "scanner-primary", "fingerprint": "700bafa7260e6531", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e3e5f17da529370f", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in src/contexts/AuthContext.jsx:31"}, "properties": {"repobilityId": "09ac462f0aec2737", "scanner": "scanner-primary", "fingerprint": "e3e5f17da529370f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/contexts/AuthContext.jsx"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-a23bfa8bbe4a2631", "level": "note", "message": {"text": "Very large file: src/pages/TasksPage.jsx (1867 lines)"}, "properties": {"repobilityId": "8887d8605367faa3", "scanner": "scanner-primary", "fingerprint": "a23bfa8bbe4a2631", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-0f72d5c4f3a64c6f", "level": "note", "message": {"text": "Very large file: src/pages/HeadcountPage.jsx (2432 lines)"}, "properties": {"repobilityId": "61ab66c80a745b95", "scanner": "scanner-primary", "fingerprint": "0f72d5c4f3a64c6f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f11db16b3e62cbd1", "level": "note", "message": {"text": "Very large file: src/pages/FinancialsPage.jsx (1777 lines)"}, "properties": {"repobilityId": "b54dd1dcb013c9de", "scanner": "scanner-primary", "fingerprint": "f11db16b3e62cbd1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f71132d81d469bae", "level": "note", "message": {"text": "Very large file: src/pages/ProductMilestonesPage.jsx (2615 lines)"}, "properties": {"repobilityId": "3792e9eb840b1100", "scanner": "scanner-primary", "fingerprint": "f71132d81d469bae", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-79e8a643539d3046", "level": "note", "message": {"text": "Very large file: src/pages/InvestorMeetingsPage.jsx (3257 lines)"}, "properties": {"repobilityId": "2cff7bc24c0af75a", "scanner": "scanner-primary", "fingerprint": "79e8a643539d3046", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-e4560f00c8d40c93", "level": "note", "message": {"text": "Very large file: src/pages/InvestorPresentationPage.jsx (2420 lines)"}, "properties": {"repobilityId": "b960f40172ce9ca5", "scanner": "scanner-primary", "fingerprint": "e4560f00c8d40c93", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "14f1015dbd52dbde", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4ec8685469945d09", "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": "2ba91f79e0085626", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "281391cad8e00288", "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": "e1482f246ed09ab9", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "e294b6f4eb992f59", "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": "cfcfa6635e591791", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a457e6ad08d9a60e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/tasks/TaskCalendar.jsx:1"}, "properties": {"repobilityId": "4a22f9ddc46549cb", "scanner": "scanner-primary", "fingerprint": "a457e6ad08d9a60e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cf0d17665f4fef42", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/tasks/ImportTasksDialog.jsx:1"}, "properties": {"repobilityId": "4085e8d444edfa68", "scanner": "scanner-primary", "fingerprint": "cf0d17665f4fef42", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c28b6de1533e900b", "level": "warning", "message": {"text": "Frontend route `/complete-setup/:setupToken` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "1420feb259682506", "scanner": "scanner-primary", "fingerprint": "c28b6de1533e900b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f89373e64525a7fb", "level": "warning", "message": {"text": "Frontend route `/room/:token` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "4435e0bf80cd31d8", "scanner": "scanner-primary", "fingerprint": "f89373e64525a7fb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-c8c59def4dd6c575", "level": "warning", "message": {"text": "Frontend route `/investor-presentation/:meetingId` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "e9c0314ce5c50ed1", "scanner": "scanner-primary", "fingerprint": "c8c59def4dd6c575", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-c87751af7c64edef", "level": "warning", "message": {"text": "Frontend route `dashboard` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "8a52963675e09699", "scanner": "scanner-primary", "fingerprint": "c87751af7c64edef", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-75f3f5b8f2fe9c4f", "level": "warning", "message": {"text": "Frontend route `financials` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "184bcf95237b0f41", "scanner": "scanner-primary", "fingerprint": "75f3f5b8f2fe9c4f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3f30d6ef4030d648", "level": "warning", "message": {"text": "Frontend route `fundraising` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "1f61ac7b3f7c2702", "scanner": "scanner-primary", "fingerprint": "3f30d6ef4030d648", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5f7e5397221ec402", "level": "warning", "message": {"text": "Frontend route `analytics` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "6568c58299af7583", "scanner": "scanner-primary", "fingerprint": "5f7e5397221ec402", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a514556952c3ddf0", "level": "warning", "message": {"text": "Frontend route `kpis` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "c47440deeaa4bb5b", "scanner": "scanner-primary", "fingerprint": "a514556952c3ddf0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-41cfed8e9ca1a623", "level": "warning", "message": {"text": "Frontend route `investor-meetings` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "2fa8d85a83962822", "scanner": "scanner-primary", "fingerprint": "41cfed8e9ca1a623", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-5c6b9a01a653da12", "level": "warning", "message": {"text": "Frontend route `headcount` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "29ff506acce04066", "scanner": "scanner-primary", "fingerprint": "5c6b9a01a653da12", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-ad161fd98b8a15b6", "level": "warning", "message": {"text": "Frontend route `reports` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "e40a2eb847535e4f", "scanner": "scanner-primary", "fingerprint": "ad161fd98b8a15b6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f4d5787459b32a4b", "level": "warning", "message": {"text": "Frontend route `budgets` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "5fa1c9b1861fc774", "scanner": "scanner-primary", "fingerprint": "f4d5787459b32a4b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-2050e645f83510d2", "level": "warning", "message": {"text": "Frontend route `documents` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "35b0a730f3ae78a9", "scanner": "scanner-primary", "fingerprint": "2050e645f83510d2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-334d696f6c594565", "level": "warning", "message": {"text": "Frontend route `tasks` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "9773f1b8d4920c7f", "scanner": "scanner-primary", "fingerprint": "334d696f6c594565", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-93728df29f3adaf8", "level": "warning", "message": {"text": "Frontend route `meetings` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "9a1bc64a5ead91c7", "scanner": "scanner-primary", "fingerprint": "93728df29f3adaf8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b4b659ba9993940b", "level": "warning", "message": {"text": "Frontend route `chief-of-staff` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "99388b09a59ea9fd", "scanner": "scanner-primary", "fingerprint": "b4b659ba9993940b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e9433cf7abcc51f0", "level": "warning", "message": {"text": "Frontend route `portfolio` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "98844a1d30f09947", "scanner": "scanner-primary", "fingerprint": "e9433cf7abcc51f0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0397b9bfef44ecc0", "level": "warning", "message": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "6e65d164ae2ddbbb", "scanner": "scanner-primary", "fingerprint": "0397b9bfef44ecc0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-78287ef3f7ed25e2", "level": "warning", "message": {"text": "Frontend route `settings/organization` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "8d2978ae110f8a6f", "scanner": "scanner-primary", "fingerprint": "78287ef3f7ed25e2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d6bca6b8bbd458ab", "level": "warning", "message": {"text": "Frontend route `product-milestones` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "0ef66469e559f75d", "scanner": "scanner-primary", "fingerprint": "d6bca6b8bbd458ab", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-4cb899ef76f839ca", "level": "warning", "message": {"text": "Frontend route `investor-dashboard` has no Link/navigate to it \u2014 src/App.jsx"}, "properties": {"repobilityId": "7e3e4d57235249b2", "scanner": "scanner-primary", "fingerprint": "4cb899ef76f839ca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-494a64ecae4901b8", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register-owner"}, "properties": {"repobilityId": "74023c1cf9937a06", "scanner": "scanner-primary", "fingerprint": "494a64ecae4901b8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "d29ea9e3eeff8bc8", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-892ee9a21c4c953b", "level": "note", "message": {"text": "Unused endpoint: POST /auth/set-active-organization"}, "properties": {"repobilityId": "5fc721fcc4561655", "scanner": "scanner-primary", "fingerprint": "892ee9a21c4c953b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac42422b23e45104", "level": "note", "message": {"text": "Unused endpoint: GET /auth/me"}, "properties": {"repobilityId": "d7f1720f3144bc43", "scanner": "scanner-primary", "fingerprint": "ac42422b23e45104", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f343d7ebbda4fea9", "level": "note", "message": {"text": "Unused endpoint: GET /organizations/my"}, "properties": {"repobilityId": "e2bf3acd0689fe82", "scanner": "scanner-primary", "fingerprint": "f343d7ebbda4fea9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a64dc2eeeb7a7b22", "level": "note", "message": {"text": "Unused endpoint: PUT /organizations/my"}, "properties": {"repobilityId": "9f434534ed647282", "scanner": "scanner-primary", "fingerprint": "a64dc2eeeb7a7b22", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f331662e54e746aa", "level": "note", "message": {"text": "Unused endpoint: POST /organizations/my/members/provision"}, "properties": {"repobilityId": "e7f438848272d5ac", "scanner": "scanner-primary", "fingerprint": "f331662e54e746aa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-908345c16728f28c", "level": "note", "message": {"text": "Unused endpoint: GET /organizations/my/members"}, "properties": {"repobilityId": "23c398d8517173ca", "scanner": "scanner-primary", "fingerprint": "908345c16728f28c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8b1ebec78cfb342b", "level": "note", "message": {"text": "Unused endpoint: GET /outreach/profile"}, "properties": {"repobilityId": "2560876162d38ea9", "scanner": "scanner-primary", "fingerprint": "8b1ebec78cfb342b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c279317556ede2c9", "level": "note", "message": {"text": "Unused endpoint: PUT /outreach/profile"}, "properties": {"repobilityId": "574e9dcc26a8aa32", "scanner": "scanner-primary", "fingerprint": "c279317556ede2c9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-87006982d08c2bc3", "level": "note", "message": {"text": "Unused endpoint: GET /outreach/targets"}, "properties": {"repobilityId": "975f582eeedd83e1", "scanner": "scanner-primary", "fingerprint": "87006982d08c2bc3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c0718ae78b3a1dd1", "level": "note", "message": {"text": "Unused endpoint: POST /outreach/targets"}, "properties": {"repobilityId": "529b5c7685b80b84", "scanner": "scanner-primary", "fingerprint": "c0718ae78b3a1dd1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a10b1e7ddf2af89f", "level": "note", "message": {"text": "Unused endpoint: GET /data-rooms"}, "properties": {"repobilityId": "5ea5a41aba9c41a0", "scanner": "scanner-primary", "fingerprint": "a10b1e7ddf2af89f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3faff6fef28a648d", "level": "note", "message": {"text": "Unused endpoint: POST /data-rooms"}, "properties": {"repobilityId": "8442b1f5c95f9e05", "scanner": "scanner-primary", "fingerprint": "3faff6fef28a648d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-00fbcaf1a0feb321", "level": "note", "message": {"text": "Unused endpoint: GET /data-rooms/links/library"}, "properties": {"repobilityId": "10da34a4f6614147", "scanner": "scanner-primary", "fingerprint": "00fbcaf1a0feb321", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2227be3e9f79b754", "level": "note", "message": {"text": "Unused endpoint: GET /dashboard/portfolio"}, "properties": {"repobilityId": "7ea6b5f59e6dec3f", "scanner": "scanner-primary", "fingerprint": "2227be3e9f79b754", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-24f4ff3a63c1ad7c", "level": "note", "message": {"text": "Unused endpoint: GET /chief-of-staff/brief"}, "properties": {"repobilityId": "485bb8fcf48ae03c", "scanner": "scanner-primary", "fingerprint": "24f4ff3a63c1ad7c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d653fc4e83a25da8", "level": "note", "message": {"text": "Unused endpoint: POST /chief-of-staff/ask"}, "properties": {"repobilityId": "a6c2488ba4104fc8", "scanner": "scanner-primary", "fingerprint": "d653fc4e83a25da8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9c94dbf916878de2", "level": "note", "message": {"text": "Unused endpoint: POST /meetings"}, "properties": {"repobilityId": "111958692b005dd1", "scanner": "scanner-primary", "fingerprint": "9c94dbf916878de2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7fac1650026c4d09", "level": "note", "message": {"text": "Unused endpoint: GET /meetings"}, "properties": {"repobilityId": "9f2f7a87c54f84aa", "scanner": "scanner-primary", "fingerprint": "7fac1650026c4d09", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4130516f79774490", "level": "note", "message": {"text": "Unused endpoint: GET /meetings/decisions/log"}, "properties": {"repobilityId": "7ea8caa2c4ebbc98", "scanner": "scanner-primary", "fingerprint": "4130516f79774490", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6b295c540561b1a5", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/decisions/log"}, "properties": {"repobilityId": "d97e1080d5c1236d", "scanner": "scanner-primary", "fingerprint": "6b295c540561b1a5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ef4e0b1b66de4be9", "level": "note", "message": {"text": "Unused endpoint: GET /financials/commitments"}, "properties": {"repobilityId": "41842f8f0e4ad378", "scanner": "scanner-primary", "fingerprint": "ef4e0b1b66de4be9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-299550f493249a69", "level": "note", "message": {"text": "Unused endpoint: POST /financials/commitments"}, "properties": {"repobilityId": "7ad7e602292ebafa", "scanner": "scanner-primary", "fingerprint": "299550f493249a69", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d07f7f702e1624b7", "level": "note", "message": {"text": "Unused endpoint: POST /financials/expenses"}, "properties": {"repobilityId": "1a8ed90834cd082f", "scanner": "scanner-primary", "fingerprint": "d07f7f702e1624b7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7844fa8816785388", "level": "note", "message": {"text": "Unused endpoint: GET /financials/expenses"}, "properties": {"repobilityId": "42b5b9e871bec863", "scanner": "scanner-primary", "fingerprint": "7844fa8816785388", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d121922f670bef01", "level": "note", "message": {"text": "Unused endpoint: POST /financials/revenue"}, "properties": {"repobilityId": "3b953749461576d1", "scanner": "scanner-primary", "fingerprint": "d121922f670bef01", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-27823dabd33c3055", "level": "note", "message": {"text": "Unused endpoint: GET /financials/revenue"}, "properties": {"repobilityId": "e2df37e0350a70de", "scanner": "scanner-primary", "fingerprint": "27823dabd33c3055", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7851e055db40cee7", "level": "note", "message": {"text": "Unused endpoint: POST /financials/bank-accounts"}, "properties": {"repobilityId": "bfec3904ad4a3ca0", "scanner": "scanner-primary", "fingerprint": "7851e055db40cee7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ef57736fe658f617", "level": "note", "message": {"text": "Unused endpoint: GET /financials/bank-accounts"}, "properties": {"repobilityId": "536220c9cdd0ef9c", "scanner": "scanner-primary", "fingerprint": "ef57736fe658f617", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bd417effb98ffddb", "level": "note", "message": {"text": "Unused endpoint: GET /financials/overview"}, "properties": {"repobilityId": "2e7d67d931123758", "scanner": "scanner-primary", "fingerprint": "bd417effb98ffddb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8ff6964f40207861", "level": "note", "message": {"text": "Unused endpoint: GET /financials/fund-utilization"}, "properties": {"repobilityId": "56e418618b4b52cf", "scanner": "scanner-primary", "fingerprint": "8ff6964f40207861", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1946c765743af3c3", "level": "note", "message": {"text": "Unused endpoint: POST /financials/expenses/auto-categorize"}, "properties": {"repobilityId": "9b6fff7e0fb2e5e9", "scanner": "scanner-primary", "fingerprint": "1946c765743af3c3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db3bc8e64715a557", "level": "note", "message": {"text": "Unused endpoint: POST /financials/expenses/bulk-categorize"}, "properties": {"repobilityId": "3a371d28cb73fa35", "scanner": "scanner-primary", "fingerprint": "db3bc8e64715a557", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-af61f1bd2f58bee9", "level": "note", "message": {"text": "Unused endpoint: GET /enhanced/transactions/categorization-insights"}, "properties": {"repobilityId": "e35e213889fad9b0", "scanner": "scanner-primary", "fingerprint": "af61f1bd2f58bee9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d439020da35ca32e", "level": "note", "message": {"text": "Unused endpoint: POST /enhanced/bank/import"}, "properties": {"repobilityId": "de741aa0339b7642", "scanner": "scanner-primary", "fingerprint": "d439020da35ca32e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-992c9d280f036e2d", "level": "note", "message": {"text": "Unused endpoint: GET /enhanced/bank/transactions"}, "properties": {"repobilityId": "c53a047c35e1cf27", "scanner": "scanner-primary", "fingerprint": "992c9d280f036e2d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9fef219634ef25e7", "level": "note", "message": {"text": "Unused endpoint: GET /enhanced/bank/reconciliation-summary"}, "properties": {"repobilityId": "90b905add0c6f5bb", "scanner": "scanner-primary", "fingerprint": "9fef219634ef25e7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b7c4e12e1e6db2bb", "level": "note", "message": {"text": "Unused endpoint: POST /kpis/snapshots"}, "properties": {"repobilityId": "a654cf02a28f5fa0", "scanner": "scanner-primary", "fingerprint": "b7c4e12e1e6db2bb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-11759b4ec2ff813d", "level": "note", "message": {"text": "Unused endpoint: GET /kpis/snapshots"}, "properties": {"repobilityId": "c826aa1f44583e47", "scanner": "scanner-primary", "fingerprint": "11759b4ec2ff813d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-07b545d9f3d1890b", "level": "note", "message": {"text": "Unused endpoint: GET /kpis/user-growth"}, "properties": {"repobilityId": "16a694f82df92530", "scanner": "scanner-primary", "fingerprint": "07b545d9f3d1890b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dc2cdfd6a52f6970", "level": "note", "message": {"text": "Unused endpoint: GET /kpis/dau-mau-history"}, "properties": {"repobilityId": "e9c530e0437aaa63", "scanner": "scanner-primary", "fingerprint": "dc2cdfd6a52f6970", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e7e4b05e0cf3a11a", "level": "note", "message": {"text": "Unused endpoint: GET /kpis/feature-usage"}, "properties": {"repobilityId": "ab93bae65ff15d0c", "scanner": "scanner-primary", "fingerprint": "e7e4b05e0cf3a11a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-424f848c006c18c6", "level": "note", "message": {"text": "Unused endpoint: GET /kpis/retention"}, "properties": {"repobilityId": "701307f0a57a4a80", "scanner": "scanner-primary", "fingerprint": "424f848c006c18c6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a4e1c5a3e17e0457", "level": "note", "message": {"text": "Unused endpoint: GET /kpis/active-user-definition"}, "properties": {"repobilityId": "853eb051f7471583", "scanner": "scanner-primary", "fingerprint": "a4e1c5a3e17e0457", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7bec07cf7ed69ef6", "level": "note", "message": {"text": "Unused endpoint: POST /enhanced/recurring-transactions"}, "properties": {"repobilityId": "6b76e0c4cfc720d0", "scanner": "scanner-primary", "fingerprint": "7bec07cf7ed69ef6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ce1986a43e165ef9", "level": "note", "message": {"text": "Unused endpoint: GET /enhanced/recurring-transactions"}, "properties": {"repobilityId": "da88f166793a8fb9", "scanner": "scanner-primary", "fingerprint": "ce1986a43e165ef9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-99f282ec1a6b6055", "level": "note", "message": {"text": "Unused endpoint: GET /enhanced/recurring-transactions/upcoming"}, "properties": {"repobilityId": "d2b96ff9f31b8d64", "scanner": "scanner-primary", "fingerprint": "99f282ec1a6b6055", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bd8df18bcf67f4c1", "level": "note", "message": {"text": "Unused endpoint: GET /enhanced/recurring-transactions/summary"}, "properties": {"repobilityId": "849d3537a584c587", "scanner": "scanner-primary", "fingerprint": "bd8df18bcf67f4c1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c2332bddc962449d", "level": "note", "message": {"text": "Unused endpoint: POST /advanced/budgets"}, "properties": {"repobilityId": "f5b712b7e8f55595", "scanner": "scanner-primary", "fingerprint": "c2332bddc962449d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}