{"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-60f0380d2685a8fd", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/ResultRow.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/ResultRow.tsx:41"}, "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-7663ecc7fc4dcb08", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/FacetSidebar.tsx:140", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/FacetSidebar.tsx:140"}, "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-b326452284c28744", "name": "Icon-only button without accessible name \u2014 frontend/src/pages/QA.tsx:341", "shortDescription": {"text": "Icon-only button without accessible name \u2014 frontend/src/pages/QA.tsx:341"}, "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-faa0bd3364eed97e", "name": "Dockerfile runs as root: pyservice/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: pyservice/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-95b9c745165214f3", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "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-60427b03771411b6", "name": "Dockerfile runs as root: frontend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: frontend/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-faa134129e5545ff", "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-e9c1e66a27308f49", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-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-0011d127f88555d9", "name": "Docker base image is tag-pinned but not digest-pinned: golang:1.22-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: golang:1.22-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-4591a7bcc9a7d49d", "name": "Docker base image is tag-pinned but not digest-pinned: gcr.io/distroless/static-debian12:nonroot", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: gcr.io/distroless/static-debian12:nonroot"}, "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-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 52 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-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 22 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 22 placeholder/mock markers across 4 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DB_PATH`, `VITE_API_BASE`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\npyservice/llm.py:chat, pyservice/llm.py:chat_stream\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\npyservice/main.py:qa, pyservice/main.py:qa_stream, pyservice/main.py:chat_stream\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-160a9ff84df29716", "name": "Frontend route `/paper/:id` has no Link/navigate to it \u2014 frontend/src/App.tsx", "shortDescription": {"text": "Frontend route `/paper/:id` has no Link/navigate to it \u2014 frontend/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-f656b5980eab0755", "name": "FastAPI POST `embed` without auth dependency \u2014 pyservice/main.py:126", "shortDescription": {"text": "FastAPI POST `embed` without auth dependency \u2014 pyservice/main.py:126"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-22671d47765254c7", "name": "FastAPI POST `rewrite` without auth dependency \u2014 pyservice/main.py:290", "shortDescription": {"text": "FastAPI POST `rewrite` without auth dependency \u2014 pyservice/main.py:290"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6efde0af5dc09fc2", "name": "FastAPI POST `generate` without auth dependency \u2014 pyservice/main.py:443", "shortDescription": {"text": "FastAPI POST `generate` without auth dependency \u2014 pyservice/main.py:443"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9cc0aeafca20cd08", "name": "FastAPI POST `qa` without auth dependency \u2014 pyservice/main.py:662", "shortDescription": {"text": "FastAPI POST `qa` without auth dependency \u2014 pyservice/main.py:662"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2f707c8e911ea098", "name": "FastAPI POST `generate_stream` without auth dependency \u2014 pyservice/main.py:675", "shortDescription": {"text": "FastAPI POST `generate_stream` without auth dependency \u2014 pyservice/main.py:675"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3e38a82047452475", "name": "FastAPI POST `qa_stream` without auth dependency \u2014 pyservice/main.py:685", "shortDescription": {"text": "FastAPI POST `qa_stream` without auth dependency \u2014 pyservice/main.py:685"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-601b915afdad7ed9", "name": "FastAPI POST `summary` without auth dependency \u2014 pyservice/main.py:758", "shortDescription": {"text": "FastAPI POST `summary` without auth dependency \u2014 pyservice/main.py:758"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fa86a9574a0b5f26", "name": "FastAPI POST `mindmap` without auth dependency \u2014 pyservice/main.py:851", "shortDescription": {"text": "FastAPI POST `mindmap` without auth dependency \u2014 pyservice/main.py:851"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-561b55351b24e3ac", "name": "FastAPI POST `chat_single` without auth dependency \u2014 pyservice/main.py:927", "shortDescription": {"text": "FastAPI POST `chat_single` without auth dependency \u2014 pyservice/main.py:927"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0e8d1a1ef70d2655", "name": "FastAPI POST `chat_stream` without auth dependency \u2014 pyservice/main.py:941", "shortDescription": {"text": "FastAPI POST `chat_stream` without auth dependency \u2014 pyservice/main.py:941"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2cce7decbee987b6", "name": "FastAPI POST `analyze` without auth dependency \u2014 pyservice/main.py:964", "shortDescription": {"text": "FastAPI POST `analyze` without auth dependency \u2014 pyservice/main.py:964"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f944336622221ed1", "name": "Dangling fetch: GET /stats (frontend/src/api/client.ts:141)", "shortDescription": {"text": "Dangling fetch: GET /stats (frontend/src/api/client.ts:141)"}, "fullDescription": {"text": "`frontend/src/api/client.ts:141` calls `GET /stats` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/stats`\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-16716eee4ff2ab8b", "name": "Dangling fetch: GET /papers/${encodeURIComponent(id)} (frontend/src/api/client.ts:152)", "shortDescription": {"text": "Dangling fetch: GET /papers/${encodeURIComponent(id)} (frontend/src/api/client.ts:152)"}, "fullDescription": {"text": "`frontend/src/api/client.ts:152` calls `GET /papers/${encodeURIComponent(id)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/papers/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-52500abb6e86d814", "name": "Dangling fetch: GET /papers/${encodeURIComponent(id)}/chunks (frontend/src/api/client.ts:155)", "shortDescription": {"text": "Dangling fetch: GET /papers/${encodeURIComponent(id)}/chunks (frontend/src/api/client.ts:155)"}, "fullDescription": {"text": "`frontend/src/api/client.ts:155` calls `GET /papers/${encodeURIComponent(id)}/chunks` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/papers/<p>/chunks`\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-6d830a95600e8753", "name": "Dangling fetch: GET /history (frontend/src/api/client.ts:164)", "shortDescription": {"text": "Dangling fetch: GET /history (frontend/src/api/client.ts:164)"}, "fullDescription": {"text": "`frontend/src/api/client.ts:164` calls `GET /history` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/history`\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-a05ffae6d751f4d0", "name": "Unused endpoint: POST /embed", "shortDescription": {"text": "Unused endpoint: POST /embed"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /embed` 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-b3de525026fc8db1", "name": "Unused endpoint: POST /rewrite", "shortDescription": {"text": "Unused endpoint: POST /rewrite"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /rewrite` 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-970eb92d6ec2bfaa", "name": "Unused endpoint: POST /generate", "shortDescription": {"text": "Unused endpoint: POST /generate"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /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-f13a61d83f2140d5", "name": "Unused endpoint: POST /qa", "shortDescription": {"text": "Unused endpoint: POST /qa"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /qa` 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-2e9b18cf5bf9ea81", "name": "Unused endpoint: POST /generate_stream", "shortDescription": {"text": "Unused endpoint: POST /generate_stream"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /generate_stream` 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-17c5d8eb420a1f25", "name": "Unused endpoint: POST /qa_stream", "shortDescription": {"text": "Unused endpoint: POST /qa_stream"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /qa_stream` 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-8a81ec87f8b1d72a", "name": "Unused endpoint: POST /summary", "shortDescription": {"text": "Unused endpoint: POST /summary"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /summary` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6b70839b3a15683b", "name": "Unused endpoint: POST /mindmap", "shortDescription": {"text": "Unused endpoint: POST /mindmap"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /mindmap` 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-cff8da5fbc19c76d", "name": "Unused endpoint: POST /chat", "shortDescription": {"text": "Unused endpoint: POST /chat"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /chat` 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-e10dde2467870b24", "name": "Unused endpoint: POST /chat_stream", "shortDescription": {"text": "Unused endpoint: POST /chat_stream"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /chat_stream` 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-fca11d494725d7c3", "name": "Unused endpoint: POST /analyze", "shortDescription": {"text": "Unused endpoint: POST /analyze"}, "fullDescription": {"text": "`pyservice/main.py` declares `POST /analyze` 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/23354"}, "properties": {"repository": "YouZiliCC/xcj-dev", "repoUrl": "https://github.com/YouZiliCC/xcj-dev", "branch": "main"}, "results": [{"ruleId": "scanner-60f0380d2685a8fd", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/ResultRow.tsx:41"}, "properties": {"repobilityId": "3639d62ef7bd12b4", "scanner": "scanner-primary", "fingerprint": "60f0380d2685a8fd", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7663ecc7fc4dcb08", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/components/FacetSidebar.tsx:140"}, "properties": {"repobilityId": "dac96ead6ea48ad8", "scanner": "scanner-primary", "fingerprint": "7663ecc7fc4dcb08", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b326452284c28744", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 frontend/src/pages/QA.tsx:341"}, "properties": {"repobilityId": "b0e33276c002e40b", "scanner": "scanner-primary", "fingerprint": "b326452284c28744", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-faa0bd3364eed97e", "level": "warning", "message": {"text": "Dockerfile runs as root: pyservice/Dockerfile"}, "properties": {"repobilityId": "0af53fd73e4d3e7b", "scanner": "scanner-primary", "fingerprint": "faa0bd3364eed97e", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-95b9c745165214f3", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "properties": {"repobilityId": "5aa5acb5705f9cd6", "scanner": "scanner-primary", "fingerprint": "95b9c745165214f3", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-60427b03771411b6", "level": "warning", "message": {"text": "Dockerfile runs as root: frontend/Dockerfile"}, "properties": {"repobilityId": "735c01d8531dfd2c", "scanner": "scanner-primary", "fingerprint": "60427b03771411b6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-faa134129e5545ff", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-alpine"}, "properties": {"repobilityId": "3e90d440e1f9ece1", "scanner": "scanner-primary", "fingerprint": "faa134129e5545ff", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e9c1e66a27308f49", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:1.27-alpine"}, "properties": {"repobilityId": "d8b64bd640591bc1", "scanner": "scanner-primary", "fingerprint": "e9c1e66a27308f49", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-0011d127f88555d9", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: golang:1.22-alpine"}, "properties": {"repobilityId": "05ebf9600d5cb2be", "scanner": "scanner-primary", "fingerprint": "0011d127f88555d9", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4591a7bcc9a7d49d", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: gcr.io/distroless/static-debian12:nonroot"}, "properties": {"repobilityId": "940bff18bd5e7e05", "scanner": "scanner-primary", "fingerprint": "4591a7bcc9a7d49d", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "60f474feb28f9780", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d8f585c17b674111", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "2060dbc7ee1fd334", "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": "3e29aca9c0c9d09c", "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": "09b3632e82756d38", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "37ff948608735f40", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "edde404122b02daf", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "faca9d4616a00ff2", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "c5eeee77d7f4b6cd", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "0c37fc6467289290", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "9c00dfb9e5f43fb8", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "46206de04debc7b9", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-160a9ff84df29716", "level": "warning", "message": {"text": "Frontend route `/paper/:id` has no Link/navigate to it \u2014 frontend/src/App.tsx"}, "properties": {"repobilityId": "877f16f8dbef5440", "scanner": "scanner-primary", "fingerprint": "160a9ff84df29716", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f656b5980eab0755", "level": "error", "message": {"text": "FastAPI POST `embed` without auth dependency \u2014 pyservice/main.py:126"}, "properties": {"repobilityId": "e56ca040eca1524a", "scanner": "scanner-primary", "fingerprint": "f656b5980eab0755", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 126}}}]}, {"ruleId": "scanner-22671d47765254c7", "level": "error", "message": {"text": "FastAPI POST `rewrite` without auth dependency \u2014 pyservice/main.py:290"}, "properties": {"repobilityId": "7a33fd0ee564ec7b", "scanner": "scanner-primary", "fingerprint": "22671d47765254c7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 290}}}]}, {"ruleId": "scanner-6efde0af5dc09fc2", "level": "error", "message": {"text": "FastAPI POST `generate` without auth dependency \u2014 pyservice/main.py:443"}, "properties": {"repobilityId": "966012dc7cbd30c7", "scanner": "scanner-primary", "fingerprint": "6efde0af5dc09fc2", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 443}}}]}, {"ruleId": "scanner-9cc0aeafca20cd08", "level": "error", "message": {"text": "FastAPI POST `qa` without auth dependency \u2014 pyservice/main.py:662"}, "properties": {"repobilityId": "21290b790b9d000e", "scanner": "scanner-primary", "fingerprint": "9cc0aeafca20cd08", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 662}}}]}, {"ruleId": "scanner-2f707c8e911ea098", "level": "error", "message": {"text": "FastAPI POST `generate_stream` without auth dependency \u2014 pyservice/main.py:675"}, "properties": {"repobilityId": "beec85537f1dc580", "scanner": "scanner-primary", "fingerprint": "2f707c8e911ea098", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 675}}}]}, {"ruleId": "scanner-3e38a82047452475", "level": "error", "message": {"text": "FastAPI POST `qa_stream` without auth dependency \u2014 pyservice/main.py:685"}, "properties": {"repobilityId": "3fb6a4bcf4da3dff", "scanner": "scanner-primary", "fingerprint": "3e38a82047452475", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 685}}}]}, {"ruleId": "scanner-601b915afdad7ed9", "level": "error", "message": {"text": "FastAPI POST `summary` without auth dependency \u2014 pyservice/main.py:758"}, "properties": {"repobilityId": "45aba71036cdb87b", "scanner": "scanner-primary", "fingerprint": "601b915afdad7ed9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 758}}}]}, {"ruleId": "scanner-fa86a9574a0b5f26", "level": "error", "message": {"text": "FastAPI POST `mindmap` without auth dependency \u2014 pyservice/main.py:851"}, "properties": {"repobilityId": "e38cecb041ff4279", "scanner": "scanner-primary", "fingerprint": "fa86a9574a0b5f26", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 851}}}]}, {"ruleId": "scanner-561b55351b24e3ac", "level": "error", "message": {"text": "FastAPI POST `chat_single` without auth dependency \u2014 pyservice/main.py:927"}, "properties": {"repobilityId": "832be65bc4f04490", "scanner": "scanner-primary", "fingerprint": "561b55351b24e3ac", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 927}}}]}, {"ruleId": "scanner-0e8d1a1ef70d2655", "level": "error", "message": {"text": "FastAPI POST `chat_stream` without auth dependency \u2014 pyservice/main.py:941"}, "properties": {"repobilityId": "69597e6df73c9d8c", "scanner": "scanner-primary", "fingerprint": "0e8d1a1ef70d2655", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 941}}}]}, {"ruleId": "scanner-2cce7decbee987b6", "level": "error", "message": {"text": "FastAPI POST `analyze` without auth dependency \u2014 pyservice/main.py:964"}, "properties": {"repobilityId": "916565b03c462b37", "scanner": "scanner-primary", "fingerprint": "2cce7decbee987b6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pyservice/main.py"}, "region": {"startLine": 964}}}]}, {"ruleId": "scanner-f944336622221ed1", "level": "error", "message": {"text": "Dangling fetch: GET /stats (frontend/src/api/client.ts:141)"}, "properties": {"repobilityId": "ffcff78a598f58fd", "scanner": "scanner-primary", "fingerprint": "f944336622221ed1", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-16716eee4ff2ab8b", "level": "error", "message": {"text": "Dangling fetch: GET /papers/${encodeURIComponent(id)} (frontend/src/api/client.ts:152)"}, "properties": {"repobilityId": "bcb09b44f2eed9b3", "scanner": "scanner-primary", "fingerprint": "16716eee4ff2ab8b", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-52500abb6e86d814", "level": "error", "message": {"text": "Dangling fetch: GET /papers/${encodeURIComponent(id)}/chunks (frontend/src/api/client.ts:155)"}, "properties": {"repobilityId": "43ecc5bd46489067", "scanner": "scanner-primary", "fingerprint": "52500abb6e86d814", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-6d830a95600e8753", "level": "error", "message": {"text": "Dangling fetch: GET /history (frontend/src/api/client.ts:164)"}, "properties": {"repobilityId": "6e22454e234e18e7", "scanner": "scanner-primary", "fingerprint": "6d830a95600e8753", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-a05ffae6d751f4d0", "level": "note", "message": {"text": "Unused endpoint: POST /embed"}, "properties": {"repobilityId": "6685298618f336ac", "scanner": "scanner-primary", "fingerprint": "a05ffae6d751f4d0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b3de525026fc8db1", "level": "note", "message": {"text": "Unused endpoint: POST /rewrite"}, "properties": {"repobilityId": "9ed807883505b51c", "scanner": "scanner-primary", "fingerprint": "b3de525026fc8db1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-970eb92d6ec2bfaa", "level": "note", "message": {"text": "Unused endpoint: POST /generate"}, "properties": {"repobilityId": "24e613c517e58e2b", "scanner": "scanner-primary", "fingerprint": "970eb92d6ec2bfaa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f13a61d83f2140d5", "level": "note", "message": {"text": "Unused endpoint: POST /qa"}, "properties": {"repobilityId": "e1b0c94a662f65a2", "scanner": "scanner-primary", "fingerprint": "f13a61d83f2140d5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2e9b18cf5bf9ea81", "level": "note", "message": {"text": "Unused endpoint: POST /generate_stream"}, "properties": {"repobilityId": "565510a2e1667be0", "scanner": "scanner-primary", "fingerprint": "2e9b18cf5bf9ea81", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-17c5d8eb420a1f25", "level": "note", "message": {"text": "Unused endpoint: POST /qa_stream"}, "properties": {"repobilityId": "8dc3a2a93628c03c", "scanner": "scanner-primary", "fingerprint": "17c5d8eb420a1f25", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8a81ec87f8b1d72a", "level": "note", "message": {"text": "Unused endpoint: POST /summary"}, "properties": {"repobilityId": "f71dfccac7f2deea", "scanner": "scanner-primary", "fingerprint": "8a81ec87f8b1d72a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6b70839b3a15683b", "level": "note", "message": {"text": "Unused endpoint: POST /mindmap"}, "properties": {"repobilityId": "5e9ef137de081077", "scanner": "scanner-primary", "fingerprint": "6b70839b3a15683b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cff8da5fbc19c76d", "level": "note", "message": {"text": "Unused endpoint: POST /chat"}, "properties": {"repobilityId": "4ec0f0211b3fffaf", "scanner": "scanner-primary", "fingerprint": "cff8da5fbc19c76d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e10dde2467870b24", "level": "note", "message": {"text": "Unused endpoint: POST /chat_stream"}, "properties": {"repobilityId": "dfaab21ba87a3dda", "scanner": "scanner-primary", "fingerprint": "e10dde2467870b24", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fca11d494725d7c3", "level": "note", "message": {"text": "Unused endpoint: POST /analyze"}, "properties": {"repobilityId": "f2f75eae056c7602", "scanner": "scanner-primary", "fingerprint": "fca11d494725d7c3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}