{"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-5284e235f7edadef", "name": "Stray `console.log` in TS/JS \u2014 src/relay.js:173", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/relay.js:173"}, "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-7d91435bc480827d", "name": "Stray `console.log` in TS/JS \u2014 src/main.js:187", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/main.js:187"}, "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-1180e8425b514ee3", "name": "Insecure pattern 'cors_wildcard' in src/relay.js:28", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/relay.js:28"}, "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-fc88768342b32f29", "name": "Insecure pattern 'node_child_process' in src/main.js:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/main.js:5"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e57a5b23ef33da18", "name": "Insecure pattern 'node_child_process' in src/tts.js:7", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/tts.js:7"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). 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-33dfce00db7d271e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "softprops/action-gh-release@v2 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": "medium", "confidence": 1.0}}, {"id": "scanner-2b135b156176dfec", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "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": "1 test file(s) for 17 source file(s) (ratio 0.06). 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 24 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-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-a21152ca546bed2d", "name": "Commented-code block (8 lines) in renderer/meeting.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in renderer/meeting.js: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-259dfaaf5fe0b3b7", "name": "Commented-code block (5 lines) in renderer/tutorial.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in renderer/tutorial.js: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-c0825e1fce518cc7", "name": "Commented-code block (5 lines) in renderer/voice.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in renderer/voice.js: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-bedd6d475e4fcdf4", "name": "Commented-code block (6 lines) in renderer/generator.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in renderer/generator.js: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-a3a2bda09ab4ff46", "name": "Commented-code block (6 lines) in renderer/navi-shim.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in renderer/navi-shim.js: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-463a5c97e4b3b2f3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 renderer/navi-shim.js:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 renderer/navi-shim.js:58"}, "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-2009c02613870c20", "name": "Commented-code block (9 lines) in scripts/verify-themes.mjs:1", "shortDescription": {"text": "Commented-code block (9 lines) in scripts/verify-themes.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-2fa0beb4e086d1cd", "name": "Commented-code block (6 lines) in src/agent.js:352", "shortDescription": {"text": "Commented-code block (6 lines) in src/agent.js:352"}, "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-1a498834701a60c0", "name": "Commented-code block (6 lines) in src/relay.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in src/relay.js: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-c192d5e847f35b94", "name": "Commented-code block (8 lines) in src/main.js:332", "shortDescription": {"text": "Commented-code block (8 lines) in src/main.js:332"}, "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-42706d5e2779d4d3", "name": "Commented-code block (5 lines) in src/tts.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/tts.js: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}}]}}, "automationDetails": {"id": "repobility/19544"}, "properties": {"repository": "Shotaro-Tada/navi", "repoUrl": "https://github.com/Shotaro-Tada/navi", "branch": "main"}, "results": [{"ruleId": "scanner-5284e235f7edadef", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/relay.js:173"}, "properties": {"repobilityId": "c97cbf8adcdd09d9", "scanner": "scanner-primary", "fingerprint": "5284e235f7edadef", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7d91435bc480827d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/main.js:187"}, "properties": {"repobilityId": "3f5ba5b9c27d4c3c", "scanner": "scanner-primary", "fingerprint": "7d91435bc480827d", "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-1180e8425b514ee3", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/relay.js:28"}, "properties": {"repobilityId": "5f678f2848fc668d", "scanner": "scanner-primary", "fingerprint": "1180e8425b514ee3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/relay.js"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-fc88768342b32f29", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/main.js:5"}, "properties": {"repobilityId": "a6eea13fc1a3ab75", "scanner": "scanner-primary", "fingerprint": "fc88768342b32f29", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/main.js"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-e57a5b23ef33da18", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/tts.js:7"}, "properties": {"repobilityId": "7f202ee75f92f6fe", "scanner": "scanner-primary", "fingerprint": "e57a5b23ef33da18", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/tts.js"}, "region": {"startLine": 7}}}]}, {"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-33dfce00db7d271e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "94cdd36cfef69414", "scanner": "scanner-primary", "fingerprint": "33dfce00db7d271e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/android.yml"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-2b135b156176dfec", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "fafd06f5a231e463", "scanner": "scanner-primary", "fingerprint": "2b135b156176dfec", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/android.yml"}, "region": {"startLine": 1}}}]}, {"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": "85534fa4e60e820f", "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": "efdc7b079db03763", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "833a821229dc5218", "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": "d1bef77add86d59c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-a21152ca546bed2d", "level": "none", "message": {"text": "Commented-code block (8 lines) in renderer/meeting.js:1"}, "properties": {"repobilityId": "e690c4ed93d727dc", "scanner": "scanner-primary", "fingerprint": "a21152ca546bed2d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-259dfaaf5fe0b3b7", "level": "none", "message": {"text": "Commented-code block (5 lines) in renderer/tutorial.js:1"}, "properties": {"repobilityId": "fc3e0306e974cb90", "scanner": "scanner-primary", "fingerprint": "259dfaaf5fe0b3b7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c0825e1fce518cc7", "level": "none", "message": {"text": "Commented-code block (5 lines) in renderer/voice.js:1"}, "properties": {"repobilityId": "b9ff75ba7a56e501", "scanner": "scanner-primary", "fingerprint": "c0825e1fce518cc7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bedd6d475e4fcdf4", "level": "none", "message": {"text": "Commented-code block (6 lines) in renderer/generator.js:1"}, "properties": {"repobilityId": "2ec4d29bddd43b6a", "scanner": "scanner-primary", "fingerprint": "bedd6d475e4fcdf4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a3a2bda09ab4ff46", "level": "none", "message": {"text": "Commented-code block (6 lines) in renderer/navi-shim.js:1"}, "properties": {"repobilityId": "38f088290c57533e", "scanner": "scanner-primary", "fingerprint": "a3a2bda09ab4ff46", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-463a5c97e4b3b2f3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 renderer/navi-shim.js:58"}, "properties": {"repobilityId": "3b75afbb8d101b49", "scanner": "scanner-primary", "fingerprint": "463a5c97e4b3b2f3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2009c02613870c20", "level": "none", "message": {"text": "Commented-code block (9 lines) in scripts/verify-themes.mjs:1"}, "properties": {"repobilityId": "18aa642eebff8165", "scanner": "scanner-primary", "fingerprint": "2009c02613870c20", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2fa0beb4e086d1cd", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/agent.js:352"}, "properties": {"repobilityId": "7a271dbcb8a40954", "scanner": "scanner-primary", "fingerprint": "2fa0beb4e086d1cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1a498834701a60c0", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/relay.js:1"}, "properties": {"repobilityId": "df0d73d43f585ca5", "scanner": "scanner-primary", "fingerprint": "1a498834701a60c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c192d5e847f35b94", "level": "none", "message": {"text": "Commented-code block (8 lines) in src/main.js:332"}, "properties": {"repobilityId": "1accacf774640c52", "scanner": "scanner-primary", "fingerprint": "c192d5e847f35b94", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-42706d5e2779d4d3", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/tts.js:1"}, "properties": {"repobilityId": "67209cb294a567e5", "scanner": "scanner-primary", "fingerprint": "42706d5e2779d4d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}