| { | |
| "test_case": "TC_V2_047", | |
| "repository_name": "rich", | |
| "repository_path": "C:\\repos\\rich", | |
| "pair_cap": 37, | |
| "v1_max_files": 25, | |
| "repository_files": 213, | |
| "governance_findings_total": 14, | |
| "governance_safe": 0, | |
| "governance_review": 10, | |
| "governance_block": 4, | |
| "governance_per_file": { | |
| "tests\\test_console.py": { | |
| "file_path": "tests\\test_console.py", | |
| "findings": [ | |
| { | |
| "file_path": "tests\\test_console.py", | |
| "function_name": "test_brokenpipeerror", | |
| "line_number": 1007, | |
| "check_name": "dangerous_api_call", | |
| "category": "PROCESS_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_brokenpipeerror' calls 'subprocess.Popen', classified as PROCESS_OPERATION.", | |
| "evidence": "subprocess.Popen" | |
| }, | |
| { | |
| "file_path": "tests\\test_console.py", | |
| "function_name": "test_brokenpipeerror", | |
| "line_number": 1007, | |
| "check_name": "dangerous_api_call", | |
| "category": "PROCESS_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_brokenpipeerror' calls 'subprocess.run', classified as PROCESS_OPERATION.", | |
| "evidence": "subprocess.run" | |
| } | |
| ] | |
| }, | |
| "tests\\test_progress.py": { | |
| "file_path": "tests\\test_progress.py", | |
| "findings": [ | |
| { | |
| "file_path": "tests\\test_progress.py", | |
| "function_name": "test_open", | |
| "line_number": 592, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_open' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| }, | |
| { | |
| "file_path": "tests\\test_progress.py", | |
| "function_name": "test_open_text_mode", | |
| "line_number": 616, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_open_text_mode' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| }, | |
| { | |
| "file_path": "tests\\test_progress.py", | |
| "function_name": "test_wrap_file", | |
| "line_number": 629, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_wrap_file' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| }, | |
| { | |
| "file_path": "tests\\test_progress.py", | |
| "function_name": "test_wrap_file_task_total", | |
| "line_number": 647, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_wrap_file_task_total' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| } | |
| ] | |
| }, | |
| "tests\\test_repr.py": { | |
| "file_path": "tests\\test_repr.py", | |
| "findings": [ | |
| { | |
| "file_path": "tests\\test_repr.py", | |
| "function_name": "test_rich_repr_positional_only", | |
| "line_number": 97, | |
| "check_name": "dangerous_api_call", | |
| "category": "DYNAMIC_EXEC", | |
| "severity": "BLOCK", | |
| "detail": "Function 'test_rich_repr_positional_only' calls 'exec', classified as DYNAMIC_EXEC.", | |
| "evidence": "exec" | |
| } | |
| ] | |
| }, | |
| "tests\\test_syntax.py": { | |
| "file_path": "tests\\test_syntax.py", | |
| "findings": [ | |
| { | |
| "file_path": "tests\\test_syntax.py", | |
| "function_name": "test_from_path", | |
| "line_number": 318, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_from_path' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| }, | |
| { | |
| "file_path": "tests\\test_syntax.py", | |
| "function_name": "test_from_path_unknown_lexer", | |
| "line_number": 331, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_from_path_unknown_lexer' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| }, | |
| { | |
| "file_path": "tests\\test_syntax.py", | |
| "function_name": "test_from_path_lexer_override", | |
| "line_number": 343, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_from_path_lexer_override' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| }, | |
| { | |
| "file_path": "tests\\test_syntax.py", | |
| "function_name": "test_from_path_lexer_override_invalid_lexer", | |
| "line_number": 355, | |
| "check_name": "dangerous_api_call", | |
| "category": "DELETE_OPERATION", | |
| "severity": "REVIEW", | |
| "detail": "Function 'test_from_path_lexer_override_invalid_lexer' calls 'os.remove', classified as DELETE_OPERATION.", | |
| "evidence": "os.remove" | |
| } | |
| ] | |
| }, | |
| "tests\\test_traceback.py": { | |
| "file_path": "tests\\test_traceback.py", | |
| "findings": [ | |
| { | |
| "file_path": "tests\\test_traceback.py", | |
| "function_name": "test_syntax_error", | |
| "line_number": 127, | |
| "check_name": "dangerous_api_call", | |
| "category": "DYNAMIC_EXEC", | |
| "severity": "BLOCK", | |
| "detail": "Function 'test_syntax_error' calls 'eval', classified as DYNAMIC_EXEC.", | |
| "evidence": "eval" | |
| }, | |
| { | |
| "file_path": "tests\\test_traceback.py", | |
| "function_name": "test_filename_with_bracket", | |
| "line_number": 192, | |
| "check_name": "dangerous_api_call", | |
| "category": "DYNAMIC_EXEC", | |
| "severity": "BLOCK", | |
| "detail": "Function 'test_filename_with_bracket' calls 'exec', classified as DYNAMIC_EXEC.", | |
| "evidence": "exec" | |
| }, | |
| { | |
| "file_path": "tests\\test_traceback.py", | |
| "function_name": "test_filename_not_a_file", | |
| "line_number": 202, | |
| "check_name": "dangerous_api_call", | |
| "category": "DYNAMIC_EXEC", | |
| "severity": "BLOCK", | |
| "detail": "Function 'test_filename_not_a_file' calls 'exec', classified as DYNAMIC_EXEC.", | |
| "evidence": "exec" | |
| } | |
| ] | |
| } | |
| }, | |
| "decision_pipeline_candidate_source": "token-overlap-fallback", | |
| "decision_pipeline_candidates": 37, | |
| "decision_pipeline_analyzed": 37, | |
| "decision_pipeline_safe": 25, | |
| "decision_pipeline_review": 3, | |
| "decision_pipeline_block": 9, | |
| "decision_pipeline_opposing_detected": 0, | |
| "decision_pipeline_errors": 0, | |
| "decision_pipeline_results": [ | |
| { | |
| "file_path": "C:\\repos\\rich\\examples\\exception.py", | |
| "file_path_b": null, | |
| "function_a": "divide_by", | |
| "function_b": "divide_all", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.78, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 8, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\examples\\fullscreen.py", | |
| "file_path_b": null, | |
| "function_a": "make_layout", | |
| "function_b": "make_sponsor_message", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.11, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\examples\\fullscreen.py", | |
| "file_path_b": null, | |
| "function_a": "make_layout", | |
| "function_b": "make_syntax", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.29, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\examples\\fullscreen.py", | |
| "file_path_b": null, | |
| "function_a": "make_sponsor_message", | |
| "function_b": "make_syntax", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.15, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\examples\\top_lite_simulator.py", | |
| "file_path_b": null, | |
| "function_a": "generate_process", | |
| "function_b": "create_process_table", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.68, | |
| "behavioral_tags_a": [ | |
| "OBJECT_CREATION" | |
| ], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "MEDIUM", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "REVIEW", | |
| "fusion_risk_score": 42, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "get_character_cell_size", | |
| "function_b": "cached_cell_len", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.55, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 18, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "get_character_cell_size", | |
| "function_b": "cell_len", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.65, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 14, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "get_character_cell_size", | |
| "function_b": "_cell_len", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.65, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 14, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "get_character_cell_size", | |
| "function_b": "set_cell_size", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.65, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 14, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "cached_cell_len", | |
| "function_b": "cell_len", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.71, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 12, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "cached_cell_len", | |
| "function_b": "_cell_len", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.71, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 12, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "cached_cell_len", | |
| "function_b": "set_cell_size", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.6, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 16, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "cell_len", | |
| "function_b": "_cell_len", | |
| "semantic_decision": "SAFE", | |
| "semantic_score": 1.0, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 0, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "cell_len", | |
| "function_b": "set_cell_size", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.66, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 14, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "_cell_len", | |
| "function_b": "set_cell_size", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.66, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 14, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "split_graphemes", | |
| "function_b": "_split_text", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.48, | |
| "behavioral_tags_a": [ | |
| "STATE_MUTATION" | |
| ], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "MEDIUM", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "REVIEW", | |
| "fusion_risk_score": 51, | |
| "fusion_risk_level": "HIGH", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "split_graphemes", | |
| "function_b": "split_text", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.48, | |
| "behavioral_tags_a": [ | |
| "STATE_MUTATION" | |
| ], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "MEDIUM", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "REVIEW", | |
| "fusion_risk_score": 51, | |
| "fusion_risk_level": "HIGH", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\cells.py", | |
| "file_path_b": null, | |
| "function_a": "_split_text", | |
| "function_b": "split_text", | |
| "semantic_decision": "SAFE", | |
| "semantic_score": 1.0, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 0, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\color.py", | |
| "file_path_b": null, | |
| "function_a": "parse_rgb_hex", | |
| "function_b": "blend_rgb", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.55, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 18, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\console.py", | |
| "file_path_b": null, | |
| "function_a": "get_windows_console_features", | |
| "function_b": "detect_legacy_windows", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.43, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 23, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\control.py", | |
| "file_path_b": null, | |
| "function_a": "strip_control_codes", | |
| "function_b": "escape_control_codes", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.57, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 17, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_is_attr_object", | |
| "function_b": "_get_attr_fields", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.65, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 14, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_get_attr_fields", | |
| "function_b": "_get_braces_for_defaultdict", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.21, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_get_attr_fields", | |
| "function_b": "_get_braces_for_deque", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.12, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_get_attr_fields", | |
| "function_b": "_get_braces_for_array", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.23, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_is_dataclass_repr", | |
| "function_b": "_has_default_namedtuple_repr", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.46, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 22, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_is_dataclass_repr", | |
| "function_b": "pretty_repr", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.49, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_has_default_namedtuple_repr", | |
| "function_b": "_is_namedtuple", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.7, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_has_default_namedtuple_repr", | |
| "function_b": "pretty_repr", | |
| "semantic_decision": "BLOCK", | |
| "semantic_score": 0.39, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "BLOCK", | |
| "fusion_risk_score": 40, | |
| "fusion_risk_level": "MEDIUM", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "BATCH_APPROVAL", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_get_braces_for_defaultdict", | |
| "function_b": "_get_braces_for_deque", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.47, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 21, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_get_braces_for_defaultdict", | |
| "function_b": "_get_braces_for_array", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.54, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 18, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\pretty.py", | |
| "file_path_b": null, | |
| "function_a": "_get_braces_for_deque", | |
| "function_b": "_get_braces_for_array", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.5, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 20, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\_inspect.py", | |
| "file_path_b": null, | |
| "function_a": "get_object_types_mro", | |
| "function_b": "get_object_types_mro_as_strings", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.92, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 3, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\_inspect.py", | |
| "file_path_b": null, | |
| "function_a": "get_object_types_mro", | |
| "function_b": "is_object_one_of_types", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.56, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 17, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\_inspect.py", | |
| "file_path_b": null, | |
| "function_a": "get_object_types_mro_as_strings", | |
| "function_b": "is_object_one_of_types", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.48, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 21, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\_loop.py", | |
| "file_path_b": null, | |
| "function_a": "loop_first", | |
| "function_b": "loop_last", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.8, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 8, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| }, | |
| { | |
| "file_path": "C:\\repos\\rich\\rich\\_loop.py", | |
| "file_path_b": null, | |
| "function_a": "loop_first", | |
| "function_b": "loop_first_last", | |
| "semantic_decision": "REVIEW", | |
| "semantic_score": 0.89, | |
| "behavioral_tags_a": [], | |
| "behavioral_tags_b": [], | |
| "behavioral_risk_a": "LOW", | |
| "behavioral_risk_b": "LOW", | |
| "fusion_decision": "SAFE", | |
| "fusion_risk_score": 4, | |
| "fusion_risk_level": "LOW", | |
| "fusion_opposing_detected": false, | |
| "governance_action": "AUTO_APPLY", | |
| "pipeline_complete": true | |
| } | |
| ], | |
| "v1_findings_count": 0, | |
| "v1_findings": [], | |
| "total_runtime_seconds": 12.8, | |
| "status": "PASSED" | |
| } |