{"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-c741265f1c5bb66a", "name": "Insecure pattern 'direct_innerhtml_assignment' in og004-terminal.html:285", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in og004-terminal.html:285"}, "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-127aa52401996fe8", "name": "Insecure pattern 'direct_innerhtml_assignment' in lab-1781228661.html:278", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lab-1781228661.html:278"}, "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-d4505f41b35a2802", "name": "Insecure pattern 'direct_innerhtml_assignment' in bench.js:37", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in bench.js:37"}, "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-8e9d2c18a1c8db0a", "name": "Insecure pattern 'direct_innerhtml_assignment' in experimenter/index.html:111", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in experimenter/index.html:111"}, "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-7087e9c4fe854915", "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": "0 test file(s) for 1 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-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-78b62fa858c195ee", "name": "`fetch()` without try/.catch or AbortSignal \u2014 bench.js:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 bench.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}}]}}, "automationDetails": {"id": "repobility/21572"}, "properties": {"repository": "tototo1999/labless", "repoUrl": "https://github.com/tototo1999/labless", "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-c741265f1c5bb66a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in og004-terminal.html:285"}, "properties": {"repobilityId": "8d61eb36550304b2", "scanner": "scanner-primary", "fingerprint": "c741265f1c5bb66a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "og004-terminal.html"}, "region": {"startLine": 285}}}]}, {"ruleId": "scanner-127aa52401996fe8", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lab-1781228661.html:278"}, "properties": {"repobilityId": "a67bb9de30f03735", "scanner": "scanner-primary", "fingerprint": "127aa52401996fe8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lab-1781228661.html"}, "region": {"startLine": 278}}}]}, {"ruleId": "scanner-d4505f41b35a2802", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in bench.js:37"}, "properties": {"repobilityId": "0b345e828188de49", "scanner": "scanner-primary", "fingerprint": "d4505f41b35a2802", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bench.js"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-8e9d2c18a1c8db0a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in experimenter/index.html:111"}, "properties": {"repobilityId": "8bb4224136eefc26", "scanner": "scanner-primary", "fingerprint": "8e9d2c18a1c8db0a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "experimenter/index.html"}, "region": {"startLine": 111}}}]}, {"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-7087e9c4fe854915", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "7309a2d841b36038", "scanner": "scanner-primary", "fingerprint": "7087e9c4fe854915", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/reindex.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-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "1ab08613bf091a33", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-78b62fa858c195ee", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 bench.js:58"}, "properties": {"repobilityId": "2974dee6a0201c00", "scanner": "scanner-primary", "fingerprint": "78b62fa858c195ee", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}