{"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-9826d529e593751d", "name": "TODO/FIXME marker in shipping code \u2014 worker.ts:95", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 worker.ts:95"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 27 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d3ca29c72aa382cd", "name": "Commented-code block (5 lines) in worker.ts:93", "shortDescription": {"text": "Commented-code block (5 lines) in worker.ts:93"}, "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-6dc402d8c5ba6980", "name": "`fetch()` without try/.catch or AbortSignal \u2014 worker.ts:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker.ts:21"}, "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-a7d913fe0baa7eba", "name": "Commented-code block (5 lines) in src/types.ts:48", "shortDescription": {"text": "Commented-code block (5 lines) in src/types.ts:48"}, "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-05a1f33c77600f24", "name": "Commented-code block (5 lines) in src/ui/SpeciesThumb.tsx:6", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/SpeciesThumb.tsx:6"}, "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-18704f15bd5dd525", "name": "Commented-code block (6 lines) in src/ui/particles.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/ui/particles.ts:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-aaf5e0c3371665a4", "name": "Commented-code block (7 lines) in src/ui/Lightbox.tsx:7", "shortDescription": {"text": "Commented-code block (7 lines) in src/ui/Lightbox.tsx:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4a3fafdbb0751341", "name": "Commented-code block (5 lines) in src/ui/SpeciesView.tsx:21", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/SpeciesView.tsx:21"}, "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-ef30dc0caf76c90a", "name": "Dangling fetch: POST https://ntfy.sh/${env.NTFY_TOPIC} (worker.ts:102)", "shortDescription": {"text": "Dangling fetch: POST https://ntfy.sh/${env.NTFY_TOPIC} (worker.ts:102)"}, "fullDescription": {"text": "`worker.ts:102` calls `POST https://ntfy.sh/${env.NTFY_TOPIC}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/ntfy.sh/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-75d06826f09bda80", "name": "Dangling fetch: POST /api/save (src/storage.ts:181)", "shortDescription": {"text": "Dangling fetch: POST /api/save (src/storage.ts:181)"}, "fullDescription": {"text": "`src/storage.ts:181` calls `POST /api/save` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/save`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-d799f982a42123af", "name": "Dangling fetch: GET /api/load?k=${encodeURIComponent(key)} (src/storage.ts:212)", "shortDescription": {"text": "Dangling fetch: GET /api/load?k=${encodeURIComponent(key)} (src/storage.ts:212)"}, "fullDescription": {"text": "`src/storage.ts:212` calls `GET /api/load?k=${encodeURIComponent(key)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/load`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3dba932983f6f879", "name": "Unused endpoint: USE /api/save", "shortDescription": {"text": "Unused endpoint: USE /api/save"}, "fullDescription": {"text": "`vite.config.ts` declares `USE /api/save` 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/24179"}, "properties": {"repository": "andresantos62331/cluster_annotator", "repoUrl": "https://github.com/andresantos62331/cluster_annotator", "branch": "main"}, "results": [{"ruleId": "scanner-9826d529e593751d", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 worker.ts:95"}, "properties": {"repobilityId": "81ae07ab853f405e", "scanner": "scanner-primary", "fingerprint": "9826d529e593751d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-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": "6f33093d296c2bea", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "b6d0ebc4e467c01c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "f49e987fd7768bce", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-d3ca29c72aa382cd", "level": "none", "message": {"text": "Commented-code block (5 lines) in worker.ts:93"}, "properties": {"repobilityId": "b1d5db41536f6174", "scanner": "scanner-primary", "fingerprint": "d3ca29c72aa382cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6dc402d8c5ba6980", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 worker.ts:21"}, "properties": {"repobilityId": "52c8d2dc40212a82", "scanner": "scanner-primary", "fingerprint": "6dc402d8c5ba6980", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a7d913fe0baa7eba", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/types.ts:48"}, "properties": {"repobilityId": "0f78cca8443be0aa", "scanner": "scanner-primary", "fingerprint": "a7d913fe0baa7eba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-05a1f33c77600f24", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/SpeciesThumb.tsx:6"}, "properties": {"repobilityId": "c59be0aeb441262f", "scanner": "scanner-primary", "fingerprint": "05a1f33c77600f24", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-18704f15bd5dd525", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/ui/particles.ts:1"}, "properties": {"repobilityId": "0e82744b1c5855b2", "scanner": "scanner-primary", "fingerprint": "18704f15bd5dd525", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aaf5e0c3371665a4", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/ui/Lightbox.tsx:7"}, "properties": {"repobilityId": "ae3890e95d43cad5", "scanner": "scanner-primary", "fingerprint": "aaf5e0c3371665a4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4a3fafdbb0751341", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/SpeciesView.tsx:21"}, "properties": {"repobilityId": "ce32a4eba1646adc", "scanner": "scanner-primary", "fingerprint": "4a3fafdbb0751341", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ef30dc0caf76c90a", "level": "error", "message": {"text": "Dangling fetch: POST https://ntfy.sh/${env.NTFY_TOPIC} (worker.ts:102)"}, "properties": {"repobilityId": "92537af528620cbc", "scanner": "scanner-primary", "fingerprint": "ef30dc0caf76c90a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-75d06826f09bda80", "level": "error", "message": {"text": "Dangling fetch: POST /api/save (src/storage.ts:181)"}, "properties": {"repobilityId": "e27eb2549a0f98c5", "scanner": "scanner-primary", "fingerprint": "75d06826f09bda80", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-d799f982a42123af", "level": "error", "message": {"text": "Dangling fetch: GET /api/load?k=${encodeURIComponent(key)} (src/storage.ts:212)"}, "properties": {"repobilityId": "ded9017b7bb8e2ed", "scanner": "scanner-primary", "fingerprint": "d799f982a42123af", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-3dba932983f6f879", "level": "note", "message": {"text": "Unused endpoint: USE /api/save"}, "properties": {"repobilityId": "44abec5f1844a776", "scanner": "scanner-primary", "fingerprint": "3dba932983f6f879", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}