{"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-8c8fd9b1bc4089c7", "name": "Stray `console.log` in TS/JS \u2014 scripts/dev_server.js:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/dev_server.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-930faad65e2017a6", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch_data.js:101", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch_data.js:101"}, "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-0e6823872509a4a5", "name": "Stray `console.log` in TS/JS \u2014 scripts/test_model.js:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test_model.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-44dfb914c259c6d2", "name": "Stray `console.log` in TS/JS \u2014 scripts/test_ui.js:18", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test_ui.js:18"}, "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-b4e8afdcce8d69e7", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch_universe.js:52", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch_universe.js:52"}, "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-a537f7b5f6416066", "name": "Stray `console.log` in TS/JS \u2014 scripts/fetch_social.js:239", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch_social.js:239"}, "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-80d9b0982343166a", "name": "Insecure pattern 'direct_innerhtml_assignment' in themes.html:150", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in themes.html:150"}, "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-4e581d08c4bcd878", "name": "Insecure pattern 'direct_innerhtml_assignment' in stocks.html:382", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in stocks.html:382"}, "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-2cfa8706d4ed43a7", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets.html:338", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets.html:338"}, "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-121df961764c6608", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:681", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:681"}, "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-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-45b5633441a2ab85", "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-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 12 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}}]}}, "automationDetails": {"id": "repobility/19752"}, "properties": {"repository": "siwaritjun-test/money-flow-tracker", "repoUrl": "https://github.com/siwaritjun-test/money-flow-tracker", "branch": "main"}, "results": [{"ruleId": "scanner-8c8fd9b1bc4089c7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/dev_server.js:16"}, "properties": {"repobilityId": "ef2f1b3443316291", "scanner": "scanner-primary", "fingerprint": "8c8fd9b1bc4089c7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-930faad65e2017a6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch_data.js:101"}, "properties": {"repobilityId": "4bff0e6f57234e23", "scanner": "scanner-primary", "fingerprint": "930faad65e2017a6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0e6823872509a4a5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test_model.js:16"}, "properties": {"repobilityId": "f3ec5243a64c5171", "scanner": "scanner-primary", "fingerprint": "0e6823872509a4a5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-44dfb914c259c6d2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test_ui.js:18"}, "properties": {"repobilityId": "54a6c0d0d1f6294f", "scanner": "scanner-primary", "fingerprint": "44dfb914c259c6d2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b4e8afdcce8d69e7", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch_universe.js:52"}, "properties": {"repobilityId": "e51e55dda0a09531", "scanner": "scanner-primary", "fingerprint": "b4e8afdcce8d69e7", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a537f7b5f6416066", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/fetch_social.js:239"}, "properties": {"repobilityId": "57c1bf3af8e52fc2", "scanner": "scanner-primary", "fingerprint": "a537f7b5f6416066", "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-80d9b0982343166a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in themes.html:150"}, "properties": {"repobilityId": "ed604238d51357f7", "scanner": "scanner-primary", "fingerprint": "80d9b0982343166a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "themes.html"}, "region": {"startLine": 150}}}]}, {"ruleId": "scanner-4e581d08c4bcd878", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in stocks.html:382"}, "properties": {"repobilityId": "f408e6aab6b9b5f4", "scanner": "scanner-primary", "fingerprint": "4e581d08c4bcd878", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "stocks.html"}, "region": {"startLine": 382}}}]}, {"ruleId": "scanner-2cfa8706d4ed43a7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets.html:338"}, "properties": {"repobilityId": "277e8dbfae075554", "scanner": "scanner-primary", "fingerprint": "2cfa8706d4ed43a7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets.html"}, "region": {"startLine": 338}}}]}, {"ruleId": "scanner-121df961764c6608", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:681"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "121df961764c6608", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 681}}}]}, {"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-45b5633441a2ab85", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "7df56239597d2b8e", "scanner": "scanner-primary", "fingerprint": "45b5633441a2ab85", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/update-data.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "5fb258b578a3297e", "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": "48b2833ac56a6669", "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": "192653f6b5d0dd3f", "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": "b96ef4741277de65", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}]}]}