{"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-2edf8f0d5e797987", "name": "Possibly dead Python function: read_json", "shortDescription": {"text": "Possibly dead Python function: read_json"}, "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-5c673d1471c0603a", "name": "Possibly dead Python function: write_json", "shortDescription": {"text": "Possibly dead Python function: write_json"}, "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-7d5c72c319d2e06d", "name": "Insecure pattern 'exec_used' in README.md:30", "shortDescription": {"text": "Insecure pattern 'exec_used' in README.md:30"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a940a645339b3e5f", "name": "Insecure pattern 'exec_used' in bridge/bridge_listener.py:180", "shortDescription": {"text": "Insecure pattern 'exec_used' in bridge/bridge_listener.py:180"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c868d170fdc0db51", "name": "Insecure pattern 'exec_used' in skill/SKILL.md:19", "shortDescription": {"text": "Insecure pattern 'exec_used' in skill/SKILL.md:19"}, "fullDescription": {"text": "Found a known-risky pattern (exec_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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 19 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 30 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-6e2ffb2a5c8a9a13", "name": "Legacy-named symbol `matrixgold_bridge_listener_v1` in bridge/bridge_listener.py:48", "shortDescription": {"text": "Legacy-named symbol `matrixgold_bridge_listener_v1` in bridge/bridge_listener.py:48"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ccc56b517cf363c8", "name": "Stub function `flush` (body is just `pass`/`return`) \u2014 bridge/bridge_listener.py:62", "shortDescription": {"text": "Stub function `flush` (body is just `pass`/`return`) \u2014 bridge/bridge_listener.py:62"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9c639acecdc21050", "name": "Legacy-named symbol `matrixgold_bridge_listener_v1` in bridge/bridge_stop.py:7", "shortDescription": {"text": "Legacy-named symbol `matrixgold_bridge_listener_v1` in bridge/bridge_stop.py:7"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24701"}, "properties": {"repository": "bradcozine/matrixgold-bridge", "repoUrl": "https://github.com/bradcozine/matrixgold-bridge", "branch": "main"}, "results": [{"ruleId": "scanner-2edf8f0d5e797987", "level": "note", "message": {"text": "Possibly dead Python function: read_json"}, "properties": {"repobilityId": "0fb07cebe3cf8a88", "scanner": "scanner-primary", "fingerprint": "2edf8f0d5e797987", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mg_connector/scaffold/context.py:64"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5c673d1471c0603a", "level": "note", "message": {"text": "Possibly dead Python function: write_json"}, "properties": {"repobilityId": "b0106e3a4c4f6750", "scanner": "scanner-primary", "fingerprint": "5c673d1471c0603a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "mg_connector/scaffold/context.py:69"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7d5c72c319d2e06d", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in README.md:30"}, "properties": {"repobilityId": "c031a388c814d575", "scanner": "scanner-primary", "fingerprint": "7d5c72c319d2e06d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-a940a645339b3e5f", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in bridge/bridge_listener.py:180"}, "properties": {"repobilityId": "181cd60bb84f8368", "scanner": "scanner-primary", "fingerprint": "a940a645339b3e5f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bridge/bridge_listener.py"}, "region": {"startLine": 180}}}]}, {"ruleId": "scanner-c868d170fdc0db51", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in skill/SKILL.md:19"}, "properties": {"repobilityId": "c92498abd19c1ee9", "scanner": "scanner-primary", "fingerprint": "c868d170fdc0db51", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skill/SKILL.md"}, "region": {"startLine": 19}}}]}, {"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-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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "f97d26da72733950", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-6e2ffb2a5c8a9a13", "level": "note", "message": {"text": "Legacy-named symbol `matrixgold_bridge_listener_v1` in bridge/bridge_listener.py:48"}, "properties": {"repobilityId": "e7ca104982991e7a", "scanner": "scanner-primary", "fingerprint": "6e2ffb2a5c8a9a13", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ccc56b517cf363c8", "level": "note", "message": {"text": "Stub function `flush` (body is just `pass`/`return`) \u2014 bridge/bridge_listener.py:62"}, "properties": {"repobilityId": "261b5e43cddde32a", "scanner": "scanner-primary", "fingerprint": "ccc56b517cf363c8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-9c639acecdc21050", "level": "note", "message": {"text": "Legacy-named symbol `matrixgold_bridge_listener_v1` in bridge/bridge_stop.py:7"}, "properties": {"repobilityId": "d247045f5cc94c3e", "scanner": "scanner-primary", "fingerprint": "9c639acecdc21050", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}]}]}