{"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-6b5ffed872582da1", "name": "Stray `console.log` in TS/JS \u2014 gitbook/theme.js:1", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 gitbook/theme.js:1"}, "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-e9fc92e5072aad9b", "name": "Insecure pattern 'direct_innerhtml_assignment' in gitbook/gitbook.js:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in gitbook/gitbook.js:1"}, "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-080ea098c718fe97", "name": "Insecure pattern 'direct_innerhtml_assignment' in gitbook/theme.js:1", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in gitbook/theme.js:1"}, "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-c093ebd50ec03526", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch18.js:2954", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch18.js:2954"}, "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-81946190a40cd6b2", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch16.js:2940", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch16.js:2940"}, "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-d747463ad2759761", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch19.ts:219", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch19.ts:219"}, "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-b67e63fe631808dc", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch16.ts:227", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch16.ts:227"}, "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-76869fd3f685592d", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch17.js:3049", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch17.js:3049"}, "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-2d749d10a2953c40", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch14-15.ts:540", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch14-15.ts:540"}, "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-1d8934771001823f", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch17.ts:267", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch17.ts:267"}, "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-473a4593e35ab999", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch14-15.js:2963", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch14-15.js:2963"}, "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-632c210c6f665cfd", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch19.js:2966", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch19.js:2966"}, "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-675f5b59e7ba03de", "name": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch18.ts:265", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch18.ts:265"}, "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-0dd79270661df280", "name": "Very large file: interactive/ch18.js (3522 lines)", "shortDescription": {"text": "Very large file: interactive/ch18.js (3522 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-8cb62c7985162e2f", "name": "Very large file: interactive/ch16.js (3345 lines)", "shortDescription": {"text": "Very large file: interactive/ch16.js (3345 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-2cebfadc431ec57c", "name": "Very large file: interactive/ch17.js (3331 lines)", "shortDescription": {"text": "Very large file: interactive/ch17.js (3331 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-9d6b5b0889861df5", "name": "Very large file: interactive/ch14-15.js (3254 lines)", "shortDescription": {"text": "Very large file: interactive/ch14-15.js (3254 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-f110aa64c1c9d7ae", "name": "Very large file: interactive/ch19.js (3350 lines)", "shortDescription": {"text": "Very large file: interactive/ch19.js (3350 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 18 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-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. 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}}]}}, "automationDetails": {"id": "repobility/24888"}, "properties": {"repository": "chaek-union/human-genetics", "repoUrl": "https://github.com/chaek-union/human-genetics", "branch": "main"}, "results": [{"ruleId": "scanner-6b5ffed872582da1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 gitbook/theme.js:1"}, "properties": {"repobilityId": "14efa0f5c1175082", "scanner": "scanner-primary", "fingerprint": "6b5ffed872582da1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e9fc92e5072aad9b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in gitbook/gitbook.js:1"}, "properties": {"repobilityId": "f331f66f75a1f0c1", "scanner": "scanner-primary", "fingerprint": "e9fc92e5072aad9b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gitbook/gitbook.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-080ea098c718fe97", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in gitbook/theme.js:1"}, "properties": {"repobilityId": "619f316ba63487fb", "scanner": "scanner-primary", "fingerprint": "080ea098c718fe97", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gitbook/theme.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c093ebd50ec03526", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch18.js:2954"}, "properties": {"repobilityId": "86480fba2394efa5", "scanner": "scanner-primary", "fingerprint": "c093ebd50ec03526", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch18.js"}, "region": {"startLine": 2954}}}]}, {"ruleId": "scanner-81946190a40cd6b2", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch16.js:2940"}, "properties": {"repobilityId": "0865a7234ba98271", "scanner": "scanner-primary", "fingerprint": "81946190a40cd6b2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch16.js"}, "region": {"startLine": 2940}}}]}, {"ruleId": "scanner-d747463ad2759761", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch19.ts:219"}, "properties": {"repobilityId": "149050a17fb3d9de", "scanner": "scanner-primary", "fingerprint": "d747463ad2759761", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch19.ts"}, "region": {"startLine": 219}}}]}, {"ruleId": "scanner-b67e63fe631808dc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch16.ts:227"}, "properties": {"repobilityId": "632f38c91170f647", "scanner": "scanner-primary", "fingerprint": "b67e63fe631808dc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch16.ts"}, "region": {"startLine": 227}}}]}, {"ruleId": "scanner-76869fd3f685592d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch17.js:3049"}, "properties": {"repobilityId": "1fa1657af76ddcde", "scanner": "scanner-primary", "fingerprint": "76869fd3f685592d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch17.js"}, "region": {"startLine": 3049}}}]}, {"ruleId": "scanner-2d749d10a2953c40", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch14-15.ts:540"}, "properties": {"repobilityId": "2bdc8f1733e79155", "scanner": "scanner-primary", "fingerprint": "2d749d10a2953c40", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch14-15.ts"}, "region": {"startLine": 540}}}]}, {"ruleId": "scanner-1d8934771001823f", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch17.ts:267"}, "properties": {"repobilityId": "49e8d6ea0661eaec", "scanner": "scanner-primary", "fingerprint": "1d8934771001823f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch17.ts"}, "region": {"startLine": 267}}}]}, {"ruleId": "scanner-473a4593e35ab999", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch14-15.js:2963"}, "properties": {"repobilityId": "184a8e82a9d562fd", "scanner": "scanner-primary", "fingerprint": "473a4593e35ab999", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch14-15.js"}, "region": {"startLine": 2963}}}]}, {"ruleId": "scanner-632c210c6f665cfd", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch19.js:2966"}, "properties": {"repobilityId": "7b03be17af9f4749", "scanner": "scanner-primary", "fingerprint": "632c210c6f665cfd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch19.js"}, "region": {"startLine": 2966}}}]}, {"ruleId": "scanner-675f5b59e7ba03de", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in interactive/ch18.ts:265"}, "properties": {"repobilityId": "65cba9ca1483db3b", "scanner": "scanner-primary", "fingerprint": "675f5b59e7ba03de", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "interactive/ch18.ts"}, "region": {"startLine": 265}}}]}, {"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-0dd79270661df280", "level": "note", "message": {"text": "Very large file: interactive/ch18.js (3522 lines)"}, "properties": {"repobilityId": "3687d52aa64dc825", "scanner": "scanner-primary", "fingerprint": "0dd79270661df280", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-8cb62c7985162e2f", "level": "note", "message": {"text": "Very large file: interactive/ch16.js (3345 lines)"}, "properties": {"repobilityId": "851b0aa5306055f5", "scanner": "scanner-primary", "fingerprint": "8cb62c7985162e2f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2cebfadc431ec57c", "level": "note", "message": {"text": "Very large file: interactive/ch17.js (3331 lines)"}, "properties": {"repobilityId": "36f51252af3facf3", "scanner": "scanner-primary", "fingerprint": "2cebfadc431ec57c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-9d6b5b0889861df5", "level": "note", "message": {"text": "Very large file: interactive/ch14-15.js (3254 lines)"}, "properties": {"repobilityId": "e30c1c671c184183", "scanner": "scanner-primary", "fingerprint": "9d6b5b0889861df5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f110aa64c1c9d7ae", "level": "note", "message": {"text": "Very large file: interactive/ch19.js (3350 lines)"}, "properties": {"repobilityId": "bfc6c22f704eaae8", "scanner": "scanner-primary", "fingerprint": "f110aa64c1c9d7ae", "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": "956b3297d69af3ff", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "4b95d738caac6a2d", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}]}]}