{"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-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-b7cef53bb61aceac", "name": "Insecure pattern 'direct_innerhtml_assignment' in index.html:788", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:788"}, "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-204752724bfd9a83", "name": "Insecure pattern 'direct_innerhtml_assignment' in \u72d0\u72f8\u5feb\u8dd1.html:788", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in \u72d0\u72f8\u5feb\u8dd1.html:788"}, "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-9c2140a842ae9bb7", "name": "Insecure pattern 'direct_innerhtml_assignment' in \u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js:159", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in \u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js:159"}, "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-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-adcdd97970cd7673", "name": "Very large file: \u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js (3114 lines)", "shortDescription": {"text": "Very large file: \u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js (3114 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-f15c45bb805e8bf7", "name": "Very large file: \u5fae\u4fe1\u5c0f\u6e38\u620f/game.js (6458 lines)", "shortDescription": {"text": "Very large file: \u5fae\u4fe1\u5c0f\u6e38\u620f/game.js (6458 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 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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, operator-readme. 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-af520f28c8d6ad3e", "name": "Commented-code block (5 lines) in \u5fae\u4fe1\u5c0f\u6e38\u620f/game.js:122", "shortDescription": {"text": "Commented-code block (5 lines) in \u5fae\u4fe1\u5c0f\u6e38\u620f/game.js:122"}, "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/23246"}, "properties": {"repository": "YJJ213/fox-run", "repoUrl": "https://github.com/YJJ213/fox-run", "branch": "main"}, "results": [{"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-b7cef53bb61aceac", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in index.html:788"}, "properties": {"repobilityId": "f91708437a3a5445", "scanner": "scanner-primary", "fingerprint": "b7cef53bb61aceac", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "index.html"}, "region": {"startLine": 788}}}]}, {"ruleId": "scanner-204752724bfd9a83", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in \u72d0\u72f8\u5feb\u8dd1.html:788"}, "properties": {"repobilityId": "f425ba94275af93f", "scanner": "scanner-primary", "fingerprint": "204752724bfd9a83", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "\u72d0\u72f8\u5feb\u8dd1.html"}, "region": {"startLine": 788}}}]}, {"ruleId": "scanner-9c2140a842ae9bb7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in \u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js:159"}, "properties": {"repobilityId": "96ab71b58886604e", "scanner": "scanner-primary", "fingerprint": "9c2140a842ae9bb7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "\u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js"}, "region": {"startLine": 159}}}]}, {"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-adcdd97970cd7673", "level": "note", "message": {"text": "Very large file: \u5fae\u4fe1\u5c0f\u6e38\u620f/_web\u6e90\u7801\u53c2\u8003.js (3114 lines)"}, "properties": {"repobilityId": "b96cf325052e07e7", "scanner": "scanner-primary", "fingerprint": "adcdd97970cd7673", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f15c45bb805e8bf7", "level": "note", "message": {"text": "Very large file: \u5fae\u4fe1\u5c0f\u6e38\u620f/game.js (6458 lines)"}, "properties": {"repobilityId": "e7940dbcc2580685", "scanner": "scanner-primary", "fingerprint": "f15c45bb805e8bf7", "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": "fa97cba6c28e033d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "1499cbfb2d8e4ddf", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "29f1a4a92a563ac3", "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": "b5c44d3f0ded866b", "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": "b8b443e95a30dd6f", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-af520f28c8d6ad3e", "level": "none", "message": {"text": "Commented-code block (5 lines) in \u5fae\u4fe1\u5c0f\u6e38\u620f/game.js:122"}, "properties": {"repobilityId": "94af110a7d774601", "scanner": "scanner-primary", "fingerprint": "af520f28c8d6ad3e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}