{"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-85241c4fdc28fd42", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/settings.js:23", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/settings.js:23"}, "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-2d6a98b03f1f7aaf", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/library.js:185", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/library.js:185"}, "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-06d6e0793799a129", "name": "Insecure pattern 'insert_adjacent_html' in js/library.js:99", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in js/library.js:99"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9d792f5ad0a9c4a3", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/shelves.js:112", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/shelves.js:112"}, "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-c08f2444cf42e7d4", "name": "Insecure pattern 'insert_adjacent_html' in js/shelves.js:84", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in js/shelves.js:84"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dee8f0e6bce431d3", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:45", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:45"}, "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-0f88014ff479109f", "name": "Insecure pattern 'insert_adjacent_html' in js/ui.js:85", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in js/ui.js:85"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7501732fae95c144", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/stats.js:123", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/stats.js:123"}, "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-68006a5212307219", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/audio.js:260", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/audio.js:260"}, "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-c8c901a48de65edb", "name": "Insecure pattern 'insert_adjacent_html' in js/icons.js:45", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in js/icons.js:45"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1798fe812d523100", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/editor.js:12", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/editor.js:12"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 12 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: ci, tests. 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": "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-d9a17e54c74ceb44", "name": "Commented-code block (6 lines) in main.js:25", "shortDescription": {"text": "Commented-code block (6 lines) in main.js:25"}, "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-f26d2a4943e5b147", "name": "Commented-code block (5 lines) in js/settings.js:91", "shortDescription": {"text": "Commented-code block (5 lines) in js/settings.js:91"}, "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-ce87d31b01fd8326", "name": "Commented-code block (8 lines) in js/library.js:66", "shortDescription": {"text": "Commented-code block (8 lines) in js/library.js:66"}, "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-108a97c7c29230e3", "name": "Commented-code block (9 lines) in js/shelves.js:3", "shortDescription": {"text": "Commented-code block (9 lines) in js/shelves.js:3"}, "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-fddf51baf08ced60", "name": "Commented-code block (8 lines) in js/ui.js:129", "shortDescription": {"text": "Commented-code block (8 lines) in js/ui.js:129"}, "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-ef7a39af318ed3ac", "name": "Commented-code block (9 lines) in js/stats.js:3", "shortDescription": {"text": "Commented-code block (9 lines) in js/stats.js:3"}, "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-6eef29f4a8f38f56", "name": "Commented-code block (8 lines) in js/store.js:3", "shortDescription": {"text": "Commented-code block (8 lines) in js/store.js:3"}, "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-8d3988a52404452d", "name": "Commented-code block (5 lines) in js/app.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in js/app.js:3"}, "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-0dcfcb02815f4394", "name": "Commented-code block (5 lines) in js/audio.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in js/audio.js:3"}, "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-8b9389d347787cc5", "name": "Commented-code block (5 lines) in js/icons.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in js/icons.js:3"}, "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-1dca1cc48b92ae73", "name": "Commented-code block (6 lines) in js/editor.js:3", "shortDescription": {"text": "Commented-code block (6 lines) in js/editor.js:3"}, "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/22018"}, "properties": {"repository": "v3ilsin-ops/Muza-player", "repoUrl": "https://github.com/v3ilsin-ops/Muza-player", "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-85241c4fdc28fd42", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/settings.js:23"}, "properties": {"repobilityId": "3b88ea2253bc45a5", "scanner": "scanner-primary", "fingerprint": "85241c4fdc28fd42", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/settings.js"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-2d6a98b03f1f7aaf", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/library.js:185"}, "properties": {"repobilityId": "5f9691cbcaa7b81d", "scanner": "scanner-primary", "fingerprint": "2d6a98b03f1f7aaf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/library.js"}, "region": {"startLine": 185}}}]}, {"ruleId": "scanner-06d6e0793799a129", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in js/library.js:99"}, "properties": {"repobilityId": "2e1443f0b270c198", "scanner": "scanner-primary", "fingerprint": "06d6e0793799a129", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/library.js"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-9d792f5ad0a9c4a3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/shelves.js:112"}, "properties": {"repobilityId": "2528107c99f8dec2", "scanner": "scanner-primary", "fingerprint": "9d792f5ad0a9c4a3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/shelves.js"}, "region": {"startLine": 112}}}]}, {"ruleId": "scanner-c08f2444cf42e7d4", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in js/shelves.js:84"}, "properties": {"repobilityId": "4f5979e58a01197d", "scanner": "scanner-primary", "fingerprint": "c08f2444cf42e7d4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/shelves.js"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-dee8f0e6bce431d3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:45"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "dee8f0e6bce431d3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-0f88014ff479109f", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in js/ui.js:85"}, "properties": {"repobilityId": "78d1db3bb3c6ae3a", "scanner": "scanner-primary", "fingerprint": "0f88014ff479109f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-7501732fae95c144", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/stats.js:123"}, "properties": {"repobilityId": "1b81e6b020f53c44", "scanner": "scanner-primary", "fingerprint": "7501732fae95c144", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/stats.js"}, "region": {"startLine": 123}}}]}, {"ruleId": "scanner-68006a5212307219", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/audio.js:260"}, "properties": {"repobilityId": "21340bc02782b438", "scanner": "scanner-primary", "fingerprint": "68006a5212307219", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/audio.js"}, "region": {"startLine": 260}}}]}, {"ruleId": "scanner-c8c901a48de65edb", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in js/icons.js:45"}, "properties": {"repobilityId": "ee7f6c87879377d6", "scanner": "scanner-primary", "fingerprint": "c8c901a48de65edb", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/icons.js"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-1798fe812d523100", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/editor.js:12"}, "properties": {"repobilityId": "494036e3273f69aa", "scanner": "scanner-primary", "fingerprint": "1798fe812d523100", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/editor.js"}, "region": {"startLine": 12}}}]}, {"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-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-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "1714a6681ef79266", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "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": "c6672b82bdf5d3fa", "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": "d48123713dd4410b", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d9a17e54c74ceb44", "level": "none", "message": {"text": "Commented-code block (6 lines) in main.js:25"}, "properties": {"repobilityId": "3f947bb21565f0d5", "scanner": "scanner-primary", "fingerprint": "d9a17e54c74ceb44", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f26d2a4943e5b147", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/settings.js:91"}, "properties": {"repobilityId": "8635c8ee6fa1215e", "scanner": "scanner-primary", "fingerprint": "f26d2a4943e5b147", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ce87d31b01fd8326", "level": "none", "message": {"text": "Commented-code block (8 lines) in js/library.js:66"}, "properties": {"repobilityId": "8ad1dcbd667f1d7f", "scanner": "scanner-primary", "fingerprint": "ce87d31b01fd8326", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-108a97c7c29230e3", "level": "none", "message": {"text": "Commented-code block (9 lines) in js/shelves.js:3"}, "properties": {"repobilityId": "5754620fb5084168", "scanner": "scanner-primary", "fingerprint": "108a97c7c29230e3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fddf51baf08ced60", "level": "none", "message": {"text": "Commented-code block (8 lines) in js/ui.js:129"}, "properties": {"repobilityId": "43df15533c5681de", "scanner": "scanner-primary", "fingerprint": "fddf51baf08ced60", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ef7a39af318ed3ac", "level": "none", "message": {"text": "Commented-code block (9 lines) in js/stats.js:3"}, "properties": {"repobilityId": "19037a93cd358e52", "scanner": "scanner-primary", "fingerprint": "ef7a39af318ed3ac", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6eef29f4a8f38f56", "level": "none", "message": {"text": "Commented-code block (8 lines) in js/store.js:3"}, "properties": {"repobilityId": "c897f52d4e8fc25b", "scanner": "scanner-primary", "fingerprint": "6eef29f4a8f38f56", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8d3988a52404452d", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/app.js:3"}, "properties": {"repobilityId": "c02f50305432bc72", "scanner": "scanner-primary", "fingerprint": "8d3988a52404452d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0dcfcb02815f4394", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/audio.js:3"}, "properties": {"repobilityId": "bf6e41f970de78bd", "scanner": "scanner-primary", "fingerprint": "0dcfcb02815f4394", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b9389d347787cc5", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/icons.js:3"}, "properties": {"repobilityId": "a5151d4a4c9d327a", "scanner": "scanner-primary", "fingerprint": "8b9389d347787cc5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1dca1cc48b92ae73", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/editor.js:3"}, "properties": {"repobilityId": "3e196bd5442ade2f", "scanner": "scanner-primary", "fingerprint": "1dca1cc48b92ae73", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}