Files
chimera-gfx-Public/manifests/runtime/phase-0.9e-loader-protocol.json
T
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

80 lines
2.8 KiB
JSON

{
"schema_version": 1,
"phase": "PHASE_0_9E_LOADER_9020_PROTOCOL",
"date": "2026-07-18",
"status": "UNPROVEN_IMPLEMENTATION_MISSING",
"exact_server_source_present": false,
"exact_server_binary_present": false,
"exact_host_client_present": false,
"protocol_identity": null,
"evidence": {
"documentation_path": "../chimera-elfldr/README.md",
"documentation_sha256": "372aeb28dc971b2bd98093a47fdaf77c32f75bbdc3b3d7e8678900744b91eadb",
"documentation_lines": "11-19",
"makefile_path": "../chimera-elfldr/Makefile",
"makefile_sha256": "3df93b48fc61ec67907b136e44ea2085baacf08347864d32befc072a7a783384",
"makefile_lines": "17-18",
"evidence_level": "ARCHITECTURE_ONLY"
},
"protocol": {
"server_role": "PS5_RUDIMENTARY_ELF_LOADER_DESCRIPTION_ONLY",
"client_role": "GENERIC_HOST_STREAM_SENDER_DESCRIPTION_ONLY",
"transport": "TCP_STRONGLY_INDICATED_NOT_SERVER_PROVEN",
"port": 9020,
"bind_address": "UNKNOWN",
"connect_direction": "HOST_TO_PS5",
"handshake": "UNKNOWN",
"magic": "UNKNOWN",
"version": "UNKNOWN",
"endianness": "UNKNOWN",
"headers": "UNKNOWN",
"length_fields": "UNKNOWN",
"maximum_payload_size": "UNKNOWN",
"chunking": "TCP_STREAM_ONLY_APPLICATION_UNKNOWN",
"eof": "SENDER_CLOSE_EXPECTED_LISTENER_SEMANTICS_UNKNOWN",
"acknowledgements": "UNKNOWN",
"checksum_or_hash": "UNKNOWN",
"timeout": "UNKNOWN",
"retry": "UNKNOWN",
"reconnect": "UNKNOWN",
"error_frames": "UNKNOWN",
"close_behavior": "UNKNOWN",
"upload_direction": "HOST_TO_PS5",
"response_direction": "UNKNOWN",
"accepted_object": "ELF_ASSUMED_BY_DOCUMENTATION_VALIDATION_UNKNOWN",
"post_receive_execution": "ASSUMED_BY_BOOTSTRAP_DESCRIPTION_NOT_SOURCE_PROVEN",
"parser": "MISSING",
"bounds_checks": "UNKNOWN",
"short_read_detection": "UNKNOWN",
"short_write_detection": "UNKNOWN",
"integer_overflow_checks": "UNKNOWN",
"allocations": "UNKNOWN",
"mappings": "UNKNOWN",
"permissions": "UNKNOWN",
"entrypoint_validation": "UNKNOWN",
"filesystem_staging": "UNKNOWN",
"cleanup": "UNKNOWN"
},
"host_model": {
"allowed": false,
"created": false,
"reason": "EXACT_PROTOCOL_SOURCE_OR_AUDITABLE_BINARY_IS_ABSENT",
"network_port_opened": false,
"device_connection_performed": false,
"payload_sent": false,
"binary_executed": false
},
"missing_evidence": [
"exact_listener_source_or_binary",
"exact_host_sender",
"complete_framing",
"maximum_length",
"recv_and_eof_state_machine",
"accepted_format_and_entrypoint_validation",
"response_error_and_close_behavior",
"timeout_retry_and_reconnect_rules",
"mapping_permissions_and_cleanup"
],
"classification": "CONCEPTUAL_9020_DESCRIPTION_IS_NOT_PROTOCOL_PROOF"
}