{"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-95cc4245a4eed59a", "name": "Possibly dead Python function: start_all", "shortDescription": {"text": "Possibly dead Python function: start_all"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c85feb0bd080b359", "name": "Possibly dead Python function: probe_studio", "shortDescription": {"text": "Possibly dead Python function: probe_studio"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1c51ac0fd9e904a8", "name": "Possibly dead Python function: safe_call", "shortDescription": {"text": "Possibly dead Python function: safe_call"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8afa211e4bf6c13e", "name": "Possibly dead Python function: handler", "shortDescription": {"text": "Possibly dead Python function: handler"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9b968b25907505ff", "name": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/background.js:42", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/background.js:42"}, "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-001a4577c8e26039", "name": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/test-parser.js:5", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/test-parser.js:5"}, "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-1134d7f5dc4bbc06", "name": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/core/main.js:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/core/main.js:19"}, "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-2166ecbb5efef232", "name": "Insecure pattern 'new_function_used' in zeroscript-extension/test-parser.js:3", "shortDescription": {"text": "Insecure pattern 'new_function_used' in zeroscript-extension/test-parser.js:3"}, "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-d185f71461bbca09", "name": "Insecure pattern 'direct_innerhtml_assignment' in zeroscript-extension/core/main.js:785", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zeroscript-extension/core/main.js:785"}, "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-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-4099c6fb97eeeb51", "name": "Very large file: zeroscript-extension/core/main.js (1535 lines)", "shortDescription": {"text": "Very large file: zeroscript-extension/core/main.js (1535 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "1 tests / 9 src (ratio 0.11)."}, "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 7 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "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-27d7d11a6629a067", "name": "Commented-code block (6 lines) in bridge.py:367", "shortDescription": {"text": "Commented-code block (6 lines) in bridge.py:367"}, "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-b80e54c77c0d5e1c", "name": "Network/subprocess call without timeout or try/except \u2014 bridge.py:100", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 bridge.py:100"}, "fullDescription": {"text": "`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2f560797defdbd97", "name": "Commented-code block (5 lines) in zeroscript-extension/background.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in zeroscript-extension/background.js:1"}, "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-a6c30c988c569e06", "name": "Commented-code block (6 lines) in zeroscript-extension/providers/chatgpt.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in zeroscript-extension/providers/chatgpt.js:1"}, "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-c8da4ca3c3603a0a", "name": "Commented-code block (5 lines) in zeroscript-extension/providers/gemini.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in zeroscript-extension/providers/gemini.js:1"}, "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-70177f503f0f48c0", "name": "Commented-code block (6 lines) in zeroscript-extension/providers/deepseek.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in zeroscript-extension/providers/deepseek.js:1"}, "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-0b7d83eda6e70f31", "name": "Commented-code block (5 lines) in zeroscript-extension/core/config.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in zeroscript-extension/core/config.js:1"}, "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-79c21444e28e8c9e", "name": "Commented-code block (8 lines) in zeroscript-extension/core/main.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in zeroscript-extension/core/main.js:1"}, "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-e1095262e667d344", "name": "Commented-code block (8 lines) in zeroscript-extension/core/parser.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in zeroscript-extension/core/parser.js:1"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nbridge.py:restart, bridge.py:restart\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19168"}, "properties": {"repository": "sebattfg/ZeroScript-Free", "repoUrl": "https://github.com/sebattfg/ZeroScript-Free", "branch": "main"}, "results": [{"ruleId": "scanner-95cc4245a4eed59a", "level": "note", "message": {"text": "Possibly dead Python function: start_all"}, "properties": {"repobilityId": "c7e8894878f5695e", "scanner": "scanner-primary", "fingerprint": "95cc4245a4eed59a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bridge.py:284"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c85feb0bd080b359", "level": "note", "message": {"text": "Possibly dead Python function: probe_studio"}, "properties": {"repobilityId": "9576311b681a6825", "scanner": "scanner-primary", "fingerprint": "c85feb0bd080b359", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bridge.py:376"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1c51ac0fd9e904a8", "level": "note", "message": {"text": "Possibly dead Python function: safe_call"}, "properties": {"repobilityId": "22e3a60d82380364", "scanner": "scanner-primary", "fingerprint": "1c51ac0fd9e904a8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bridge.py:402"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8afa211e4bf6c13e", "level": "note", "message": {"text": "Possibly dead Python function: handler"}, "properties": {"repobilityId": "bd219af3bd678eef", "scanner": "scanner-primary", "fingerprint": "8afa211e4bf6c13e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bridge.py:413"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9b968b25907505ff", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/background.js:42"}, "properties": {"repobilityId": "564433b91e7b55af", "scanner": "scanner-primary", "fingerprint": "9b968b25907505ff", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-001a4577c8e26039", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/test-parser.js:5"}, "properties": {"repobilityId": "7774bcde56be2303", "scanner": "scanner-primary", "fingerprint": "001a4577c8e26039", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1134d7f5dc4bbc06", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 zeroscript-extension/core/main.js:19"}, "properties": {"repobilityId": "4d6d5b73db43454d", "scanner": "scanner-primary", "fingerprint": "1134d7f5dc4bbc06", "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-2166ecbb5efef232", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in zeroscript-extension/test-parser.js:3"}, "properties": {"repobilityId": "d2068eb6331f6eb9", "scanner": "scanner-primary", "fingerprint": "2166ecbb5efef232", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "zeroscript-extension/test-parser.js"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-d185f71461bbca09", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in zeroscript-extension/core/main.js:785"}, "properties": {"repobilityId": "b2b456ed03ff87b6", "scanner": "scanner-primary", "fingerprint": "d185f71461bbca09", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "zeroscript-extension/core/main.js"}, "region": {"startLine": 785}}}]}, {"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-4099c6fb97eeeb51", "level": "note", "message": {"text": "Very large file: zeroscript-extension/core/main.js (1535 lines)"}, "properties": {"repobilityId": "9a1696b8c011cd81", "scanner": "scanner-primary", "fingerprint": "4099c6fb97eeeb51", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "fd62a5f52dc564b0", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "996cbe07a0a39970", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "0f662159f8e3a2e9", "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": "2add6648a9888738", "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": "1acb1e14868003d7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-27d7d11a6629a067", "level": "none", "message": {"text": "Commented-code block (6 lines) in bridge.py:367"}, "properties": {"repobilityId": "8d045513056a1834", "scanner": "scanner-primary", "fingerprint": "27d7d11a6629a067", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b80e54c77c0d5e1c", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 bridge.py:100"}, "properties": {"repobilityId": "ebf5c3f8667afb7e", "scanner": "scanner-primary", "fingerprint": "b80e54c77c0d5e1c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2f560797defdbd97", "level": "none", "message": {"text": "Commented-code block (5 lines) in zeroscript-extension/background.js:1"}, "properties": {"repobilityId": "d7e5a7a5c20eb43b", "scanner": "scanner-primary", "fingerprint": "2f560797defdbd97", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a6c30c988c569e06", "level": "none", "message": {"text": "Commented-code block (6 lines) in zeroscript-extension/providers/chatgpt.js:1"}, "properties": {"repobilityId": "69a6e36e688ecdc7", "scanner": "scanner-primary", "fingerprint": "a6c30c988c569e06", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c8da4ca3c3603a0a", "level": "none", "message": {"text": "Commented-code block (5 lines) in zeroscript-extension/providers/gemini.js:1"}, "properties": {"repobilityId": "9d068ce4a9070799", "scanner": "scanner-primary", "fingerprint": "c8da4ca3c3603a0a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70177f503f0f48c0", "level": "none", "message": {"text": "Commented-code block (6 lines) in zeroscript-extension/providers/deepseek.js:1"}, "properties": {"repobilityId": "e03bc4437160ee8f", "scanner": "scanner-primary", "fingerprint": "70177f503f0f48c0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0b7d83eda6e70f31", "level": "none", "message": {"text": "Commented-code block (5 lines) in zeroscript-extension/core/config.js:1"}, "properties": {"repobilityId": "670fcf129f52381b", "scanner": "scanner-primary", "fingerprint": "0b7d83eda6e70f31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-79c21444e28e8c9e", "level": "none", "message": {"text": "Commented-code block (8 lines) in zeroscript-extension/core/main.js:1"}, "properties": {"repobilityId": "936f25b2b0bc3dcc", "scanner": "scanner-primary", "fingerprint": "79c21444e28e8c9e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e1095262e667d344", "level": "none", "message": {"text": "Commented-code block (8 lines) in zeroscript-extension/core/parser.js:1"}, "properties": {"repobilityId": "017846cfa51bedf7", "scanner": "scanner-primary", "fingerprint": "e1095262e667d344", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "067f0ec95599563e", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "5dab2778b7288830", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}