{"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-9dba955163966aba", "name": "Stray `console.log` in TS/JS \u2014 server/src/auth/auth.service.ts:57", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/src/auth/auth.service.ts:57"}, "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-0e5d95cfa8831e3c", "name": "Icon-only button without accessible name \u2014 client/src/components/Modal.tsx:26", "shortDescription": {"text": "Icon-only button without accessible name \u2014 client/src/components/Modal.tsx:26"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-91923f4590802158", "name": "Stray `console.log` in TS/JS \u2014 client/src/pages/onboarding/OnboardingPage.tsx:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 client/src/pages/onboarding/OnboardingPage.tsx:63"}, "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-8b93cc5e41786a79", "name": "Icon-only button without accessible name \u2014 client/src/pages/meeting/AgendaTracker.tsx:150", "shortDescription": {"text": "Icon-only button without accessible name \u2014 client/src/pages/meeting/AgendaTracker.tsx:150"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3f9dfa2b4d1ef02e", "name": "Stray `console.log` in TS/JS \u2014 client/src/lib/apiFetch.ts:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 client/src/lib/apiFetch.ts:14"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d7158aa1e38492c6", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a5372262b986b32", "name": "Dockerfile runs as root: client/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: client/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f187c4bdbf81da3b", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3493e03230fe674c", "name": "Docker base image is tag-pinned but not digest-pinned: alpine:3", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: alpine:3"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-07102ac43722dfff", "name": "Insecure pattern 'direct_innerhtml_assignment' in client/src/pages/dashboard/report/ReportPage.tsx:64", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in client/src/pages/dashboard/report/ReportPage.tsx:64"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-32707f1e4ac2170a", "name": "Insecure pattern 'local_storage_auth_token' in client/src/lib/api.ts:33", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in client/src/lib/api.ts:33"}, "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-089624f86693d320", "name": "Insecure pattern 'local_storage_auth_token' in client/src/lib/auth.ts:22", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in client/src/lib/auth.ts:22"}, "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-f331b1e7af1aab3c", "name": "Insecure pattern 'direct_innerhtml_assignment' in client/electron/preload/index.ts:93", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in client/electron/preload/index.ts:93"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a395ae8a7f07b7d1", "name": "Insecure pattern 'direct_innerhtml_assignment' in design/\ubb34\uc784\ud558\ucc28-web.html:1634", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in design/\ubb34\uc784\ud558\ucc28-web.html:1634"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-12d3cc95d4287784", "name": "Insecure pattern 'direct_innerhtml_assignment' in design/\ubb34\uc784\ud558\ucc28-elastic.html:2114", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in design/\ubb34\uc784\ud558\ucc28-elastic.html:2114"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7445cfdfabacbd54", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9e7af4f8ebfcb421", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 127 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 19 placeholder/mock markers across 9 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-d478b913f7bc7948", "name": "Commented-code block (5 lines) in server/src/data-source.ts:38", "shortDescription": {"text": "Commented-code block (5 lines) in server/src/data-source.ts:38"}, "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-0491847392c1c756", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/src/auth/auth.service.ts:153", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/src/auth/auth.service.ts:153"}, "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-8581faaf9cd4742f", "name": "Commented-code block (6 lines) in server/src/contributions/contribution.client.ts:22", "shortDescription": {"text": "Commented-code block (6 lines) in server/src/contributions/contribution.client.ts:22"}, "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-f7d0fe2475f7947c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/pages/meeting/ContributionDashboard.tsx:88", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/pages/meeting/ContributionDashboard.tsx:88"}, "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-03419773800981e3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/api.ts:26", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/api.ts:26"}, "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-c0345fccc5491ff9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/auth.ts:10", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/auth.ts:10"}, "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-5766dc24db809018", "name": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 client/src/App.tsx", "shortDescription": {"text": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 client/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-52dfc33378dc2a64", "name": "Frontend route `/dashboard/:teamId/*` has no Link/navigate to it \u2014 client/src/App.tsx", "shortDescription": {"text": "Frontend route `/dashboard/:teamId/*` has no Link/navigate to it \u2014 client/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-9c7afb6849e24eae", "name": "Frontend route `/meetings/:meetingId/report` has no Link/navigate to it \u2014 client/src/App.tsx", "shortDescription": {"text": "Frontend route `/meetings/:meetingId/report` has no Link/navigate to it \u2014 client/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-a23e6654f4ace6af", "name": "Frontend route `/terms` has no Link/navigate to it \u2014 client/src/App.tsx", "shortDescription": {"text": "Frontend route `/terms` has no Link/navigate to it \u2014 client/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-39779f4aa551acfc", "name": "Frontend route `meeting` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx", "shortDescription": {"text": "Frontend route `meeting` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.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-b5eafdb2a195edfb", "name": "Frontend route `tasks` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx", "shortDescription": {"text": "Frontend route `tasks` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.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-115c56741b0673dd", "name": "Frontend route `report` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx", "shortDescription": {"text": "Frontend route `report` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.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-6cee1ce097fb8f3d", "name": "Frontend route `settings` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx", "shortDescription": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.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-109bb129d21b7c2d", "name": "Dangling fetch: POST https://api.openai.com/v1/chat/completions (server/src/llm/llm.service.ts:157)", "shortDescription": {"text": "Dangling fetch: POST https://api.openai.com/v1/chat/completions (server/src/llm/llm.service.ts:157)"}, "fullDescription": {"text": "`server/src/llm/llm.service.ts:157` calls `POST https://api.openai.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.openai.com/v1/chat/completions`\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-3286540266c18989", "name": "Dangling fetch: POST https://kauth.kakao.com/oauth/token (server/src/auth/auth.service.ts:153)", "shortDescription": {"text": "Dangling fetch: POST https://kauth.kakao.com/oauth/token (server/src/auth/auth.service.ts:153)"}, "fullDescription": {"text": "`server/src/auth/auth.service.ts:153` calls `POST https://kauth.kakao.com/oauth/token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/kauth.kakao.com/oauth/token`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2cd4d788cb9ff947", "name": "Dangling fetch: GET https://kapi.kakao.com/v2/user/me (server/src/auth/auth.service.ts:169)", "shortDescription": {"text": "Dangling fetch: GET https://kapi.kakao.com/v2/user/me (server/src/auth/auth.service.ts:169)"}, "fullDescription": {"text": "`server/src/auth/auth.service.ts:169` calls `GET https://kapi.kakao.com/v2/user/me` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/kapi.kakao.com/v2/user/me`\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-66924cfd87d8302d", "name": "Dangling fetch: POST https://kapi.kakao.com/v1/user/unlink (server/src/auth/auth.service.ts:247)", "shortDescription": {"text": "Dangling fetch: POST https://kapi.kakao.com/v1/user/unlink (server/src/auth/auth.service.ts:247)"}, "fullDescription": {"text": "`server/src/auth/auth.service.ts:247` calls `POST https://kapi.kakao.com/v1/user/unlink` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/kapi.kakao.com/v1/user/unlink`\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-09380d1aeb4a3eff", "name": "Unused endpoint: GET /meetings/:id", "shortDescription": {"text": "Unused endpoint: GET /meetings/:id"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `GET /meetings/: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-c2d281c15ae20dce", "name": "Unused endpoint: PATCH /meetings/:id", "shortDescription": {"text": "Unused endpoint: PATCH /meetings/:id"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `PATCH /meetings/: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-9e39cce21b04bd20", "name": "Unused endpoint: DELETE /meetings/:id", "shortDescription": {"text": "Unused endpoint: DELETE /meetings/:id"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `DELETE /meetings/: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-6bcd1ae54d9fb34a", "name": "Unused endpoint: POST /meetings/:id/start", "shortDescription": {"text": "Unused endpoint: POST /meetings/:id/start"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `POST /meetings/: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-71aad5e67d4c2695", "name": "Unused endpoint: POST /meetings/:id/end", "shortDescription": {"text": "Unused endpoint: POST /meetings/:id/end"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `POST /meetings/:id/end` 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-601ef27502bd75f7", "name": "Unused endpoint: GET /meetings/:id/transcript", "shortDescription": {"text": "Unused endpoint: GET /meetings/:id/transcript"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `GET /meetings/:id/transcript` 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-e5ea06bf1ff7ea46", "name": "Unused endpoint: POST /meetings/:id/summarize", "shortDescription": {"text": "Unused endpoint: POST /meetings/:id/summarize"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `POST /meetings/: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-1ad6db2ebc7296a1", "name": "Unused endpoint: POST /meetings/:id/confirm", "shortDescription": {"text": "Unused endpoint: POST /meetings/:id/confirm"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `POST /meetings/:id/confirm` 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-4933237f23c6c6aa", "name": "Unused endpoint: POST /meetings/:id/contributions/recompute", "shortDescription": {"text": "Unused endpoint: POST /meetings/:id/contributions/recompute"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `POST /meetings/:id/contributions/recompute` 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-1ba4b89bb86bcdfa", "name": "Unused endpoint: PATCH /meetings/:id/utterances/batch", "shortDescription": {"text": "Unused endpoint: PATCH /meetings/:id/utterances/batch"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `PATCH /meetings/:id/utterances/batch` 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-cd2513f43439b051", "name": "Unused endpoint: PATCH /meetings/:id/utterances/:utteranceId", "shortDescription": {"text": "Unused endpoint: PATCH /meetings/:id/utterances/:utteranceId"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `PATCH /meetings/:id/utterances/:utteranceId` 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-f50f024740542de6", "name": "Unused endpoint: DELETE /meetings/:id/utterances/:utteranceId", "shortDescription": {"text": "Unused endpoint: DELETE /meetings/:id/utterances/:utteranceId"}, "fullDescription": {"text": "`server/src/meetings/meetings.controller.ts` declares `DELETE /meetings/:id/utterances/:utteranceId` 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-22ed480558831c12", "name": "Unused endpoint: GET /meetings/:id/report", "shortDescription": {"text": "Unused endpoint: GET /meetings/:id/report"}, "fullDescription": {"text": "`server/src/reports/reports.controller.ts` declares `GET /meetings/:id/report` 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-16ed106e528863e4", "name": "Unused endpoint: GET /auth/kakao/url", "shortDescription": {"text": "Unused endpoint: GET /auth/kakao/url"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `GET /auth/kakao/url` 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-11472b2f0d68f359", "name": "Unused endpoint: GET /auth/kakao/callback", "shortDescription": {"text": "Unused endpoint: GET /auth/kakao/callback"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `GET /auth/kakao/callback` 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-b659160f12f8c49b", "name": "Unused endpoint: POST /auth/kakao", "shortDescription": {"text": "Unused endpoint: POST /auth/kakao"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `POST /auth/kakao` 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-00817d7995e674fb", "name": "Unused endpoint: PATCH /auth/profile", "shortDescription": {"text": "Unused endpoint: PATCH /auth/profile"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `PATCH /auth/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-ac42422b23e45104", "name": "Unused endpoint: GET /auth/me", "shortDescription": {"text": "Unused endpoint: GET /auth/me"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` 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-b36892106ecdc9aa", "name": "Unused endpoint: POST /auth/refresh", "shortDescription": {"text": "Unused endpoint: POST /auth/refresh"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `POST /auth/refresh` 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-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `POST /auth/logout` 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-e033929b6c671b31", "name": "Unused endpoint: DELETE /auth/me", "shortDescription": {"text": "Unused endpoint: DELETE /auth/me"}, "fullDescription": {"text": "`server/src/auth/auth.controller.ts` declares `DELETE /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-291a4c3c1396159b", "name": "Unused endpoint: POST /teams/join", "shortDescription": {"text": "Unused endpoint: POST /teams/join"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `POST /teams/join` 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-8e3ed5c1cc2fad0f", "name": "Unused endpoint: GET /teams/:id", "shortDescription": {"text": "Unused endpoint: GET /teams/:id"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `GET /teams/: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-f0e380da2d5548de", "name": "Unused endpoint: PATCH /teams/:id", "shortDescription": {"text": "Unused endpoint: PATCH /teams/:id"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `PATCH /teams/: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-8c2a58d669193537", "name": "Unused endpoint: POST /teams/:id/invite-code", "shortDescription": {"text": "Unused endpoint: POST /teams/:id/invite-code"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `POST /teams/:id/invite-code` 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-68c8af37a71ce000", "name": "Unused endpoint: DELETE /teams/:id", "shortDescription": {"text": "Unused endpoint: DELETE /teams/:id"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `DELETE /teams/: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-34b55868cfdfb25c", "name": "Unused endpoint: PATCH /teams/:id/leader", "shortDescription": {"text": "Unused endpoint: PATCH /teams/:id/leader"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `PATCH /teams/:id/leader` 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-0671b69a45cfa46e", "name": "Unused endpoint: DELETE /teams/:id/members/me", "shortDescription": {"text": "Unused endpoint: DELETE /teams/:id/members/me"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `DELETE /teams/:id/members/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-e6c14b8e7ce9cf3b", "name": "Unused endpoint: DELETE /teams/:id/members/:userId", "shortDescription": {"text": "Unused endpoint: DELETE /teams/:id/members/:userId"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `DELETE /teams/:id/members/:userId` 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-f0148d7b38349afa", "name": "Unused endpoint: GET /teams/:id/settings", "shortDescription": {"text": "Unused endpoint: GET /teams/:id/settings"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `GET /teams/:id/settings` 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-0b46cdcd6c4663ad", "name": "Unused endpoint: PATCH /teams/:id/settings", "shortDescription": {"text": "Unused endpoint: PATCH /teams/:id/settings"}, "fullDescription": {"text": "`server/src/teams/teams.controller.ts` declares `PATCH /teams/:id/settings` 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-9531519610ea04e7", "name": "Unused endpoint: PATCH /action-items/:id", "shortDescription": {"text": "Unused endpoint: PATCH /action-items/:id"}, "fullDescription": {"text": "`server/src/action-items/action-items.controller.ts` declares `PATCH /action-items/: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-b8615b2f23610909", "name": "Unused endpoint: DELETE /action-items/:id", "shortDescription": {"text": "Unused endpoint: DELETE /action-items/:id"}, "fullDescription": {"text": "`server/src/action-items/action-items.controller.ts` declares `DELETE /action-items/: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-a43e500ce1ea7962", "name": "Unused endpoint: GET /meetings/:id/contributions", "shortDescription": {"text": "Unused endpoint: GET /meetings/:id/contributions"}, "fullDescription": {"text": "`server/src/contributions/contributions.controller.ts` declares `GET /meetings/:id/contributions` 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-8cc6401885a3527f", "name": "Unused endpoint: GET /teams/:id/contributions", "shortDescription": {"text": "Unused endpoint: GET /teams/:id/contributions"}, "fullDescription": {"text": "`server/src/contributions/contributions.controller.ts` declares `GET /teams/:id/contributions` 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-9eec0d6a608d78c2", "name": "Unused endpoint: PATCH /notifications/:id/read", "shortDescription": {"text": "Unused endpoint: PATCH /notifications/:id/read"}, "fullDescription": {"text": "`server/src/notifications/notifications.controller.ts` declares `PATCH /notifications/:id/read` 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-1b93f5ab485027b7", "name": "Unused endpoint: POST /notifications/read-all", "shortDescription": {"text": "Unused endpoint: POST /notifications/read-all"}, "fullDescription": {"text": "`server/src/notifications/notifications.controller.ts` declares `POST /notifications/read-all` 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-487edbedbae53c47", "name": "Unused endpoint: GET /meetings/:meetingId/agendas", "shortDescription": {"text": "Unused endpoint: GET /meetings/:meetingId/agendas"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `GET /meetings/:meetingId/agendas` 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-4959d73ab3187651", "name": "Unused endpoint: POST /meetings/:meetingId/agendas", "shortDescription": {"text": "Unused endpoint: POST /meetings/:meetingId/agendas"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `POST /meetings/:meetingId/agendas` 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-c891c85f4d3f0e79", "name": "Unused endpoint: PATCH /agendas/:id", "shortDescription": {"text": "Unused endpoint: PATCH /agendas/:id"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `PATCH /agendas/: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-d115040e7a7c497a", "name": "Unused endpoint: DELETE /agendas/:id", "shortDescription": {"text": "Unused endpoint: DELETE /agendas/:id"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `DELETE /agendas/: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-8918d596e22a0b6b", "name": "Unused endpoint: POST /meetings/:meetingId/agendas/generate", "shortDescription": {"text": "Unused endpoint: POST /meetings/:meetingId/agendas/generate"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `POST /meetings/:meetingId/agendas/generate` 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-94aad8765ba87e4c", "name": "Unused endpoint: POST /agendas/:id/activate", "shortDescription": {"text": "Unused endpoint: POST /agendas/:id/activate"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `POST /agendas/:id/activate` 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-7eab64faf220610d", "name": "Unused endpoint: POST /agendas/:id/summarize", "shortDescription": {"text": "Unused endpoint: POST /agendas/:id/summarize"}, "fullDescription": {"text": "`server/src/agendas/agendas.controller.ts` declares `POST /agendas/: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-b4d94a06d8c0ebc1", "name": "Unused endpoint: PATCH /decisions/:id", "shortDescription": {"text": "Unused endpoint: PATCH /decisions/:id"}, "fullDescription": {"text": "`server/src/decisions/decisions.controller.ts` declares `PATCH /decisions/: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-b11fcc1967a52dda", "name": "Unused endpoint: DELETE /decisions/:id", "shortDescription": {"text": "Unused endpoint: DELETE /decisions/:id"}, "fullDescription": {"text": "`server/src/decisions/decisions.controller.ts` declares `DELETE /decisions/: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}}]}}, "automationDetails": {"id": "repobility/24857"}, "properties": {"repository": "cc-team-8/mooimhacha", "repoUrl": "https://github.com/cc-team-8/mooimhacha", "branch": "main"}, "results": [{"ruleId": "scanner-9dba955163966aba", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/src/auth/auth.service.ts:57"}, "properties": {"repobilityId": "4e60d1c5cc976be8", "scanner": "scanner-primary", "fingerprint": "9dba955163966aba", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0e5d95cfa8831e3c", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 client/src/components/Modal.tsx:26"}, "properties": {"repobilityId": "d156210d0617cd38", "scanner": "scanner-primary", "fingerprint": "0e5d95cfa8831e3c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-91923f4590802158", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 client/src/pages/onboarding/OnboardingPage.tsx:63"}, "properties": {"repobilityId": "84cb2013f1b95e63", "scanner": "scanner-primary", "fingerprint": "91923f4590802158", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8b93cc5e41786a79", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 client/src/pages/meeting/AgendaTracker.tsx:150"}, "properties": {"repobilityId": "544d8514fdb6c173", "scanner": "scanner-primary", "fingerprint": "8b93cc5e41786a79", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-3f9dfa2b4d1ef02e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 client/src/lib/apiFetch.ts:14"}, "properties": {"repobilityId": "898eedcf41f9211a", "scanner": "scanner-primary", "fingerprint": "3f9dfa2b4d1ef02e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d7158aa1e38492c6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "39bd7d9b83e27670", "scanner": "scanner-primary", "fingerprint": "d7158aa1e38492c6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/Dockerfile"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-d7158aa1e38492c6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "8a9568a92f08b282", "scanner": "scanner-primary", "fingerprint": "d7158aa1e38492c6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/Dockerfile"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-d7158aa1e38492c6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "17158fba52429588", "scanner": "scanner-primary", "fingerprint": "d7158aa1e38492c6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/Dockerfile"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-7a5372262b986b32", "level": "warning", "message": {"text": "Dockerfile runs as root: client/Dockerfile"}, "properties": {"repobilityId": "69cefdb82778fb05", "scanner": "scanner-primary", "fingerprint": "7a5372262b986b32", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-f187c4bdbf81da3b", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "52e3bb11efb9b539", "scanner": "scanner-primary", "fingerprint": "f187c4bdbf81da3b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/Dockerfile"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-3493e03230fe674c", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: alpine:3"}, "properties": {"repobilityId": "92e691f0b5489b87", "scanner": "scanner-primary", "fingerprint": "3493e03230fe674c", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/Dockerfile"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-07102ac43722dfff", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in client/src/pages/dashboard/report/ReportPage.tsx:64"}, "properties": {"repobilityId": "ae1ffb4ff1fd5623", "scanner": "scanner-primary", "fingerprint": "07102ac43722dfff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/src/pages/dashboard/report/ReportPage.tsx"}, "region": {"startLine": 64}}}]}, {"ruleId": "scanner-32707f1e4ac2170a", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in client/src/lib/api.ts:33"}, "properties": {"repobilityId": "3a7f18ce9032a08b", "scanner": "scanner-primary", "fingerprint": "32707f1e4ac2170a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/src/lib/api.ts"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-089624f86693d320", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in client/src/lib/auth.ts:22"}, "properties": {"repobilityId": "6ad04d8499776d45", "scanner": "scanner-primary", "fingerprint": "089624f86693d320", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/src/lib/auth.ts"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-f331b1e7af1aab3c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in client/electron/preload/index.ts:93"}, "properties": {"repobilityId": "de9c00d11486f1c6", "scanner": "scanner-primary", "fingerprint": "f331b1e7af1aab3c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "client/electron/preload/index.ts"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-a395ae8a7f07b7d1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in design/\ubb34\uc784\ud558\ucc28-web.html:1634"}, "properties": {"repobilityId": "67e280d906ef0cd4", "scanner": "scanner-primary", "fingerprint": "a395ae8a7f07b7d1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "design/\ubb34\uc784\ud558\ucc28-web.html"}, "region": {"startLine": 1634}}}]}, {"ruleId": "scanner-12d3cc95d4287784", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in design/\ubb34\uc784\ud558\ucc28-elastic.html:2114"}, "properties": {"repobilityId": "214437da4c2dce32", "scanner": "scanner-primary", "fingerprint": "12d3cc95d4287784", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "design/\ubb34\uc784\ud558\ucc28-elastic.html"}, "region": {"startLine": 2114}}}]}, {"ruleId": "scanner-7445cfdfabacbd54", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d0f3dccacfc64d01", "scanner": "scanner-primary", "fingerprint": "7445cfdfabacbd54", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci-client.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-9e7af4f8ebfcb421", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "261b778b451741d0", "scanner": "scanner-primary", "fingerprint": "9e7af4f8ebfcb421", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci-server.yml"}, "region": {"startLine": 26}}}]}, {"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-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "15800b06da8ef1b1", "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": "7243462bd3c4d66f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-d478b913f7bc7948", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/src/data-source.ts:38"}, "properties": {"repobilityId": "268994ee7152a2fa", "scanner": "scanner-primary", "fingerprint": "d478b913f7bc7948", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0491847392c1c756", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/src/auth/auth.service.ts:153"}, "properties": {"repobilityId": "df2b53016ad8490b", "scanner": "scanner-primary", "fingerprint": "0491847392c1c756", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8581faaf9cd4742f", "level": "none", "message": {"text": "Commented-code block (6 lines) in server/src/contributions/contribution.client.ts:22"}, "properties": {"repobilityId": "c48913b81a6bb94e", "scanner": "scanner-primary", "fingerprint": "8581faaf9cd4742f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f7d0fe2475f7947c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/pages/meeting/ContributionDashboard.tsx:88"}, "properties": {"repobilityId": "a06a4dfdaee17076", "scanner": "scanner-primary", "fingerprint": "f7d0fe2475f7947c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-03419773800981e3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/api.ts:26"}, "properties": {"repobilityId": "cba0440bae398b61", "scanner": "scanner-primary", "fingerprint": "03419773800981e3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c0345fccc5491ff9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 client/src/lib/auth.ts:10"}, "properties": {"repobilityId": "a78f40dcfefeaeaa", "scanner": "scanner-primary", "fingerprint": "c0345fccc5491ff9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5766dc24db809018", "level": "warning", "message": {"text": "Frontend route `/auth/callback` has no Link/navigate to it \u2014 client/src/App.tsx"}, "properties": {"repobilityId": "d4afad919f54f362", "scanner": "scanner-primary", "fingerprint": "5766dc24db809018", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-52dfc33378dc2a64", "level": "warning", "message": {"text": "Frontend route `/dashboard/:teamId/*` has no Link/navigate to it \u2014 client/src/App.tsx"}, "properties": {"repobilityId": "4138ae63f9ef873a", "scanner": "scanner-primary", "fingerprint": "52dfc33378dc2a64", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-9c7afb6849e24eae", "level": "warning", "message": {"text": "Frontend route `/meetings/:meetingId/report` has no Link/navigate to it \u2014 client/src/App.tsx"}, "properties": {"repobilityId": "9ac2e5e4f532818b", "scanner": "scanner-primary", "fingerprint": "9c7afb6849e24eae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-a23e6654f4ace6af", "level": "warning", "message": {"text": "Frontend route `/terms` has no Link/navigate to it \u2014 client/src/App.tsx"}, "properties": {"repobilityId": "10e8f354d45852f2", "scanner": "scanner-primary", "fingerprint": "a23e6654f4ace6af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-39779f4aa551acfc", "level": "warning", "message": {"text": "Frontend route `meeting` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx"}, "properties": {"repobilityId": "dc12937c87dbcebc", "scanner": "scanner-primary", "fingerprint": "39779f4aa551acfc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-b5eafdb2a195edfb", "level": "warning", "message": {"text": "Frontend route `tasks` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx"}, "properties": {"repobilityId": "50a095b404bb53a7", "scanner": "scanner-primary", "fingerprint": "b5eafdb2a195edfb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-115c56741b0673dd", "level": "warning", "message": {"text": "Frontend route `report` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx"}, "properties": {"repobilityId": "2428a43b8e7e258b", "scanner": "scanner-primary", "fingerprint": "115c56741b0673dd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-6cee1ce097fb8f3d", "level": "warning", "message": {"text": "Frontend route `settings` has no Link/navigate to it \u2014 client/src/pages/dashboard/DashboardPage.tsx"}, "properties": {"repobilityId": "0639e4c6df9e5f09", "scanner": "scanner-primary", "fingerprint": "6cee1ce097fb8f3d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-109bb129d21b7c2d", "level": "error", "message": {"text": "Dangling fetch: POST https://api.openai.com/v1/chat/completions (server/src/llm/llm.service.ts:157)"}, "properties": {"repobilityId": "79f751105e516d07", "scanner": "scanner-primary", "fingerprint": "109bb129d21b7c2d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-3286540266c18989", "level": "error", "message": {"text": "Dangling fetch: POST https://kauth.kakao.com/oauth/token (server/src/auth/auth.service.ts:153)"}, "properties": {"repobilityId": "ffbd6deb27516490", "scanner": "scanner-primary", "fingerprint": "3286540266c18989", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-2cd4d788cb9ff947", "level": "error", "message": {"text": "Dangling fetch: GET https://kapi.kakao.com/v2/user/me (server/src/auth/auth.service.ts:169)"}, "properties": {"repobilityId": "9cc626d248fcd387", "scanner": "scanner-primary", "fingerprint": "2cd4d788cb9ff947", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-66924cfd87d8302d", "level": "error", "message": {"text": "Dangling fetch: POST https://kapi.kakao.com/v1/user/unlink (server/src/auth/auth.service.ts:247)"}, "properties": {"repobilityId": "dae8235942c6776f", "scanner": "scanner-primary", "fingerprint": "66924cfd87d8302d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-09380d1aeb4a3eff", "level": "note", "message": {"text": "Unused endpoint: GET /meetings/:id"}, "properties": {"repobilityId": "bd137fff611043a4", "scanner": "scanner-primary", "fingerprint": "09380d1aeb4a3eff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c2d281c15ae20dce", "level": "note", "message": {"text": "Unused endpoint: PATCH /meetings/:id"}, "properties": {"repobilityId": "cbfb239e238c3437", "scanner": "scanner-primary", "fingerprint": "c2d281c15ae20dce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9e39cce21b04bd20", "level": "note", "message": {"text": "Unused endpoint: DELETE /meetings/:id"}, "properties": {"repobilityId": "ea7f2c94dd8d4c51", "scanner": "scanner-primary", "fingerprint": "9e39cce21b04bd20", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6bcd1ae54d9fb34a", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:id/start"}, "properties": {"repobilityId": "a2637937d0eeb6ed", "scanner": "scanner-primary", "fingerprint": "6bcd1ae54d9fb34a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-71aad5e67d4c2695", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:id/end"}, "properties": {"repobilityId": "710a0e7a23d0d998", "scanner": "scanner-primary", "fingerprint": "71aad5e67d4c2695", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-601ef27502bd75f7", "level": "note", "message": {"text": "Unused endpoint: GET /meetings/:id/transcript"}, "properties": {"repobilityId": "4bedd28574388a79", "scanner": "scanner-primary", "fingerprint": "601ef27502bd75f7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e5ea06bf1ff7ea46", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:id/summarize"}, "properties": {"repobilityId": "68bb05bcb449a2a3", "scanner": "scanner-primary", "fingerprint": "e5ea06bf1ff7ea46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1ad6db2ebc7296a1", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:id/confirm"}, "properties": {"repobilityId": "501fa50113c18758", "scanner": "scanner-primary", "fingerprint": "1ad6db2ebc7296a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4933237f23c6c6aa", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:id/contributions/recompute"}, "properties": {"repobilityId": "886d59b897734fcc", "scanner": "scanner-primary", "fingerprint": "4933237f23c6c6aa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1ba4b89bb86bcdfa", "level": "note", "message": {"text": "Unused endpoint: PATCH /meetings/:id/utterances/batch"}, "properties": {"repobilityId": "f5d65a3d3effb4af", "scanner": "scanner-primary", "fingerprint": "1ba4b89bb86bcdfa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cd2513f43439b051", "level": "note", "message": {"text": "Unused endpoint: PATCH /meetings/:id/utterances/:utteranceId"}, "properties": {"repobilityId": "5d3fda717b0cee8e", "scanner": "scanner-primary", "fingerprint": "cd2513f43439b051", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f50f024740542de6", "level": "note", "message": {"text": "Unused endpoint: DELETE /meetings/:id/utterances/:utteranceId"}, "properties": {"repobilityId": "19ff65d151019403", "scanner": "scanner-primary", "fingerprint": "f50f024740542de6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-22ed480558831c12", "level": "note", "message": {"text": "Unused endpoint: GET /meetings/:id/report"}, "properties": {"repobilityId": "dc26cc65f3958be7", "scanner": "scanner-primary", "fingerprint": "22ed480558831c12", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-16ed106e528863e4", "level": "note", "message": {"text": "Unused endpoint: GET /auth/kakao/url"}, "properties": {"repobilityId": "c5e77aa52aad0afc", "scanner": "scanner-primary", "fingerprint": "16ed106e528863e4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-11472b2f0d68f359", "level": "note", "message": {"text": "Unused endpoint: GET /auth/kakao/callback"}, "properties": {"repobilityId": "4f42490c33c9358e", "scanner": "scanner-primary", "fingerprint": "11472b2f0d68f359", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b659160f12f8c49b", "level": "note", "message": {"text": "Unused endpoint: POST /auth/kakao"}, "properties": {"repobilityId": "ed315cc10d4cb54a", "scanner": "scanner-primary", "fingerprint": "b659160f12f8c49b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-00817d7995e674fb", "level": "note", "message": {"text": "Unused endpoint: PATCH /auth/profile"}, "properties": {"repobilityId": "e7ab39dc39138d8a", "scanner": "scanner-primary", "fingerprint": "00817d7995e674fb", "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": "bb229ba361a81c49", "scanner": "scanner-primary", "fingerprint": "ac42422b23e45104", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b36892106ecdc9aa", "level": "note", "message": {"text": "Unused endpoint: POST /auth/refresh"}, "properties": {"repobilityId": "e37b1f8e8d1a8774", "scanner": "scanner-primary", "fingerprint": "b36892106ecdc9aa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "34c87db8e8a891d0", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e033929b6c671b31", "level": "note", "message": {"text": "Unused endpoint: DELETE /auth/me"}, "properties": {"repobilityId": "c71d2fe262ddd17e", "scanner": "scanner-primary", "fingerprint": "e033929b6c671b31", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-291a4c3c1396159b", "level": "note", "message": {"text": "Unused endpoint: POST /teams/join"}, "properties": {"repobilityId": "a9ec136e5291a5c9", "scanner": "scanner-primary", "fingerprint": "291a4c3c1396159b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8e3ed5c1cc2fad0f", "level": "note", "message": {"text": "Unused endpoint: GET /teams/:id"}, "properties": {"repobilityId": "96a282f61baea498", "scanner": "scanner-primary", "fingerprint": "8e3ed5c1cc2fad0f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f0e380da2d5548de", "level": "note", "message": {"text": "Unused endpoint: PATCH /teams/:id"}, "properties": {"repobilityId": "58d0ac06b3df09e7", "scanner": "scanner-primary", "fingerprint": "f0e380da2d5548de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8c2a58d669193537", "level": "note", "message": {"text": "Unused endpoint: POST /teams/:id/invite-code"}, "properties": {"repobilityId": "b7446299bc5bc8ae", "scanner": "scanner-primary", "fingerprint": "8c2a58d669193537", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-68c8af37a71ce000", "level": "note", "message": {"text": "Unused endpoint: DELETE /teams/:id"}, "properties": {"repobilityId": "27faeece5d5722af", "scanner": "scanner-primary", "fingerprint": "68c8af37a71ce000", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-34b55868cfdfb25c", "level": "note", "message": {"text": "Unused endpoint: PATCH /teams/:id/leader"}, "properties": {"repobilityId": "9da7c94818adcf60", "scanner": "scanner-primary", "fingerprint": "34b55868cfdfb25c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0671b69a45cfa46e", "level": "note", "message": {"text": "Unused endpoint: DELETE /teams/:id/members/me"}, "properties": {"repobilityId": "dab7aedeaf0eac09", "scanner": "scanner-primary", "fingerprint": "0671b69a45cfa46e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e6c14b8e7ce9cf3b", "level": "note", "message": {"text": "Unused endpoint: DELETE /teams/:id/members/:userId"}, "properties": {"repobilityId": "f4242826ad13e6dc", "scanner": "scanner-primary", "fingerprint": "e6c14b8e7ce9cf3b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f0148d7b38349afa", "level": "note", "message": {"text": "Unused endpoint: GET /teams/:id/settings"}, "properties": {"repobilityId": "0dce8c7e587a2629", "scanner": "scanner-primary", "fingerprint": "f0148d7b38349afa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0b46cdcd6c4663ad", "level": "note", "message": {"text": "Unused endpoint: PATCH /teams/:id/settings"}, "properties": {"repobilityId": "c8988db3297d7908", "scanner": "scanner-primary", "fingerprint": "0b46cdcd6c4663ad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9531519610ea04e7", "level": "note", "message": {"text": "Unused endpoint: PATCH /action-items/:id"}, "properties": {"repobilityId": "22dca853c2b15cef", "scanner": "scanner-primary", "fingerprint": "9531519610ea04e7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b8615b2f23610909", "level": "note", "message": {"text": "Unused endpoint: DELETE /action-items/:id"}, "properties": {"repobilityId": "a31bf7404a95da5c", "scanner": "scanner-primary", "fingerprint": "b8615b2f23610909", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a43e500ce1ea7962", "level": "note", "message": {"text": "Unused endpoint: GET /meetings/:id/contributions"}, "properties": {"repobilityId": "8bafa39ec25ebe2d", "scanner": "scanner-primary", "fingerprint": "a43e500ce1ea7962", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8cc6401885a3527f", "level": "note", "message": {"text": "Unused endpoint: GET /teams/:id/contributions"}, "properties": {"repobilityId": "3c402fe64d6110bd", "scanner": "scanner-primary", "fingerprint": "8cc6401885a3527f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9eec0d6a608d78c2", "level": "note", "message": {"text": "Unused endpoint: PATCH /notifications/:id/read"}, "properties": {"repobilityId": "52d7904dfb71dad0", "scanner": "scanner-primary", "fingerprint": "9eec0d6a608d78c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1b93f5ab485027b7", "level": "note", "message": {"text": "Unused endpoint: POST /notifications/read-all"}, "properties": {"repobilityId": "4d0271247924e07a", "scanner": "scanner-primary", "fingerprint": "1b93f5ab485027b7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-487edbedbae53c47", "level": "note", "message": {"text": "Unused endpoint: GET /meetings/:meetingId/agendas"}, "properties": {"repobilityId": "c9491e06a07e4a0e", "scanner": "scanner-primary", "fingerprint": "487edbedbae53c47", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4959d73ab3187651", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:meetingId/agendas"}, "properties": {"repobilityId": "d63806a1e2904b28", "scanner": "scanner-primary", "fingerprint": "4959d73ab3187651", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c891c85f4d3f0e79", "level": "note", "message": {"text": "Unused endpoint: PATCH /agendas/:id"}, "properties": {"repobilityId": "77f15e4fd310e588", "scanner": "scanner-primary", "fingerprint": "c891c85f4d3f0e79", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d115040e7a7c497a", "level": "note", "message": {"text": "Unused endpoint: DELETE /agendas/:id"}, "properties": {"repobilityId": "52368200311efa21", "scanner": "scanner-primary", "fingerprint": "d115040e7a7c497a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8918d596e22a0b6b", "level": "note", "message": {"text": "Unused endpoint: POST /meetings/:meetingId/agendas/generate"}, "properties": {"repobilityId": "257e12316694e41c", "scanner": "scanner-primary", "fingerprint": "8918d596e22a0b6b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-94aad8765ba87e4c", "level": "note", "message": {"text": "Unused endpoint: POST /agendas/:id/activate"}, "properties": {"repobilityId": "a94e2c2b5a460bdf", "scanner": "scanner-primary", "fingerprint": "94aad8765ba87e4c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7eab64faf220610d", "level": "note", "message": {"text": "Unused endpoint: POST /agendas/:id/summarize"}, "properties": {"repobilityId": "844234d36fb05cfb", "scanner": "scanner-primary", "fingerprint": "7eab64faf220610d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b4d94a06d8c0ebc1", "level": "note", "message": {"text": "Unused endpoint: PATCH /decisions/:id"}, "properties": {"repobilityId": "6812fca976b530cf", "scanner": "scanner-primary", "fingerprint": "b4d94a06d8c0ebc1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b11fcc1967a52dda", "level": "note", "message": {"text": "Unused endpoint: DELETE /decisions/:id"}, "properties": {"repobilityId": "f5fbeefea6bea550", "scanner": "scanner-primary", "fingerprint": "b11fcc1967a52dda", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}