{"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-0393057a85539092", "name": "Possibly dead Python function: generate_comparison_report", "shortDescription": {"text": "Possibly dead Python function: generate_comparison_report"}, "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-73778c5fa9f9bcca", "name": "Possibly dead Python function: optimize_tri_band", "shortDescription": {"text": "Possibly dead Python function: optimize_tri_band"}, "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-efa9110850b13766", "name": "Possibly dead Python function: generate_meandered_dipole_with_pads", "shortDescription": {"text": "Possibly dead Python function: generate_meandered_dipole_with_pads"}, "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-9bcab1c2aa1fb2e7", "name": "Possibly dead Python function: handle_exception", "shortDescription": {"text": "Possibly dead Python function: handle_exception"}, "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-0e4fb82cbe802123", "name": "Possibly dead Python function: save_notes", "shortDescription": {"text": "Possibly dead Python function: save_notes"}, "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-24ccc718275f279a", "name": "Possibly dead Python function: open_exports_folder", "shortDescription": {"text": "Possibly dead Python function: open_exports_folder"}, "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-9a6376229c11484c", "name": "Possibly dead Python function: import_designs", "shortDescription": {"text": "Possibly dead Python function: import_designs"}, "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-68c570ce8067e154", "name": "Possibly dead Python function: create_maze_cell", "shortDescription": {"text": "Possibly dead Python function: create_maze_cell"}, "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-cd70609c580c952d", "name": "Possibly dead Python function: spiral_cell", "shortDescription": {"text": "Possibly dead Python function: spiral_cell"}, "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-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-e5c42db570a1f2a3", "name": "Very large file: design.py (2140 lines)", "shortDescription": {"text": "Very large file: design.py (2140 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-58c5dd1be055af95", "name": "Very large file: ui.py (3704 lines)", "shortDescription": {"text": "Very large file: ui.py (3704 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 89 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-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:\ndesign.py:generate_monopole_with_pads, design.py:generate_monopole\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/29011"}, "properties": {"repository": "rewcohen/mini-antenna-designer", "repoUrl": "https://github.com/rewcohen/mini-antenna-designer", "branch": "main"}, "results": [{"ruleId": "scanner-0393057a85539092", "level": "note", "message": {"text": "Possibly dead Python function: generate_comparison_report"}, "properties": {"repobilityId": "f41e43f491472c98", "scanner": "scanner-primary", "fingerprint": "0393057a85539092", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "visualize_meanders.py:337"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-73778c5fa9f9bcca", "level": "note", "message": {"text": "Possibly dead Python function: optimize_tri_band"}, "properties": {"repobilityId": "730964cbdfeeb4a1", "scanner": "scanner-primary", "fingerprint": "73778c5fa9f9bcca", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "optimize.py:27"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-efa9110850b13766", "level": "note", "message": {"text": "Possibly dead Python function: generate_meandered_dipole_with_pads"}, "properties": {"repobilityId": "12dd4b295520e843", "scanner": "scanner-primary", "fingerprint": "efa9110850b13766", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "design.py:435"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9bcab1c2aa1fb2e7", "level": "note", "message": {"text": "Possibly dead Python function: handle_exception"}, "properties": {"repobilityId": "4034d5e1e5ca3282", "scanner": "scanner-primary", "fingerprint": "9bcab1c2aa1fb2e7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui.py:169"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0e4fb82cbe802123", "level": "note", "message": {"text": "Possibly dead Python function: save_notes"}, "properties": {"repobilityId": "79b39d0df868dda2", "scanner": "scanner-primary", "fingerprint": "0e4fb82cbe802123", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui.py:2715"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-24ccc718275f279a", "level": "note", "message": {"text": "Possibly dead Python function: open_exports_folder"}, "properties": {"repobilityId": "629dfa6aaf09b91a", "scanner": "scanner-primary", "fingerprint": "24ccc718275f279a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "export.py:693"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9a6376229c11484c", "level": "note", "message": {"text": "Possibly dead Python function: import_designs"}, "properties": {"repobilityId": "2247a1b614e9237e", "scanner": "scanner-primary", "fingerprint": "9a6376229c11484c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "storage.py:477"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-68c570ce8067e154", "level": "note", "message": {"text": "Possibly dead Python function: create_maze_cell"}, "properties": {"repobilityId": "673f80ee44cac5cf", "scanner": "scanner-primary", "fingerprint": "68c570ce8067e154", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pattern_generator.py:234"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cd70609c580c952d", "level": "note", "message": {"text": "Possibly dead Python function: spiral_cell"}, "properties": {"repobilityId": "9dc10a0aae3ece9c", "scanner": "scanner-primary", "fingerprint": "cd70609c580c952d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pattern_generator.py:547"}, "region": {"startLine": 1}}}]}, {"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-e5c42db570a1f2a3", "level": "note", "message": {"text": "Very large file: design.py (2140 lines)"}, "properties": {"repobilityId": "01ab61a5fcc1cdaa", "scanner": "scanner-primary", "fingerprint": "e5c42db570a1f2a3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-58c5dd1be055af95", "level": "note", "message": {"text": "Very large file: ui.py (3704 lines)"}, "properties": {"repobilityId": "39d5d70d210319d9", "scanner": "scanner-primary", "fingerprint": "58c5dd1be055af95", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c3c051cdc87f4de0", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ba61ec4395745202", "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": "bec93404f8036df7", "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": "1ce65d65e839e0d3", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}