{"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-c779e0e918963f2f", "name": "Stray `console.log` in TS/JS \u2014 app/server.js:513", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/server.js:513"}, "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-f711212c9c033217", "name": "`truncate` class without `title=` for hover reveal \u2014 app/ui/src/App.tsx:454", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/ui/src/App.tsx:454"}, "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-cd2d9ba0345311f9", "name": "Insecure pattern 'node_child_process' in app/server.js:6", "shortDescription": {"text": "Insecure pattern 'node_child_process' in app/server.js:6"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 20 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-07a503a71fb2d723", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/ui/src/App.tsx:388", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/ui/src/App.tsx:388"}, "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-a0665830dbcd2d75", "name": "Unused endpoint: USE /files", "shortDescription": {"text": "Unused endpoint: USE /files"}, "fullDescription": {"text": "`app/server.js` declares `USE /files` 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-7aa4b2518cbbbfa2", "name": "Unused endpoint: GET /api/config", "shortDescription": {"text": "Unused endpoint: GET /api/config"}, "fullDescription": {"text": "`app/server.js` declares `GET /api/config` 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-bf2e6e2188a510ee", "name": "Unused endpoint: GET /api/sessions", "shortDescription": {"text": "Unused endpoint: GET /api/sessions"}, "fullDescription": {"text": "`app/server.js` declares `GET /api/sessions` 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-944d9b701b3e5c89", "name": "Unused endpoint: POST /api/sessions", "shortDescription": {"text": "Unused endpoint: POST /api/sessions"}, "fullDescription": {"text": "`app/server.js` declares `POST /api/sessions` 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-a7b46f06f6eb426f", "name": "Unused endpoint: GET /api/sessions/:id", "shortDescription": {"text": "Unused endpoint: GET /api/sessions/:id"}, "fullDescription": {"text": "`app/server.js` declares `GET /api/sessions/:id` 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-3d14b16b8bcbea90", "name": "Unused endpoint: PATCH /api/sessions/:id", "shortDescription": {"text": "Unused endpoint: PATCH /api/sessions/:id"}, "fullDescription": {"text": "`app/server.js` declares `PATCH /api/sessions/:id` 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-ae18e966899ef533", "name": "Unused endpoint: DELETE /api/sessions/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/sessions/:id"}, "fullDescription": {"text": "`app/server.js` declares `DELETE /api/sessions/:id` 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-d7e896512165c71b", "name": "Unused endpoint: POST /api/sessions/:id/start", "shortDescription": {"text": "Unused endpoint: POST /api/sessions/:id/start"}, "fullDescription": {"text": "`app/server.js` declares `POST /api/sessions/:id/start` 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-c43da3570a5d3ae8", "name": "Unused endpoint: POST /api/sessions/:id/pause", "shortDescription": {"text": "Unused endpoint: POST /api/sessions/:id/pause"}, "fullDescription": {"text": "`app/server.js` declares `POST /api/sessions/:id/pause` 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-964a0ca848c3230e", "name": "Unused endpoint: POST /api/sessions/:id/stop", "shortDescription": {"text": "Unused endpoint: POST /api/sessions/:id/stop"}, "fullDescription": {"text": "`app/server.js` declares `POST /api/sessions/:id/stop` 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-57c7c33004faab1b", "name": "Unused endpoint: PATCH /api/sessions/:id/transcript/:seg", "shortDescription": {"text": "Unused endpoint: PATCH /api/sessions/:id/transcript/:seg"}, "fullDescription": {"text": "`app/server.js` declares `PATCH /api/sessions/:id/transcript/:seg` 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-0cc96d2f2045f214", "name": "Unused endpoint: PUT /api/sessions/:id/notes", "shortDescription": {"text": "Unused endpoint: PUT /api/sessions/:id/notes"}, "fullDescription": {"text": "`app/server.js` declares `PUT /api/sessions/:id/notes` 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-9a3757d6d74e49e9", "name": "Unused endpoint: GET /api/sessions/:id/notes.md", "shortDescription": {"text": "Unused endpoint: GET /api/sessions/:id/notes.md"}, "fullDescription": {"text": "`app/server.js` declares `GET /api/sessions/:id/notes.md` 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-86814bbf79a183c2", "name": "Unused endpoint: GET /api/sessions/:id/summary.md", "shortDescription": {"text": "Unused endpoint: GET /api/sessions/:id/summary.md"}, "fullDescription": {"text": "`app/server.js` declares `GET /api/sessions/:id/summary.md` 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-3108fe8a6a593de0", "name": "Unused endpoint: POST /api/sessions/:id/notion", "shortDescription": {"text": "Unused endpoint: POST /api/sessions/:id/notion"}, "fullDescription": {"text": "`app/server.js` declares `POST /api/sessions/:id/notion` 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-ea98fef69e24df55", "name": "Unused endpoint: POST /api/sessions/:id/summarize", "shortDescription": {"text": "Unused endpoint: POST /api/sessions/:id/summarize"}, "fullDescription": {"text": "`app/server.js` declares `POST /api/sessions/:id/summarize` 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-7c6e3b28f4d76758", "name": "Unused endpoint: GET /api/sessions/:id/events", "shortDescription": {"text": "Unused endpoint: GET /api/sessions/:id/events"}, "fullDescription": {"text": "`app/server.js` declares `GET /api/sessions/:id/events` 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/23923"}, "properties": {"repository": "Adzouz/TalkNotes", "repoUrl": "https://github.com/Adzouz/TalkNotes", "branch": "main"}, "results": [{"ruleId": "scanner-c779e0e918963f2f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/server.js:513"}, "properties": {"repobilityId": "c400380217bed194", "scanner": "scanner-primary", "fingerprint": "c779e0e918963f2f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f711212c9c033217", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 app/ui/src/App.tsx:454"}, "properties": {"repobilityId": "0cb8c783ddff40d7", "scanner": "scanner-primary", "fingerprint": "f711212c9c033217", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-cd2d9ba0345311f9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in app/server.js:6"}, "properties": {"repobilityId": "7a82857095b81aca", "scanner": "scanner-primary", "fingerprint": "cd2d9ba0345311f9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/server.js"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-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": "301c999f56b6f88f", "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": "15fccaa68d8b4034", "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": "28499633016a0ec3", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "c87646d9595ab72d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-07a503a71fb2d723", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/ui/src/App.tsx:388"}, "properties": {"repobilityId": "41344aa2e51e7ae9", "scanner": "scanner-primary", "fingerprint": "07a503a71fb2d723", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a0665830dbcd2d75", "level": "note", "message": {"text": "Unused endpoint: USE /files"}, "properties": {"repobilityId": "53331af520c7a81a", "scanner": "scanner-primary", "fingerprint": "a0665830dbcd2d75", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7aa4b2518cbbbfa2", "level": "note", "message": {"text": "Unused endpoint: GET /api/config"}, "properties": {"repobilityId": "d077cba8a2b8a2bb", "scanner": "scanner-primary", "fingerprint": "7aa4b2518cbbbfa2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bf2e6e2188a510ee", "level": "note", "message": {"text": "Unused endpoint: GET /api/sessions"}, "properties": {"repobilityId": "671c2cf9d4137cd4", "scanner": "scanner-primary", "fingerprint": "bf2e6e2188a510ee", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-944d9b701b3e5c89", "level": "note", "message": {"text": "Unused endpoint: POST /api/sessions"}, "properties": {"repobilityId": "9cd4a9879b039219", "scanner": "scanner-primary", "fingerprint": "944d9b701b3e5c89", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a7b46f06f6eb426f", "level": "note", "message": {"text": "Unused endpoint: GET /api/sessions/:id"}, "properties": {"repobilityId": "edd09fd56b2933f8", "scanner": "scanner-primary", "fingerprint": "a7b46f06f6eb426f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d14b16b8bcbea90", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/sessions/:id"}, "properties": {"repobilityId": "13eb358a5b01f6ef", "scanner": "scanner-primary", "fingerprint": "3d14b16b8bcbea90", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ae18e966899ef533", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/sessions/:id"}, "properties": {"repobilityId": "6826b583c56d8865", "scanner": "scanner-primary", "fingerprint": "ae18e966899ef533", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d7e896512165c71b", "level": "note", "message": {"text": "Unused endpoint: POST /api/sessions/:id/start"}, "properties": {"repobilityId": "86e1dd809912b0a5", "scanner": "scanner-primary", "fingerprint": "d7e896512165c71b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c43da3570a5d3ae8", "level": "note", "message": {"text": "Unused endpoint: POST /api/sessions/:id/pause"}, "properties": {"repobilityId": "bf5b9022da767113", "scanner": "scanner-primary", "fingerprint": "c43da3570a5d3ae8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-964a0ca848c3230e", "level": "note", "message": {"text": "Unused endpoint: POST /api/sessions/:id/stop"}, "properties": {"repobilityId": "1ae7be0a441b9254", "scanner": "scanner-primary", "fingerprint": "964a0ca848c3230e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-57c7c33004faab1b", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/sessions/:id/transcript/:seg"}, "properties": {"repobilityId": "81f34842255f9690", "scanner": "scanner-primary", "fingerprint": "57c7c33004faab1b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0cc96d2f2045f214", "level": "note", "message": {"text": "Unused endpoint: PUT /api/sessions/:id/notes"}, "properties": {"repobilityId": "909e02441dbe8968", "scanner": "scanner-primary", "fingerprint": "0cc96d2f2045f214", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9a3757d6d74e49e9", "level": "note", "message": {"text": "Unused endpoint: GET /api/sessions/:id/notes.md"}, "properties": {"repobilityId": "638c7f0ecf5d9c43", "scanner": "scanner-primary", "fingerprint": "9a3757d6d74e49e9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-86814bbf79a183c2", "level": "note", "message": {"text": "Unused endpoint: GET /api/sessions/:id/summary.md"}, "properties": {"repobilityId": "da6fbbe979a69356", "scanner": "scanner-primary", "fingerprint": "86814bbf79a183c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3108fe8a6a593de0", "level": "note", "message": {"text": "Unused endpoint: POST /api/sessions/:id/notion"}, "properties": {"repobilityId": "5c2e1973ef312a50", "scanner": "scanner-primary", "fingerprint": "3108fe8a6a593de0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ea98fef69e24df55", "level": "note", "message": {"text": "Unused endpoint: POST /api/sessions/:id/summarize"}, "properties": {"repobilityId": "3474798ab8be39e2", "scanner": "scanner-primary", "fingerprint": "ea98fef69e24df55", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7c6e3b28f4d76758", "level": "note", "message": {"text": "Unused endpoint: GET /api/sessions/:id/events"}, "properties": {"repobilityId": "c92410c2f6159c9b", "scanner": "scanner-primary", "fingerprint": "7c6e3b28f4d76758", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}