{"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-e4f52bc183496ab0", "name": "Insecure pattern 'dangerous_innerhtml' in astrologer/index.html:3", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in astrologer/index.html:3"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2f7c454f867c400c", "name": "Insecure pattern 'direct_innerhtml_assignment' in astrologer/index.html:3", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in astrologer/index.html:3"}, "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-63d5496ba15b981d", "name": "Insecure pattern 'dangerous_innerhtml' in professor/index.html:3", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in professor/index.html:3"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ac7d2fc94971f31d", "name": "Insecure pattern 'direct_innerhtml_assignment' in professor/index.html:3", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in professor/index.html:3"}, "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-20f2c2e614dc8aa9", "name": "Insecure pattern 'dangerous_innerhtml' in restaurant/index.html:3", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in restaurant/index.html:3"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fda9d846cf605c9a", "name": "Insecure pattern 'direct_innerhtml_assignment' in restaurant/index.html:3", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in restaurant/index.html:3"}, "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-8bea0a36343605cb", "name": "Insecure pattern 'dangerous_innerhtml' in coaching/index.html:3", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in coaching/index.html:3"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3d2d13dadbfb4294", "name": "Insecure pattern 'direct_innerhtml_assignment' in coaching/index.html:3", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in coaching/index.html:3"}, "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-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-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}}]}}, "automationDetails": {"id": "repobility/18758"}, "properties": {"repository": "Saikathalder34/haltansu-demos", "repoUrl": "https://github.com/Saikathalder34/haltansu-demos", "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-e4f52bc183496ab0", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in astrologer/index.html:3"}, "properties": {"repobilityId": "51e50e2c52f681fb", "scanner": "scanner-primary", "fingerprint": "e4f52bc183496ab0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "astrologer/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-2f7c454f867c400c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in astrologer/index.html:3"}, "properties": {"repobilityId": "3f6f83caf804c512", "scanner": "scanner-primary", "fingerprint": "2f7c454f867c400c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "astrologer/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-63d5496ba15b981d", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in professor/index.html:3"}, "properties": {"repobilityId": "35aebf0de8622f37", "scanner": "scanner-primary", "fingerprint": "63d5496ba15b981d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "professor/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-ac7d2fc94971f31d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in professor/index.html:3"}, "properties": {"repobilityId": "39afc9d657c0eb79", "scanner": "scanner-primary", "fingerprint": "ac7d2fc94971f31d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "professor/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-20f2c2e614dc8aa9", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in restaurant/index.html:3"}, "properties": {"repobilityId": "d6881b67b68f1465", "scanner": "scanner-primary", "fingerprint": "20f2c2e614dc8aa9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "restaurant/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-fda9d846cf605c9a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in restaurant/index.html:3"}, "properties": {"repobilityId": "7a046114122f0d77", "scanner": "scanner-primary", "fingerprint": "fda9d846cf605c9a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "restaurant/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-8bea0a36343605cb", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in coaching/index.html:3"}, "properties": {"repobilityId": "b45dbe95a2cca392", "scanner": "scanner-primary", "fingerprint": "8bea0a36343605cb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coaching/index.html"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-3d2d13dadbfb4294", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in coaching/index.html:3"}, "properties": {"repobilityId": "3f6e2a1b36709b7b", "scanner": "scanner-primary", "fingerprint": "3d2d13dadbfb4294", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "coaching/index.html"}, "region": {"startLine": 3}}}]}, {"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-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-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "d9851e86d5da634d", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}]}]}