{"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-693660f2a4da6179", "name": "Stray `console.log` in TS/JS \u2014 src/components/LeaderboardSubmit.tsx:36", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/LeaderboardSubmit.tsx:36"}, "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-a28533fb1be029e8", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/HigherLowerChain.tsx:477", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/HigherLowerChain.tsx:477"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-fa5db7d8bb60cf0f", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/games/[gameId]/rematch/route.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/games/[gameId]/rematch/route.ts:23"}, "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-f12dd980496892ab", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/games/[gameId]/start/route.ts:24", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/games/[gameId]/start/route.ts:24"}, "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-dde11cb6ee635272", "name": "Stray `console.log` in TS/JS \u2014 src/app/api/leaderboard/submit/route.ts:118", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/leaderboard/submit/route.ts:118"}, "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-5cd734c0eb30b8a6", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/game/[id]/page.tsx:931", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/game/[id]/page.tsx:931"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b26d24753298dd2e", "name": "Stray `console.log` in TS/JS \u2014 src/app/game/[id]/page.tsx:237", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/game/[id]/page.tsx:237"}, "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-ca8119a7eee19315", "name": "Stray `console.log` in TS/JS \u2014 src/app/lobby/[id]/page.tsx:60", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/app/lobby/[id]/page.tsx:60"}, "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-5e2c06cf3fee1ce7", "name": "Insecure pattern 'cors_wildcard' in src/app/api/poster/route.ts:34", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/app/api/poster/route.ts:34"}, "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-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-ae7f82dd6e93cf40", "name": "Very large file: src/app/game/[id]/page.tsx (1491 lines)", "shortDescription": {"text": "Very large file: src/app/game/[id]/page.tsx (1491 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 67 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 29 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. 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-2b1515679b5c870b", "name": "Commented-code block (5 lines) in src/components/ShareScorecard.tsx:7", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/ShareScorecard.tsx: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-d8f0f8814edad734", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/HigherLowerChain.tsx:173", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/HigherLowerChain.tsx:173"}, "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-be245f35d9160ad3", "name": "Commented-code block (5 lines) in src/app/api/games/create/route.ts:42", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/games/create/route.ts:42"}, "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-8e173c328241aa6a", "name": "Commented-code block (7 lines) in src/app/api/games/[gameId]/rematch/route.ts:10", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/games/[gameId]/rematch/route.ts:10"}, "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-cd374e0e6e8b277e", "name": "Commented-code block (5 lines) in src/app/api/og/route.tsx:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/og/route.tsx: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-799bf2d5c6830865", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/og/route.tsx:18", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/og/route.tsx:18"}, "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-94eebf0885372cea", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/game/page.tsx:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/game/page.tsx:29"}, "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-bc390d73eb4d39ea", "name": "Commented-code block (5 lines) in src/app/game/[id]/page.tsx:275", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/game/[id]/page.tsx:275"}, "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-1608c821fe7185f8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/game/[id]/page.tsx:254", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/game/[id]/page.tsx:254"}, "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-f1fece6bcafa7f08", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/lobby/create/page.tsx:49", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/lobby/create/page.tsx:49"}, "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-7f07ac6b370ef661", "name": "Commented-code block (7 lines) in src/lib/gameSettings.ts:135", "shortDescription": {"text": "Commented-code block (7 lines) in src/lib/gameSettings.ts:135"}, "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-3a828b60c0e3f287", "name": "Commented-code block (5 lines) in src/lib/tmdb/fetchMovies.ts:170", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/tmdb/fetchMovies.ts:170"}, "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-b7397550b5bf7b28", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/tmdb/client.ts:23", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/tmdb/client.ts:23"}, "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}}]}}, "automationDetails": {"id": "repobility/19816"}, "properties": {"repository": "skyfun06/WhatItCost", "repoUrl": "https://github.com/skyfun06/WhatItCost", "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-693660f2a4da6179", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/LeaderboardSubmit.tsx:36"}, "properties": {"repobilityId": "7bc4ba8f1fe1db08", "scanner": "scanner-primary", "fingerprint": "693660f2a4da6179", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a28533fb1be029e8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/HigherLowerChain.tsx:477"}, "properties": {"repobilityId": "3a11a832ef8195cd", "scanner": "scanner-primary", "fingerprint": "a28533fb1be029e8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-fa5db7d8bb60cf0f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/games/[gameId]/rematch/route.ts:23"}, "properties": {"repobilityId": "69a68f1cc46ec85b", "scanner": "scanner-primary", "fingerprint": "fa5db7d8bb60cf0f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f12dd980496892ab", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/games/[gameId]/start/route.ts:24"}, "properties": {"repobilityId": "5f7c4df4611dcd2b", "scanner": "scanner-primary", "fingerprint": "f12dd980496892ab", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-dde11cb6ee635272", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/api/leaderboard/submit/route.ts:118"}, "properties": {"repobilityId": "6bedbe66fca0af45", "scanner": "scanner-primary", "fingerprint": "dde11cb6ee635272", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5cd734c0eb30b8a6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/game/[id]/page.tsx:931"}, "properties": {"repobilityId": "fa77406e9b4ce1a8", "scanner": "scanner-primary", "fingerprint": "5cd734c0eb30b8a6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b26d24753298dd2e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/game/[id]/page.tsx:237"}, "properties": {"repobilityId": "432d9111193ccec5", "scanner": "scanner-primary", "fingerprint": "b26d24753298dd2e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ca8119a7eee19315", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/app/lobby/[id]/page.tsx:60"}, "properties": {"repobilityId": "02a586e8456dfb14", "scanner": "scanner-primary", "fingerprint": "ca8119a7eee19315", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5e2c06cf3fee1ce7", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/app/api/poster/route.ts:34"}, "properties": {"repobilityId": "87a6f0304d811cbb", "scanner": "scanner-primary", "fingerprint": "5e2c06cf3fee1ce7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/api/poster/route.ts"}, "region": {"startLine": 34}}}]}, {"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-ae7f82dd6e93cf40", "level": "note", "message": {"text": "Very large file: src/app/game/[id]/page.tsx (1491 lines)"}, "properties": {"repobilityId": "588537e6513765c9", "scanner": "scanner-primary", "fingerprint": "ae7f82dd6e93cf40", "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": "6cc003885a6f09b6", "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": "3682bfdca0e42d46", "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": "20d9eff4fce97ab2", "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": "58c8212c14f75868", "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": "a31eb43d91df7e05", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2b1515679b5c870b", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/ShareScorecard.tsx:7"}, "properties": {"repobilityId": "4b3143983f1491ea", "scanner": "scanner-primary", "fingerprint": "2b1515679b5c870b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d8f0f8814edad734", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/components/HigherLowerChain.tsx:173"}, "properties": {"repobilityId": "8f3e16aceaaf10cc", "scanner": "scanner-primary", "fingerprint": "d8f0f8814edad734", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-be245f35d9160ad3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/games/create/route.ts:42"}, "properties": {"repobilityId": "67ff36b6e2898153", "scanner": "scanner-primary", "fingerprint": "be245f35d9160ad3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8e173c328241aa6a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/games/[gameId]/rematch/route.ts:10"}, "properties": {"repobilityId": "00a169312a88ceb7", "scanner": "scanner-primary", "fingerprint": "8e173c328241aa6a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cd374e0e6e8b277e", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/og/route.tsx:3"}, "properties": {"repobilityId": "6f4e1c20da536de6", "scanner": "scanner-primary", "fingerprint": "cd374e0e6e8b277e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-799bf2d5c6830865", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/og/route.tsx:18"}, "properties": {"repobilityId": "c0f5de62536c57a8", "scanner": "scanner-primary", "fingerprint": "799bf2d5c6830865", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-94eebf0885372cea", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/game/page.tsx:29"}, "properties": {"repobilityId": "711856e72c0faa07", "scanner": "scanner-primary", "fingerprint": "94eebf0885372cea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bc390d73eb4d39ea", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/game/[id]/page.tsx:275"}, "properties": {"repobilityId": "7e58beed1d0e878e", "scanner": "scanner-primary", "fingerprint": "bc390d73eb4d39ea", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1608c821fe7185f8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/game/[id]/page.tsx:254"}, "properties": {"repobilityId": "13a307dc385485de", "scanner": "scanner-primary", "fingerprint": "1608c821fe7185f8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f1fece6bcafa7f08", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/lobby/create/page.tsx:49"}, "properties": {"repobilityId": "09ff27044e3e404e", "scanner": "scanner-primary", "fingerprint": "f1fece6bcafa7f08", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7f07ac6b370ef661", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/lib/gameSettings.ts:135"}, "properties": {"repobilityId": "b8c7f148d68a653b", "scanner": "scanner-primary", "fingerprint": "7f07ac6b370ef661", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a828b60c0e3f287", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/tmdb/fetchMovies.ts:170"}, "properties": {"repobilityId": "abf7a00ab43ab050", "scanner": "scanner-primary", "fingerprint": "3a828b60c0e3f287", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b7397550b5bf7b28", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/tmdb/client.ts:23"}, "properties": {"repobilityId": "fb292a7939665d0a", "scanner": "scanner-primary", "fingerprint": "b7397550b5bf7b28", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}