{"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-f36c24222e132e3f", "name": "Dockerfile runs as root: deploy/laravel-overlay/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: deploy/laravel-overlay/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-484785bab397c79f", "name": "Docker base image is tag-pinned but not digest-pinned: php:8.4-fpm", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: php:8.4-fpm"}, "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-f7b3b8678c4b408b", "name": "Dockerfile runs as root: ml/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: ml/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-df93a8d67c384457", "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 4 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 7 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f37c491c3bb8a8cf", "name": "FastAPI POST `prep` without auth dependency \u2014 ml/main.py:74", "shortDescription": {"text": "FastAPI POST `prep` without auth dependency \u2014 ml/main.py:74"}, "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-1a80d8b5e03fccf0", "name": "FastAPI POST `train` without auth dependency \u2014 ml/main.py:82", "shortDescription": {"text": "FastAPI POST `train` without auth dependency \u2014 ml/main.py:82"}, "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-1e4c4af33e23977a", "name": "FastAPI POST `eda` without auth dependency \u2014 ml/main.py:89", "shortDescription": {"text": "FastAPI POST `eda` without auth dependency \u2014 ml/main.py:89"}, "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-d91ac9888a823327", "name": "FastAPI POST `experiment_train` without auth dependency \u2014 ml/main.py:97", "shortDescription": {"text": "FastAPI POST `experiment_train` without auth dependency \u2014 ml/main.py:97"}, "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-22269152e1fe9219", "name": "FastAPI POST `synth_generate` without auth dependency \u2014 ml/main.py:108", "shortDescription": {"text": "FastAPI POST `synth_generate` without auth dependency \u2014 ml/main.py:108"}, "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-e7e11aea73a47a85", "name": "FastAPI POST `experiment_promote` without auth dependency \u2014 ml/main.py:114", "shortDescription": {"text": "FastAPI POST `experiment_promote` without auth dependency \u2014 ml/main.py:114"}, "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-cc8817e6d37b84f3", "name": "FastAPI POST `predict_bobot` without auth dependency \u2014 ml/main.py:123", "shortDescription": {"text": "FastAPI POST `predict_bobot` without auth dependency \u2014 ml/main.py:123"}, "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-906fbfcfe28f7a34", "name": "Unused endpoint: POST /prep", "shortDescription": {"text": "Unused endpoint: POST /prep"}, "fullDescription": {"text": "`ml/main.py` declares `POST /prep` 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-4b23721bf19f6dc2", "name": "Unused endpoint: POST /train", "shortDescription": {"text": "Unused endpoint: POST /train"}, "fullDescription": {"text": "`ml/main.py` declares `POST /train` 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-861b3da2fd422af8", "name": "Unused endpoint: POST /eda", "shortDescription": {"text": "Unused endpoint: POST /eda"}, "fullDescription": {"text": "`ml/main.py` declares `POST /eda` 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-b1fae106b788ee3e", "name": "Unused endpoint: POST /experiment/train", "shortDescription": {"text": "Unused endpoint: POST /experiment/train"}, "fullDescription": {"text": "`ml/main.py` declares `POST /experiment/train` 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-f79611664dd7128e", "name": "Unused endpoint: POST /synth/generate", "shortDescription": {"text": "Unused endpoint: POST /synth/generate"}, "fullDescription": {"text": "`ml/main.py` declares `POST /synth/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-5d25287b7d367f8c", "name": "Unused endpoint: POST /experiment/promote", "shortDescription": {"text": "Unused endpoint: POST /experiment/promote"}, "fullDescription": {"text": "`ml/main.py` declares `POST /experiment/promote` 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-c3b1e6d8c3a9ae21", "name": "Unused endpoint: POST /predict/bobot", "shortDescription": {"text": "Unused endpoint: POST /predict/bobot"}, "fullDescription": {"text": "`ml/main.py` declares `POST /predict/bobot` 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/19793"}, "properties": {"repository": "skivanoclaire/ternakku", "repoUrl": "https://github.com/skivanoclaire/ternakku", "branch": "main"}, "results": [{"ruleId": "scanner-f36c24222e132e3f", "level": "warning", "message": {"text": "Dockerfile runs as root: deploy/laravel-overlay/Dockerfile"}, "properties": {"repobilityId": "122fcbd4c149bc50", "scanner": "scanner-primary", "fingerprint": "f36c24222e132e3f", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-484785bab397c79f", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: php:8.4-fpm"}, "properties": {"repobilityId": "6e041250f2a19eff", "scanner": "scanner-primary", "fingerprint": "484785bab397c79f", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "deploy/laravel-overlay/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-f7b3b8678c4b408b", "level": "warning", "message": {"text": "Dockerfile runs as root: ml/Dockerfile"}, "properties": {"repobilityId": "edc589168f804d20", "scanner": "scanner-primary", "fingerprint": "f7b3b8678c4b408b", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-df93a8d67c384457", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "6b23f2c123fcc7a0", "scanner": "scanner-primary", "fingerprint": "df93a8d67c384457", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/Dockerfile"}, "region": {"startLine": 3}}}]}, {"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-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "6bd23b3d178e39f6", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ce25a2bf07a55ae1", "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": "805653e0bebbbb9a", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "b3ca9fe386243b3b", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "88a629b3b50128d4", "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": "9fd667a42e690714", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f37c491c3bb8a8cf", "level": "error", "message": {"text": "FastAPI POST `prep` without auth dependency \u2014 ml/main.py:74"}, "properties": {"repobilityId": "4d3e953fd66eb246", "scanner": "scanner-primary", "fingerprint": "f37c491c3bb8a8cf", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 74}}}]}, {"ruleId": "scanner-1a80d8b5e03fccf0", "level": "error", "message": {"text": "FastAPI POST `train` without auth dependency \u2014 ml/main.py:82"}, "properties": {"repobilityId": "d353d537f7b9c5e6", "scanner": "scanner-primary", "fingerprint": "1a80d8b5e03fccf0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 82}}}]}, {"ruleId": "scanner-1e4c4af33e23977a", "level": "error", "message": {"text": "FastAPI POST `eda` without auth dependency \u2014 ml/main.py:89"}, "properties": {"repobilityId": "65c01f1e8019e6f6", "scanner": "scanner-primary", "fingerprint": "1e4c4af33e23977a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 89}}}]}, {"ruleId": "scanner-d91ac9888a823327", "level": "error", "message": {"text": "FastAPI POST `experiment_train` without auth dependency \u2014 ml/main.py:97"}, "properties": {"repobilityId": "e0d77c7dd34f0d7c", "scanner": "scanner-primary", "fingerprint": "d91ac9888a823327", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 97}}}]}, {"ruleId": "scanner-22269152e1fe9219", "level": "error", "message": {"text": "FastAPI POST `synth_generate` without auth dependency \u2014 ml/main.py:108"}, "properties": {"repobilityId": "f4a5f708b79c3ab1", "scanner": "scanner-primary", "fingerprint": "22269152e1fe9219", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-e7e11aea73a47a85", "level": "error", "message": {"text": "FastAPI POST `experiment_promote` without auth dependency \u2014 ml/main.py:114"}, "properties": {"repobilityId": "d8de847ef24762d0", "scanner": "scanner-primary", "fingerprint": "e7e11aea73a47a85", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 114}}}]}, {"ruleId": "scanner-cc8817e6d37b84f3", "level": "error", "message": {"text": "FastAPI POST `predict_bobot` without auth dependency \u2014 ml/main.py:123"}, "properties": {"repobilityId": "eaadedd597959b91", "scanner": "scanner-primary", "fingerprint": "cc8817e6d37b84f3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ml/main.py"}, "region": {"startLine": 123}}}]}, {"ruleId": "scanner-906fbfcfe28f7a34", "level": "note", "message": {"text": "Unused endpoint: POST /prep"}, "properties": {"repobilityId": "8ea06c83d48933a8", "scanner": "scanner-primary", "fingerprint": "906fbfcfe28f7a34", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4b23721bf19f6dc2", "level": "note", "message": {"text": "Unused endpoint: POST /train"}, "properties": {"repobilityId": "0234e19d6ed0ad87", "scanner": "scanner-primary", "fingerprint": "4b23721bf19f6dc2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-861b3da2fd422af8", "level": "note", "message": {"text": "Unused endpoint: POST /eda"}, "properties": {"repobilityId": "bc198a29fb1f1917", "scanner": "scanner-primary", "fingerprint": "861b3da2fd422af8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b1fae106b788ee3e", "level": "note", "message": {"text": "Unused endpoint: POST /experiment/train"}, "properties": {"repobilityId": "224d3320d98452a4", "scanner": "scanner-primary", "fingerprint": "b1fae106b788ee3e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f79611664dd7128e", "level": "note", "message": {"text": "Unused endpoint: POST /synth/generate"}, "properties": {"repobilityId": "b580a2227974e5f8", "scanner": "scanner-primary", "fingerprint": "f79611664dd7128e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5d25287b7d367f8c", "level": "note", "message": {"text": "Unused endpoint: POST /experiment/promote"}, "properties": {"repobilityId": "b5115bf7d2c3295d", "scanner": "scanner-primary", "fingerprint": "5d25287b7d367f8c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c3b1e6d8c3a9ae21", "level": "note", "message": {"text": "Unused endpoint: POST /predict/bobot"}, "properties": {"repobilityId": "0580c38b869380c2", "scanner": "scanner-primary", "fingerprint": "c3b1e6d8c3a9ae21", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}