{"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-437b21167479b2b7", "name": "Stray `console.log` in TS/JS \u2014 scripts/build-www.js:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-www.js:16"}, "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-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-d318241d95b56b40", "name": "Possible secret in index.html", "shortDescription": {"text": "Possible secret in index.html"}, "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-6f7ab79c64b12f7f", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:244", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:244"}, "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-8c08390efdf9f6bc", "name": "Possible secret in app.html", "shortDescription": {"text": "Possible secret in app.html"}, "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-bd2df777f13e4d0a", "name": "Insecure pattern 'direct_innerhtml_assignment' in app.html:2242", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.html:2242"}, "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-55b00ae11b9d4a84", "name": "Insecure pattern 'cors_wildcard' in workers/push/worker.js:14", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in workers/push/worker.js: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-33dfce00db7d271e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "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 3 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-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-b9d0a2fc39114f2c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/push/worker.js:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/push/worker.js:43"}, "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-3a56aef0984483a1", "name": "Commented-code block (5 lines) in workers/places/worker.js:4", "shortDescription": {"text": "Commented-code block (5 lines) in workers/places/worker.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-608d8dea9ae072a7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 workers/places/worker.js:50", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/places/worker.js:50"}, "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/18841"}, "properties": {"repository": "samiprehn/winner_dinner", "repoUrl": "https://github.com/samiprehn/winner_dinner", "branch": "main"}, "results": [{"ruleId": "scanner-437b21167479b2b7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-www.js:16"}, "properties": {"repobilityId": "855be3377cb577f8", "scanner": "scanner-primary", "fingerprint": "437b21167479b2b7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-d318241d95b56b40", "level": "error", "message": {"text": "Possible secret in index.html"}, "properties": {"repobilityId": "9ac6c36e9484259a", "scanner": "scanner-primary", "fingerprint": "d318241d95b56b40", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 183}}}]}, {"ruleId": "scanner-6f7ab79c64b12f7f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:244"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "6f7ab79c64b12f7f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 244}}}]}, {"ruleId": "scanner-8c08390efdf9f6bc", "level": "error", "message": {"text": "Possible secret in app.html"}, "properties": {"repobilityId": "17570a2f63897a94", "scanner": "scanner-primary", "fingerprint": "8c08390efdf9f6bc", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.html"}, "region": {"startLine": 257}}}]}, {"ruleId": "scanner-bd2df777f13e4d0a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in app.html:2242"}, "properties": {"repobilityId": "4e4017026c94f619", "scanner": "scanner-primary", "fingerprint": "bd2df777f13e4d0a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.html"}, "region": {"startLine": 2242}}}]}, {"ruleId": "scanner-55b00ae11b9d4a84", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in workers/push/worker.js:14"}, "properties": {"repobilityId": "b7b6f717c9308a4b", "scanner": "scanner-primary", "fingerprint": "55b00ae11b9d4a84", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "workers/push/worker.js"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-33dfce00db7d271e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fe83efe48ab1106c", "scanner": "scanner-primary", "fingerprint": "33dfce00db7d271e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/android.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-33dfce00db7d271e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fe83efe48ab1106c", "scanner": "scanner-primary", "fingerprint": "33dfce00db7d271e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/android.yml"}, "region": {"startLine": 50}}}]}, {"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": "5fa03ba9e14b54c2", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "0e628fcb8944878e", "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": "1c3c4da6549ce5b4", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9d0a2fc39114f2c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/push/worker.js:43"}, "properties": {"repobilityId": "a8ddad11c422cbb0", "scanner": "scanner-primary", "fingerprint": "b9d0a2fc39114f2c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3a56aef0984483a1", "level": "none", "message": {"text": "Commented-code block (5 lines) in workers/places/worker.js:4"}, "properties": {"repobilityId": "3d30822cda3fe38b", "scanner": "scanner-primary", "fingerprint": "3a56aef0984483a1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-608d8dea9ae072a7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 workers/places/worker.js:50"}, "properties": {"repobilityId": "41b6198e3c76ac85", "scanner": "scanner-primary", "fingerprint": "608d8dea9ae072a7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}