{"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-78c6ec833bc6d027", "name": "Possibly dead Python function: cmd_build_manifest", "shortDescription": {"text": "Possibly dead Python function: cmd_build_manifest"}, "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-3f78ccbb2f8ff9d1", "name": "Possibly dead Python function: cmd_prep_inputs", "shortDescription": {"text": "Possibly dead Python function: cmd_prep_inputs"}, "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-baf06fae1eb93b85", "name": "Possibly dead Python function: cmd_validate_refs", "shortDescription": {"text": "Possibly dead Python function: cmd_validate_refs"}, "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-49a72229bf1cce6b", "name": "Possibly dead Python function: cmd_check_extraction", "shortDescription": {"text": "Possibly dead Python function: cmd_check_extraction"}, "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-739626f0fc39c1a0", "name": "Possibly dead Python function: cmd_cache_status", "shortDescription": {"text": "Possibly dead Python function: cmd_cache_status"}, "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-975df21c242bfafb", "name": "Possibly dead Python function: cmd_crop", "shortDescription": {"text": "Possibly dead Python function: cmd_crop"}, "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-e284d4ddb7730cac", "name": "Possibly dead Python function: cmd_limits", "shortDescription": {"text": "Possibly dead Python function: cmd_limits"}, "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-c6cd308833313e9f", "name": "Possibly dead Python function: cmd_merge_parts", "shortDescription": {"text": "Possibly dead Python function: cmd_merge_parts"}, "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-78b77779772781be", "name": "Possibly dead Python function: cmd_merge_reviews", "shortDescription": {"text": "Possibly dead Python function: cmd_merge_reviews"}, "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-a2ed6bb7f466ff25", "name": "Possibly dead Python function: cmd_evaluate", "shortDescription": {"text": "Possibly dead Python function: cmd_evaluate"}, "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-c656e645e02c0cb5", "name": "Possibly dead Python function: split_case", "shortDescription": {"text": "Possibly dead Python function: split_case"}, "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 104 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-97fc9594746e156c", "name": "Commented-code block (6 lines) in skills/cert-review/scripts/extraction_check.py:147", "shortDescription": {"text": "Commented-code block (6 lines) in skills/cert-review/scripts/extraction_check.py:147"}, "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-533084aa3f5cae4d", "name": "Commented-code block (9 lines) in skills/cert-review/scripts/__init__.py:19", "shortDescription": {"text": "Commented-code block (9 lines) in skills/cert-review/scripts/__init__.py:19"}, "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-703a72cad65212be", "name": "Commented-code block (5 lines) in skills/cert-review/scripts/eval_harness.py:275", "shortDescription": {"text": "Commented-code block (5 lines) in skills/cert-review/scripts/eval_harness.py:275"}, "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}}]}}, "automationDetails": {"id": "repobility/25482"}, "properties": {"repository": "Donghun1q2w/ReportReviewer", "repoUrl": "https://github.com/Donghun1q2w/ReportReviewer", "branch": "main"}, "results": [{"ruleId": "scanner-78c6ec833bc6d027", "level": "note", "message": {"text": "Possibly dead Python function: cmd_build_manifest"}, "properties": {"repobilityId": "76c842d773096e0b", "scanner": "scanner-primary", "fingerprint": "78c6ec833bc6d027", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:73"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3f78ccbb2f8ff9d1", "level": "note", "message": {"text": "Possibly dead Python function: cmd_prep_inputs"}, "properties": {"repobilityId": "62f4daa3d33df05e", "scanner": "scanner-primary", "fingerprint": "3f78ccbb2f8ff9d1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:136"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-baf06fae1eb93b85", "level": "note", "message": {"text": "Possibly dead Python function: cmd_validate_refs"}, "properties": {"repobilityId": "2aa447c18d180582", "scanner": "scanner-primary", "fingerprint": "baf06fae1eb93b85", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:170"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-49a72229bf1cce6b", "level": "note", "message": {"text": "Possibly dead Python function: cmd_check_extraction"}, "properties": {"repobilityId": "b742fad816872d0d", "scanner": "scanner-primary", "fingerprint": "49a72229bf1cce6b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:230"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-739626f0fc39c1a0", "level": "note", "message": {"text": "Possibly dead Python function: cmd_cache_status"}, "properties": {"repobilityId": "792ddee98a17e40a", "scanner": "scanner-primary", "fingerprint": "739626f0fc39c1a0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:273"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-975df21c242bfafb", "level": "note", "message": {"text": "Possibly dead Python function: cmd_crop"}, "properties": {"repobilityId": "e9ee48bcfac560dc", "scanner": "scanner-primary", "fingerprint": "975df21c242bfafb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:332"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e284d4ddb7730cac", "level": "note", "message": {"text": "Possibly dead Python function: cmd_limits"}, "properties": {"repobilityId": "71bc8e090a86b427", "scanner": "scanner-primary", "fingerprint": "e284d4ddb7730cac", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:355"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c6cd308833313e9f", "level": "note", "message": {"text": "Possibly dead Python function: cmd_merge_parts"}, "properties": {"repobilityId": "eb85e90fda459e6b", "scanner": "scanner-primary", "fingerprint": "c6cd308833313e9f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:379"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-78b77779772781be", "level": "note", "message": {"text": "Possibly dead Python function: cmd_merge_reviews"}, "properties": {"repobilityId": "6c13e4c6ee89175e", "scanner": "scanner-primary", "fingerprint": "78b77779772781be", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:405"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a2ed6bb7f466ff25", "level": "note", "message": {"text": "Possibly dead Python function: cmd_evaluate"}, "properties": {"repobilityId": "09d9eb6bdd7a7abc", "scanner": "scanner-primary", "fingerprint": "a2ed6bb7f466ff25", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/cli.py:451"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c656e645e02c0cb5", "level": "note", "message": {"text": "Possibly dead Python function: split_case"}, "properties": {"repobilityId": "1a87b1f8d8f2f1be", "scanner": "scanner-primary", "fingerprint": "c656e645e02c0cb5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "skills/cert-review/scripts/pdf_split.py:44"}, "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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "eb451744ed3b8cef", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-97fc9594746e156c", "level": "none", "message": {"text": "Commented-code block (6 lines) in skills/cert-review/scripts/extraction_check.py:147"}, "properties": {"repobilityId": "d4117c61bbf505ed", "scanner": "scanner-primary", "fingerprint": "97fc9594746e156c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-533084aa3f5cae4d", "level": "none", "message": {"text": "Commented-code block (9 lines) in skills/cert-review/scripts/__init__.py:19"}, "properties": {"repobilityId": "1b6fab4ad8fff6ec", "scanner": "scanner-primary", "fingerprint": "533084aa3f5cae4d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-703a72cad65212be", "level": "none", "message": {"text": "Commented-code block (5 lines) in skills/cert-review/scripts/eval_harness.py:275"}, "properties": {"repobilityId": "5d273176b88509b5", "scanner": "scanner-primary", "fingerprint": "703a72cad65212be", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}