{"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-c0a560ae80665da5", "name": "Possibly dead Python function: log_message", "shortDescription": {"text": "Possibly dead Python function: log_message"}, "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-ba224ddd7c5399a0", "name": "Possibly dead Python function: do_GET", "shortDescription": {"text": "Possibly dead Python function: do_GET"}, "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-4e9d6df8ceeeecbf", "name": "Possibly dead Python function: do_POST", "shortDescription": {"text": "Possibly dead Python function: do_POST"}, "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-e67c688f6e6e0357", "name": "Possibly dead Python function: worker", "shortDescription": {"text": "Possibly dead Python function: worker"}, "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-e2598ee178e16b9f", "name": "Possibly dead Python function: log_flush", "shortDescription": {"text": "Possibly dead Python function: log_flush"}, "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-4af4b4bc69d7d242", "name": "Possibly dead Python function: tell", "shortDescription": {"text": "Possibly dead Python function: tell"}, "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-6fc816307268ab48", "name": "Possibly dead Python function: log_message", "shortDescription": {"text": "Possibly dead Python function: log_message"}, "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-ada52b3f9c0daf67", "name": "Possibly dead Python function: do_GET", "shortDescription": {"text": "Possibly dead Python function: do_GET"}, "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-66d4c2ddf71f2b39", "name": "Possibly dead Python function: do_POST", "shortDescription": {"text": "Possibly dead Python function: do_POST"}, "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-9e0188cbf5f51563", "name": "Icon-only button without accessible name \u2014 static/app.js:1681", "shortDescription": {"text": "Icon-only button without accessible name \u2014 static/app.js:1681"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f063b4bd98ee81e2", "name": "Insecure pattern 'direct_innerhtml_assignment' in pdf_gui.py:189", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in pdf_gui.py:189"}, "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-8af47d12a6742e54", "name": "Insecure pattern 'cors_wildcard' in sumula_app.py:960", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in sumula_app.py:960"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-252d93e9858bec9c", "name": "Insecure pattern 'direct_innerhtml_assignment' in static/app.js:187", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in static/app.js:187"}, "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-d9ba353c5138dce0", "name": "Very large file: parsers.py (2745 lines)", "shortDescription": {"text": "Very large file: parsers.py (2745 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-d29f6f23c2401b72", "name": "Very large file: campo_generator.py (2083 lines)", "shortDescription": {"text": "Very large file: campo_generator.py (2083 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-05e6ef08041c68f1", "name": "Very large file: sumula_app.py (1025 lines)", "shortDescription": {"text": "Very large file: sumula_app.py (1025 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-d9186e699579e167", "name": "Very large file: static/app.js (2536 lines)", "shortDescription": {"text": "Very large file: static/app.js (2536 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-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 34 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: 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-73dc7e43103b0439", "name": "Commented-code block (5 lines) in parsers.py:111", "shortDescription": {"text": "Commented-code block (5 lines) in parsers.py:111"}, "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-988ae777d77fa47f", "name": "Network/subprocess call without timeout or try/except \u2014 pdf_gui.py:65", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 pdf_gui.py:65"}, "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-994acd9dfb5cd60a", "name": "Commented-code block (5 lines) in gerar_pdfs.py:281", "shortDescription": {"text": "Commented-code block (5 lines) in gerar_pdfs.py:281"}, "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-2013621da96f2e27", "name": "Commented-code block (6 lines) in sumula_app.py:37", "shortDescription": {"text": "Commented-code block (6 lines) in sumula_app.py:37"}, "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-2223d9f297a4d6ef", "name": "Commented-code block (8 lines) in static/app.js:1", "shortDescription": {"text": "Commented-code block (8 lines) in static/app.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-e409ae0591ec7a74", "name": "`fetch()` without try/.catch or AbortSignal \u2014 static/app.js:46", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 static/app.js:46"}, "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-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:\ngerar_pdfs.py:carregar_horarios_excel, gerar_pdfs.py:carregar_horarios\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/25080"}, "properties": {"repository": "contatods/campo-sumulas", "repoUrl": "https://github.com/contatods/campo-sumulas", "branch": "main"}, "results": [{"ruleId": "scanner-c0a560ae80665da5", "level": "note", "message": {"text": "Possibly dead Python function: log_message"}, "properties": {"repobilityId": "965f3150b4af5b2e", "scanner": "scanner-primary", "fingerprint": "c0a560ae80665da5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf_gui.py:323"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ba224ddd7c5399a0", "level": "note", "message": {"text": "Possibly dead Python function: do_GET"}, "properties": {"repobilityId": "2d943bb45e4f13bd", "scanner": "scanner-primary", "fingerprint": "ba224ddd7c5399a0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf_gui.py:336"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4e9d6df8ceeeecbf", "level": "note", "message": {"text": "Possibly dead Python function: do_POST"}, "properties": {"repobilityId": "53357410ca9379a9", "scanner": "scanner-primary", "fingerprint": "4e9d6df8ceeeecbf", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf_gui.py:360"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e67c688f6e6e0357", "level": "note", "message": {"text": "Possibly dead Python function: worker"}, "properties": {"repobilityId": "fbe2b50200068803", "scanner": "scanner-primary", "fingerprint": "e67c688f6e6e0357", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gerar_pdfs.py:311"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e2598ee178e16b9f", "level": "note", "message": {"text": "Possibly dead Python function: log_flush"}, "properties": {"repobilityId": "7cb6015ba6dc6cb8", "scanner": "scanner-primary", "fingerprint": "e2598ee178e16b9f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "gerar_pdfs.py:371"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4af4b4bc69d7d242", "level": "note", "message": {"text": "Possibly dead Python function: tell"}, "properties": {"repobilityId": "189cfa49f3e30ed0", "scanner": "scanner-primary", "fingerprint": "4af4b4bc69d7d242", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sumula_app.py:285"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6fc816307268ab48", "level": "note", "message": {"text": "Possibly dead Python function: log_message"}, "properties": {"repobilityId": "965f3150b4af5b2e", "scanner": "scanner-primary", "fingerprint": "6fc816307268ab48", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sumula_app.py:301"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ada52b3f9c0daf67", "level": "note", "message": {"text": "Possibly dead Python function: do_GET"}, "properties": {"repobilityId": "2d943bb45e4f13bd", "scanner": "scanner-primary", "fingerprint": "ada52b3f9c0daf67", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sumula_app.py:303"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-66d4c2ddf71f2b39", "level": "note", "message": {"text": "Possibly dead Python function: do_POST"}, "properties": {"repobilityId": "53357410ca9379a9", "scanner": "scanner-primary", "fingerprint": "66d4c2ddf71f2b39", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sumula_app.py:330"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9e0188cbf5f51563", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 static/app.js:1681"}, "properties": {"repobilityId": "4e2cf2bda8ec4859", "scanner": "scanner-primary", "fingerprint": "9e0188cbf5f51563", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-f063b4bd98ee81e2", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in pdf_gui.py:189"}, "properties": {"repobilityId": "15036de5609eb37c", "scanner": "scanner-primary", "fingerprint": "f063b4bd98ee81e2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pdf_gui.py"}, "region": {"startLine": 189}}}]}, {"ruleId": "scanner-8af47d12a6742e54", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in sumula_app.py:960"}, "properties": {"repobilityId": "9b2d7f198715aa51", "scanner": "scanner-primary", "fingerprint": "8af47d12a6742e54", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "sumula_app.py"}, "region": {"startLine": 960}}}]}, {"ruleId": "scanner-252d93e9858bec9c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in static/app.js:187"}, "properties": {"repobilityId": "25869ecb6dadc3f6", "scanner": "scanner-primary", "fingerprint": "252d93e9858bec9c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "static/app.js"}, "region": {"startLine": 187}}}]}, {"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-d9ba353c5138dce0", "level": "note", "message": {"text": "Very large file: parsers.py (2745 lines)"}, "properties": {"repobilityId": "0bf3917c9be5e117", "scanner": "scanner-primary", "fingerprint": "d9ba353c5138dce0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d29f6f23c2401b72", "level": "note", "message": {"text": "Very large file: campo_generator.py (2083 lines)"}, "properties": {"repobilityId": "67448a272744b4f9", "scanner": "scanner-primary", "fingerprint": "d29f6f23c2401b72", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-05e6ef08041c68f1", "level": "note", "message": {"text": "Very large file: sumula_app.py (1025 lines)"}, "properties": {"repobilityId": "09fb2e9844c84f12", "scanner": "scanner-primary", "fingerprint": "05e6ef08041c68f1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d9186e699579e167", "level": "note", "message": {"text": "Very large file: static/app.js (2536 lines)"}, "properties": {"repobilityId": "1c051419cfdea300", "scanner": "scanner-primary", "fingerprint": "d9186e699579e167", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "f7a3103bc3325db2", "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": "4d77703c327db60f", "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": "b687b16c744ca179", "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": "f08388047a493e72", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-73dc7e43103b0439", "level": "none", "message": {"text": "Commented-code block (5 lines) in parsers.py:111"}, "properties": {"repobilityId": "cc6372d9d5ef4f00", "scanner": "scanner-primary", "fingerprint": "73dc7e43103b0439", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-988ae777d77fa47f", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 pdf_gui.py:65"}, "properties": {"repobilityId": "4dfa6db9a4dd6117", "scanner": "scanner-primary", "fingerprint": "988ae777d77fa47f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-994acd9dfb5cd60a", "level": "none", "message": {"text": "Commented-code block (5 lines) in gerar_pdfs.py:281"}, "properties": {"repobilityId": "f6c54c4584ec1640", "scanner": "scanner-primary", "fingerprint": "994acd9dfb5cd60a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2013621da96f2e27", "level": "none", "message": {"text": "Commented-code block (6 lines) in sumula_app.py:37"}, "properties": {"repobilityId": "c030b08c058d7018", "scanner": "scanner-primary", "fingerprint": "2013621da96f2e27", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2223d9f297a4d6ef", "level": "none", "message": {"text": "Commented-code block (8 lines) in static/app.js:1"}, "properties": {"repobilityId": "088239db3c4b2c77", "scanner": "scanner-primary", "fingerprint": "2223d9f297a4d6ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e409ae0591ec7a74", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 static/app.js:46"}, "properties": {"repobilityId": "4b1c21df2a08a00d", "scanner": "scanner-primary", "fingerprint": "e409ae0591ec7a74", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "f2cfe89a5ae53dcc", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}