{"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-d03cf47d4081db7c", "name": "Possibly dead Python function: add_tolerance_column", "shortDescription": {"text": "Possibly dead Python function: add_tolerance_column"}, "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-c06a86b1f07b3d76", "name": "Possibly dead Python function: list_columns", "shortDescription": {"text": "Possibly dead Python function: list_columns"}, "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-d54969aa423c57e3", "name": "Possibly dead Python function: replace_preserve_case", "shortDescription": {"text": "Possibly dead Python function: replace_preserve_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-710da66d91bdccdd", "name": "Possibly dead Python function: replace_preserve_case", "shortDescription": {"text": "Possibly dead Python function: replace_preserve_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-d62814dbbf5edaef", "name": "Possibly dead Python function: record_claude_usage", "shortDescription": {"text": "Possibly dead Python function: record_claude_usage"}, "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-3b46213f2e8e997b", "name": "Possibly dead Python function: require_access", "shortDescription": {"text": "Possibly dead Python function: require_access"}, "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-da42e57cd75471eb", "name": "Possibly dead Python function: replace_preserve_case", "shortDescription": {"text": "Possibly dead Python function: replace_preserve_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-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-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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 512 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-3c903a2424ba71bd", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/populate_style_rules.py:21", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/populate_style_rules.py:21"}, "fullDescription": {"text": "`requests.post(...)` 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-4e730a28ebee9e50", "name": "Legacy-named symbol `rule_copy` in MaceStyleValidator/add_structural_rules.py:315", "shortDescription": {"text": "Legacy-named symbol `rule_copy` in MaceStyleValidator/add_structural_rules.py:315"}, "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-ee8a54cc809ed5e7", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_structural_rules.py:23", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_structural_rules.py:23"}, "fullDescription": {"text": "`requests.get(...)` 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-141aeafb330ea516", "name": "Commented-code block (10 lines) in MaceStyleValidator/test_tracker_rules.py:99", "shortDescription": {"text": "Commented-code block (10 lines) in MaceStyleValidator/test_tracker_rules.py:99"}, "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-f15597dd1d7abf61", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/update_style_rules_useai.py:17", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/update_style_rules_useai.py:17"}, "fullDescription": {"text": "`requests.get(...)` 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-5dbb26da0bbbb62c", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/setup_sharepoint.py:53", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/setup_sharepoint.py:53"}, "fullDescription": {"text": "`requests.post(...)` 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-e6e217ae5dc88546", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/update_rules_to_both.py:19", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/update_rules_to_both.py:19"}, "fullDescription": {"text": "`requests.get(...)` 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-8515bec7885ee2bb", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/check_file_location.py:24", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/check_file_location.py:24"}, "fullDescription": {"text": "`requests.get(...)` 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-e0801bdfcded3766", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/function_app.py:73", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/function_app.py:73"}, "fullDescription": {"text": "`requests.get(...)` 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-c9ae5ad181752241", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/grant_site_permissions.py:74", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/grant_site_permissions.py:74"}, "fullDescription": {"text": "`requests.get(...)` 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-8ca80fdd93d768f7", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_useai_column.py:24", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_useai_column.py:24"}, "fullDescription": {"text": "`requests.post(...)` 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-5e6297a60c2df8eb", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/inspect_validation_results.py:17", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/inspect_validation_results.py:17"}, "fullDescription": {"text": "`requests.get(...)` 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-12542637964faffe", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_process_map_rules.py:29", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_process_map_rules.py:29"}, "fullDescription": {"text": "`requests.post(...)` 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-d6162c616d4b0b14", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/fix_report.py:20", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/fix_report.py:20"}, "fullDescription": {"text": "`requests.get(...)` 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-1443df4d112a4944", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/flip_rules_to_deterministic.py:75", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/flip_rules_to_deterministic.py:75"}, "fullDescription": {"text": "`requests.get(...)` 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-ec3b3fe9b415e07a", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/MaceyBot/sharepoint_client.py:45", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/MaceyBot/sharepoint_client.py:45"}, "fullDescription": {"text": "`requests.get(...)` 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-2fa1b028c0e5e282", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/scripts/verify_grant.py:49", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/scripts/verify_grant.py:49"}, "fullDescription": {"text": "`requests.get(...)` 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-f474ceea036d49b6", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/scripts/write_probe.py:34", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/scripts/write_probe.py:34"}, "fullDescription": {"text": "`requests.get(...)` 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-55705f0f7e77fd78", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/__init__.py:365", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/__init__.py:365"}, "fullDescription": {"text": "`requests.patch(...)` 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-0191404f57230b78", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/sharepoint_client.py:16", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/sharepoint_client.py:16"}, "fullDescription": {"text": "`requests.get(...)` 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-eb002b79a7f51239", "name": "Commented-code block (6 lines) in MaceStyleValidator/ValidateDocument/config.py:10", "shortDescription": {"text": "Commented-code block (6 lines) in MaceStyleValidator/ValidateDocument/config.py:10"}, "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-4fc5282742dd8745", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/config.py:102", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/config.py:102"}, "fullDescription": {"text": "`requests.get(...)` 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-d35301dd87f140d3", "name": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/sharepoint_results.py:52", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/sharepoint_results.py:52"}, "fullDescription": {"text": "`requests.post(...)` 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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nMaceStyleValidator/populate_style_rules.py:add_rule, MaceStyleValidator/add_structural_rules.py:add_rule, MaceStyleValidator/add_process_map_rules.py:add_rule\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}}, {"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:\nMaceStyleValidator/ValidateDocument/powerpoint_validator.py:replace_preserve_case, MaceStyleValidator/ValidateDocument/excel_validator.py:replace_preserve_case\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}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nMaceStyleValidator/ValidateDocument/visio_validator.py:check, MaceStyleValidator/ValidateDocument/visio_validator.py:check, MaceStyleValidator/ValidateDocument/visio_validator.py:check, MaceStyleValidator/ValidateDocument/visio_validator.py:check\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}}, {"id": "scanner-c6ef64115f4f4fe5", "name": "Flask mutation route `ValidateDocument` without `@login_required` \u2014 MaceStyleValidator/function_app.py:11", "shortDescription": {"text": "Flask mutation route `ValidateDocument` without `@login_required` \u2014 MaceStyleValidator/function_app.py:11"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7b4259c2af0f619b", "name": "Flask mutation route `MaceyBotEndpoint` without `@login_required` \u2014 MaceStyleValidator/function_app.py:96", "shortDescription": {"text": "Flask mutation route `MaceyBotEndpoint` without `@login_required` \u2014 MaceStyleValidator/function_app.py:96"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/20298"}, "properties": {"repository": "stephencummins/MaceStyle", "repoUrl": "https://github.com/stephencummins/MaceStyle", "branch": "main"}, "results": [{"ruleId": "scanner-d03cf47d4081db7c", "level": "note", "message": {"text": "Possibly dead Python function: add_tolerance_column"}, "properties": {"repobilityId": "d8bef50c165bc09d", "scanner": "scanner-primary", "fingerprint": "d03cf47d4081db7c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/add_structural_rules.py:31"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c06a86b1f07b3d76", "level": "note", "message": {"text": "Possibly dead Python function: list_columns"}, "properties": {"repobilityId": "a9300352dee1d964", "scanner": "scanner-primary", "fingerprint": "c06a86b1f07b3d76", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/MaceyBot/sharepoint_client.py:73"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d54969aa423c57e3", "level": "note", "message": {"text": "Possibly dead Python function: replace_preserve_case"}, "properties": {"repobilityId": "8bad4c58c4957b00", "scanner": "scanner-primary", "fingerprint": "d54969aa423c57e3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/ValidateDocument/powerpoint_validator.py:151"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-710da66d91bdccdd", "level": "note", "message": {"text": "Possibly dead Python function: replace_preserve_case"}, "properties": {"repobilityId": "8bad4c58c4957b00", "scanner": "scanner-primary", "fingerprint": "710da66d91bdccdd", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/ValidateDocument/excel_validator.py:149"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d62814dbbf5edaef", "level": "note", "message": {"text": "Possibly dead Python function: record_claude_usage"}, "properties": {"repobilityId": "39b7f898ef2a85c3", "scanner": "scanner-primary", "fingerprint": "d62814dbbf5edaef", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/ValidateDocument/monitoring.py:63"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3b46213f2e8e997b", "level": "note", "message": {"text": "Possibly dead Python function: require_access"}, "properties": {"repobilityId": "233573fd393d2d29", "scanner": "scanner-primary", "fingerprint": "3b46213f2e8e997b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/ValidateDocument/access_control.py:106"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-da42e57cd75471eb", "level": "note", "message": {"text": "Possibly dead Python function: replace_preserve_case"}, "properties": {"repobilityId": "8bad4c58c4957b00", "scanner": "scanner-primary", "fingerprint": "da42e57cd75471eb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/ValidateDocument/enhanced_validators.py:188"}, "region": {"startLine": 1}}}]}, {"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-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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "9275064054ddfbe9", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "547dbfce8b2160fa", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "00d324b17ac4e88c", "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": "3e257277bceb8c14", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-3c903a2424ba71bd", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/populate_style_rules.py:21"}, "properties": {"repobilityId": "42d284beee77194c", "scanner": "scanner-primary", "fingerprint": "3c903a2424ba71bd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4e730a28ebee9e50", "level": "note", "message": {"text": "Legacy-named symbol `rule_copy` in MaceStyleValidator/add_structural_rules.py:315"}, "properties": {"repobilityId": "708be73719c1ff35", "scanner": "scanner-primary", "fingerprint": "4e730a28ebee9e50", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-ee8a54cc809ed5e7", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_structural_rules.py:23"}, "properties": {"repobilityId": "02d33ca8c4ec37b1", "scanner": "scanner-primary", "fingerprint": "ee8a54cc809ed5e7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-141aeafb330ea516", "level": "none", "message": {"text": "Commented-code block (10 lines) in MaceStyleValidator/test_tracker_rules.py:99"}, "properties": {"repobilityId": "5f17668f768af3a9", "scanner": "scanner-primary", "fingerprint": "141aeafb330ea516", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f15597dd1d7abf61", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/update_style_rules_useai.py:17"}, "properties": {"repobilityId": "91aa0b8c3a73b9da", "scanner": "scanner-primary", "fingerprint": "f15597dd1d7abf61", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5dbb26da0bbbb62c", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/setup_sharepoint.py:53"}, "properties": {"repobilityId": "d0079ec6dbada957", "scanner": "scanner-primary", "fingerprint": "5dbb26da0bbbb62c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e6e217ae5dc88546", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/update_rules_to_both.py:19"}, "properties": {"repobilityId": "dc7194f10668b377", "scanner": "scanner-primary", "fingerprint": "e6e217ae5dc88546", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8515bec7885ee2bb", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/check_file_location.py:24"}, "properties": {"repobilityId": "5455959202f6d85c", "scanner": "scanner-primary", "fingerprint": "8515bec7885ee2bb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e0801bdfcded3766", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/function_app.py:73"}, "properties": {"repobilityId": "26462f186f2416b1", "scanner": "scanner-primary", "fingerprint": "e0801bdfcded3766", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c9ae5ad181752241", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/grant_site_permissions.py:74"}, "properties": {"repobilityId": "c3825d3c4f4f4c23", "scanner": "scanner-primary", "fingerprint": "c9ae5ad181752241", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8ca80fdd93d768f7", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_useai_column.py:24"}, "properties": {"repobilityId": "45b4d3d646dfefbc", "scanner": "scanner-primary", "fingerprint": "8ca80fdd93d768f7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5e6297a60c2df8eb", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/inspect_validation_results.py:17"}, "properties": {"repobilityId": "28ab84bd5689b18a", "scanner": "scanner-primary", "fingerprint": "5e6297a60c2df8eb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-12542637964faffe", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/add_process_map_rules.py:29"}, "properties": {"repobilityId": "5eb731a1869ce1e1", "scanner": "scanner-primary", "fingerprint": "12542637964faffe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d6162c616d4b0b14", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/fix_report.py:20"}, "properties": {"repobilityId": "019b6452dd6e8c02", "scanner": "scanner-primary", "fingerprint": "d6162c616d4b0b14", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1443df4d112a4944", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/flip_rules_to_deterministic.py:75"}, "properties": {"repobilityId": "b578be6baa245656", "scanner": "scanner-primary", "fingerprint": "1443df4d112a4944", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ec3b3fe9b415e07a", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/MaceyBot/sharepoint_client.py:45"}, "properties": {"repobilityId": "b93a4a2448fce8b6", "scanner": "scanner-primary", "fingerprint": "ec3b3fe9b415e07a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2fa1b028c0e5e282", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/scripts/verify_grant.py:49"}, "properties": {"repobilityId": "5ca55b11db3a1f5c", "scanner": "scanner-primary", "fingerprint": "2fa1b028c0e5e282", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f474ceea036d49b6", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/scripts/write_probe.py:34"}, "properties": {"repobilityId": "94c10f9c49281ec7", "scanner": "scanner-primary", "fingerprint": "f474ceea036d49b6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-55705f0f7e77fd78", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/__init__.py:365"}, "properties": {"repobilityId": "f0cda37ae900663b", "scanner": "scanner-primary", "fingerprint": "55705f0f7e77fd78", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0191404f57230b78", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/sharepoint_client.py:16"}, "properties": {"repobilityId": "feb8ddad8e6bc929", "scanner": "scanner-primary", "fingerprint": "0191404f57230b78", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-eb002b79a7f51239", "level": "none", "message": {"text": "Commented-code block (6 lines) in MaceStyleValidator/ValidateDocument/config.py:10"}, "properties": {"repobilityId": "83937b978f8f4d81", "scanner": "scanner-primary", "fingerprint": "eb002b79a7f51239", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4fc5282742dd8745", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/config.py:102"}, "properties": {"repobilityId": "b46359d5d60c82df", "scanner": "scanner-primary", "fingerprint": "4fc5282742dd8745", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d35301dd87f140d3", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 MaceStyleValidator/ValidateDocument/sharepoint_results.py:52"}, "properties": {"repobilityId": "a355803d6e79d996", "scanner": "scanner-primary", "fingerprint": "d35301dd87f140d3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "2d25d763e718f7a0", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "4c8f2290cb575516", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "e7c3c9a77dae02f8", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-c6ef64115f4f4fe5", "level": "error", "message": {"text": "Flask mutation route `ValidateDocument` without `@login_required` \u2014 MaceStyleValidator/function_app.py:11"}, "properties": {"repobilityId": "6b2090ad502aeb0e", "scanner": "scanner-primary", "fingerprint": "c6ef64115f4f4fe5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/function_app.py"}, "region": {"startLine": 11}}}]}, {"ruleId": "scanner-7b4259c2af0f619b", "level": "error", "message": {"text": "Flask mutation route `MaceyBotEndpoint` without `@login_required` \u2014 MaceStyleValidator/function_app.py:96"}, "properties": {"repobilityId": "d8103bcf6d2f43c8", "scanner": "scanner-primary", "fingerprint": "7b4259c2af0f619b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "MaceStyleValidator/function_app.py"}, "region": {"startLine": 96}}}]}]}]}