{"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-7567b2f040dec9a8", "name": "Stray `console.log` in TS/JS \u2014 public/tesseract/worker.min.js:2", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 public/tesseract/worker.min.js:2"}, "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-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-b51929605e66b354", "name": "Insecure pattern 'node_child_process' in scripts/build-site.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/build-site.mjs:3"}, "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-0e2ed5133e406998", "name": "Insecure pattern 'node_child_process' in scripts/pack-extension.mjs:3", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/pack-extension.mjs:3"}, "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-d25b1a3938337955", "name": "Insecure pattern 'new_function_used' in public/tesseract/worker.min.js:2", "shortDescription": {"text": "Insecure pattern 'new_function_used' in public/tesseract/worker.min.js:2"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-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 10 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. 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-1dabefc5b6e7e815", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/vendor-tesseract.mjs:28", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/vendor-tesseract.mjs:28"}, "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}}, {"id": "scanner-94a99afb3267ede4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 extension/popup.js:90", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 extension/popup.js:90"}, "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}}, {"id": "scanner-64dc22ac4102f799", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-lstm.js:3", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-lstm.js:3"}, "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}}, {"id": "scanner-32b9bd8c66bce744", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-simd-lstm.js:3", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-simd-lstm.js:3"}, "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}}, {"id": "scanner-7407b1a858d959d5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-relaxedsimd-lstm.js:3", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-relaxedsimd-lstm.js:3"}, "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/25273"}, "properties": {"repository": "davideevangelisti/shotmark", "repoUrl": "https://github.com/davideevangelisti/shotmark", "branch": "main"}, "results": [{"ruleId": "scanner-7567b2f040dec9a8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 public/tesseract/worker.min.js:2"}, "properties": {"repobilityId": "874869c0c51e83c1", "scanner": "scanner-primary", "fingerprint": "7567b2f040dec9a8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-b51929605e66b354", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/build-site.mjs:3"}, "properties": {"repobilityId": "97ab21fa7304036f", "scanner": "scanner-primary", "fingerprint": "b51929605e66b354", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-site.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-0e2ed5133e406998", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/pack-extension.mjs:3"}, "properties": {"repobilityId": "9041764284b0112a", "scanner": "scanner-primary", "fingerprint": "0e2ed5133e406998", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/pack-extension.mjs"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-d25b1a3938337955", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in public/tesseract/worker.min.js:2"}, "properties": {"repobilityId": "152453d3eb8a151d", "scanner": "scanner-primary", "fingerprint": "d25b1a3938337955", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/tesseract/worker.min.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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "28277502c25efae9", "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": "a6f4481e5b5d6f85", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "8a4607b5a97d4a46", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-1dabefc5b6e7e815", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/vendor-tesseract.mjs:28"}, "properties": {"repobilityId": "551ff507f8105791", "scanner": "scanner-primary", "fingerprint": "1dabefc5b6e7e815", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-94a99afb3267ede4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 extension/popup.js:90"}, "properties": {"repobilityId": "770eeb577d2b9b93", "scanner": "scanner-primary", "fingerprint": "94a99afb3267ede4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-64dc22ac4102f799", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-lstm.js:3"}, "properties": {"repobilityId": "fae860a148aac158", "scanner": "scanner-primary", "fingerprint": "64dc22ac4102f799", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-32b9bd8c66bce744", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-simd-lstm.js:3"}, "properties": {"repobilityId": "65b3a886287e6e28", "scanner": "scanner-primary", "fingerprint": "32b9bd8c66bce744", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7407b1a858d959d5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 public/tesseract/tesseract-core-relaxedsimd-lstm.js:3"}, "properties": {"repobilityId": "1f459ec211987ed5", "scanner": "scanner-primary", "fingerprint": "7407b1a858d959d5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}