{"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-b4d565ca64992328", "name": "Stray `console.log` in TS/JS \u2014 server/index.ts:88", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/index.ts:88"}, "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-6da005b842646a01", "name": "TODO/FIXME marker in shipping code \u2014 src/mvpdb/lessons/index.ts:62", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/mvpdb/lessons/index.ts:62"}, "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-ce286a985fad561b", "name": "`truncate` class without `title=` for hover reveal \u2014 src/pages/ReviewBrowsePage.tsx:155", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/ReviewBrowsePage.tsx:155"}, "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-a246c9bfbeada1f5", "name": "TODO/FIXME marker in shipping code \u2014 src/pages/PlacementPage.tsx:26", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/pages/PlacementPage.tsx:26"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 80 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 12 placeholder/mock markers across 10 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-49269d6c852cda4c", "name": "Commented-code block (5 lines) in server/index.ts:67", "shortDescription": {"text": "Commented-code block (5 lines) in server/index.ts:67"}, "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-09132dfaafb2e78b", "name": "Commented-code block (5 lines) in server/db.ts:12", "shortDescription": {"text": "Commented-code block (5 lines) in server/db.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-a22632f7622c0f70", "name": "Legacy-named symbol `srs_cards_v1` in src/services/srsStorage.ts:4", "shortDescription": {"text": "Legacy-named symbol `srs_cards_v1` in src/services/srsStorage.ts:4"}, "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-4e3c7f128cc0718a", "name": "Legacy-named symbol `languageloader_gamification_v1` in src/services/gamificationService.ts:23", "shortDescription": {"text": "Legacy-named symbol `languageloader_gamification_v1` in src/services/gamificationService.ts:23"}, "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-7c5c6ebcf8a741a9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/syncService.ts:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/syncService.ts:63"}, "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-2cd3008b7ffa92e3", "name": "Legacy-named symbol `languageloader_srs_items_v1` in src/services/db.ts:107", "shortDescription": {"text": "Legacy-named symbol `languageloader_srs_items_v1` in src/services/db.ts:107"}, "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-23165eb775139c55", "name": "Legacy-named symbol `languageloader_srs_items_v1` in src/services/srsItemService.ts:18", "shortDescription": {"text": "Legacy-named symbol `languageloader_srs_items_v1` in src/services/srsItemService.ts:18"}, "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-7f1bec1fd65c0879", "name": "Frontend route `/reset-password` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/reset-password` 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-db7bf17d4f65613d", "name": "Frontend route `/lesson/:lessonId` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/lesson/:lessonId` 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-1e2231f25a787eb2", "name": "Frontend route `/debug` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/debug` 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-730bbade3a26910d", "name": "Frontend route `/demo` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/demo` 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-dc760497c702369f", "name": "Frontend route `/sign-in` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/sign-in` 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-1e2265d37ff14c5e", "name": "Frontend route `/sign-up` has no Link/navigate to it \u2014 src/App.tsx", "shortDescription": {"text": "Frontend route `/sign-up` 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-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`server/index.ts` declares `USE /api` 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-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`server/routes.ts` declares `GET /api/health` 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-6467d9f17323324b", "name": "Unused endpoint: GET /api/auth/user", "shortDescription": {"text": "Unused endpoint: GET /api/auth/user"}, "fullDescription": {"text": "`server/routes.ts` declares `GET /api/auth/user` 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/20867"}, "properties": {"repository": "tbone255/languageloader-fe", "repoUrl": "https://github.com/tbone255/languageloader-fe", "branch": "main"}, "results": [{"ruleId": "scanner-b4d565ca64992328", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/index.ts:88"}, "properties": {"repobilityId": "b4961a877930fd2f", "scanner": "scanner-primary", "fingerprint": "b4d565ca64992328", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6da005b842646a01", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/mvpdb/lessons/index.ts:62"}, "properties": {"repobilityId": "4a180ed1f0ab880e", "scanner": "scanner-primary", "fingerprint": "6da005b842646a01", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-ce286a985fad561b", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/pages/ReviewBrowsePage.tsx:155"}, "properties": {"repobilityId": "bafbd4019b9db7d5", "scanner": "scanner-primary", "fingerprint": "ce286a985fad561b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-a246c9bfbeada1f5", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/pages/PlacementPage.tsx:26"}, "properties": {"repobilityId": "aca5837a9e9ae184", "scanner": "scanner-primary", "fingerprint": "a246c9bfbeada1f5", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e24bf0aa053c39db", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "b7b6abfd211d296d", "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": "66429544ad324963", "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": "dce96eb328b928f6", "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": "44b35415ca991952", "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": "969883e9aa58218d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-49269d6c852cda4c", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/index.ts:67"}, "properties": {"repobilityId": "34e3e3198450708b", "scanner": "scanner-primary", "fingerprint": "49269d6c852cda4c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-09132dfaafb2e78b", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/db.ts:12"}, "properties": {"repobilityId": "82fc2cf57d059663", "scanner": "scanner-primary", "fingerprint": "09132dfaafb2e78b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a22632f7622c0f70", "level": "note", "message": {"text": "Legacy-named symbol `srs_cards_v1` in src/services/srsStorage.ts:4"}, "properties": {"repobilityId": "55310a09258c4124", "scanner": "scanner-primary", "fingerprint": "a22632f7622c0f70", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-4e3c7f128cc0718a", "level": "note", "message": {"text": "Legacy-named symbol `languageloader_gamification_v1` in src/services/gamificationService.ts:23"}, "properties": {"repobilityId": "5bf9e534f2d07afd", "scanner": "scanner-primary", "fingerprint": "4e3c7f128cc0718a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7c5c6ebcf8a741a9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/services/syncService.ts:63"}, "properties": {"repobilityId": "ea880c9554c82f50", "scanner": "scanner-primary", "fingerprint": "7c5c6ebcf8a741a9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2cd3008b7ffa92e3", "level": "note", "message": {"text": "Legacy-named symbol `languageloader_srs_items_v1` in src/services/db.ts:107"}, "properties": {"repobilityId": "ab814220e73b5a40", "scanner": "scanner-primary", "fingerprint": "2cd3008b7ffa92e3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-23165eb775139c55", "level": "note", "message": {"text": "Legacy-named symbol `languageloader_srs_items_v1` in src/services/srsItemService.ts:18"}, "properties": {"repobilityId": "3f5c888a88ce890f", "scanner": "scanner-primary", "fingerprint": "23165eb775139c55", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7f1bec1fd65c0879", "level": "warning", "message": {"text": "Frontend route `/reset-password` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "934747c714145754", "scanner": "scanner-primary", "fingerprint": "7f1bec1fd65c0879", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-db7bf17d4f65613d", "level": "warning", "message": {"text": "Frontend route `/lesson/:lessonId` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "eb2242a05fe62343", "scanner": "scanner-primary", "fingerprint": "db7bf17d4f65613d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1e2231f25a787eb2", "level": "warning", "message": {"text": "Frontend route `/debug` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "11fd1af5ea53cfc9", "scanner": "scanner-primary", "fingerprint": "1e2231f25a787eb2", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-730bbade3a26910d", "level": "warning", "message": {"text": "Frontend route `/demo` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "09a3bbebd06ab3cf", "scanner": "scanner-primary", "fingerprint": "730bbade3a26910d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dc760497c702369f", "level": "warning", "message": {"text": "Frontend route `/sign-in` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "ebc0df52e56bf405", "scanner": "scanner-primary", "fingerprint": "dc760497c702369f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-1e2265d37ff14c5e", "level": "warning", "message": {"text": "Frontend route `/sign-up` has no Link/navigate to it \u2014 src/App.tsx"}, "properties": {"repobilityId": "f13dd4f9b35cfc1e", "scanner": "scanner-primary", "fingerprint": "1e2265d37ff14c5e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "0a86e1e7408d17f7", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "54492c2b662dbb0c", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6467d9f17323324b", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/user"}, "properties": {"repobilityId": "6f42bc20fa5e0191", "scanner": "scanner-primary", "fingerprint": "6467d9f17323324b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}