{"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-ed9cb8a00460fac1", "name": "Stray `console.log` in TS/JS \u2014 server.js:556", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:556"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-164a41152321c835", "name": "Stray `console.log` in TS/JS \u2014 lib/live.js:103", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/live.js:103"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-93e02e0d67c8f3e8", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-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-32e19cc9802372bb", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/pool.js:497", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/pool.js:497"}, "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-7cc0ac153201da1f", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/admin.html:105", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/admin.html:105"}, "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-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-b915f1907177ce55", "name": "Very large file: public/pool.js (1517 lines)", "shortDescription": {"text": "Very large file: public/pool.js (1517 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 8 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 8 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-7e6e208eac4fedf3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/pool.js:1153", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/pool.js:1153"}, "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-be91a8e0ae7e1ba7", "name": "Dangling fetch: POST https://oauth2.googleapis.com/token (server.js:360)", "shortDescription": {"text": "Dangling fetch: POST https://oauth2.googleapis.com/token (server.js:360)"}, "fullDescription": {"text": "`server.js:360` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/oauth2.googleapis.com/token`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`server.js` declares `GET /` 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-3350bc6338ed5d44", "name": "Unused endpoint: GET /p/:token", "shortDescription": {"text": "Unused endpoint: GET /p/:token"}, "fullDescription": {"text": "`server.js` declares `GET /p/:token` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f508807a18ba1b88", "name": "Unused endpoint: GET /api/pool/:token", "shortDescription": {"text": "Unused endpoint: GET /api/pool/:token"}, "fullDescription": {"text": "`server.js` declares `GET /api/pool/:token` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-964143e387b774c0", "name": "Unused endpoint: PUT /api/pool/:token/predictions", "shortDescription": {"text": "Unused endpoint: PUT /api/pool/:token/predictions"}, "fullDescription": {"text": "`server.js` declares `PUT /api/pool/:token/predictions` 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-5ce45d28cb89174c", "name": "Unused endpoint: GET /api/auth/config", "shortDescription": {"text": "Unused endpoint: GET /api/auth/config"}, "fullDescription": {"text": "`server.js` declares `GET /api/auth/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-ee4aa5ddab88c9dc", "name": "Unused endpoint: GET /api/auth/me", "shortDescription": {"text": "Unused endpoint: GET /api/auth/me"}, "fullDescription": {"text": "`server.js` declares `GET /api/auth/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d5a39262ac205120", "name": "Unused endpoint: POST /api/auth/logout", "shortDescription": {"text": "Unused endpoint: POST /api/auth/logout"}, "fullDescription": {"text": "`server.js` declares `POST /api/auth/logout` 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-948b9665910224cb", "name": "Unused endpoint: GET /api/auth/login", "shortDescription": {"text": "Unused endpoint: GET /api/auth/login"}, "fullDescription": {"text": "`server.js` declares `GET /api/auth/login` 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-892c2aecedce151d", "name": "Unused endpoint: GET /api/auth/callback", "shortDescription": {"text": "Unused endpoint: GET /api/auth/callback"}, "fullDescription": {"text": "`server.js` declares `GET /api/auth/callback` 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-bf24c2277f1d579e", "name": "Unused endpoint: PUT /api/pool/:token/champion", "shortDescription": {"text": "Unused endpoint: PUT /api/pool/:token/champion"}, "fullDescription": {"text": "`server.js` declares `PUT /api/pool/:token/champion` 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-5b80c78b1801225d", "name": "Unused endpoint: PUT /api/pool/:token/captain", "shortDescription": {"text": "Unused endpoint: PUT /api/pool/:token/captain"}, "fullDescription": {"text": "`server.js` declares `PUT /api/pool/:token/captain` 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-10a4ead3c09946c8", "name": "Unused endpoint: GET /api/admin/pools", "shortDescription": {"text": "Unused endpoint: GET /api/admin/pools"}, "fullDescription": {"text": "`server.js` declares `GET /api/admin/pools` 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-2c588c2a75c4990c", "name": "Unused endpoint: PATCH /api/admin/players/:id", "shortDescription": {"text": "Unused endpoint: PATCH /api/admin/players/:id"}, "fullDescription": {"text": "`server.js` declares `PATCH /api/admin/players/: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-d1c25181000bb53a", "name": "Unused endpoint: DELETE /api/admin/players/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/admin/players/:id"}, "fullDescription": {"text": "`server.js` declares `DELETE /api/admin/players/: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-6f2ea390ee9deadf", "name": "Unused endpoint: POST /api/admin/cleanup", "shortDescription": {"text": "Unused endpoint: POST /api/admin/cleanup"}, "fullDescription": {"text": "`server.js` declares `POST /api/admin/cleanup` 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-7685bc4c5aa9491a", "name": "Unused endpoint: POST /api/admin/pools", "shortDescription": {"text": "Unused endpoint: POST /api/admin/pools"}, "fullDescription": {"text": "`server.js` declares `POST /api/admin/pools` 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-86c0187d3e308e06", "name": "Unused endpoint: PATCH /api/admin/pools/:id", "shortDescription": {"text": "Unused endpoint: PATCH /api/admin/pools/:id"}, "fullDescription": {"text": "`server.js` declares `PATCH /api/admin/pools/: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-d9b24f6414c16518", "name": "Unused endpoint: DELETE /api/admin/pools/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/admin/pools/:id"}, "fullDescription": {"text": "`server.js` declares `DELETE /api/admin/pools/: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-9392976b6bb758af", "name": "Unused endpoint: POST /api/admin/sync", "shortDescription": {"text": "Unused endpoint: POST /api/admin/sync"}, "fullDescription": {"text": "`server.js` declares `POST /api/admin/sync` 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-8808694c7ad903d6", "name": "Unused endpoint: GET /api/cron", "shortDescription": {"text": "Unused endpoint: GET /api/cron"}, "fullDescription": {"text": "`server.js` declares `GET /api/cron` 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/19710"}, "properties": {"repository": "Sinequanonh/pronos-mondial-2026", "repoUrl": "https://github.com/Sinequanonh/pronos-mondial-2026", "branch": "main"}, "results": [{"ruleId": "scanner-ed9cb8a00460fac1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:556"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "ed9cb8a00460fac1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-164a41152321c835", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/live.js:103"}, "properties": {"repobilityId": "e1fa21642262cb1a", "scanner": "scanner-primary", "fingerprint": "164a41152321c835", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-93e02e0d67c8f3e8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-slim"}, "properties": {"repobilityId": "4b8cac0aa659d453", "scanner": "scanner-primary", "fingerprint": "93e02e0d67c8f3e8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 2}}}]}, {"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-32e19cc9802372bb", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/pool.js:497"}, "properties": {"repobilityId": "60980f0ac1633d51", "scanner": "scanner-primary", "fingerprint": "32e19cc9802372bb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/pool.js"}, "region": {"startLine": 497}}}]}, {"ruleId": "scanner-7cc0ac153201da1f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/admin.html:105"}, "properties": {"repobilityId": "df5203f722eec321", "scanner": "scanner-primary", "fingerprint": "7cc0ac153201da1f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/admin.html"}, "region": {"startLine": 105}}}]}, {"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-b915f1907177ce55", "level": "note", "message": {"text": "Very large file: public/pool.js (1517 lines)"}, "properties": {"repobilityId": "8e6e9960bc7e3c4d", "scanner": "scanner-primary", "fingerprint": "b915f1907177ce55", "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": "0cdc8a0338a56d80", "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": "b7b37f00f9ca570e", "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": "1974260bff4cc825", "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": "f848ada5f2f101e2", "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": "e905e5146594783e", "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": "0562bacfff74f4d0", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-7e6e208eac4fedf3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/pool.js:1153"}, "properties": {"repobilityId": "7a34ab5880b6d42e", "scanner": "scanner-primary", "fingerprint": "7e6e208eac4fedf3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-be91a8e0ae7e1ba7", "level": "error", "message": {"text": "Dangling fetch: POST https://oauth2.googleapis.com/token (server.js:360)"}, "properties": {"repobilityId": "7af983222d988b21", "scanner": "scanner-primary", "fingerprint": "be91a8e0ae7e1ba7", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "9b883326e67da4e4", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3350bc6338ed5d44", "level": "note", "message": {"text": "Unused endpoint: GET /p/:token"}, "properties": {"repobilityId": "6491cd9ea0de9b79", "scanner": "scanner-primary", "fingerprint": "3350bc6338ed5d44", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f508807a18ba1b88", "level": "note", "message": {"text": "Unused endpoint: GET /api/pool/:token"}, "properties": {"repobilityId": "2a2cb4f72557dfc2", "scanner": "scanner-primary", "fingerprint": "f508807a18ba1b88", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-964143e387b774c0", "level": "note", "message": {"text": "Unused endpoint: PUT /api/pool/:token/predictions"}, "properties": {"repobilityId": "38fc94a550bc0d9f", "scanner": "scanner-primary", "fingerprint": "964143e387b774c0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5ce45d28cb89174c", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/config"}, "properties": {"repobilityId": "abce45a0302c4dea", "scanner": "scanner-primary", "fingerprint": "5ce45d28cb89174c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ee4aa5ddab88c9dc", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/me"}, "properties": {"repobilityId": "0fc801facb986854", "scanner": "scanner-primary", "fingerprint": "ee4aa5ddab88c9dc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d5a39262ac205120", "level": "note", "message": {"text": "Unused endpoint: POST /api/auth/logout"}, "properties": {"repobilityId": "aa3173c3593ae21d", "scanner": "scanner-primary", "fingerprint": "d5a39262ac205120", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-948b9665910224cb", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/login"}, "properties": {"repobilityId": "a733903c6be71ae4", "scanner": "scanner-primary", "fingerprint": "948b9665910224cb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-892c2aecedce151d", "level": "note", "message": {"text": "Unused endpoint: GET /api/auth/callback"}, "properties": {"repobilityId": "741e683e975a3d67", "scanner": "scanner-primary", "fingerprint": "892c2aecedce151d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bf24c2277f1d579e", "level": "note", "message": {"text": "Unused endpoint: PUT /api/pool/:token/champion"}, "properties": {"repobilityId": "5bb5937f6e5470ea", "scanner": "scanner-primary", "fingerprint": "bf24c2277f1d579e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5b80c78b1801225d", "level": "note", "message": {"text": "Unused endpoint: PUT /api/pool/:token/captain"}, "properties": {"repobilityId": "60535c74e637e18a", "scanner": "scanner-primary", "fingerprint": "5b80c78b1801225d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-10a4ead3c09946c8", "level": "note", "message": {"text": "Unused endpoint: GET /api/admin/pools"}, "properties": {"repobilityId": "f99c938082f8a8bb", "scanner": "scanner-primary", "fingerprint": "10a4ead3c09946c8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2c588c2a75c4990c", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/admin/players/:id"}, "properties": {"repobilityId": "f5c62de28923b9c0", "scanner": "scanner-primary", "fingerprint": "2c588c2a75c4990c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d1c25181000bb53a", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/admin/players/:id"}, "properties": {"repobilityId": "347fb7adce60c69e", "scanner": "scanner-primary", "fingerprint": "d1c25181000bb53a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6f2ea390ee9deadf", "level": "note", "message": {"text": "Unused endpoint: POST /api/admin/cleanup"}, "properties": {"repobilityId": "0b64ce900222def6", "scanner": "scanner-primary", "fingerprint": "6f2ea390ee9deadf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7685bc4c5aa9491a", "level": "note", "message": {"text": "Unused endpoint: POST /api/admin/pools"}, "properties": {"repobilityId": "494014349c23b431", "scanner": "scanner-primary", "fingerprint": "7685bc4c5aa9491a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-86c0187d3e308e06", "level": "note", "message": {"text": "Unused endpoint: PATCH /api/admin/pools/:id"}, "properties": {"repobilityId": "d7cdd243df77edcd", "scanner": "scanner-primary", "fingerprint": "86c0187d3e308e06", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d9b24f6414c16518", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/admin/pools/:id"}, "properties": {"repobilityId": "4cda71f8fa194132", "scanner": "scanner-primary", "fingerprint": "d9b24f6414c16518", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9392976b6bb758af", "level": "note", "message": {"text": "Unused endpoint: POST /api/admin/sync"}, "properties": {"repobilityId": "e781d9f768c35d38", "scanner": "scanner-primary", "fingerprint": "9392976b6bb758af", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8808694c7ad903d6", "level": "note", "message": {"text": "Unused endpoint: GET /api/cron"}, "properties": {"repobilityId": "aa2534afaa0f51ca", "scanner": "scanner-primary", "fingerprint": "8808694c7ad903d6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}