{"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-afc84b1f36dd35d9", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/MatchCard.tsx:102", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/MatchCard.tsx:102"}, "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-e8206c73a64fa5ca", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/HighlightsModal.tsx:48", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/HighlightsModal.tsx:48"}, "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-bb1439ade243777a", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/Lineups.tsx:35", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Lineups.tsx:35"}, "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-418423fd5fbd2764", "name": "`truncate` class without `title=` for hover reveal \u2014 src/app/stats/StatsTabs.tsx:73", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/stats/StatsTabs.tsx:73"}, "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-22816342a87193f2", "name": "Possible secret in src/app/api/check-sbs/route.ts", "shortDescription": {"text": "Possible secret in src/app/api/check-sbs/route.ts"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 55 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-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-77f1ae2cccbdbb7f", "name": "Commented-code block (5 lines) in src/components/PhotoBackground.tsx:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/PhotoBackground.tsx: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-7394bd03e0132418", "name": "Commented-code block (5 lines) in src/components/StatsPanel.tsx:19", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/StatsPanel.tsx:19"}, "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-3a203ec60c668867", "name": "Commented-code block (5 lines) in src/components/HighlightsModal.tsx:8", "shortDescription": {"text": "Commented-code block (5 lines) in src/components/HighlightsModal.tsx:8"}, "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-c651ec94bc163555", "name": "Commented-code block (11 lines) in src/components/LineupPitch.tsx:3", "shortDescription": {"text": "Commented-code block (11 lines) in src/components/LineupPitch.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-f1a20f463afd31b5", "name": "Commented-code block (5 lines) in src/app/match/[id]/MatchDetailClient.tsx:68", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/match/[id]/MatchDetailClient.tsx:68"}, "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-a99e1ccd98a70a2f", "name": "Commented-code block (6 lines) in src/app/api/check-sbs/route.ts:12", "shortDescription": {"text": "Commented-code block (6 lines) in src/app/api/check-sbs/route.ts:12"}, "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-5fd32023d335d83e", "name": "Commented-code block (7 lines) in src/app/api/state/route.ts:84", "shortDescription": {"text": "Commented-code block (7 lines) in src/app/api/state/route.ts:84"}, "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-92b054d4ad956aed", "name": "Commented-code block (5 lines) in src/lib/clips.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/clips.ts:6"}, "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-80e239f2387929d6", "name": "Commented-code block (6 lines) in src/lib/espn.ts:450", "shortDescription": {"text": "Commented-code block (6 lines) in src/lib/espn.ts:450"}, "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-b68299e81df1a0f3", "name": "Commented-code block (5 lines) in src/hooks/useUserState.tsx:106", "shortDescription": {"text": "Commented-code block (5 lines) in src/hooks/useUserState.tsx:106"}, "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-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: `INSIGHTS_KEY`, `REPORT_FROM_EMAIL`, `REPORT_TO_EMAIL`. 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/17857"}, "properties": {"repository": "Raveshaw0/WC2026Goals", "repoUrl": "https://github.com/Raveshaw0/WC2026Goals", "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-afc84b1f36dd35d9", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/MatchCard.tsx:102"}, "properties": {"repobilityId": "2d768d323f225ce3", "scanner": "scanner-primary", "fingerprint": "afc84b1f36dd35d9", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e8206c73a64fa5ca", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/HighlightsModal.tsx:48"}, "properties": {"repobilityId": "c4d3249ced9afef4", "scanner": "scanner-primary", "fingerprint": "e8206c73a64fa5ca", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bb1439ade243777a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/Lineups.tsx:35"}, "properties": {"repobilityId": "6ab7d1d0f0661c33", "scanner": "scanner-primary", "fingerprint": "bb1439ade243777a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-418423fd5fbd2764", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/app/stats/StatsTabs.tsx:73"}, "properties": {"repobilityId": "5c2d72764d54b0f8", "scanner": "scanner-primary", "fingerprint": "418423fd5fbd2764", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-22816342a87193f2", "level": "error", "message": {"text": "Possible secret in src/app/api/check-sbs/route.ts"}, "properties": {"repobilityId": "328b408483e96e96", "scanner": "scanner-primary", "fingerprint": "22816342a87193f2", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/app/api/check-sbs/route.ts"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "ae6e95e4e92f5e1b", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "ac6dce9266ed2bb9", "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": "815aad95159e015d", "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": "2b90ccd68eeb4814", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-77f1ae2cccbdbb7f", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/PhotoBackground.tsx:1"}, "properties": {"repobilityId": "49547bc4473df947", "scanner": "scanner-primary", "fingerprint": "77f1ae2cccbdbb7f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7394bd03e0132418", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/StatsPanel.tsx:19"}, "properties": {"repobilityId": "7a96125b46d1fc34", "scanner": "scanner-primary", "fingerprint": "7394bd03e0132418", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a203ec60c668867", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/components/HighlightsModal.tsx:8"}, "properties": {"repobilityId": "f8b47e95cb9c3f11", "scanner": "scanner-primary", "fingerprint": "3a203ec60c668867", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c651ec94bc163555", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/components/LineupPitch.tsx:3"}, "properties": {"repobilityId": "c7e0c556bd515a02", "scanner": "scanner-primary", "fingerprint": "c651ec94bc163555", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f1a20f463afd31b5", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/match/[id]/MatchDetailClient.tsx:68"}, "properties": {"repobilityId": "4a37971938395d8e", "scanner": "scanner-primary", "fingerprint": "f1a20f463afd31b5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a99e1ccd98a70a2f", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/app/api/check-sbs/route.ts:12"}, "properties": {"repobilityId": "5872fd7165d73157", "scanner": "scanner-primary", "fingerprint": "a99e1ccd98a70a2f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5fd32023d335d83e", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/app/api/state/route.ts:84"}, "properties": {"repobilityId": "d948bcc672f5de20", "scanner": "scanner-primary", "fingerprint": "5fd32023d335d83e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-92b054d4ad956aed", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/clips.ts:6"}, "properties": {"repobilityId": "8b08e0a9ea236cf9", "scanner": "scanner-primary", "fingerprint": "92b054d4ad956aed", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-80e239f2387929d6", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/lib/espn.ts:450"}, "properties": {"repobilityId": "85a08e7a4008895c", "scanner": "scanner-primary", "fingerprint": "80e239f2387929d6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b68299e81df1a0f3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/hooks/useUserState.tsx:106"}, "properties": {"repobilityId": "cfe9feacd7d2413f", "scanner": "scanner-primary", "fingerprint": "b68299e81df1a0f3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"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"]}}]}]}