{"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-2599453cfd258697", "name": "Possibly dead Python function: upgrade", "shortDescription": {"text": "Possibly dead Python function: upgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-974e5ec1b39a3b15", "name": "Possibly dead Python function: downgrade", "shortDescription": {"text": "Possibly dead Python function: downgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ce84996d05eaaaaf", "name": "Possibly dead Python function: upgrade", "shortDescription": {"text": "Possibly dead Python function: upgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-33721235b2a516d4", "name": "Possibly dead Python function: downgrade", "shortDescription": {"text": "Possibly dead Python function: downgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d7fc50b52a9bdb9a", "name": "Possibly dead Python function: upgrade", "shortDescription": {"text": "Possibly dead Python function: upgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b5ee316ae00c0e82", "name": "Possibly dead Python function: downgrade", "shortDescription": {"text": "Possibly dead Python function: downgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8dd1a8108d4f6af6", "name": "Possibly dead Python function: upgrade", "shortDescription": {"text": "Possibly dead Python function: upgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dc2b569fdead5892", "name": "Possibly dead Python function: downgrade", "shortDescription": {"text": "Possibly dead Python function: downgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b5fdc3ea95158926", "name": "Possibly dead Python function: upgrade", "shortDescription": {"text": "Possibly dead Python function: upgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4f5dac32440b5f3c", "name": "Possibly dead Python function: downgrade", "shortDescription": {"text": "Possibly dead Python function: downgrade"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-276675e8c195ec98", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/features/dashboard/Dashboard.tsx:230", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/features/dashboard/Dashboard.tsx:230"}, "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-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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "7 tests / 38 src (ratio 0.18)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-db0af588ed1fe569", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/features/dashboard/Dashboard.tsx:118", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/features/dashboard/Dashboard.tsx:118"}, "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-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:\nbackend/app/api/deps.py:init_app_config, backend/app/api/v1/config.py:get_config\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-0f743e689f041b2c", "name": "FastAPI PUT `update_config` without auth dependency \u2014 backend/app/api/v1/config.py:36", "shortDescription": {"text": "FastAPI PUT `update_config` without auth dependency \u2014 backend/app/api/v1/config.py:36"}, "fullDescription": {"text": "`@router.put` 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-89cb5233d1d48447", "name": "FastAPI POST `test_connection` without auth dependency \u2014 backend/app/api/v1/config.py:54", "shortDescription": {"text": "FastAPI POST `test_connection` without auth dependency \u2014 backend/app/api/v1/config.py:54"}, "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-4501a0216a574635", "name": "FastAPI POST `create_job` without auth dependency \u2014 backend/app/api/v1/jobs.py:23", "shortDescription": {"text": "FastAPI POST `create_job` without auth dependency \u2014 backend/app/api/v1/jobs.py:23"}, "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-689408225cfc23fe", "name": "FastAPI DELETE `delete_job` without auth dependency \u2014 backend/app/api/v1/jobs.py:112", "shortDescription": {"text": "FastAPI DELETE `delete_job` without auth dependency \u2014 backend/app/api/v1/jobs.py:112"}, "fullDescription": {"text": "`@router.delete` 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-2f3d4f4ac5f03ab6", "name": "Dangling fetch: GET /api/v1/config (frontend/src/features/settings/Settings.tsx:9)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/config (frontend/src/features/settings/Settings.tsx:9)"}, "fullDescription": {"text": "`frontend/src/features/settings/Settings.tsx:9` calls `GET /api/v1/config` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/config`\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-34ae268152f4049e", "name": "Dangling fetch: PUT /api/v1/config (frontend/src/features/settings/Settings.tsx:18)", "shortDescription": {"text": "Dangling fetch: PUT /api/v1/config (frontend/src/features/settings/Settings.tsx:18)"}, "fullDescription": {"text": "`frontend/src/features/settings/Settings.tsx:18` calls `PUT /api/v1/config` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/config`\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-bb710d0af3ea833d", "name": "Dangling fetch: POST /api/v1/config/test (frontend/src/features/settings/Settings.tsx:34)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/config/test (frontend/src/features/settings/Settings.tsx:34)"}, "fullDescription": {"text": "`frontend/src/features/settings/Settings.tsx:34` calls `POST /api/v1/config/test` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/config/test`\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-586e7b916e9fb823", "name": "Dangling fetch: GET /api/v1/jobs?limit=20 (frontend/src/features/dashboard/Dashboard.tsx:39)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/jobs?limit=20 (frontend/src/features/dashboard/Dashboard.tsx:39)"}, "fullDescription": {"text": "`frontend/src/features/dashboard/Dashboard.tsx:39` calls `GET /api/v1/jobs?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/jobs`\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-345833f219126474", "name": "Dangling fetch: DELETE /api/v1/jobs/${id} (frontend/src/features/dashboard/Dashboard.tsx:52)", "shortDescription": {"text": "Dangling fetch: DELETE /api/v1/jobs/${id} (frontend/src/features/dashboard/Dashboard.tsx:52)"}, "fullDescription": {"text": "`frontend/src/features/dashboard/Dashboard.tsx:52` calls `DELETE /api/v1/jobs/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/jobs/<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-9fcb60711098a813", "name": "Dangling fetch: DELETE /api/v1/jobs/${id} (frontend/src/features/dashboard/Dashboard.tsx:66)", "shortDescription": {"text": "Dangling fetch: DELETE /api/v1/jobs/${id} (frontend/src/features/dashboard/Dashboard.tsx:66)"}, "fullDescription": {"text": "`frontend/src/features/dashboard/Dashboard.tsx:66` calls `DELETE /api/v1/jobs/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/jobs/<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-a78ece5580bb2de6", "name": "Dangling fetch: POST /api/v1/jobs (frontend/src/features/dashboard/Dashboard.tsx:118)", "shortDescription": {"text": "Dangling fetch: POST /api/v1/jobs (frontend/src/features/dashboard/Dashboard.tsx:118)"}, "fullDescription": {"text": "`frontend/src/features/dashboard/Dashboard.tsx:118` calls `POST /api/v1/jobs` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/jobs`\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-5d2c66903ba1545e", "name": "Dangling fetch: GET /api/v1/jobs/${jobId}/result (frontend/src/features/preview/Preview.tsx:13)", "shortDescription": {"text": "Dangling fetch: GET /api/v1/jobs/${jobId}/result (frontend/src/features/preview/Preview.tsx:13)"}, "fullDescription": {"text": "`frontend/src/features/preview/Preview.tsx:13` calls `GET /api/v1/jobs/${jobId}/result` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/v1/jobs/<p>/result`\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-a6f48e60c30777ab", "name": "Unused endpoint: GET /config", "shortDescription": {"text": "Unused endpoint: GET /config"}, "fullDescription": {"text": "`backend/app/api/v1/config.py` declares `GET /config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7d2c56c613802d65", "name": "Unused endpoint: PUT /config", "shortDescription": {"text": "Unused endpoint: PUT /config"}, "fullDescription": {"text": "`backend/app/api/v1/config.py` declares `PUT /config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cf53a4499cd05941", "name": "Unused endpoint: POST /config/test", "shortDescription": {"text": "Unused endpoint: POST /config/test"}, "fullDescription": {"text": "`backend/app/api/v1/config.py` declares `POST /config/test` 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-1008c575819b3d37", "name": "Unused endpoint: GET /jobs", "shortDescription": {"text": "Unused endpoint: GET /jobs"}, "fullDescription": {"text": "`backend/app/api/v1/jobs.py` declares `GET /jobs` 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-2b73face5b06aa67", "name": "Unused endpoint: POST /jobs", "shortDescription": {"text": "Unused endpoint: POST /jobs"}, "fullDescription": {"text": "`backend/app/api/v1/jobs.py` declares `POST /jobs` 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-e25861526cdeada1", "name": "Unused endpoint: GET /jobs/{job_id}/result", "shortDescription": {"text": "Unused endpoint: GET /jobs/{job_id}/result"}, "fullDescription": {"text": "`backend/app/api/v1/jobs.py` declares `GET /jobs/{job_id}/result` 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-6d0b60cfd130dc4c", "name": "Unused endpoint: DELETE /jobs/{job_id}", "shortDescription": {"text": "Unused endpoint: DELETE /jobs/{job_id}"}, "fullDescription": {"text": "`backend/app/api/v1/jobs.py` declares `DELETE /jobs/{job_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/23729"}, "properties": {"repository": "zx2015/doc2md", "repoUrl": "https://github.com/zx2015/doc2md", "branch": "main"}, "results": [{"ruleId": "scanner-2599453cfd258697", "level": "note", "message": {"text": "Possibly dead Python function: upgrade"}, "properties": {"repobilityId": "cf0b8e5e6e2f8bc4", "scanner": "scanner-primary", "fingerprint": "2599453cfd258697", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/27dda7dc1d47_v107_fields.py:21"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-974e5ec1b39a3b15", "level": "note", "message": {"text": "Possibly dead Python function: downgrade"}, "properties": {"repobilityId": "c03debbf11efa0c5", "scanner": "scanner-primary", "fingerprint": "974e5ec1b39a3b15", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/27dda7dc1d47_v107_fields.py:36"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ce84996d05eaaaaf", "level": "note", "message": {"text": "Possibly dead Python function: upgrade"}, "properties": {"repobilityId": "cf0b8e5e6e2f8bc4", "scanner": "scanner-primary", "fingerprint": "ce84996d05eaaaaf", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/40e4e2c7bcd2_add_mineru_options.py:21"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-33721235b2a516d4", "level": "note", "message": {"text": "Possibly dead Python function: downgrade"}, "properties": {"repobilityId": "c03debbf11efa0c5", "scanner": "scanner-primary", "fingerprint": "33721235b2a516d4", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/40e4e2c7bcd2_add_mineru_options.py:31"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d7fc50b52a9bdb9a", "level": "note", "message": {"text": "Possibly dead Python function: upgrade"}, "properties": {"repobilityId": "cf0b8e5e6e2f8bc4", "scanner": "scanner-primary", "fingerprint": "d7fc50b52a9bdb9a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/013f124caf70_add_vlm_model.py:21"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b5ee316ae00c0e82", "level": "note", "message": {"text": "Possibly dead Python function: downgrade"}, "properties": {"repobilityId": "c03debbf11efa0c5", "scanner": "scanner-primary", "fingerprint": "b5ee316ae00c0e82", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/013f124caf70_add_vlm_model.py:27"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8dd1a8108d4f6af6", "level": "note", "message": {"text": "Possibly dead Python function: upgrade"}, "properties": {"repobilityId": "cf0b8e5e6e2f8bc4", "scanner": "scanner-primary", "fingerprint": "8dd1a8108d4f6af6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/43e61d7dd24d_init_db.py:21"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-dc2b569fdead5892", "level": "note", "message": {"text": "Possibly dead Python function: downgrade"}, "properties": {"repobilityId": "c03debbf11efa0c5", "scanner": "scanner-primary", "fingerprint": "dc2b569fdead5892", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/43e61d7dd24d_init_db.py:79"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b5fdc3ea95158926", "level": "note", "message": {"text": "Possibly dead Python function: upgrade"}, "properties": {"repobilityId": "cf0b8e5e6e2f8bc4", "scanner": "scanner-primary", "fingerprint": "b5fdc3ea95158926", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/08396e620f25_vlm_model.py:21"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4f5dac32440b5f3c", "level": "note", "message": {"text": "Possibly dead Python function: downgrade"}, "properties": {"repobilityId": "c03debbf11efa0c5", "scanner": "scanner-primary", "fingerprint": "4f5dac32440b5f3c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/alembic/versions/08396e620f25_vlm_model.py:27"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-276675e8c195ec98", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/features/dashboard/Dashboard.tsx:230"}, "properties": {"repobilityId": "0c9229b910aa1832", "scanner": "scanner-primary", "fingerprint": "276675e8c195ec98", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "fef8aa2e03a6a3b1", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "150bb82c539788e0", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "533bc4cd3d3ecc39", "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": "713e9cbfd5bef38b", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "7cc811403cd16139", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "df542eb9e212d703", "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": "6b3c8e48b78459b6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-db0af588ed1fe569", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/features/dashboard/Dashboard.tsx:118"}, "properties": {"repobilityId": "2dc07f908e9312e6", "scanner": "scanner-primary", "fingerprint": "db0af588ed1fe569", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "0420a93dc738506a", "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": "6550966a354f1e75", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-0f743e689f041b2c", "level": "error", "message": {"text": "FastAPI PUT `update_config` without auth dependency \u2014 backend/app/api/v1/config.py:36"}, "properties": {"repobilityId": "3fb63d97d921e782", "scanner": "scanner-primary", "fingerprint": "0f743e689f041b2c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/v1/config.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-89cb5233d1d48447", "level": "error", "message": {"text": "FastAPI POST `test_connection` without auth dependency \u2014 backend/app/api/v1/config.py:54"}, "properties": {"repobilityId": "d6ad871d804ff15c", "scanner": "scanner-primary", "fingerprint": "89cb5233d1d48447", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/v1/config.py"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-4501a0216a574635", "level": "error", "message": {"text": "FastAPI POST `create_job` without auth dependency \u2014 backend/app/api/v1/jobs.py:23"}, "properties": {"repobilityId": "46ded2f849379d6c", "scanner": "scanner-primary", "fingerprint": "4501a0216a574635", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/v1/jobs.py"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-689408225cfc23fe", "level": "error", "message": {"text": "FastAPI DELETE `delete_job` without auth dependency \u2014 backend/app/api/v1/jobs.py:112"}, "properties": {"repobilityId": "f33b71927f67286d", "scanner": "scanner-primary", "fingerprint": "689408225cfc23fe", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/app/api/v1/jobs.py"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-2f3d4f4ac5f03ab6", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/config (frontend/src/features/settings/Settings.tsx:9)"}, "properties": {"repobilityId": "53a4faaedbd92fe9", "scanner": "scanner-primary", "fingerprint": "2f3d4f4ac5f03ab6", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-34ae268152f4049e", "level": "error", "message": {"text": "Dangling fetch: PUT /api/v1/config (frontend/src/features/settings/Settings.tsx:18)"}, "properties": {"repobilityId": "83754cd5310c04db", "scanner": "scanner-primary", "fingerprint": "34ae268152f4049e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-bb710d0af3ea833d", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/config/test (frontend/src/features/settings/Settings.tsx:34)"}, "properties": {"repobilityId": "c02290374ed30928", "scanner": "scanner-primary", "fingerprint": "bb710d0af3ea833d", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-586e7b916e9fb823", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/jobs?limit=20 (frontend/src/features/dashboard/Dashboard.tsx:39)"}, "properties": {"repobilityId": "4f9aa4b1410066cf", "scanner": "scanner-primary", "fingerprint": "586e7b916e9fb823", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-345833f219126474", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/v1/jobs/${id} (frontend/src/features/dashboard/Dashboard.tsx:52)"}, "properties": {"repobilityId": "4053c27d4bfebaca", "scanner": "scanner-primary", "fingerprint": "345833f219126474", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-9fcb60711098a813", "level": "error", "message": {"text": "Dangling fetch: DELETE /api/v1/jobs/${id} (frontend/src/features/dashboard/Dashboard.tsx:66)"}, "properties": {"repobilityId": "7989481988de3f44", "scanner": "scanner-primary", "fingerprint": "9fcb60711098a813", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-a78ece5580bb2de6", "level": "error", "message": {"text": "Dangling fetch: POST /api/v1/jobs (frontend/src/features/dashboard/Dashboard.tsx:118)"}, "properties": {"repobilityId": "bb7ec1cd9295ba3c", "scanner": "scanner-primary", "fingerprint": "a78ece5580bb2de6", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5d2c66903ba1545e", "level": "error", "message": {"text": "Dangling fetch: GET /api/v1/jobs/${jobId}/result (frontend/src/features/preview/Preview.tsx:13)"}, "properties": {"repobilityId": "c9abef1cd679f582", "scanner": "scanner-primary", "fingerprint": "5d2c66903ba1545e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-a6f48e60c30777ab", "level": "note", "message": {"text": "Unused endpoint: GET /config"}, "properties": {"repobilityId": "6911fa5b1dddf86c", "scanner": "scanner-primary", "fingerprint": "a6f48e60c30777ab", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7d2c56c613802d65", "level": "note", "message": {"text": "Unused endpoint: PUT /config"}, "properties": {"repobilityId": "72934e0abfb2595f", "scanner": "scanner-primary", "fingerprint": "7d2c56c613802d65", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cf53a4499cd05941", "level": "note", "message": {"text": "Unused endpoint: POST /config/test"}, "properties": {"repobilityId": "93bb712a6535c9a0", "scanner": "scanner-primary", "fingerprint": "cf53a4499cd05941", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1008c575819b3d37", "level": "note", "message": {"text": "Unused endpoint: GET /jobs"}, "properties": {"repobilityId": "a71637f6a758dd41", "scanner": "scanner-primary", "fingerprint": "1008c575819b3d37", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2b73face5b06aa67", "level": "note", "message": {"text": "Unused endpoint: POST /jobs"}, "properties": {"repobilityId": "a71e532b9fcb8394", "scanner": "scanner-primary", "fingerprint": "2b73face5b06aa67", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e25861526cdeada1", "level": "note", "message": {"text": "Unused endpoint: GET /jobs/{job_id}/result"}, "properties": {"repobilityId": "89bce82a2e2951e8", "scanner": "scanner-primary", "fingerprint": "e25861526cdeada1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6d0b60cfd130dc4c", "level": "note", "message": {"text": "Unused endpoint: DELETE /jobs/{job_id}"}, "properties": {"repobilityId": "711eecdffb423c66", "scanner": "scanner-primary", "fingerprint": "6d0b60cfd130dc4c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}