{"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-5868bfd80c0dba4c", "name": "Stray `console.log` in TS/JS \u2014 tools/import-vocab.js:53", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/import-vocab.js:53"}, "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-8ccb7105408fb94d", "name": "Stray `console.log` in TS/JS \u2014 tools/fetch-goethe.js:77", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/fetch-goethe.js:77"}, "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-7f8c6f27eadf95c1", "name": "Stray `console.log` in TS/JS \u2014 tools/auto-add-level.js:41", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/auto-add-level.js:41"}, "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-b66d9f3edc664d70", "name": "Stray `console.log` in TS/JS \u2014 tools/build-offline-html.js:45", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tools/build-offline-html.js:45"}, "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-a94770fe786c9804", "name": "TODO/FIXME marker in shipping code \u2014 services/analytics-service.js:141", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 services/analytics-service.js:141"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"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-80342266dd86eff9", "name": "Insecure pattern 'node_child_process' in tools/import-vocab.js:18", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/import-vocab.js:18"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3d1cb8c966c3c374", "name": "Insecure pattern 'node_child_process' in tools/auto-add-level.js:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in tools/auto-add-level.js:15"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8c78214028279134", "name": "Insecure pattern 'direct_innerhtml_assignment' in packageOffline/offline-html.js:2", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packageOffline/offline-html.js:2"}, "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 27 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 17 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "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/23811"}, "properties": {"repository": "717986230/deutsch-lernen", "repoUrl": "https://github.com/717986230/deutsch-lernen", "branch": "main"}, "results": [{"ruleId": "scanner-5868bfd80c0dba4c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/import-vocab.js:53"}, "properties": {"repobilityId": "f5d4104f87b1d9da", "scanner": "scanner-primary", "fingerprint": "5868bfd80c0dba4c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8ccb7105408fb94d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/fetch-goethe.js:77"}, "properties": {"repobilityId": "6f5a586e3ad4c63a", "scanner": "scanner-primary", "fingerprint": "8ccb7105408fb94d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-7f8c6f27eadf95c1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/auto-add-level.js:41"}, "properties": {"repobilityId": "670f3f24151c7e45", "scanner": "scanner-primary", "fingerprint": "7f8c6f27eadf95c1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b66d9f3edc664d70", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tools/build-offline-html.js:45"}, "properties": {"repobilityId": "fef86276a978109b", "scanner": "scanner-primary", "fingerprint": "b66d9f3edc664d70", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a94770fe786c9804", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 services/analytics-service.js:141"}, "properties": {"repobilityId": "915fc1b46da86f9e", "scanner": "scanner-primary", "fingerprint": "a94770fe786c9804", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"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-80342266dd86eff9", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/import-vocab.js:18"}, "properties": {"repobilityId": "1b27bd9c69539667", "scanner": "scanner-primary", "fingerprint": "80342266dd86eff9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/import-vocab.js"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-3d1cb8c966c3c374", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in tools/auto-add-level.js:15"}, "properties": {"repobilityId": "a6e3c66f10c38cf7", "scanner": "scanner-primary", "fingerprint": "3d1cb8c966c3c374", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tools/auto-add-level.js"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-8c78214028279134", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in packageOffline/offline-html.js:2"}, "properties": {"repobilityId": "6c3b05688fe6ca40", "scanner": "scanner-primary", "fingerprint": "8c78214028279134", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packageOffline/offline-html.js"}, "region": {"startLine": 2}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e30a36f567474635", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "6c5d6ce4a2374d58", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "821bdee30f6ceaca", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}]}]}