{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9c6b879f4ccb78ed", "name": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:37"}, "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-9ef7dc68cea84c3a", "name": "Stray `console.log` in TS/JS \u2014 scripts/reset-project.js:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/reset-project.js:55"}, "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-1015fadc17b649b9", "name": "Insecure pattern 'direct_innerhtml_assignment' in landing/confirmed.html:121", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/confirmed.html:121"}, "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-0d123f5505948a79", "name": "Insecure pattern 'direct_innerhtml_assignment' in landing/terms.html:200", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/terms.html:200"}, "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-818a9587b9e5ade0", "name": "Insecure pattern 'direct_innerhtml_assignment' in landing/privacy.html:204", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/privacy.html:204"}, "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-5af4c99cb76b68dd", "name": "Insecure pattern 'direct_innerhtml_assignment' in landing/script.js:85", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/script.js:85"}, "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-f6e3410255c4b38e", "name": "Insecure pattern 'direct_innerhtml_assignment' in scripts/gen-legal-pages.mjs:130", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in scripts/gen-legal-pages.mjs:130"}, "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-99e524cac7908193", "name": "Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:14", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:14"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 96 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 42 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 20 placeholder/mock markers across 9 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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: 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": "low", "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 ci, tests. 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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-121757fcdf5c17f1", "name": "Commented-code block (7 lines) in index.js:3", "shortDescription": {"text": "Commented-code block (7 lines) in index.js:3"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-416731141e0c85c8", "name": "Commented-code block (8 lines) in plugins/withAndroidAppName.js:4", "shortDescription": {"text": "Commented-code block (8 lines) in plugins/withAndroidAppName.js:4"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7dc64c84f834e8de", "name": "`fetch()` without try/.catch or AbortSignal \u2014 landing/script.js:164", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 landing/script.js:164"}, "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-e0c5984ccad1b219", "name": "Commented-code block (5 lines) in scripts/gen-icons.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/gen-icons.mjs:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4de7a7fdba6667de", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/db-exec.mjs:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/db-exec.mjs:15"}, "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-980ffbe6ddec50f8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/map-footballdata.mjs:65", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/map-footballdata.mjs:65"}, "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-7a3e68215d470bf3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-player-photos.mjs:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-player-photos.mjs:39"}, "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-1b4888cf93509d43", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-squads.mjs:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-squads.mjs:33"}, "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-953eae63897624f5", "name": "Commented-code block (5 lines) in scripts/host-legal.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in scripts/host-legal.mjs:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c4b2e09a1b22294b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/apiFootball.ts:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/apiFootball.ts:39"}, "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-49d8bd1f20cc93a3", "name": "Commented-code block (8 lines) in supabase/functions/notify-dispatcher/index.ts:5", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/notify-dispatcher/index.ts:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-75546f26c8d8788b", "name": "Commented-code block (8 lines) in supabase/functions/sync-scores/index.ts:7", "shortDescription": {"text": "Commented-code block (8 lines) in supabase/functions/sync-scores/index.ts:7"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-719090b86c8390fd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/sync-scores/index.ts:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/sync-scores/index.ts:11"}, "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-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `FOOTBALLDATA_TOKEN`, `SUPABASE_ACCESS_TOKEN`, `SUPABASE_REF`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24089"}, "properties": {"repository": "algomez75/fifa2026", "repoUrl": "https://github.com/algomez75/fifa2026", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-9c6b879f4ccb78ed", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/seed.ts:37"}, "properties": {"repobilityId": "6b45b8d4fff61a2c", "scanner": "scanner-primary", "fingerprint": "9c6b879f4ccb78ed", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9ef7dc68cea84c3a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/reset-project.js:55"}, "properties": {"repobilityId": "2904bd55a571ae3b", "scanner": "scanner-primary", "fingerprint": "9ef7dc68cea84c3a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1015fadc17b649b9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/confirmed.html:121"}, "properties": {"repobilityId": "12e7236a7173d1dc", "scanner": "scanner-primary", "fingerprint": "1015fadc17b649b9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "landing/confirmed.html"}, "region": {"startLine": 121}}}]}, {"ruleId": "scanner-0d123f5505948a79", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/terms.html:200"}, "properties": {"repobilityId": "6a55669bd10953ea", "scanner": "scanner-primary", "fingerprint": "0d123f5505948a79", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "landing/terms.html"}, "region": {"startLine": 200}}}]}, {"ruleId": "scanner-818a9587b9e5ade0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/privacy.html:204"}, "properties": {"repobilityId": "f9e31697138c1004", "scanner": "scanner-primary", "fingerprint": "818a9587b9e5ade0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "landing/privacy.html"}, "region": {"startLine": 204}}}]}, {"ruleId": "scanner-5af4c99cb76b68dd", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in landing/script.js:85"}, "properties": {"repobilityId": "f5cf90d1244b5dc3", "scanner": "scanner-primary", "fingerprint": "5af4c99cb76b68dd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "landing/script.js"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-f6e3410255c4b38e", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in scripts/gen-legal-pages.mjs:130"}, "properties": {"repobilityId": "665927a56769594f", "scanner": "scanner-primary", "fingerprint": "f6e3410255c4b38e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/gen-legal-pages.mjs"}, "region": {"startLine": 130}}}]}, {"ruleId": "scanner-99e524cac7908193", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in supabase/functions/delete-account/index.ts:14"}, "properties": {"repobilityId": "41fe50dcc7df4762", "scanner": "scanner-primary", "fingerprint": "99e524cac7908193", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "supabase/functions/delete-account/index.ts"}, "region": {"startLine": 14}}}]}, {"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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "fddb0fb38f9b5fc8", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "c751b1bf6e8942f0", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "fe67af6737b67f09", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "7622713dee368799", "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": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "ed243b444886d0e5", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "0b92438b1731becf", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-121757fcdf5c17f1", "level": "none", "message": {"text": "Commented-code block (7 lines) in index.js:3"}, "properties": {"repobilityId": "ef55dd6e93d9692c", "scanner": "scanner-primary", "fingerprint": "121757fcdf5c17f1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-416731141e0c85c8", "level": "none", "message": {"text": "Commented-code block (8 lines) in plugins/withAndroidAppName.js:4"}, "properties": {"repobilityId": "574036b4ecfa3c55", "scanner": "scanner-primary", "fingerprint": "416731141e0c85c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7dc64c84f834e8de", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 landing/script.js:164"}, "properties": {"repobilityId": "c08feefede002ffa", "scanner": "scanner-primary", "fingerprint": "7dc64c84f834e8de", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e0c5984ccad1b219", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/gen-icons.mjs:1"}, "properties": {"repobilityId": "97d6ab37ecf91842", "scanner": "scanner-primary", "fingerprint": "e0c5984ccad1b219", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4de7a7fdba6667de", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/db-exec.mjs:15"}, "properties": {"repobilityId": "8f4b987fa363935a", "scanner": "scanner-primary", "fingerprint": "4de7a7fdba6667de", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-980ffbe6ddec50f8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/map-footballdata.mjs:65"}, "properties": {"repobilityId": "eec9c28e073b8fce", "scanner": "scanner-primary", "fingerprint": "980ffbe6ddec50f8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7a3e68215d470bf3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-player-photos.mjs:39"}, "properties": {"repobilityId": "7db3e04487aaf632", "scanner": "scanner-primary", "fingerprint": "7a3e68215d470bf3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1b4888cf93509d43", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-squads.mjs:33"}, "properties": {"repobilityId": "071509448b18d7c7", "scanner": "scanner-primary", "fingerprint": "1b4888cf93509d43", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-953eae63897624f5", "level": "none", "message": {"text": "Commented-code block (5 lines) in scripts/host-legal.mjs:1"}, "properties": {"repobilityId": "ff0326f74b678ff7", "scanner": "scanner-primary", "fingerprint": "953eae63897624f5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c4b2e09a1b22294b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/apiFootball.ts:39"}, "properties": {"repobilityId": "0b4a87b2d8e67277", "scanner": "scanner-primary", "fingerprint": "c4b2e09a1b22294b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-49d8bd1f20cc93a3", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/notify-dispatcher/index.ts:5"}, "properties": {"repobilityId": "3926a9ebcc4e8726", "scanner": "scanner-primary", "fingerprint": "49d8bd1f20cc93a3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75546f26c8d8788b", "level": "none", "message": {"text": "Commented-code block (8 lines) in supabase/functions/sync-scores/index.ts:7"}, "properties": {"repobilityId": "8ca0413d51bfbb1a", "scanner": "scanner-primary", "fingerprint": "75546f26c8d8788b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-719090b86c8390fd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 supabase/functions/sync-scores/index.ts:11"}, "properties": {"repobilityId": "0f7b56422fb88dc0", "scanner": "scanner-primary", "fingerprint": "719090b86c8390fd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}