{"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-506be2b95088f5d3", "name": "git log failed \u2014 history analysis incomplete", "shortDescription": {"text": "git log failed \u2014 history analysis incomplete"}, "fullDescription": {"text": "fatal: not a git repository (or any parent up to mount point /data)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "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-6fa653d8ddc74954", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:784", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:784"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-369e49321d239d01", "name": "Insecure pattern 'direct_innerhtml_assignment' in pipeline_target.py:2999", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in pipeline_target.py:2999"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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-5300d9b546d413b5", "name": "Very large file: admin_server.py (1512 lines)", "shortDescription": {"text": "Very large file: admin_server.py (1512 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-1b1b4b87d6e7b71f", "name": "Very large file: pipeline_target.py (8165 lines)", "shortDescription": {"text": "Very large file: pipeline_target.py (8165 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 9 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 59 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-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, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cd7fe5ae92fa5eee", "name": "Network/subprocess call without timeout or try/except \u2014 admin_server.py:1113", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 admin_server.py:1113"}, "fullDescription": {"text": "`subprocess.Popen(...)` 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-fef826da20c23473", "name": "Network/subprocess call without timeout or try/except \u2014 pipeline_target.py:7517", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 pipeline_target.py:7517"}, "fullDescription": {"text": "`requests.get(...)` 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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nadmin_server.py:generate, admin_server.py:generate, admin_server.py:generate\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-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:\nadmin_server.py:api_weekend_scrape, admin_server.py:api_spreg_weekend\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-a53611d8639edad9", "name": "Flask mutation route `api_stop` without `@login_required` \u2014 admin_server.py:1172", "shortDescription": {"text": "Flask mutation route `api_stop` without `@login_required` \u2014 admin_server.py:1172"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2222b82fd8e55ba7", "name": "Flask mutation route `api_run_job` without `@login_required` \u2014 admin_server.py:1194", "shortDescription": {"text": "Flask mutation route `api_run_job` without `@login_required` \u2014 admin_server.py:1194"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cbde2fd795949705", "name": "Flask mutation route `api_schedule_clear` without `@login_required` \u2014 admin_server.py:1206", "shortDescription": {"text": "Flask mutation route `api_schedule_clear` without `@login_required` \u2014 admin_server.py:1206"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cfad271dfb7eb8ca", "name": "Flask mutation route `api_restart` without `@login_required` \u2014 admin_server.py:1219", "shortDescription": {"text": "Flask mutation route `api_restart` without `@login_required` \u2014 admin_server.py:1219"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-59ab11d0f89ff14e", "name": "Flask mutation route `api_push_subscribe` without `@login_required` \u2014 admin_server.py:1367", "shortDescription": {"text": "Flask mutation route `api_push_subscribe` without `@login_required` \u2014 admin_server.py:1367"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3661029c150a9a28", "name": "Flask mutation route `api_push_unsubscribe` without `@login_required` \u2014 admin_server.py:1386", "shortDescription": {"text": "Flask mutation route `api_push_unsubscribe` without `@login_required` \u2014 admin_server.py:1386"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e27aed6be04412f4", "name": "Flask mutation route `api_admin_send_notification` without `@login_required` \u2014 admin_server.py:1406", "shortDescription": {"text": "Flask mutation route `api_admin_send_notification` without `@login_required` \u2014 admin_server.py:1406"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1a6d91f2236825bf", "name": "Unused endpoint: ANY /", "shortDescription": {"text": "Unused endpoint: ANY /"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /` 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-9b8d6b0817dd1afa", "name": "Unused endpoint: ANY /api/run", "shortDescription": {"text": "Unused endpoint: ANY /api/run"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/run` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3c41f3c3ee686e37", "name": "Unused endpoint: ANY /api/weekend_scrape", "shortDescription": {"text": "Unused endpoint: ANY /api/weekend_scrape"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/weekend_scrape` 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-4b5231eceba64f00", "name": "Unused endpoint: ANY /api/spreg_weekend", "shortDescription": {"text": "Unused endpoint: ANY /api/spreg_weekend"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/spreg_weekend` 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-29ed6dd1feb3d89e", "name": "Unused endpoint: ANY /api/stop", "shortDescription": {"text": "Unused endpoint: ANY /api/stop"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/stop` 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-fdf2269284907ff5", "name": "Unused endpoint: ANY /api/schedule_status", "shortDescription": {"text": "Unused endpoint: ANY /api/schedule_status"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/schedule_status` 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-b82f63802c898157", "name": "Unused endpoint: ANY /api/run_job", "shortDescription": {"text": "Unused endpoint: ANY /api/run_job"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/run_job` 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-25b4dfc13f215627", "name": "Unused endpoint: ANY /api/schedule_clear", "shortDescription": {"text": "Unused endpoint: ANY /api/schedule_clear"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/schedule_clear` 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-d81b9cfb9326468f", "name": "Unused endpoint: ANY /api/restart", "shortDescription": {"text": "Unused endpoint: ANY /api/restart"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/restart` 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-ea24b434fe40ab11", "name": "Unused endpoint: ANY /api/db_info", "shortDescription": {"text": "Unused endpoint: ANY /api/db_info"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/db_info` 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-30d2c2e15ebb8d13", "name": "Unused endpoint: ANY /output/", "shortDescription": {"text": "Unused endpoint: ANY /output/"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /output/` 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-02554a598600418e", "name": "Unused endpoint: ANY /output/<path:filename>", "shortDescription": {"text": "Unused endpoint: ANY /output/<path:filename>"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /output/<path:filename>` 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-3b89926264108f31", "name": "Unused endpoint: ANY /api/odds/<date_str>", "shortDescription": {"text": "Unused endpoint: ANY /api/odds/<date_str>"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/odds/<date_str>` 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-431d771f792f4f32", "name": "Unused endpoint: ANY /api/push/subscribe", "shortDescription": {"text": "Unused endpoint: ANY /api/push/subscribe"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/push/subscribe` 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-15f3b5b8663da828", "name": "Unused endpoint: ANY /api/push/unsubscribe", "shortDescription": {"text": "Unused endpoint: ANY /api/push/unsubscribe"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/push/unsubscribe` 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-4c1af5ffd01155cf", "name": "Unused endpoint: ANY /api/push/count", "shortDescription": {"text": "Unused endpoint: ANY /api/push/count"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/push/count` 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-353538b38556c87f", "name": "Unused endpoint: ANY /api/admin/send-notification", "shortDescription": {"text": "Unused endpoint: ANY /api/admin/send-notification"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/admin/send-notification` 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-f6a8dcaa02c92b47", "name": "Unused endpoint: ANY /api/races/current-week", "shortDescription": {"text": "Unused endpoint: ANY /api/races/current-week"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/races/current-week` 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-db6ea00c6be64b82", "name": "Unused endpoint: ANY /api/race-horses/<date_str>/<venue>/<int:race_no>", "shortDescription": {"text": "Unused endpoint: ANY /api/race-horses/<date_str>/<venue>/<int:race_no>"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /api/race-horses/<date_str>/<venue>/<int:race_no>` 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-f377a9c86fd7a7be", "name": "Unused endpoint: ANY /baba-saigen", "shortDescription": {"text": "Unused endpoint: ANY /baba-saigen"}, "fullDescription": {"text": "`admin_server.py` declares `ANY /baba-saigen` 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/19139"}, "properties": {"repository": "sci-umaumabaken30/keiba-target-v1", "repoUrl": "https://github.com/sci-umaumabaken30/keiba-target-v1", "branch": "main"}, "results": [{"ruleId": "scanner-506be2b95088f5d3", "level": "none", "message": {"text": "git log failed \u2014 history analysis incomplete"}, "properties": {"repobilityId": "b424308a11bb9b22", "scanner": "scanner-primary", "fingerprint": "506be2b95088f5d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["git", "tooling"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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-6fa653d8ddc74954", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:784"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "6fa653d8ddc74954", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 784}}}]}, {"ruleId": "scanner-369e49321d239d01", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in pipeline_target.py:2999"}, "properties": {"repobilityId": "8f4468217d7c68e1", "scanner": "scanner-primary", "fingerprint": "369e49321d239d01", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pipeline_target.py"}, "region": {"startLine": 2999}}}]}, {"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-5300d9b546d413b5", "level": "note", "message": {"text": "Very large file: admin_server.py (1512 lines)"}, "properties": {"repobilityId": "7e794e9809f1df98", "scanner": "scanner-primary", "fingerprint": "5300d9b546d413b5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-1b1b4b87d6e7b71f", "level": "note", "message": {"text": "Very large file: pipeline_target.py (8165 lines)"}, "properties": {"repobilityId": "327ed245ca9be90a", "scanner": "scanner-primary", "fingerprint": "1b1b4b87d6e7b71f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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": "70c43984fdac4a41", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "96af23ef5c4aaa85", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "24c23273422f0070", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "51291f1ab6a9a8a6", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "8eb0071c64b53b66", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-cd7fe5ae92fa5eee", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 admin_server.py:1113"}, "properties": {"repobilityId": "ea5223bd265139a1", "scanner": "scanner-primary", "fingerprint": "cd7fe5ae92fa5eee", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fef826da20c23473", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 pipeline_target.py:7517"}, "properties": {"repobilityId": "a550ac8ae22aff95", "scanner": "scanner-primary", "fingerprint": "fef826da20c23473", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "3e147b191334bae4", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "25dd2e76e24c5ea3", "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": "a369a5f62d1778cc", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-a53611d8639edad9", "level": "error", "message": {"text": "Flask mutation route `api_stop` without `@login_required` \u2014 admin_server.py:1172"}, "properties": {"repobilityId": "5999ab87758aa937", "scanner": "scanner-primary", "fingerprint": "a53611d8639edad9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1172}}}]}, {"ruleId": "scanner-2222b82fd8e55ba7", "level": "error", "message": {"text": "Flask mutation route `api_run_job` without `@login_required` \u2014 admin_server.py:1194"}, "properties": {"repobilityId": "9f1b3955fc3ca7ff", "scanner": "scanner-primary", "fingerprint": "2222b82fd8e55ba7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1194}}}]}, {"ruleId": "scanner-cbde2fd795949705", "level": "error", "message": {"text": "Flask mutation route `api_schedule_clear` without `@login_required` \u2014 admin_server.py:1206"}, "properties": {"repobilityId": "772b3c6eb0d33195", "scanner": "scanner-primary", "fingerprint": "cbde2fd795949705", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1206}}}]}, {"ruleId": "scanner-cfad271dfb7eb8ca", "level": "error", "message": {"text": "Flask mutation route `api_restart` without `@login_required` \u2014 admin_server.py:1219"}, "properties": {"repobilityId": "3751c61bb1e1e5e0", "scanner": "scanner-primary", "fingerprint": "cfad271dfb7eb8ca", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1219}}}]}, {"ruleId": "scanner-59ab11d0f89ff14e", "level": "error", "message": {"text": "Flask mutation route `api_push_subscribe` without `@login_required` \u2014 admin_server.py:1367"}, "properties": {"repobilityId": "b19dd98532853eb4", "scanner": "scanner-primary", "fingerprint": "59ab11d0f89ff14e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1367}}}]}, {"ruleId": "scanner-3661029c150a9a28", "level": "error", "message": {"text": "Flask mutation route `api_push_unsubscribe` without `@login_required` \u2014 admin_server.py:1386"}, "properties": {"repobilityId": "5c581262ebaf3b2b", "scanner": "scanner-primary", "fingerprint": "3661029c150a9a28", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1386}}}]}, {"ruleId": "scanner-e27aed6be04412f4", "level": "error", "message": {"text": "Flask mutation route `api_admin_send_notification` without `@login_required` \u2014 admin_server.py:1406"}, "properties": {"repobilityId": "94be83d93bd929ff", "scanner": "scanner-primary", "fingerprint": "e27aed6be04412f4", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "admin_server.py"}, "region": {"startLine": 1406}}}]}, {"ruleId": "scanner-1a6d91f2236825bf", "level": "note", "message": {"text": "Unused endpoint: ANY /"}, "properties": {"repobilityId": "8600b425c60fe54e", "scanner": "scanner-primary", "fingerprint": "1a6d91f2236825bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9b8d6b0817dd1afa", "level": "note", "message": {"text": "Unused endpoint: ANY /api/run"}, "properties": {"repobilityId": "c95238dc1da9b768", "scanner": "scanner-primary", "fingerprint": "9b8d6b0817dd1afa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3c41f3c3ee686e37", "level": "note", "message": {"text": "Unused endpoint: ANY /api/weekend_scrape"}, "properties": {"repobilityId": "b1df4a90ff9f45f6", "scanner": "scanner-primary", "fingerprint": "3c41f3c3ee686e37", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4b5231eceba64f00", "level": "note", "message": {"text": "Unused endpoint: ANY /api/spreg_weekend"}, "properties": {"repobilityId": "943f5e0f20d0a8eb", "scanner": "scanner-primary", "fingerprint": "4b5231eceba64f00", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-29ed6dd1feb3d89e", "level": "note", "message": {"text": "Unused endpoint: ANY /api/stop"}, "properties": {"repobilityId": "978bb27ac90739c6", "scanner": "scanner-primary", "fingerprint": "29ed6dd1feb3d89e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fdf2269284907ff5", "level": "note", "message": {"text": "Unused endpoint: ANY /api/schedule_status"}, "properties": {"repobilityId": "a215a5045bc3bf5d", "scanner": "scanner-primary", "fingerprint": "fdf2269284907ff5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b82f63802c898157", "level": "note", "message": {"text": "Unused endpoint: ANY /api/run_job"}, "properties": {"repobilityId": "4cbbed7cca28ba7d", "scanner": "scanner-primary", "fingerprint": "b82f63802c898157", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-25b4dfc13f215627", "level": "note", "message": {"text": "Unused endpoint: ANY /api/schedule_clear"}, "properties": {"repobilityId": "9bffa1dd8c732132", "scanner": "scanner-primary", "fingerprint": "25b4dfc13f215627", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d81b9cfb9326468f", "level": "note", "message": {"text": "Unused endpoint: ANY /api/restart"}, "properties": {"repobilityId": "2d9f62b9755f6f64", "scanner": "scanner-primary", "fingerprint": "d81b9cfb9326468f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ea24b434fe40ab11", "level": "note", "message": {"text": "Unused endpoint: ANY /api/db_info"}, "properties": {"repobilityId": "913284fdcc082251", "scanner": "scanner-primary", "fingerprint": "ea24b434fe40ab11", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-30d2c2e15ebb8d13", "level": "note", "message": {"text": "Unused endpoint: ANY /output/"}, "properties": {"repobilityId": "09db266a06d5755a", "scanner": "scanner-primary", "fingerprint": "30d2c2e15ebb8d13", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-02554a598600418e", "level": "note", "message": {"text": "Unused endpoint: ANY /output/<path:filename>"}, "properties": {"repobilityId": "b52256667ab4484b", "scanner": "scanner-primary", "fingerprint": "02554a598600418e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b89926264108f31", "level": "note", "message": {"text": "Unused endpoint: ANY /api/odds/<date_str>"}, "properties": {"repobilityId": "cfc4fc7b02874f78", "scanner": "scanner-primary", "fingerprint": "3b89926264108f31", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-431d771f792f4f32", "level": "note", "message": {"text": "Unused endpoint: ANY /api/push/subscribe"}, "properties": {"repobilityId": "237c0ce38193c3c0", "scanner": "scanner-primary", "fingerprint": "431d771f792f4f32", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-15f3b5b8663da828", "level": "note", "message": {"text": "Unused endpoint: ANY /api/push/unsubscribe"}, "properties": {"repobilityId": "e651505039c56460", "scanner": "scanner-primary", "fingerprint": "15f3b5b8663da828", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4c1af5ffd01155cf", "level": "note", "message": {"text": "Unused endpoint: ANY /api/push/count"}, "properties": {"repobilityId": "28bcf0fd27b0065b", "scanner": "scanner-primary", "fingerprint": "4c1af5ffd01155cf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-353538b38556c87f", "level": "note", "message": {"text": "Unused endpoint: ANY /api/admin/send-notification"}, "properties": {"repobilityId": "31837ffc2c5843d5", "scanner": "scanner-primary", "fingerprint": "353538b38556c87f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f6a8dcaa02c92b47", "level": "note", "message": {"text": "Unused endpoint: ANY /api/races/current-week"}, "properties": {"repobilityId": "7a083e6712a522e1", "scanner": "scanner-primary", "fingerprint": "f6a8dcaa02c92b47", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db6ea00c6be64b82", "level": "note", "message": {"text": "Unused endpoint: ANY /api/race-horses/<date_str>/<venue>/<int:race_no>"}, "properties": {"repobilityId": "b2860f4958c9ac7c", "scanner": "scanner-primary", "fingerprint": "db6ea00c6be64b82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f377a9c86fd7a7be", "level": "note", "message": {"text": "Unused endpoint: ANY /baba-saigen"}, "properties": {"repobilityId": "e20a4c594c7a1fa8", "scanner": "scanner-primary", "fingerprint": "f377a9c86fd7a7be", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}