{"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-5d14df83b6dfaaea", "name": "Possibly dead Python function: w1", "shortDescription": {"text": "Possibly dead Python function: w1"}, "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-fe0ca6da8135d174", "name": "Possibly dead Python function: w2", "shortDescription": {"text": "Possibly dead Python function: w2"}, "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-c97bca3277bd51f3", "name": "Possibly dead Python function: w3", "shortDescription": {"text": "Possibly dead Python function: w3"}, "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-fec6f35838ad016e", "name": "Possibly dead Python function: forward", "shortDescription": {"text": "Possibly dead Python function: forward"}, "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-6df6a63cc70d871a", "name": "Possibly dead Python function: class_names", "shortDescription": {"text": "Possibly dead Python function: class_names"}, "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-4a91cd7ae6659efc", "name": "Insecure pattern 'eval_used' in experiments/experiment1_gaussian/lawful_compression_experiment.py:176", "shortDescription": {"text": "Insecure pattern 'eval_used' in experiments/experiment1_gaussian/lawful_compression_experiment.py:176"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6ae37b5a8e953b8c", "name": "Insecure pattern 'eval_used' in experiments/experiment1_gaussian/analytic_predictions.json:31", "shortDescription": {"text": "Insecure pattern 'eval_used' in experiments/experiment1_gaussian/analytic_predictions.json:31"}, "fullDescription": {"text": "Found a known-risky pattern (eval_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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "1 tests / 9 src (ratio 0.11)."}, "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 59 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-742cbfd210d3c601", "name": "Commented-code block (5 lines) in theory_verification/superposition_min_e.py:230", "shortDescription": {"text": "Commented-code block (5 lines) in theory_verification/superposition_min_e.py:230"}, "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-75c6db103dac2d56", "name": "Commented-code block (5 lines) in theory_verification/verify_xor_min_e.py:197", "shortDescription": {"text": "Commented-code block (5 lines) in theory_verification/verify_xor_min_e.py:197"}, "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-54408a53bab4c112", "name": "Commented-code block (5 lines) in experiments/experiment3_cifar/analyze_masking.py:237", "shortDescription": {"text": "Commented-code block (5 lines) in experiments/experiment3_cifar/analyze_masking.py:237"}, "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-adffe04178078471", "name": "Commented-code block (5 lines) in lib/test_fourq.py:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/test_fourq.py: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-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:\nexperiments/experiment2_ladder/readout_geometry_experiment.py:sigmoid, experiments/experiment1_gaussian/lawful_compression_experiment.py:sigmoid\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/25165"}, "properties": {"repository": "curv-institute/price-of-readout", "repoUrl": "https://github.com/curv-institute/price-of-readout", "branch": "main"}, "results": [{"ruleId": "scanner-5d14df83b6dfaaea", "level": "note", "message": {"text": "Possibly dead Python function: w1"}, "properties": {"repobilityId": "d47d609d464fe566", "scanner": "scanner-primary", "fingerprint": "5d14df83b6dfaaea", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "theory_verification/superposition_min_e.py:370"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fe0ca6da8135d174", "level": "note", "message": {"text": "Possibly dead Python function: w2"}, "properties": {"repobilityId": "9ffc289758550235", "scanner": "scanner-primary", "fingerprint": "fe0ca6da8135d174", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "theory_verification/superposition_min_e.py:379"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c97bca3277bd51f3", "level": "note", "message": {"text": "Possibly dead Python function: w3"}, "properties": {"repobilityId": "98baafca2fbdd0c6", "scanner": "scanner-primary", "fingerprint": "c97bca3277bd51f3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "theory_verification/superposition_min_e.py:390"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fec6f35838ad016e", "level": "note", "message": {"text": "Possibly dead Python function: forward"}, "properties": {"repobilityId": "ea414cce7f8e5874", "scanner": "scanner-primary", "fingerprint": "fec6f35838ad016e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "experiments/experiment3_cifar/train_run.py:101"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6df6a63cc70d871a", "level": "note", "message": {"text": "Possibly dead Python function: class_names"}, "properties": {"repobilityId": "fbbd8e05e1059884", "scanner": "scanner-primary", "fingerprint": "6df6a63cc70d871a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "experiments/experiment3_cifar/spurious_cifar.py:128"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a91cd7ae6659efc", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in experiments/experiment1_gaussian/lawful_compression_experiment.py:176"}, "properties": {"repobilityId": "39eb1dd276e58e0d", "scanner": "scanner-primary", "fingerprint": "4a91cd7ae6659efc", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "experiments/experiment1_gaussian/lawful_compression_experiment.py"}, "region": {"startLine": 176}}}]}, {"ruleId": "scanner-6ae37b5a8e953b8c", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in experiments/experiment1_gaussian/analytic_predictions.json:31"}, "properties": {"repobilityId": "958bfdd8f1b06c6c", "scanner": "scanner-primary", "fingerprint": "6ae37b5a8e953b8c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "experiments/experiment1_gaussian/analytic_predictions.json"}, "region": {"startLine": 31}}}]}, {"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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ba093a863214e949", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-742cbfd210d3c601", "level": "none", "message": {"text": "Commented-code block (5 lines) in theory_verification/superposition_min_e.py:230"}, "properties": {"repobilityId": "dccd346f25eda3bd", "scanner": "scanner-primary", "fingerprint": "742cbfd210d3c601", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-75c6db103dac2d56", "level": "none", "message": {"text": "Commented-code block (5 lines) in theory_verification/verify_xor_min_e.py:197"}, "properties": {"repobilityId": "96480606b0f75f4e", "scanner": "scanner-primary", "fingerprint": "75c6db103dac2d56", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-54408a53bab4c112", "level": "none", "message": {"text": "Commented-code block (5 lines) in experiments/experiment3_cifar/analyze_masking.py:237"}, "properties": {"repobilityId": "44a7ac6bd18c9289", "scanner": "scanner-primary", "fingerprint": "54408a53bab4c112", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-adffe04178078471", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/test_fourq.py:1"}, "properties": {"repobilityId": "62b49b3387023b9b", "scanner": "scanner-primary", "fingerprint": "adffe04178078471", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "8db5020e345c78a1", "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": "ef51d5b3a1726eea", "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": "4f7e3843bc1213be", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}