{"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-1e8f415998238025", "name": "Possibly dead Python function: perform_self_update", "shortDescription": {"text": "Possibly dead Python function: perform_self_update"}, "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-aef0b4f8147ed639", "name": "Possibly dead Python function: reexec_cli", "shortDescription": {"text": "Possibly dead Python function: reexec_cli"}, "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-818bf582cb19fcf6", "name": "Possibly dead Python function: record_exception", "shortDescription": {"text": "Possibly dead Python function: record_exception"}, "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-d1d3bd4f7a147ce0", "name": "Possibly dead Python function: log_message", "shortDescription": {"text": "Possibly dead Python function: log_message"}, "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-0586b77fe679debe", "name": "Possibly dead Python function: do_GET", "shortDescription": {"text": "Possibly dead Python function: do_GET"}, "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-7735f6fa85a8c812", "name": "Possibly dead Python function: do_POST", "shortDescription": {"text": "Possibly dead Python function: do_POST"}, "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-c7d75a12bf2d258c", "name": "Possibly dead Python function: log_message", "shortDescription": {"text": "Possibly dead Python function: log_message"}, "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-f35fbaf71afffa78", "name": "Possibly dead Python function: do_GET", "shortDescription": {"text": "Possibly dead Python function: do_GET"}, "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-acd4c59ac123459a", "name": "Possibly dead Python function: do_POST", "shortDescription": {"text": "Possibly dead Python function: do_POST"}, "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-0b4ecbdc7cb12559", "name": "Possibly dead Python function: do_OPTIONS", "shortDescription": {"text": "Possibly dead Python function: do_OPTIONS"}, "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-62b056885c791dcc", "name": "Possibly dead Python function: record_routing", "shortDescription": {"text": "Possibly dead Python function: record_routing"}, "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-a3c219d45a33f909", "name": "Possibly dead Python function: record_exception", "shortDescription": {"text": "Possibly dead Python function: record_exception"}, "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-807d8397d5ef4304", "name": "Possibly dead Python function: attempt", "shortDescription": {"text": "Possibly dead Python function: attempt"}, "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-1f9032d703a27e8a", "name": "Possibly dead Python function: is_retriable", "shortDescription": {"text": "Possibly dead Python function: is_retriable"}, "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-5567d57501c329de", "name": "Privileged port 128 in use", "shortDescription": {"text": "Privileged port 128 in use"}, "fullDescription": {"text": "Port 128 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-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: 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-de3c1f217d72a063", "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-750da4b2990d35fa", "name": "Insecure pattern 'cors_wildcard' in src/iicp_client/node.py:912", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/iicp_client/node.py:912"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "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-e671cac38c7208ca", "name": "Very large file: src/iicp_client/nat_detection.py (1493 lines)", "shortDescription": {"text": "Very large file: src/iicp_client/nat_detection.py (1493 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-676186ee71f975bd", "name": "Very large file: src/iicp_client/cli.py (2031 lines)", "shortDescription": {"text": "Very large file: src/iicp_client/cli.py (2031 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-487ad8c198623d70", "name": "Very large file: src/iicp_client/node.py (1749 lines)", "shortDescription": {"text": "Very large file: src/iicp_client/node.py (1749 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 50 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-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-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-3b1c3f3960d59288", "name": "Commented-code block (5 lines) in tests/test_nat_detection.py:137", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_nat_detection.py:137"}, "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-6f433ae6d54bdcdf", "name": "Commented-code block (6 lines) in tests/test_operator_identity.py:67", "shortDescription": {"text": "Commented-code block (6 lines) in tests/test_operator_identity.py:67"}, "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-312563024a25dadb", "name": "Legacy-named symbol `r_old` in tests/proxy/test_trust_resolver.py:29", "shortDescription": {"text": "Legacy-named symbol `r_old` in tests/proxy/test_trust_resolver.py:29"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-03893431836b16a9", "name": "Commented-code block (6 lines) in tests/proxy/test_directory_redirect_trust.py:133", "shortDescription": {"text": "Commented-code block (6 lines) in tests/proxy/test_directory_redirect_trust.py:133"}, "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-84bf29f5e8c37b2c", "name": "Commented-code block (5 lines) in src/iicp_client/client.py:242", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/client.py:242"}, "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-05264126f97b0f43", "name": "Commented-code block (5 lines) in src/iicp_client/nat_detection.py:175", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/nat_detection.py:175"}, "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-03c45a537f582c4d", "name": "Commented-code block (8 lines) in src/iicp_client/updater.py:70", "shortDescription": {"text": "Commented-code block (8 lines) in src/iicp_client/updater.py:70"}, "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-3f4725881fa1c7db", "name": "Commented-code block (5 lines) in src/iicp_client/tunnel.py:46", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/tunnel.py:46"}, "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-8a01ac48364b9be5", "name": "Stub function `set_attribute` (body is just `pass`/`return`) \u2014 src/iicp_client/otel_tracer.py:68", "shortDescription": {"text": "Stub function `set_attribute` (body is just `pass`/`return`) \u2014 src/iicp_client/otel_tracer.py:68"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a511c6514b60d444", "name": "Commented-code block (5 lines) in src/iicp_client/cli.py:446", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/cli.py:446"}, "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-a079bbad5073dadd", "name": "Blocking `urllib.request.urlopen(...)` inside `async def _auto_elect_relay` \u2014 src/iicp_client/cli.py:1356", "shortDescription": {"text": "Blocking `urllib.request.urlopen(...)` inside `async def _auto_elect_relay` \u2014 src/iicp_client/cli.py:1356"}, "fullDescription": {"text": "Sync I/O inside an async function blocks the event loop. While `urllib.request.urlopen(...)` is running, *all* other coroutines on this loop are paused \u2014 silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thread(...)`."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "high", "confidence": 1.0}}, {"id": "scanner-598e12b0dbdf86c8", "name": "Commented-code block (5 lines) in src/iicp_client/node.py:208", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/node.py:208"}, "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-dd6701cb687169d7", "name": "Commented-code block (5 lines) in src/iicp_client/iicp_tcp.py:268", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/iicp_tcp.py:268"}, "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-c81b3061601db28c", "name": "Stub function `set_attribute` (body is just `pass`/`return`) \u2014 src/iicp_client/proxy/otel_tracer.py:74", "shortDescription": {"text": "Stub function `set_attribute` (body is just `pass`/`return`) \u2014 src/iicp_client/proxy/otel_tracer.py:74"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cfaf883c419bede2", "name": "Commented-code block (5 lines) in src/iicp_client/proxy/cip/dispatch.py:115", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/proxy/cip/dispatch.py:115"}, "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-8b171095e27ea4ea", "name": "Commented-code block (5 lines) in src/iicp_client/proxy/clients/directory.py:49", "shortDescription": {"text": "Commented-code block (5 lines) in src/iicp_client/proxy/clients/directory.py:49"}, "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-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:\nsrc/iicp_client/trust_auditor.py:as_dict, src/iicp_client/trust_auditor.py:as_dict\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-13c42dfa2d638b85", "name": "FastAPI POST `api_chat` without auth dependency \u2014 src/iicp_client/proxy/ollama_compat/server.py:140", "shortDescription": {"text": "FastAPI POST `api_chat` without auth dependency \u2014 src/iicp_client/proxy/ollama_compat/server.py:140"}, "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-e3e892933d221669", "name": "FastAPI POST `api_generate` without auth dependency \u2014 src/iicp_client/proxy/ollama_compat/server.py:167", "shortDescription": {"text": "FastAPI POST `api_generate` without auth dependency \u2014 src/iicp_client/proxy/ollama_compat/server.py:167"}, "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-7943f782594b0219", "name": "FastAPI POST `messages` without auth dependency \u2014 src/iicp_client/proxy/anthropic_compat/server.py:165", "shortDescription": {"text": "FastAPI POST `messages` without auth dependency \u2014 src/iicp_client/proxy/anthropic_compat/server.py:165"}, "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-7d43590db2082751", "name": "FastAPI POST `chat_completions` without auth dependency \u2014 src/iicp_client/proxy/openai_compat/server.py:77", "shortDescription": {"text": "FastAPI POST `chat_completions` without auth dependency \u2014 src/iicp_client/proxy/openai_compat/server.py:77"}, "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-6c2507f3182299a0", "name": "Unused endpoint: GET /api/version", "shortDescription": {"text": "Unused endpoint: GET /api/version"}, "fullDescription": {"text": "`src/iicp_client/proxy/ollama_compat/server.py` declares `GET /api/version` 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-f90bfe720c1d950e", "name": "Unused endpoint: GET /api/tags", "shortDescription": {"text": "Unused endpoint: GET /api/tags"}, "fullDescription": {"text": "`src/iicp_client/proxy/ollama_compat/server.py` declares `GET /api/tags` 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-9d2517f9eafc5297", "name": "Unused endpoint: POST /api/chat", "shortDescription": {"text": "Unused endpoint: POST /api/chat"}, "fullDescription": {"text": "`src/iicp_client/proxy/ollama_compat/server.py` declares `POST /api/chat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-093467ddc6e6a64d", "name": "Unused endpoint: POST /api/generate", "shortDescription": {"text": "Unused endpoint: POST /api/generate"}, "fullDescription": {"text": "`src/iicp_client/proxy/ollama_compat/server.py` declares `POST /api/generate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-251e3dbd600caba5", "name": "Unused endpoint: GET /v1/models", "shortDescription": {"text": "Unused endpoint: GET /v1/models"}, "fullDescription": {"text": "`src/iicp_client/proxy/anthropic_compat/server.py` declares `GET /v1/models` 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-50d20b703a1dd1f9", "name": "Unused endpoint: POST /v1/messages", "shortDescription": {"text": "Unused endpoint: POST /v1/messages"}, "fullDescription": {"text": "`src/iicp_client/proxy/anthropic_compat/server.py` declares `POST /v1/messages` 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-ff99ecd9b3a77326", "name": "Unused endpoint: POST /v1/chat/completions", "shortDescription": {"text": "Unused endpoint: POST /v1/chat/completions"}, "fullDescription": {"text": "`src/iicp_client/proxy/openai_compat/server.py` declares `POST /v1/chat/completions` 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/18319"}, "properties": {"repository": "RobLe3/iicp-client-python", "repoUrl": "https://github.com/RobLe3/iicp-client-python", "branch": "main"}, "results": [{"ruleId": "scanner-1e8f415998238025", "level": "note", "message": {"text": "Possibly dead Python function: perform_self_update"}, "properties": {"repobilityId": "5e4da1ce228bd2bc", "scanner": "scanner-primary", "fingerprint": "1e8f415998238025", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/updater.py:80"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aef0b4f8147ed639", "level": "note", "message": {"text": "Possibly dead Python function: reexec_cli"}, "properties": {"repobilityId": "5973f305206f01f3", "scanner": "scanner-primary", "fingerprint": "aef0b4f8147ed639", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/updater.py:93"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-818bf582cb19fcf6", "level": "note", "message": {"text": "Possibly dead Python function: record_exception"}, "properties": {"repobilityId": "e3c62a47b89ba908", "scanner": "scanner-primary", "fingerprint": "818bf582cb19fcf6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/otel_tracer.py:71"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d1d3bd4f7a147ce0", "level": "note", "message": {"text": "Possibly dead Python function: log_message"}, "properties": {"repobilityId": "965f3150b4af5b2e", "scanner": "scanner-primary", "fingerprint": "d1d3bd4f7a147ce0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/cli.py:1836"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0586b77fe679debe", "level": "note", "message": {"text": "Possibly dead Python function: do_GET"}, "properties": {"repobilityId": "2d943bb45e4f13bd", "scanner": "scanner-primary", "fingerprint": "0586b77fe679debe", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/cli.py:1847"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7735f6fa85a8c812", "level": "note", "message": {"text": "Possibly dead Python function: do_POST"}, "properties": {"repobilityId": "53357410ca9379a9", "scanner": "scanner-primary", "fingerprint": "7735f6fa85a8c812", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/cli.py:1859"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c7d75a12bf2d258c", "level": "note", "message": {"text": "Possibly dead Python function: log_message"}, "properties": {"repobilityId": "965f3150b4af5b2e", "scanner": "scanner-primary", "fingerprint": "c7d75a12bf2d258c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/node.py:859"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f35fbaf71afffa78", "level": "note", "message": {"text": "Possibly dead Python function: do_GET"}, "properties": {"repobilityId": "2d943bb45e4f13bd", "scanner": "scanner-primary", "fingerprint": "f35fbaf71afffa78", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/node.py:862"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-acd4c59ac123459a", "level": "note", "message": {"text": "Possibly dead Python function: do_POST"}, "properties": {"repobilityId": "53357410ca9379a9", "scanner": "scanner-primary", "fingerprint": "acd4c59ac123459a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/node.py:878"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0b4ecbdc7cb12559", "level": "note", "message": {"text": "Possibly dead Python function: do_OPTIONS"}, "properties": {"repobilityId": "36491d1f4fa41aef", "scanner": "scanner-primary", "fingerprint": "0b4ecbdc7cb12559", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/node.py:900"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-62b056885c791dcc", "level": "note", "message": {"text": "Possibly dead Python function: record_routing"}, "properties": {"repobilityId": "c35d3cc3bc3f5b18", "scanner": "scanner-primary", "fingerprint": "62b056885c791dcc", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/metrics.py:21"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a3c219d45a33f909", "level": "note", "message": {"text": "Possibly dead Python function: record_exception"}, "properties": {"repobilityId": "e3c62a47b89ba908", "scanner": "scanner-primary", "fingerprint": "a3c219d45a33f909", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/otel_tracer.py:77"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-807d8397d5ef4304", "level": "note", "message": {"text": "Possibly dead Python function: attempt"}, "properties": {"repobilityId": "07da37e5ed5d9549", "scanner": "scanner-primary", "fingerprint": "807d8397d5ef4304", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/routing/router.py:90"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1f9032d703a27e8a", "level": "note", "message": {"text": "Possibly dead Python function: is_retriable"}, "properties": {"repobilityId": "edc362196d1553d0", "scanner": "scanner-primary", "fingerprint": "1f9032d703a27e8a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/routing/retry.py:95"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5567d57501c329de", "level": "warning", "message": {"text": "Privileged port 128 in use"}, "properties": {"repobilityId": "f8e4e921f55e1fe2", "scanner": "scanner-primary", "fingerprint": "5567d57501c329de", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/test_serve_address_family.py"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-de3c1f217d72a063", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "df231028d64e2d3c", "scanner": "scanner-primary", "fingerprint": "de3c1f217d72a063", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-de3c1f217d72a063", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "edca13a3112ad4cd", "scanner": "scanner-primary", "fingerprint": "de3c1f217d72a063", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 29}}}]}, {"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-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-750da4b2990d35fa", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/iicp_client/node.py:912"}, "properties": {"repobilityId": "f25e0288397d3a98", "scanner": "scanner-primary", "fingerprint": "750da4b2990d35fa", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/node.py"}, "region": {"startLine": 912}}}]}, {"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-e671cac38c7208ca", "level": "note", "message": {"text": "Very large file: src/iicp_client/nat_detection.py (1493 lines)"}, "properties": {"repobilityId": "b779ef80451e65bf", "scanner": "scanner-primary", "fingerprint": "e671cac38c7208ca", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-676186ee71f975bd", "level": "note", "message": {"text": "Very large file: src/iicp_client/cli.py (2031 lines)"}, "properties": {"repobilityId": "3e282fc9acd1d598", "scanner": "scanner-primary", "fingerprint": "676186ee71f975bd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-487ad8c198623d70", "level": "note", "message": {"text": "Very large file: src/iicp_client/node.py (1749 lines)"}, "properties": {"repobilityId": "c3e7dea2f5657a45", "scanner": "scanner-primary", "fingerprint": "487ad8c198623d70", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7a5f1bde39d607c9", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "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": "0a6877a26a40c65a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d2769c7a1600a85b", "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": "2002341858b6b14d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3b1c3f3960d59288", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_nat_detection.py:137"}, "properties": {"repobilityId": "f588ac186d9ffd95", "scanner": "scanner-primary", "fingerprint": "3b1c3f3960d59288", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6f433ae6d54bdcdf", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/test_operator_identity.py:67"}, "properties": {"repobilityId": "a7bb699eeb25efc8", "scanner": "scanner-primary", "fingerprint": "6f433ae6d54bdcdf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-312563024a25dadb", "level": "note", "message": {"text": "Legacy-named symbol `r_old` in tests/proxy/test_trust_resolver.py:29"}, "properties": {"repobilityId": "128f2ced1184c04b", "scanner": "scanner-primary", "fingerprint": "312563024a25dadb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-03893431836b16a9", "level": "none", "message": {"text": "Commented-code block (6 lines) in tests/proxy/test_directory_redirect_trust.py:133"}, "properties": {"repobilityId": "dc94ec23db9d6c1c", "scanner": "scanner-primary", "fingerprint": "03893431836b16a9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84bf29f5e8c37b2c", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/client.py:242"}, "properties": {"repobilityId": "1dcbaad738235ef9", "scanner": "scanner-primary", "fingerprint": "84bf29f5e8c37b2c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-05264126f97b0f43", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/nat_detection.py:175"}, "properties": {"repobilityId": "73ff08fcb5f4b876", "scanner": "scanner-primary", "fingerprint": "05264126f97b0f43", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-03c45a537f582c4d", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/iicp_client/updater.py:70"}, "properties": {"repobilityId": "8482d7ee2dc71669", "scanner": "scanner-primary", "fingerprint": "03c45a537f582c4d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3f4725881fa1c7db", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/tunnel.py:46"}, "properties": {"repobilityId": "cdddd0c1eb6a96a6", "scanner": "scanner-primary", "fingerprint": "3f4725881fa1c7db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8a01ac48364b9be5", "level": "note", "message": {"text": "Stub function `set_attribute` (body is just `pass`/`return`) \u2014 src/iicp_client/otel_tracer.py:68"}, "properties": {"repobilityId": "d5fef48f23eac38f", "scanner": "scanner-primary", "fingerprint": "8a01ac48364b9be5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-a511c6514b60d444", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/cli.py:446"}, "properties": {"repobilityId": "1edf8a8e102db9d2", "scanner": "scanner-primary", "fingerprint": "a511c6514b60d444", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a079bbad5073dadd", "level": "error", "message": {"text": "Blocking `urllib.request.urlopen(...)` inside `async def _auto_elect_relay` \u2014 src/iicp_client/cli.py:1356"}, "properties": {"repobilityId": "e571f3df35a4bd89", "scanner": "scanner-primary", "fingerprint": "a079bbad5073dadd", "layer": "quality", "severity": "high", "confidence": 1.0, "tags": ["integrity", "sync-io-in-async", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/cli.py"}, "region": {"startLine": 1356}}}]}, {"ruleId": "scanner-598e12b0dbdf86c8", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/node.py:208"}, "properties": {"repobilityId": "ca4a84509f9828e4", "scanner": "scanner-primary", "fingerprint": "598e12b0dbdf86c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dd6701cb687169d7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/iicp_tcp.py:268"}, "properties": {"repobilityId": "abf3fd125f40d425", "scanner": "scanner-primary", "fingerprint": "dd6701cb687169d7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c81b3061601db28c", "level": "note", "message": {"text": "Stub function `set_attribute` (body is just `pass`/`return`) \u2014 src/iicp_client/proxy/otel_tracer.py:74"}, "properties": {"repobilityId": "59b11b83282beae2", "scanner": "scanner-primary", "fingerprint": "c81b3061601db28c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-cfaf883c419bede2", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/proxy/cip/dispatch.py:115"}, "properties": {"repobilityId": "feac567053d36c49", "scanner": "scanner-primary", "fingerprint": "cfaf883c419bede2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b171095e27ea4ea", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/iicp_client/proxy/clients/directory.py:49"}, "properties": {"repobilityId": "7893fd9ccd62b2b4", "scanner": "scanner-primary", "fingerprint": "8b171095e27ea4ea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "a4aae89706cb7e07", "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": "ceb294a4f606b02f", "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": "ebab00f24086d909", "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": "e684b8ba1c2719ea", "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": "1fc9ae9dcda87721", "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": "f2856294b87a99d7", "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": "5d67396dfba7dd1d", "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": "b95afbbda7a2e41d", "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": "8124b01dbbcd6463", "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": "6aceb16f6c0cd083", "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": "678cd01c77ea6212", "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": "99ed83997e62eae0", "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": "87ce773fe695917b", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-13c42dfa2d638b85", "level": "error", "message": {"text": "FastAPI POST `api_chat` without auth dependency \u2014 src/iicp_client/proxy/ollama_compat/server.py:140"}, "properties": {"repobilityId": "03ac8922e978e2d4", "scanner": "scanner-primary", "fingerprint": "13c42dfa2d638b85", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/ollama_compat/server.py"}, "region": {"startLine": 140}}}]}, {"ruleId": "scanner-e3e892933d221669", "level": "error", "message": {"text": "FastAPI POST `api_generate` without auth dependency \u2014 src/iicp_client/proxy/ollama_compat/server.py:167"}, "properties": {"repobilityId": "6f7259ad445e8da9", "scanner": "scanner-primary", "fingerprint": "e3e892933d221669", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/ollama_compat/server.py"}, "region": {"startLine": 167}}}]}, {"ruleId": "scanner-7943f782594b0219", "level": "error", "message": {"text": "FastAPI POST `messages` without auth dependency \u2014 src/iicp_client/proxy/anthropic_compat/server.py:165"}, "properties": {"repobilityId": "9b0f1bc02a5dbbdc", "scanner": "scanner-primary", "fingerprint": "7943f782594b0219", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/anthropic_compat/server.py"}, "region": {"startLine": 165}}}]}, {"ruleId": "scanner-7d43590db2082751", "level": "error", "message": {"text": "FastAPI POST `chat_completions` without auth dependency \u2014 src/iicp_client/proxy/openai_compat/server.py:77"}, "properties": {"repobilityId": "5c4417abca762f8a", "scanner": "scanner-primary", "fingerprint": "7d43590db2082751", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/iicp_client/proxy/openai_compat/server.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-6c2507f3182299a0", "level": "note", "message": {"text": "Unused endpoint: GET /api/version"}, "properties": {"repobilityId": "05e22a3c68b2f500", "scanner": "scanner-primary", "fingerprint": "6c2507f3182299a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f90bfe720c1d950e", "level": "note", "message": {"text": "Unused endpoint: GET /api/tags"}, "properties": {"repobilityId": "92f4b275a1be1eb7", "scanner": "scanner-primary", "fingerprint": "f90bfe720c1d950e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9d2517f9eafc5297", "level": "note", "message": {"text": "Unused endpoint: POST /api/chat"}, "properties": {"repobilityId": "8afe7e03b16d1ff9", "scanner": "scanner-primary", "fingerprint": "9d2517f9eafc5297", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-093467ddc6e6a64d", "level": "note", "message": {"text": "Unused endpoint: POST /api/generate"}, "properties": {"repobilityId": "6908c2d3101e76f1", "scanner": "scanner-primary", "fingerprint": "093467ddc6e6a64d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-251e3dbd600caba5", "level": "note", "message": {"text": "Unused endpoint: GET /v1/models"}, "properties": {"repobilityId": "b97b46bc61233929", "scanner": "scanner-primary", "fingerprint": "251e3dbd600caba5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-50d20b703a1dd1f9", "level": "note", "message": {"text": "Unused endpoint: POST /v1/messages"}, "properties": {"repobilityId": "6d9f1a66fe54226b", "scanner": "scanner-primary", "fingerprint": "50d20b703a1dd1f9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ff99ecd9b3a77326", "level": "note", "message": {"text": "Unused endpoint: POST /v1/chat/completions"}, "properties": {"repobilityId": "9ba8ef2ca336af05", "scanner": "scanner-primary", "fingerprint": "ff99ecd9b3a77326", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}