{"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-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-7056c551ae36a237", "name": "Docker base image is tag-pinned but not digest-pinned: node:24-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24-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-b048d166901fd868", "name": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx: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-8ba0f12b74caca68", "name": "Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.13-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.13-bookworm-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-2b4529b320dab1ff", "name": "Insecure pattern 'local_storage_auth_token' in .claude/skills/web-dev-best-practices/SKILL.md:242", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in .claude/skills/web-dev-best-practices/SKILL.md:242"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fe6fbdf47ca70d54", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "21 tests / 96 src (ratio 0.22)."}, "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 30 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-967b8d12d930e827", "name": "Agent instruction/config may expose a secret: .claude/skills/spec-driven-dev/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/spec-driven-dev/SKILL.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-dda58effb6583c2f", "name": "Agent instruction/config may expose a secret: .claude/skills/spec-driven-dev/references/phased-execution.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/spec-driven-dev/references/phased-execution.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-78181c890fb4ee60", "name": "Agent authority lacks a verifier contract: .claude/skills/skill-reviewer/references/skill-taxonomy.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/skill-reviewer/references/skill-taxonomy.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bec80704ba7172a4", "name": "Agent authority lacks a verifier contract: .claude/skills/skill-reviewer/references/review-checklist.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/skill-reviewer/references/review-checklist.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fde19858c72cce00", "name": "Agent authority lacks a verifier contract: .claude/skills/plan-critic/references/review-dimensions.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/plan-critic/references/review-dimensions.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f119e3bfea7cb33e", "name": "Agent authority lacks a verifier contract: .claude/skills/react-best-practices/references/data-fetching-and-state.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/react-best-practices/references/data-fetching-and-state.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-972e2204e7e4fc12", "name": "Agent authority lacks a verifier contract: .claude/skills/task-learnings/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/task-learnings/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9210cc7b2e4b2a93", "name": "Agent authority lacks a verifier contract: .claude/skills/learning-consolidator/references/analysis-report-template.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/learning-consolidator/references/analysis-report-template.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-100302866b059112", "name": "Agent authority lacks a verifier contract: .claude/skills/product-brief/references/practices.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/product-brief/references/practices.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c11c106ca0a2a56f", "name": "Agent instruction/config may expose a secret: .claude/skills/post-task-review/SKILL.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/skills/post-task-review/SKILL.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-96ed4d6dd7131c9a", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/release_core.py:41", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/release_core.py:41"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a52924dc87950deb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cloudflare/src/worker.ts:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloudflare/src/worker.ts:13"}, "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-dae4487586ec3004", "name": "Legacy-named symbol `curves_v2` in backend/tests/test_config.py:101", "shortDescription": {"text": "Legacy-named symbol `curves_v2` in backend/tests/test_config.py:101"}, "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-9a22789f62253c6f", "name": "Unused endpoint: GET /regions", "shortDescription": {"text": "Unused endpoint: GET /regions"}, "fullDescription": {"text": "`backend/src/app/routers/regions.py` declares `GET /regions` 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-f914535542085f40", "name": "Unused endpoint: POST /regions", "shortDescription": {"text": "Unused endpoint: POST /regions"}, "fullDescription": {"text": "`backend/src/app/routers/regions.py` declares `POST /regions` 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-7ef31adc8c5e20a9", "name": "Unused endpoint: GET /regions/{region_id}", "shortDescription": {"text": "Unused endpoint: GET /regions/{region_id}"}, "fullDescription": {"text": "`backend/src/app/routers/regions.py` declares `GET /regions/{region_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-c220f88451991ca7", "name": "Unused endpoint: PATCH /regions/{region_id}", "shortDescription": {"text": "Unused endpoint: PATCH /regions/{region_id}"}, "fullDescription": {"text": "`backend/src/app/routers/regions.py` declares `PATCH /regions/{region_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-74461fb930a7adee", "name": "Unused endpoint: DELETE /regions/{region_id}", "shortDescription": {"text": "Unused endpoint: DELETE /regions/{region_id}"}, "fullDescription": {"text": "`backend/src/app/routers/regions.py` declares `DELETE /regions/{region_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-833edacd3634c902", "name": "Unused endpoint: GET /meta", "shortDescription": {"text": "Unused endpoint: GET /meta"}, "fullDescription": {"text": "`backend/src/app/routers/health.py` declares `GET /meta` 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-df058cf8c2b3203c", "name": "Unused endpoint: POST /evaluations", "shortDescription": {"text": "Unused endpoint: POST /evaluations"}, "fullDescription": {"text": "`backend/src/app/routers/evaluations.py` declares `POST /evaluations` 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-aebe30f098d99f31", "name": "Unused endpoint: GET /evaluations", "shortDescription": {"text": "Unused endpoint: GET /evaluations"}, "fullDescription": {"text": "`backend/src/app/routers/evaluations.py` declares `GET /evaluations` 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-a8491a72ab995605", "name": "Unused endpoint: GET /evaluations/{evaluation_id}", "shortDescription": {"text": "Unused endpoint: GET /evaluations/{evaluation_id}"}, "fullDescription": {"text": "`backend/src/app/routers/evaluations.py` declares `GET /evaluations/{evaluation_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-05322e38ecca3814", "name": "Unused endpoint: GET /evaluations/{evaluation_id}/regions/{region_id}/individuals", "shortDescription": {"text": "Unused endpoint: GET /evaluations/{evaluation_id}/regions/{region_id}/individuals"}, "fullDescription": {"text": "`backend/src/app/routers/evaluations.py` declares `GET /evaluations/{evaluation_id}/regions/{region_id}/individuals` 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-a7b796ff66e6e72a", "name": "Unused endpoint: DELETE /evaluations/{evaluation_id}", "shortDescription": {"text": "Unused endpoint: DELETE /evaluations/{evaluation_id}"}, "fullDescription": {"text": "`backend/src/app/routers/evaluations.py` declares `DELETE /evaluations/{evaluation_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-0a9b38914053e809", "name": "Unused endpoint: GET /evaluations/{evaluation_id}/export", "shortDescription": {"text": "Unused endpoint: GET /evaluations/{evaluation_id}/export"}, "fullDescription": {"text": "`backend/src/app/routers/evaluations.py` declares `GET /evaluations/{evaluation_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-7d91478aaf63da96", "name": "Unused endpoint: GET /criteria", "shortDescription": {"text": "Unused endpoint: GET /criteria"}, "fullDescription": {"text": "`backend/src/app/routers/criteria.py` declares `GET /criteria` 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-82c0391f583a9490", "name": "Unused endpoint: PUT /criteria", "shortDescription": {"text": "Unused endpoint: PUT /criteria"}, "fullDescription": {"text": "`backend/src/app/routers/criteria.py` declares `PUT /criteria` 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-a6f48e60c30777ab", "name": "Unused endpoint: GET /config", "shortDescription": {"text": "Unused endpoint: GET /config"}, "fullDescription": {"text": "`backend/src/app/routers/configs.py` declares `GET /config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a73ac96c931d5a3", "name": "Unused endpoint: GET /config/versions", "shortDescription": {"text": "Unused endpoint: GET /config/versions"}, "fullDescription": {"text": "`backend/src/app/routers/configs.py` declares `GET /config/versions` 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-0666d1d987815276", "name": "Unused endpoint: POST /config", "shortDescription": {"text": "Unused endpoint: POST /config"}, "fullDescription": {"text": "`backend/src/app/routers/configs.py` declares `POST /config` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b67981d1e6c0a64c", "name": "Unused endpoint: POST /config/versions/{version}/activate", "shortDescription": {"text": "Unused endpoint: POST /config/versions/{version}/activate"}, "fullDescription": {"text": "`backend/src/app/routers/configs.py` declares `POST /config/versions/{version}/activate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3757c5b902244cff", "name": "Unused endpoint: GET /config/curves", "shortDescription": {"text": "Unused endpoint: GET /config/curves"}, "fullDescription": {"text": "`backend/src/app/routers/configs.py` declares `GET /config/curves` 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-ad2f302d1616184f", "name": "Unused endpoint: GET /rulesets", "shortDescription": {"text": "Unused endpoint: GET /rulesets"}, "fullDescription": {"text": "`backend/src/app/routers/rulesets.py` declares `GET /rulesets` 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-af04055d7a55092a", "name": "Unused endpoint: GET /rulesets/active", "shortDescription": {"text": "Unused endpoint: GET /rulesets/active"}, "fullDescription": {"text": "`backend/src/app/routers/rulesets.py` declares `GET /rulesets/active` 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-17e0e6ca44acf011", "name": "Unused endpoint: POST /rulesets", "shortDescription": {"text": "Unused endpoint: POST /rulesets"}, "fullDescription": {"text": "`backend/src/app/routers/rulesets.py` declares `POST /rulesets` 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-d32b5310c1ace34d", "name": "Unused endpoint: POST /rulesets/reset-default", "shortDescription": {"text": "Unused endpoint: POST /rulesets/reset-default"}, "fullDescription": {"text": "`backend/src/app/routers/rulesets.py` declares `POST /rulesets/reset-default` 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-be4cb5e3cabcce80", "name": "Unused endpoint: POST /import", "shortDescription": {"text": "Unused endpoint: POST /import"}, "fullDescription": {"text": "`backend/src/app/routers/imports.py` declares `POST /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-9c96dba85d6f9e45", "name": "Unused endpoint: POST /import/demo", "shortDescription": {"text": "Unused endpoint: POST /import/demo"}, "fullDescription": {"text": "`backend/src/app/routers/imports.py` declares `POST /import/demo` 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-a98ca7061bfc1e5d", "name": "Unused endpoint: GET /regions/{region_id}/respondents", "shortDescription": {"text": "Unused endpoint: GET /regions/{region_id}/respondents"}, "fullDescription": {"text": "`backend/src/app/routers/respondents.py` declares `GET /regions/{region_id}/respondents` 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-1161692550e1f41f", "name": "Unused endpoint: POST /regions/{region_id}/respondents", "shortDescription": {"text": "Unused endpoint: POST /regions/{region_id}/respondents"}, "fullDescription": {"text": "`backend/src/app/routers/respondents.py` declares `POST /regions/{region_id}/respondents` 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-4129c1a66b502b19", "name": "Unused endpoint: PATCH /respondents/{respondent_id}", "shortDescription": {"text": "Unused endpoint: PATCH /respondents/{respondent_id}"}, "fullDescription": {"text": "`backend/src/app/routers/respondents.py` declares `PATCH /respondents/{respondent_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-bfda4ad5feea46ef", "name": "Unused endpoint: DELETE /respondents/{respondent_id}", "shortDescription": {"text": "Unused endpoint: DELETE /respondents/{respondent_id}"}, "fullDescription": {"text": "`backend/src/app/routers/respondents.py` declares `DELETE /respondents/{respondent_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/17997"}, "properties": {"repository": "Reidond/travel-risk-platform", "repoUrl": "https://github.com/Reidond/travel-risk-platform", "branch": "main"}, "results": [{"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-7056c551ae36a237", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24-alpine"}, "properties": {"repobilityId": "5c7f0e2b3ae8e538", "scanner": "scanner-primary", "fingerprint": "7056c551ae36a237", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-b048d166901fd868", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: nginx:alpine"}, "properties": {"repobilityId": "a9d2e8c79d593187", "scanner": "scanner-primary", "fingerprint": "b048d166901fd868", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "frontend/Dockerfile"}, "region": {"startLine": 12}}}]}, {"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-8ba0f12b74caca68", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: ghcr.io/astral-sh/uv:python3.13-bookworm-slim"}, "properties": {"repobilityId": "7176a0fb0581c00e", "scanner": "scanner-primary", "fingerprint": "8ba0f12b74caca68", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/Dockerfile"}, "region": {"startLine": 9}}}]}, {"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-2b4529b320dab1ff", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in .claude/skills/web-dev-best-practices/SKILL.md:242"}, "properties": {"repobilityId": "574f9242f750eeaa", "scanner": "scanner-primary", "fingerprint": "2b4529b320dab1ff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/web-dev-best-practices/SKILL.md"}, "region": {"startLine": 242}}}]}, {"ruleId": "scanner-fe6fbdf47ca70d54", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "93b3a49ddc4e30fa", "scanner": "scanner-primary", "fingerprint": "fe6fbdf47ca70d54", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-pypi.yml"}, "region": {"startLine": 1}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "6e6661191ca6cc5d", "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": "a5f5f55e19170fb5", "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": "784e7e6c5637b673", "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": "b9f0ffe6693a4c6f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-967b8d12d930e827", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/spec-driven-dev/SKILL.md"}, "properties": {"repobilityId": "58ad2f14b52d7442", "scanner": "scanner-primary", "fingerprint": "967b8d12d930e827", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/spec-driven-dev/SKILL.md"}, "region": {"startLine": 267}}}]}, {"ruleId": "scanner-dda58effb6583c2f", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/spec-driven-dev/references/phased-execution.md"}, "properties": {"repobilityId": "6e89cdf9110de003", "scanner": "scanner-primary", "fingerprint": "dda58effb6583c2f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/spec-driven-dev/references/phased-execution.md"}, "region": {"startLine": 145}}}]}, {"ruleId": "scanner-78181c890fb4ee60", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/skill-reviewer/references/skill-taxonomy.md"}, "properties": {"repobilityId": "1e318055ce052860", "scanner": "scanner-primary", "fingerprint": "78181c890fb4ee60", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/skill-reviewer/references/skill-taxonomy.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bec80704ba7172a4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/skill-reviewer/references/review-checklist.md"}, "properties": {"repobilityId": "b0ff06990bf04db3", "scanner": "scanner-primary", "fingerprint": "bec80704ba7172a4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/skill-reviewer/references/review-checklist.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fde19858c72cce00", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/plan-critic/references/review-dimensions.md"}, "properties": {"repobilityId": "6c8fcfe6dce26a06", "scanner": "scanner-primary", "fingerprint": "fde19858c72cce00", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/plan-critic/references/review-dimensions.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f119e3bfea7cb33e", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/react-best-practices/references/data-fetching-and-state.md"}, "properties": {"repobilityId": "c283831238219d71", "scanner": "scanner-primary", "fingerprint": "f119e3bfea7cb33e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/react-best-practices/references/data-fetching-and-state.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-972e2204e7e4fc12", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/task-learnings/SKILL.md"}, "properties": {"repobilityId": "dba5275f338d64da", "scanner": "scanner-primary", "fingerprint": "972e2204e7e4fc12", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/task-learnings/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9210cc7b2e4b2a93", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/learning-consolidator/references/analysis-report-template.md"}, "properties": {"repobilityId": "faa675ef7ff1dffd", "scanner": "scanner-primary", "fingerprint": "9210cc7b2e4b2a93", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/learning-consolidator/references/analysis-report-template.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-100302866b059112", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/product-brief/references/practices.md"}, "properties": {"repobilityId": "cfec99a7c379bcc2", "scanner": "scanner-primary", "fingerprint": "100302866b059112", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/product-brief/references/practices.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c11c106ca0a2a56f", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/skills/post-task-review/SKILL.md"}, "properties": {"repobilityId": "b6eee94b49d66044", "scanner": "scanner-primary", "fingerprint": "c11c106ca0a2a56f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/post-task-review/SKILL.md"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-96ed4d6dd7131c9a", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/release_core.py:41"}, "properties": {"repobilityId": "2f3972862b47b992", "scanner": "scanner-primary", "fingerprint": "96ed4d6dd7131c9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a52924dc87950deb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloudflare/src/worker.ts:13"}, "properties": {"repobilityId": "2b8cb083a1c51b6b", "scanner": "scanner-primary", "fingerprint": "a52924dc87950deb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-dae4487586ec3004", "level": "note", "message": {"text": "Legacy-named symbol `curves_v2` in backend/tests/test_config.py:101"}, "properties": {"repobilityId": "b2073383f75850ea", "scanner": "scanner-primary", "fingerprint": "dae4487586ec3004", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-9a22789f62253c6f", "level": "note", "message": {"text": "Unused endpoint: GET /regions"}, "properties": {"repobilityId": "507f4ad8a49ed78c", "scanner": "scanner-primary", "fingerprint": "9a22789f62253c6f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f914535542085f40", "level": "note", "message": {"text": "Unused endpoint: POST /regions"}, "properties": {"repobilityId": "4096adbe8f114dbf", "scanner": "scanner-primary", "fingerprint": "f914535542085f40", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7ef31adc8c5e20a9", "level": "note", "message": {"text": "Unused endpoint: GET /regions/{region_id}"}, "properties": {"repobilityId": "2090dad7ea48d1a3", "scanner": "scanner-primary", "fingerprint": "7ef31adc8c5e20a9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c220f88451991ca7", "level": "note", "message": {"text": "Unused endpoint: PATCH /regions/{region_id}"}, "properties": {"repobilityId": "d0b43b9e9b14c79e", "scanner": "scanner-primary", "fingerprint": "c220f88451991ca7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-74461fb930a7adee", "level": "note", "message": {"text": "Unused endpoint: DELETE /regions/{region_id}"}, "properties": {"repobilityId": "6c9effab63ade59e", "scanner": "scanner-primary", "fingerprint": "74461fb930a7adee", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-833edacd3634c902", "level": "note", "message": {"text": "Unused endpoint: GET /meta"}, "properties": {"repobilityId": "3dfc59069f09e578", "scanner": "scanner-primary", "fingerprint": "833edacd3634c902", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-df058cf8c2b3203c", "level": "note", "message": {"text": "Unused endpoint: POST /evaluations"}, "properties": {"repobilityId": "bc3bc6e7ae3d5a29", "scanner": "scanner-primary", "fingerprint": "df058cf8c2b3203c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aebe30f098d99f31", "level": "note", "message": {"text": "Unused endpoint: GET /evaluations"}, "properties": {"repobilityId": "6c2f910db593b50c", "scanner": "scanner-primary", "fingerprint": "aebe30f098d99f31", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a8491a72ab995605", "level": "note", "message": {"text": "Unused endpoint: GET /evaluations/{evaluation_id}"}, "properties": {"repobilityId": "9561b87bcd011b33", "scanner": "scanner-primary", "fingerprint": "a8491a72ab995605", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-05322e38ecca3814", "level": "note", "message": {"text": "Unused endpoint: GET /evaluations/{evaluation_id}/regions/{region_id}/individuals"}, "properties": {"repobilityId": "e26cc6a1f7b78003", "scanner": "scanner-primary", "fingerprint": "05322e38ecca3814", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a7b796ff66e6e72a", "level": "note", "message": {"text": "Unused endpoint: DELETE /evaluations/{evaluation_id}"}, "properties": {"repobilityId": "4e43a8273dc594d4", "scanner": "scanner-primary", "fingerprint": "a7b796ff66e6e72a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0a9b38914053e809", "level": "note", "message": {"text": "Unused endpoint: GET /evaluations/{evaluation_id}/export"}, "properties": {"repobilityId": "086e92ff08101437", "scanner": "scanner-primary", "fingerprint": "0a9b38914053e809", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7d91478aaf63da96", "level": "note", "message": {"text": "Unused endpoint: GET /criteria"}, "properties": {"repobilityId": "0966c12f5301ccdf", "scanner": "scanner-primary", "fingerprint": "7d91478aaf63da96", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-82c0391f583a9490", "level": "note", "message": {"text": "Unused endpoint: PUT /criteria"}, "properties": {"repobilityId": "3d0a5183240e75bb", "scanner": "scanner-primary", "fingerprint": "82c0391f583a9490", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6f48e60c30777ab", "level": "note", "message": {"text": "Unused endpoint: GET /config"}, "properties": {"repobilityId": "19383785207b895b", "scanner": "scanner-primary", "fingerprint": "a6f48e60c30777ab", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a73ac96c931d5a3", "level": "note", "message": {"text": "Unused endpoint: GET /config/versions"}, "properties": {"repobilityId": "7b928713001e81e1", "scanner": "scanner-primary", "fingerprint": "7a73ac96c931d5a3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0666d1d987815276", "level": "note", "message": {"text": "Unused endpoint: POST /config"}, "properties": {"repobilityId": "8bc048ed401dc1bf", "scanner": "scanner-primary", "fingerprint": "0666d1d987815276", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b67981d1e6c0a64c", "level": "note", "message": {"text": "Unused endpoint: POST /config/versions/{version}/activate"}, "properties": {"repobilityId": "2caee945202caa6f", "scanner": "scanner-primary", "fingerprint": "b67981d1e6c0a64c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3757c5b902244cff", "level": "note", "message": {"text": "Unused endpoint: GET /config/curves"}, "properties": {"repobilityId": "d4e1d819fb4085b2", "scanner": "scanner-primary", "fingerprint": "3757c5b902244cff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ad2f302d1616184f", "level": "note", "message": {"text": "Unused endpoint: GET /rulesets"}, "properties": {"repobilityId": "6a5189e009e5bfc9", "scanner": "scanner-primary", "fingerprint": "ad2f302d1616184f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-af04055d7a55092a", "level": "note", "message": {"text": "Unused endpoint: GET /rulesets/active"}, "properties": {"repobilityId": "0f79daa3eceeb1d4", "scanner": "scanner-primary", "fingerprint": "af04055d7a55092a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-17e0e6ca44acf011", "level": "note", "message": {"text": "Unused endpoint: POST /rulesets"}, "properties": {"repobilityId": "84d113dd058fa404", "scanner": "scanner-primary", "fingerprint": "17e0e6ca44acf011", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d32b5310c1ace34d", "level": "note", "message": {"text": "Unused endpoint: POST /rulesets/reset-default"}, "properties": {"repobilityId": "7801b62feaa4b90a", "scanner": "scanner-primary", "fingerprint": "d32b5310c1ace34d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-be4cb5e3cabcce80", "level": "note", "message": {"text": "Unused endpoint: POST /import"}, "properties": {"repobilityId": "216801828197eaa0", "scanner": "scanner-primary", "fingerprint": "be4cb5e3cabcce80", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9c96dba85d6f9e45", "level": "note", "message": {"text": "Unused endpoint: POST /import/demo"}, "properties": {"repobilityId": "5b7bf35fbc8ef75e", "scanner": "scanner-primary", "fingerprint": "9c96dba85d6f9e45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a98ca7061bfc1e5d", "level": "note", "message": {"text": "Unused endpoint: GET /regions/{region_id}/respondents"}, "properties": {"repobilityId": "9d5491780c876a6b", "scanner": "scanner-primary", "fingerprint": "a98ca7061bfc1e5d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1161692550e1f41f", "level": "note", "message": {"text": "Unused endpoint: POST /regions/{region_id}/respondents"}, "properties": {"repobilityId": "d757b6521bd4c7e3", "scanner": "scanner-primary", "fingerprint": "1161692550e1f41f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4129c1a66b502b19", "level": "note", "message": {"text": "Unused endpoint: PATCH /respondents/{respondent_id}"}, "properties": {"repobilityId": "f98e2d3d87272ce4", "scanner": "scanner-primary", "fingerprint": "4129c1a66b502b19", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bfda4ad5feea46ef", "level": "note", "message": {"text": "Unused endpoint: DELETE /respondents/{respondent_id}"}, "properties": {"repobilityId": "3511dbcaea4491f4", "scanner": "scanner-primary", "fingerprint": "bfda4ad5feea46ef", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}