{"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-7f831799f686e932", "name": "Possibly dead Python function: require_hoa_admin", "shortDescription": {"text": "Possibly dead Python function: require_hoa_admin"}, "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-15b25558dfc2f7b5", "name": "Possibly dead Python function: require_super_user", "shortDescription": {"text": "Possibly dead Python function: require_super_user"}, "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-cf5099e6e7f7d78c", "name": "Possibly dead Python function: require_tenant", "shortDescription": {"text": "Possibly dead Python function: require_tenant"}, "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-74b2170313806efa", "name": "Possibly dead Python function: renewal_notice_html", "shortDescription": {"text": "Possibly dead Python function: renewal_notice_html"}, "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-80d1dd50fefe0f35", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminTenantDetail.jsx:362", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminTenantDetail.jsx:362"}, "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-54ff14560819d3e1", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminDashboard.jsx:1079", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminDashboard.jsx:1079"}, "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-360cbda407c2cfc6", "name": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminSettings.jsx:518", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminSettings.jsx:518"}, "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-7c3b9102d0665314", "name": "Privileged port 13 in use", "shortDescription": {"text": "Privileged port 13 in use"}, "fullDescription": {"text": "Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7961cff8b4a23367", "name": "Privileged port 30 in use", "shortDescription": {"text": "Privileged port 30 in use"}, "fullDescription": {"text": "Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "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-a7f39cdd5fa21931", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node: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-1f66ad88286ca30a", "name": "Dockerfile runs as root: backend/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: backend/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-714c31ca9f474ae6", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-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-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-d15d6fb9544d1b29", "name": "Very large file: frontend/src/pages/AdminTenantDetail.jsx (1188 lines)", "shortDescription": {"text": "Very large file: frontend/src/pages/AdminTenantDetail.jsx (1188 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f8fa4875c68961a9", "name": "Very large file: frontend/src/pages/AdminDashboard.jsx (1427 lines)", "shortDescription": {"text": "Very large file: frontend/src/pages/AdminDashboard.jsx (1427 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-55e85add26dfe2b7", "name": "Very large file: backend/routes/hoa.py (1168 lines)", "shortDescription": {"text": "Very large file: backend/routes/hoa.py (1168 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "5 tests / 50 src (ratio 0.10)."}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 14 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 52 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-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. 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-1285464478f0f182", "name": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/supabase.js:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/supabase.js:30"}, "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-2e4a1709b788615e", "name": "Commented-code block (7 lines) in backend/routes/inbound.py:440", "shortDescription": {"text": "Commented-code block (7 lines) in backend/routes/inbound.py:440"}, "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-4ba07a6c1cc8e3d7", "name": "Commented-code block (5 lines) in backend/routes/onboarding.py:112", "shortDescription": {"text": "Commented-code block (5 lines) in backend/routes/onboarding.py:112"}, "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-3482f7e5dd70cd1a", "name": "6 env vars used in code but missing from .env.example", "shortDescription": {"text": "6 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `INBOUND_ADDRESS`, `MODE`, `RAILWAY_ENVIRONMENT_NAME`, `RESEND_WEBHOOK_SECRET`, `SENTRY_DSN`, `VITE_SENTRY_DSN`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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/routes/tenants.py:get_tenant_detail, backend/routes/tenants.py:delete_tenant\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-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbackend/routes/documents.py:list_hoa_documents, backend/routes/hoa.py:list_units, backend/routes/hoa.py:compliance_summary, backend/routes/hoa.py:export_compliance_csv\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-06f12e8b2d945824", "name": "Frontend route `/join/:token` has no Link/navigate to it \u2014 frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/join/:token` has no Link/navigate to it \u2014 frontend/src/App.jsx"}, "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-e864cf02de4f5409", "name": "Frontend route `/reset-password` has no Link/navigate to it \u2014 frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/reset-password` has no Link/navigate to it \u2014 frontend/src/App.jsx"}, "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-7454496c043f996f", "name": "Frontend route `/admin/tenant/:tenantId` has no Link/navigate to it \u2014 frontend/src/App.jsx", "shortDescription": {"text": "Frontend route `/admin/tenant/:tenantId` has no Link/navigate to it \u2014 frontend/src/App.jsx"}, "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-d6a57a0888850103", "name": "FastAPI POST `run_alerts` without auth dependency \u2014 backend/routes/alerts.py:13", "shortDescription": {"text": "FastAPI POST `run_alerts` without auth dependency \u2014 backend/routes/alerts.py:13"}, "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-5430264d69cba523", "name": "FastAPI POST `run_board_reports` without auth dependency \u2014 backend/routes/alerts.py:30", "shortDescription": {"text": "FastAPI POST `run_board_reports` without auth dependency \u2014 backend/routes/alerts.py:30"}, "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-c4f89272652d2da2", "name": "FastAPI POST `receive_inbound_email` without auth dependency \u2014 backend/routes/inbound.py:406", "shortDescription": {"text": "FastAPI POST `receive_inbound_email` without auth dependency \u2014 backend/routes/inbound.py:406"}, "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-4da8e569baff02c0", "name": "FastAPI POST `accept_invite` without auth dependency \u2014 backend/routes/onboarding.py:160", "shortDescription": {"text": "FastAPI POST `accept_invite` without auth dependency \u2014 backend/routes/onboarding.py:160"}, "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-70d41f21636f701a", "name": "Unused endpoint: GET /tenant/me", "shortDescription": {"text": "Unused endpoint: GET /tenant/me"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `GET /tenant/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-6c821d2ca913165d", "name": "Unused endpoint: GET /tenant/{tenant_id}", "shortDescription": {"text": "Unused endpoint: GET /tenant/{tenant_id}"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `GET /tenant/{tenant_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-56393b36be3c9aaf", "name": "Unused endpoint: PATCH /tenant/{tenant_id}", "shortDescription": {"text": "Unused endpoint: PATCH /tenant/{tenant_id}"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `PATCH /tenant/{tenant_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-56ddfe44dda33cc9", "name": "Unused endpoint: POST /tenant/{tenant_id}/notify", "shortDescription": {"text": "Unused endpoint: POST /tenant/{tenant_id}/notify"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `POST /tenant/{tenant_id}/notify` 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-ead504480aef959b", "name": "Unused endpoint: POST /hoa/{hoa_id}/notify-bulk", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/notify-bulk"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `POST /hoa/{hoa_id}/notify-bulk` 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-aa0d96f4d434ca04", "name": "Unused endpoint: POST /policy/{policy_id}/review", "shortDescription": {"text": "Unused endpoint: POST /policy/{policy_id}/review"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `POST /policy/{policy_id}/review` 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-d0df13365c6f2eeb", "name": "Unused endpoint: POST /unit/{unit_id}/tenant", "shortDescription": {"text": "Unused endpoint: POST /unit/{unit_id}/tenant"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `POST /unit/{unit_id}/tenant` 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-233c21013adf0ba3", "name": "Unused endpoint: GET /tenant/me/policies", "shortDescription": {"text": "Unused endpoint: GET /tenant/me/policies"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `GET /tenant/me/policies` 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-01cbccdd7b1aba3f", "name": "Unused endpoint: DELETE /tenant/{tenant_id}", "shortDescription": {"text": "Unused endpoint: DELETE /tenant/{tenant_id}"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `DELETE /tenant/{tenant_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-245fddf341752d1f", "name": "Unused endpoint: POST /hoa/{hoa_id}/invite-all", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/invite-all"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `POST /hoa/{hoa_id}/invite-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-c697b3d64140db79", "name": "Unused endpoint: GET /unit/{unit_id}/invite-preview", "shortDescription": {"text": "Unused endpoint: GET /unit/{unit_id}/invite-preview"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `GET /unit/{unit_id}/invite-preview` 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-e7b5a2149cfe5e56", "name": "Unused endpoint: POST /unit/{unit_id}/invite", "shortDescription": {"text": "Unused endpoint: POST /unit/{unit_id}/invite"}, "fullDescription": {"text": "`backend/routes/tenants.py` declares `POST /unit/{unit_id}/invite` 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-17e451500db2432c", "name": "Unused endpoint: POST /alerts/run", "shortDescription": {"text": "Unused endpoint: POST /alerts/run"}, "fullDescription": {"text": "`backend/routes/alerts.py` declares `POST /alerts/run` 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-c52f0f74c2f3389b", "name": "Unused endpoint: POST /reports/board/run", "shortDescription": {"text": "Unused endpoint: POST /reports/board/run"}, "fullDescription": {"text": "`backend/routes/alerts.py` declares `POST /reports/board/run` 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-298f39e65f705700", "name": "Unused endpoint: PATCH /unit/{unit_id}/owner", "shortDescription": {"text": "Unused endpoint: PATCH /unit/{unit_id}/owner"}, "fullDescription": {"text": "`backend/routes/units.py` declares `PATCH /unit/{unit_id}/owner` 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-8b198d4fe6c59a3f", "name": "Unused endpoint: POST /unit/{unit_id}/new-owner", "shortDescription": {"text": "Unused endpoint: POST /unit/{unit_id}/new-owner"}, "fullDescription": {"text": "`backend/routes/units.py` declares `POST /unit/{unit_id}/new-owner` 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-24c89cd45b95f011", "name": "Unused endpoint: GET /unit/{unit_id}/policy", "shortDescription": {"text": "Unused endpoint: GET /unit/{unit_id}/policy"}, "fullDescription": {"text": "`backend/routes/units.py` declares `GET /unit/{unit_id}/policy` 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-b6fd045daeb28232", "name": "Unused endpoint: POST /unit/{unit_id}/policy", "shortDescription": {"text": "Unused endpoint: POST /unit/{unit_id}/policy"}, "fullDescription": {"text": "`backend/routes/units.py` declares `POST /unit/{unit_id}/policy` 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-62d3c13f95c4c8df", "name": "Unused endpoint: PATCH /policy/{policy_id}", "shortDescription": {"text": "Unused endpoint: PATCH /policy/{policy_id}"}, "fullDescription": {"text": "`backend/routes/units.py` declares `PATCH /policy/{policy_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-61593aa85e2c865f", "name": "Unused endpoint: DELETE /policy/{policy_id}", "shortDescription": {"text": "Unused endpoint: DELETE /policy/{policy_id}"}, "fullDescription": {"text": "`backend/routes/units.py` declares `DELETE /policy/{policy_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-1791c87afa75db17", "name": "Unused endpoint: POST /policy/{policy_id}/approve", "shortDescription": {"text": "Unused endpoint: POST /policy/{policy_id}/approve"}, "fullDescription": {"text": "`backend/routes/units.py` declares `POST /policy/{policy_id}/approve` 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-84ac7fd840ec1bf3", "name": "Unused endpoint: POST /policy/{policy_id}/run-ai", "shortDescription": {"text": "Unused endpoint: POST /policy/{policy_id}/run-ai"}, "fullDescription": {"text": "`backend/routes/units.py` declares `POST /policy/{policy_id}/run-ai` 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-b3a1e3e5bfcea47d", "name": "Unused endpoint: POST /inbound/email", "shortDescription": {"text": "Unused endpoint: POST /inbound/email"}, "fullDescription": {"text": "`backend/routes/inbound.py` declares `POST /inbound/email` 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-efcb3a498ef0e586", "name": "Unused endpoint: POST /onboard/association", "shortDescription": {"text": "Unused endpoint: POST /onboard/association"}, "fullDescription": {"text": "`backend/routes/onboarding.py` declares `POST /onboard/association` 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-0c428493be4ea9df", "name": "Unused endpoint: GET /invite/{token}", "shortDescription": {"text": "Unused endpoint: GET /invite/{token}"}, "fullDescription": {"text": "`backend/routes/onboarding.py` declares `GET /invite/{token}` 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-7a5e9b1c4f220111", "name": "Unused endpoint: POST /invite/{token}", "shortDescription": {"text": "Unused endpoint: POST /invite/{token}"}, "fullDescription": {"text": "`backend/routes/onboarding.py` declares `POST /invite/{token}` 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-5f6c6cc25ce54fc0", "name": "Unused endpoint: GET /unit/{unit_id}/documents", "shortDescription": {"text": "Unused endpoint: GET /unit/{unit_id}/documents"}, "fullDescription": {"text": "`backend/routes/documents.py` declares `GET /unit/{unit_id}/documents` 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-4d18128ab75fec91", "name": "Unused endpoint: GET /hoa/{hoa_id}/documents", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/documents"}, "fullDescription": {"text": "`backend/routes/documents.py` declares `GET /hoa/{hoa_id}/documents` 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-b6f220c6137b1869", "name": "Unused endpoint: POST /hoa/{hoa_id}/documents", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/documents"}, "fullDescription": {"text": "`backend/routes/documents.py` declares `POST /hoa/{hoa_id}/documents` 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-350a630177348011", "name": "Unused endpoint: DELETE /hoa/{hoa_id}/documents/{doc_id}", "shortDescription": {"text": "Unused endpoint: DELETE /hoa/{hoa_id}/documents/{doc_id}"}, "fullDescription": {"text": "`backend/routes/documents.py` declares `DELETE /hoa/{hoa_id}/documents/{doc_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-289d881c6a984496", "name": "Unused endpoint: GET /hoas", "shortDescription": {"text": "Unused endpoint: GET /hoas"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoas` 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-adc8c015eda0d768", "name": "Unused endpoint: PATCH /hoa/{hoa_id}/requirements", "shortDescription": {"text": "Unused endpoint: PATCH /hoa/{hoa_id}/requirements"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `PATCH /hoa/{hoa_id}/requirements` 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-0045a1cc5d0b30ec", "name": "Unused endpoint: GET /hoa/{hoa_id}/units", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/units"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoa/{hoa_id}/units` 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-79b64aedede74867", "name": "Unused endpoint: GET /hoa/{hoa_id}/compliance", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/compliance"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoa/{hoa_id}/compliance` 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-7760f3c791974285", "name": "Unused endpoint: GET /hoa/{hoa_id}/compliance/trend", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/compliance/trend"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoa/{hoa_id}/compliance/trend` 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-c9a9c8b8e6b54412", "name": "Unused endpoint: POST /hoa/{hoa_id}/property-manager", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/property-manager"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `POST /hoa/{hoa_id}/property-manager` 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-9e22e633e6c29804", "name": "Unused endpoint: POST /hoa/{hoa_id}/units", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `POST /hoa/{hoa_id}/units` 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-3c0f50dcb4559959", "name": "Unused endpoint: PUT /hoa/{hoa_id}", "shortDescription": {"text": "Unused endpoint: PUT /hoa/{hoa_id}"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `PUT /hoa/{hoa_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-7a1eff8d6a2a3f83", "name": "Unused endpoint: GET /hoa/{hoa_id}/contacts", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/contacts"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoa/{hoa_id}/contacts` 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-e5c6efb0137f71d1", "name": "Unused endpoint: GET /hoa/{hoa_id}/email-previews", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/email-previews"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoa/{hoa_id}/email-previews` 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-5cb92375f8845daf", "name": "Unused endpoint: DELETE /hoa/{hoa_id}", "shortDescription": {"text": "Unused endpoint: DELETE /hoa/{hoa_id}"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `DELETE /hoa/{hoa_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-e4d07ac07852279d", "name": "Unused endpoint: POST /hoa/{hoa_id}/report/send", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/report/send"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `POST /hoa/{hoa_id}/report/send` 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-d20b050f97139ffe", "name": "Unused endpoint: DELETE /unit/{unit_id}", "shortDescription": {"text": "Unused endpoint: DELETE /unit/{unit_id}"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `DELETE /unit/{unit_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-47b1033848933328", "name": "Unused endpoint: GET /hoa/{hoa_id}/export", "shortDescription": {"text": "Unused endpoint: GET /hoa/{hoa_id}/export"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `GET /hoa/{hoa_id}/export` 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-23520a50fb1c0f46", "name": "Unused endpoint: POST /hoa/{hoa_id}/units/import", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units/import"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `POST /hoa/{hoa_id}/units/import` 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-1a61f75977aa4eeb", "name": "Unused endpoint: POST /hoa/{hoa_id}/units/import/preview", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units/import/preview"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `POST /hoa/{hoa_id}/units/import/preview` 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-1f295daae5233240", "name": "Unused endpoint: POST /hoa/{hoa_id}/units/import/commit", "shortDescription": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units/import/commit"}, "fullDescription": {"text": "`backend/routes/hoa.py` declares `POST /hoa/{hoa_id}/units/import/commit` 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/17805"}, "properties": {"repository": "RandyVisser/LapseGaurd", "repoUrl": "https://github.com/RandyVisser/LapseGaurd", "branch": "main"}, "results": [{"ruleId": "scanner-7f831799f686e932", "level": "note", "message": {"text": "Possibly dead Python function: require_hoa_admin"}, "properties": {"repobilityId": "d0e0337eb3337b5c", "scanner": "scanner-primary", "fingerprint": "7f831799f686e932", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/auth/jwt.py:71"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-15b25558dfc2f7b5", "level": "note", "message": {"text": "Possibly dead Python function: require_super_user"}, "properties": {"repobilityId": "fc5a577a864007d3", "scanner": "scanner-primary", "fingerprint": "15b25558dfc2f7b5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/auth/jwt.py:77"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cf5099e6e7f7d78c", "level": "note", "message": {"text": "Possibly dead Python function: require_tenant"}, "properties": {"repobilityId": "f9cacd6160883fe4", "scanner": "scanner-primary", "fingerprint": "cf5099e6e7f7d78c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/auth/jwt.py:83"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-74b2170313806efa", "level": "note", "message": {"text": "Possibly dead Python function: renewal_notice_html"}, "properties": {"repobilityId": "ec8fd3adaf31fcb1", "scanner": "scanner-primary", "fingerprint": "74b2170313806efa", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/services/email.py:54"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-80d1dd50fefe0f35", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminTenantDetail.jsx:362"}, "properties": {"repobilityId": "67227db20561ad39", "scanner": "scanner-primary", "fingerprint": "80d1dd50fefe0f35", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-54ff14560819d3e1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminDashboard.jsx:1079"}, "properties": {"repobilityId": "ccb145cc2c2237f4", "scanner": "scanner-primary", "fingerprint": "54ff14560819d3e1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-360cbda407c2cfc6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 frontend/src/pages/AdminSettings.jsx:518"}, "properties": {"repobilityId": "740df26705dc0241", "scanner": "scanner-primary", "fingerprint": "360cbda407c2cfc6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-7c3b9102d0665314", "level": "warning", "message": {"text": "Privileged port 13 in use"}, "properties": {"repobilityId": "79d721e4d6f64798", "scanner": "scanner-primary", "fingerprint": "7c3b9102d0665314", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/scheduled-jobs.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7961cff8b4a23367", "level": "warning", "message": {"text": "Privileged port 30 in use"}, "properties": {"repobilityId": "54f172e7d16fc662", "scanner": "scanner-primary", "fingerprint": "7961cff8b4a23367", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/scheduled-jobs.yml"}, "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-a7f39cdd5fa21931", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "6086a1867bf8e871", "scanner": "scanner-primary", "fingerprint": "a7f39cdd5fa21931", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1f66ad88286ca30a", "level": "warning", "message": {"text": "Dockerfile runs as root: backend/Dockerfile"}, "properties": {"repobilityId": "7afd2b0e8a8c9eeb", "scanner": "scanner-primary", "fingerprint": "1f66ad88286ca30a", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-714c31ca9f474ae6", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "f614a1e41f331b37", "scanner": "scanner-primary", "fingerprint": "714c31ca9f474ae6", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 1}}}]}, {"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-d15d6fb9544d1b29", "level": "note", "message": {"text": "Very large file: frontend/src/pages/AdminTenantDetail.jsx (1188 lines)"}, "properties": {"repobilityId": "6cf9aed0a8c87b3e", "scanner": "scanner-primary", "fingerprint": "d15d6fb9544d1b29", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f8fa4875c68961a9", "level": "note", "message": {"text": "Very large file: frontend/src/pages/AdminDashboard.jsx (1427 lines)"}, "properties": {"repobilityId": "bdc132c466bd2de8", "scanner": "scanner-primary", "fingerprint": "f8fa4875c68961a9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-55e85add26dfe2b7", "level": "note", "message": {"text": "Very large file: backend/routes/hoa.py (1168 lines)"}, "properties": {"repobilityId": "360c1c02abb9348b", "scanner": "scanner-primary", "fingerprint": "55e85add26dfe2b7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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": "5fb8577142a6293b", "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": "d0ef29a0e395e3a0", "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": "24013d85bdf09e12", "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": "c2e6c483a441a0a3", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "ce5045a6d686038b", "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": "e4a09dc7acbbd96e", "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": "a8c4e7662f8116ad", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-1285464478f0f182", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 frontend/src/supabase.js:30"}, "properties": {"repobilityId": "c4af3dcfc1f02ac8", "scanner": "scanner-primary", "fingerprint": "1285464478f0f182", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2e4a1709b788615e", "level": "none", "message": {"text": "Commented-code block (7 lines) in backend/routes/inbound.py:440"}, "properties": {"repobilityId": "a5804952e316c069", "scanner": "scanner-primary", "fingerprint": "2e4a1709b788615e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4ba07a6c1cc8e3d7", "level": "none", "message": {"text": "Commented-code block (5 lines) in backend/routes/onboarding.py:112"}, "properties": {"repobilityId": "d8bd0ecba31f4178", "scanner": "scanner-primary", "fingerprint": "4ba07a6c1cc8e3d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3482f7e5dd70cd1a", "level": "note", "message": {"text": "6 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "1da70f25aa46f6e9", "scanner": "scanner-primary", "fingerprint": "3482f7e5dd70cd1a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "3fb2fa91beeb8fc7", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "b521a491113f6297", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "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": "5854c23e8bf04b43", "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": "a1ff83185e578813", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-06f12e8b2d945824", "level": "warning", "message": {"text": "Frontend route `/join/:token` has no Link/navigate to it \u2014 frontend/src/App.jsx"}, "properties": {"repobilityId": "159e79d508c3123e", "scanner": "scanner-primary", "fingerprint": "06f12e8b2d945824", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-e864cf02de4f5409", "level": "warning", "message": {"text": "Frontend route `/reset-password` has no Link/navigate to it \u2014 frontend/src/App.jsx"}, "properties": {"repobilityId": "e1cae2d17f680088", "scanner": "scanner-primary", "fingerprint": "e864cf02de4f5409", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-7454496c043f996f", "level": "warning", "message": {"text": "Frontend route `/admin/tenant/:tenantId` has no Link/navigate to it \u2014 frontend/src/App.jsx"}, "properties": {"repobilityId": "92f7519cb4047502", "scanner": "scanner-primary", "fingerprint": "7454496c043f996f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-d6a57a0888850103", "level": "error", "message": {"text": "FastAPI POST `run_alerts` without auth dependency \u2014 backend/routes/alerts.py:13"}, "properties": {"repobilityId": "088c72a4f7aebe95", "scanner": "scanner-primary", "fingerprint": "d6a57a0888850103", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/routes/alerts.py"}, "region": {"startLine": 13}}}]}, {"ruleId": "scanner-5430264d69cba523", "level": "error", "message": {"text": "FastAPI POST `run_board_reports` without auth dependency \u2014 backend/routes/alerts.py:30"}, "properties": {"repobilityId": "37d92de0ba4f2368", "scanner": "scanner-primary", "fingerprint": "5430264d69cba523", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/routes/alerts.py"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-c4f89272652d2da2", "level": "error", "message": {"text": "FastAPI POST `receive_inbound_email` without auth dependency \u2014 backend/routes/inbound.py:406"}, "properties": {"repobilityId": "f15c6974d53278c9", "scanner": "scanner-primary", "fingerprint": "c4f89272652d2da2", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/routes/inbound.py"}, "region": {"startLine": 406}}}]}, {"ruleId": "scanner-4da8e569baff02c0", "level": "error", "message": {"text": "FastAPI POST `accept_invite` without auth dependency \u2014 backend/routes/onboarding.py:160"}, "properties": {"repobilityId": "546576438847976b", "scanner": "scanner-primary", "fingerprint": "4da8e569baff02c0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/routes/onboarding.py"}, "region": {"startLine": 160}}}]}, {"ruleId": "scanner-70d41f21636f701a", "level": "note", "message": {"text": "Unused endpoint: GET /tenant/me"}, "properties": {"repobilityId": "a973c09475a927d8", "scanner": "scanner-primary", "fingerprint": "70d41f21636f701a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6c821d2ca913165d", "level": "note", "message": {"text": "Unused endpoint: GET /tenant/{tenant_id}"}, "properties": {"repobilityId": "745a407f7f90b6a4", "scanner": "scanner-primary", "fingerprint": "6c821d2ca913165d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-56393b36be3c9aaf", "level": "note", "message": {"text": "Unused endpoint: PATCH /tenant/{tenant_id}"}, "properties": {"repobilityId": "e4d1df039c8e878b", "scanner": "scanner-primary", "fingerprint": "56393b36be3c9aaf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-56ddfe44dda33cc9", "level": "note", "message": {"text": "Unused endpoint: POST /tenant/{tenant_id}/notify"}, "properties": {"repobilityId": "84717e5f15e278ac", "scanner": "scanner-primary", "fingerprint": "56ddfe44dda33cc9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ead504480aef959b", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/notify-bulk"}, "properties": {"repobilityId": "f9f46ec47e041068", "scanner": "scanner-primary", "fingerprint": "ead504480aef959b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aa0d96f4d434ca04", "level": "note", "message": {"text": "Unused endpoint: POST /policy/{policy_id}/review"}, "properties": {"repobilityId": "666bcb2335d9f8f0", "scanner": "scanner-primary", "fingerprint": "aa0d96f4d434ca04", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d0df13365c6f2eeb", "level": "note", "message": {"text": "Unused endpoint: POST /unit/{unit_id}/tenant"}, "properties": {"repobilityId": "73f70daa9c887e03", "scanner": "scanner-primary", "fingerprint": "d0df13365c6f2eeb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-233c21013adf0ba3", "level": "note", "message": {"text": "Unused endpoint: GET /tenant/me/policies"}, "properties": {"repobilityId": "3315b93ecdb0b3f8", "scanner": "scanner-primary", "fingerprint": "233c21013adf0ba3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-01cbccdd7b1aba3f", "level": "note", "message": {"text": "Unused endpoint: DELETE /tenant/{tenant_id}"}, "properties": {"repobilityId": "3efd469b65eea1cb", "scanner": "scanner-primary", "fingerprint": "01cbccdd7b1aba3f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-245fddf341752d1f", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/invite-all"}, "properties": {"repobilityId": "9ae67ff49b92977d", "scanner": "scanner-primary", "fingerprint": "245fddf341752d1f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c697b3d64140db79", "level": "note", "message": {"text": "Unused endpoint: GET /unit/{unit_id}/invite-preview"}, "properties": {"repobilityId": "9ac169d60f322bc9", "scanner": "scanner-primary", "fingerprint": "c697b3d64140db79", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e7b5a2149cfe5e56", "level": "note", "message": {"text": "Unused endpoint: POST /unit/{unit_id}/invite"}, "properties": {"repobilityId": "366398fa4f3b4a68", "scanner": "scanner-primary", "fingerprint": "e7b5a2149cfe5e56", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-17e451500db2432c", "level": "note", "message": {"text": "Unused endpoint: POST /alerts/run"}, "properties": {"repobilityId": "5314cca67015b330", "scanner": "scanner-primary", "fingerprint": "17e451500db2432c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c52f0f74c2f3389b", "level": "note", "message": {"text": "Unused endpoint: POST /reports/board/run"}, "properties": {"repobilityId": "d9e802b3ec602fbe", "scanner": "scanner-primary", "fingerprint": "c52f0f74c2f3389b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-298f39e65f705700", "level": "note", "message": {"text": "Unused endpoint: PATCH /unit/{unit_id}/owner"}, "properties": {"repobilityId": "51a2a93342052eae", "scanner": "scanner-primary", "fingerprint": "298f39e65f705700", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8b198d4fe6c59a3f", "level": "note", "message": {"text": "Unused endpoint: POST /unit/{unit_id}/new-owner"}, "properties": {"repobilityId": "e8fde686bf918a9a", "scanner": "scanner-primary", "fingerprint": "8b198d4fe6c59a3f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-24c89cd45b95f011", "level": "note", "message": {"text": "Unused endpoint: GET /unit/{unit_id}/policy"}, "properties": {"repobilityId": "d5f3395c0de7eae2", "scanner": "scanner-primary", "fingerprint": "24c89cd45b95f011", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b6fd045daeb28232", "level": "note", "message": {"text": "Unused endpoint: POST /unit/{unit_id}/policy"}, "properties": {"repobilityId": "cae1f12c2e3df9f2", "scanner": "scanner-primary", "fingerprint": "b6fd045daeb28232", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-62d3c13f95c4c8df", "level": "note", "message": {"text": "Unused endpoint: PATCH /policy/{policy_id}"}, "properties": {"repobilityId": "bb8e9054a2e9ef86", "scanner": "scanner-primary", "fingerprint": "62d3c13f95c4c8df", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-61593aa85e2c865f", "level": "note", "message": {"text": "Unused endpoint: DELETE /policy/{policy_id}"}, "properties": {"repobilityId": "df17e2ccba60c1ff", "scanner": "scanner-primary", "fingerprint": "61593aa85e2c865f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1791c87afa75db17", "level": "note", "message": {"text": "Unused endpoint: POST /policy/{policy_id}/approve"}, "properties": {"repobilityId": "bed1bbfda244a41b", "scanner": "scanner-primary", "fingerprint": "1791c87afa75db17", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-84ac7fd840ec1bf3", "level": "note", "message": {"text": "Unused endpoint: POST /policy/{policy_id}/run-ai"}, "properties": {"repobilityId": "c063c63df6453b30", "scanner": "scanner-primary", "fingerprint": "84ac7fd840ec1bf3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b3a1e3e5bfcea47d", "level": "note", "message": {"text": "Unused endpoint: POST /inbound/email"}, "properties": {"repobilityId": "6975bc2c485d0889", "scanner": "scanner-primary", "fingerprint": "b3a1e3e5bfcea47d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-efcb3a498ef0e586", "level": "note", "message": {"text": "Unused endpoint: POST /onboard/association"}, "properties": {"repobilityId": "cb1ab5f6a998e5cb", "scanner": "scanner-primary", "fingerprint": "efcb3a498ef0e586", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0c428493be4ea9df", "level": "note", "message": {"text": "Unused endpoint: GET /invite/{token}"}, "properties": {"repobilityId": "5030f50bc16f2e8b", "scanner": "scanner-primary", "fingerprint": "0c428493be4ea9df", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a5e9b1c4f220111", "level": "note", "message": {"text": "Unused endpoint: POST /invite/{token}"}, "properties": {"repobilityId": "106794b367cbc53f", "scanner": "scanner-primary", "fingerprint": "7a5e9b1c4f220111", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5f6c6cc25ce54fc0", "level": "note", "message": {"text": "Unused endpoint: GET /unit/{unit_id}/documents"}, "properties": {"repobilityId": "617764579c751442", "scanner": "scanner-primary", "fingerprint": "5f6c6cc25ce54fc0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4d18128ab75fec91", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/documents"}, "properties": {"repobilityId": "e905586c2a6d076d", "scanner": "scanner-primary", "fingerprint": "4d18128ab75fec91", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b6f220c6137b1869", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/documents"}, "properties": {"repobilityId": "41d808d876e71a99", "scanner": "scanner-primary", "fingerprint": "b6f220c6137b1869", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-350a630177348011", "level": "note", "message": {"text": "Unused endpoint: DELETE /hoa/{hoa_id}/documents/{doc_id}"}, "properties": {"repobilityId": "8cc8d9bbc9409e8b", "scanner": "scanner-primary", "fingerprint": "350a630177348011", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-289d881c6a984496", "level": "note", "message": {"text": "Unused endpoint: GET /hoas"}, "properties": {"repobilityId": "3328dbb7aa7e77a6", "scanner": "scanner-primary", "fingerprint": "289d881c6a984496", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-adc8c015eda0d768", "level": "note", "message": {"text": "Unused endpoint: PATCH /hoa/{hoa_id}/requirements"}, "properties": {"repobilityId": "d019221912ef9f74", "scanner": "scanner-primary", "fingerprint": "adc8c015eda0d768", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0045a1cc5d0b30ec", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/units"}, "properties": {"repobilityId": "f42f56432a14987f", "scanner": "scanner-primary", "fingerprint": "0045a1cc5d0b30ec", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-79b64aedede74867", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/compliance"}, "properties": {"repobilityId": "423b3e9da6bf62b0", "scanner": "scanner-primary", "fingerprint": "79b64aedede74867", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7760f3c791974285", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/compliance/trend"}, "properties": {"repobilityId": "2342e09f93259302", "scanner": "scanner-primary", "fingerprint": "7760f3c791974285", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c9a9c8b8e6b54412", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/property-manager"}, "properties": {"repobilityId": "a372031a5e4bc7a8", "scanner": "scanner-primary", "fingerprint": "c9a9c8b8e6b54412", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9e22e633e6c29804", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units"}, "properties": {"repobilityId": "364d0e53baaf0af6", "scanner": "scanner-primary", "fingerprint": "9e22e633e6c29804", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3c0f50dcb4559959", "level": "note", "message": {"text": "Unused endpoint: PUT /hoa/{hoa_id}"}, "properties": {"repobilityId": "c5ee3176e233b875", "scanner": "scanner-primary", "fingerprint": "3c0f50dcb4559959", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a1eff8d6a2a3f83", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/contacts"}, "properties": {"repobilityId": "0b5772fe4263e98c", "scanner": "scanner-primary", "fingerprint": "7a1eff8d6a2a3f83", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e5c6efb0137f71d1", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/email-previews"}, "properties": {"repobilityId": "954ec801ecbd183c", "scanner": "scanner-primary", "fingerprint": "e5c6efb0137f71d1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5cb92375f8845daf", "level": "note", "message": {"text": "Unused endpoint: DELETE /hoa/{hoa_id}"}, "properties": {"repobilityId": "5e493bf9397d59f7", "scanner": "scanner-primary", "fingerprint": "5cb92375f8845daf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e4d07ac07852279d", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/report/send"}, "properties": {"repobilityId": "d50b37de780a5184", "scanner": "scanner-primary", "fingerprint": "e4d07ac07852279d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d20b050f97139ffe", "level": "note", "message": {"text": "Unused endpoint: DELETE /unit/{unit_id}"}, "properties": {"repobilityId": "f199f3838c61af40", "scanner": "scanner-primary", "fingerprint": "d20b050f97139ffe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-47b1033848933328", "level": "note", "message": {"text": "Unused endpoint: GET /hoa/{hoa_id}/export"}, "properties": {"repobilityId": "e8b7ce8317352a33", "scanner": "scanner-primary", "fingerprint": "47b1033848933328", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-23520a50fb1c0f46", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units/import"}, "properties": {"repobilityId": "e696f40df085f305", "scanner": "scanner-primary", "fingerprint": "23520a50fb1c0f46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1a61f75977aa4eeb", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units/import/preview"}, "properties": {"repobilityId": "845ae194f9e81012", "scanner": "scanner-primary", "fingerprint": "1a61f75977aa4eeb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1f295daae5233240", "level": "note", "message": {"text": "Unused endpoint: POST /hoa/{hoa_id}/units/import/commit"}, "properties": {"repobilityId": "14296af8a92a98df", "scanner": "scanner-primary", "fingerprint": "1f295daae5233240", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}