{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:I6VRWGKDI7I6N6P32R5CYSANXT","short_pith_number":"pith:I6VRWGKD","canonical_record":{"source":{"id":"2605.17450","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T13:48:25Z","cross_cats_sorted":["cs.AI","cs.CL","cs.CR"],"title_canon_sha256":"b9ea41076ae752434094f0daf0db13afb0b6f94f04b53e6d879b07296c4078aa","abstract_canon_sha256":"8e2d18aa448da2a49ec500383f1f7344616231d5785e40f1e5155d004a4761d0"},"schema_version":"1.0"},"canonical_sha256":"47ab1b194347d1e6f9fbd47a2c480dbccc8d58b71af548b271cf66d22f27e14b","source":{"kind":"arxiv","id":"2605.17450","version":1},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.17450","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"arxiv_version","alias_value":"2605.17450v1","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.17450","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"pith_short_12","alias_value":"I6VRWGKDI7I6","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"pith_short_16","alias_value":"I6VRWGKDI7I6N6P3","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"pith_short_8","alias_value":"I6VRWGKD","created_at":"2026-05-20T00:04:39Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:I6VRWGKDI7I6N6P32R5CYSANXT","target":"record","payload":{"canonical_record":{"source":{"id":"2605.17450","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T13:48:25Z","cross_cats_sorted":["cs.AI","cs.CL","cs.CR"],"title_canon_sha256":"b9ea41076ae752434094f0daf0db13afb0b6f94f04b53e6d879b07296c4078aa","abstract_canon_sha256":"8e2d18aa448da2a49ec500383f1f7344616231d5785e40f1e5155d004a4761d0"},"schema_version":"1.0"},"canonical_sha256":"47ab1b194347d1e6f9fbd47a2c480dbccc8d58b71af548b271cf66d22f27e14b","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-20T00:04:39.605852Z","signature_b64":"AOOBo27VszJzX1isV+15uHdZMMhmLAk1n+3dtJewR4GMTPlu2O8uP/AVC2nkdbGHktGTwyugL9sNjxuK1KLPDg==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"47ab1b194347d1e6f9fbd47a2c480dbccc8d58b71af548b271cf66d22f27e14b","last_reissued_at":"2026-05-20T00:04:39.605167Z","signature_status":"signed_v1","first_computed_at":"2026-05-20T00:04:39.605167Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.17450","source_version":1,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:04:39Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"VwkrONy5XhcT2VgjGN0R032cLh7oY0MhRN36FuAHgG+c2rXRmRqNsHG9bUD9p2CvQxoIvBiviSx2J/qHic9wDQ==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-21T13:45:31.817517Z"},"content_sha256":"3e0afb1c37c313fc4b881088db5b9d6248a230d76cedb4fe06c4b4078d5333a6","schema_version":"1.0","event_id":"sha256:3e0afb1c37c313fc4b881088db5b9d6248a230d76cedb4fe06c4b4078d5333a6"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:I6VRWGKDI7I6N6P32R5CYSANXT","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"ContraFix: Agentic Vulnerability Repair via Differential Runtime Evidence and Skill Reuse","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","headline":"ContraFix identifies root causes for vulnerabilities by comparing state differences in crashing versus non-crashing PoC variants and reuses prior repair skills.","cross_cats":["cs.AI","cs.CL","cs.CR"],"primary_cat":"cs.SE","authors_text":"Fang Liu, Li Zhang, Simiao Liu, Yang Liu, Yinghao Zhu","submitted_at":"2026-05-17T13:48:25Z","abstract_excerpt":"Large language model (LLM) agents are increasingly used for automated vulnerability repair (AVR), where repository-level reasoning enables them to inspect context and produce source-code patches. However, recent empirical results show that these agents still struggle with real-world vulnerabilities. Their main failure mode is semantic misunderstanding: choosing a repair direction that does not match the root cause. We identify two reasons for this gap. Existing agents usually reason from the failing execution alone. A crash report can pinpoint where the program failed, but it does not reveal w"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"On SEC-Bench (C/C++, 200 instances) and PatchEval (Go, Python, JavaScript, 225 instances), ContraFix with GPT-5-mini resolves 84.0% and 73.8% of the tasks, respectively, achieving state-of-the-art performance on both benchmarks while costing less than one-third of the strongest comparable baseline.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That the divergences identified by state probes between crashing and non-crashing PoC variants reliably isolate the causal variables or state transitions responsible for the vulnerability, and that these can be converted into a repair specification that produces correct, verified patches rather than symptom fixes.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"ContraFix couples differential runtime evidence from execution variants with reusable repair skills to achieve 84.0% resolution on SEC-Bench and 73.8% on PatchEval using GPT-5-mini, outperforming baselines at lower cost.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"ContraFix identifies root causes for vulnerabilities by comparing state differences in crashing versus non-crashing PoC variants and reuses prior repair skills.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"55fca1f5fb0d34845a6352af565aeacfc9b8dc8fe27785e074b8f4165c591e48"},"source":{"id":"2605.17450","kind":"arxiv","version":1},"verdict":{"id":"c850268c-533d-41ee-961c-828078fa3efc","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-19T22:57:32.906485Z","strongest_claim":"On SEC-Bench (C/C++, 200 instances) and PatchEval (Go, Python, JavaScript, 225 instances), ContraFix with GPT-5-mini resolves 84.0% and 73.8% of the tasks, respectively, achieving state-of-the-art performance on both benchmarks while costing less than one-third of the strongest comparable baseline.","one_line_summary":"ContraFix couples differential runtime evidence from execution variants with reusable repair skills to achieve 84.0% resolution on SEC-Bench and 73.8% on PatchEval using GPT-5-mini, outperforming baselines at lower cost.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That the divergences identified by state probes between crashing and non-crashing PoC variants reliably isolate the causal variables or state transitions responsible for the vulnerability, and that these can be converted into a repair specification that produces correct, verified patches rather than symptom fixes.","pith_extraction_headline":"ContraFix identifies root causes for vulnerabilities by comparing state differences in crashing versus non-crashing PoC variants and reuses prior repair skills."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2605.17450/integrity.json","findings":[],"available":true,"detectors_run":[{"name":"doi_title_agreement","ran_at":"2026-05-19T23:31:19.945467Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"doi_compliance","ran_at":"2026-05-19T23:12:24.886442Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"claim_evidence","ran_at":"2026-05-19T21:41:57.714109Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"ai_meta_artifact","ran_at":"2026-05-19T21:33:23.666915Z","status":"skipped","version":"1.0.0","findings_count":0}],"snapshot_sha256":"8abf52f601c599bc470f0931f46af43b678c75da95416b936437151bfd7a30c0"},"references":{"count":61,"sample":[{"doi":"","year":2025,"title":"SEC-bench/aider","work_id":"7b424c31-93c0-4afa-ab2a-9d0486abd61e","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2026,"title":"Amir Al-Maamari. 2026. Why LLMs Fail: A Failure Analysis and Partial Success Measurement for Automated Security Patch Generation. arXiv:2603.10072 [cs.CR] https://arxiv.org/abs/2603.10072","work_id":"5b08e7d9-f7e1-4487-ba8a-f37a81884879","ref_index":2,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2025,"title":"Anthropic. 2025. Claude Code: A Command Line Tool for Agentic Coding. https://code.claude.com/docs. Accessed: 2026-03-26","work_id":"1a47890a-24ad-42cd-8a69-b07ca108a166","ref_index":3,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2020,"title":"Afsah Anwar, Aminollah Khormali, Hisham Alasmary, Sung J Choi, Saeed Salem, David Mohaisen, et al. 2020. Measuring the Cost of Software Vulnerabilities.EAI Endorsed Transactions on Security & Safety7,","work_id":"d88d9ad8-f85b-46f8-93dd-04603dcafaa2","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2020,"title":"Tim Blazytko, Moritz Schlögel, Cornelius Aschermann, Ali Abbasi, Joel Frank, Simon Wörner, and Thorsten Holz. 2020. AURORA: statistical crash analysis for automated root cause explanation. InProceedin","work_id":"e04e3d0d-4c8b-407c-aac4-b062fbeb8b84","ref_index":5,"cited_arxiv_id":"","is_internal_anchor":false}],"resolved_work":61,"snapshot_sha256":"6d5a92d3a59506f2ac2b072ea741dd92e6394dfeba1254a8f4e50b2aa0aa2cd3","internal_anchors":6},"formal_canon":{"evidence_count":2,"snapshot_sha256":"f177f11f332fb9c85c58a78c81e46fc408eb93d1ad53df0387505126e2b75081"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"c850268c-533d-41ee-961c-828078fa3efc"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:04:39Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"3N8uJX6hiDdAj4ezXlgpIC0OtGVlrD5nzULXoXX2qZRG77BNSrLVxXbXG2v+gqtnxguycosx3v4vqpBC8xGZAw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-21T13:45:31.818178Z"},"content_sha256":"6d430e5e83db5f0e62acf095a343506cf52bac47e84d0a614a38c1edb70bc244","schema_version":"1.0","event_id":"sha256:6d430e5e83db5f0e62acf095a343506cf52bac47e84d0a614a38c1edb70bc244"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/I6VRWGKDI7I6N6P32R5CYSANXT/bundle.json","state_url":"https://pith.science/pith/I6VRWGKDI7I6N6P32R5CYSANXT/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/I6VRWGKDI7I6N6P32R5CYSANXT/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-21T13:45:31Z","links":{"resolver":"https://pith.science/pith/I6VRWGKDI7I6N6P32R5CYSANXT","bundle":"https://pith.science/pith/I6VRWGKDI7I6N6P32R5CYSANXT/bundle.json","state":"https://pith.science/pith/I6VRWGKDI7I6N6P32R5CYSANXT/state.json","well_known_bundle":"https://pith.science/.well-known/pith/I6VRWGKDI7I6N6P32R5CYSANXT/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:I6VRWGKDI7I6N6P32R5CYSANXT","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"8e2d18aa448da2a49ec500383f1f7344616231d5785e40f1e5155d004a4761d0","cross_cats_sorted":["cs.AI","cs.CL","cs.CR"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T13:48:25Z","title_canon_sha256":"b9ea41076ae752434094f0daf0db13afb0b6f94f04b53e6d879b07296c4078aa"},"schema_version":"1.0","source":{"id":"2605.17450","kind":"arxiv","version":1}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.17450","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"arxiv_version","alias_value":"2605.17450v1","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.17450","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"pith_short_12","alias_value":"I6VRWGKDI7I6","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"pith_short_16","alias_value":"I6VRWGKDI7I6N6P3","created_at":"2026-05-20T00:04:39Z"},{"alias_kind":"pith_short_8","alias_value":"I6VRWGKD","created_at":"2026-05-20T00:04:39Z"}],"graph_snapshots":[{"event_id":"sha256:6d430e5e83db5f0e62acf095a343506cf52bac47e84d0a614a38c1edb70bc244","target":"graph","created_at":"2026-05-20T00:04:39Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"On SEC-Bench (C/C++, 200 instances) and PatchEval (Go, Python, JavaScript, 225 instances), ContraFix with GPT-5-mini resolves 84.0% and 73.8% of the tasks, respectively, achieving state-of-the-art performance on both benchmarks while costing less than one-third of the strongest comparable baseline."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That the divergences identified by state probes between crashing and non-crashing PoC variants reliably isolate the causal variables or state transitions responsible for the vulnerability, and that these can be converted into a repair specification that produces correct, verified patches rather than symptom fixes."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"ContraFix couples differential runtime evidence from execution variants with reusable repair skills to achieve 84.0% resolution on SEC-Bench and 73.8% on PatchEval using GPT-5-mini, outperforming baselines at lower cost."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"ContraFix identifies root causes for vulnerabilities by comparing state differences in crashing versus non-crashing PoC variants and reuses prior repair skills."}],"snapshot_sha256":"55fca1f5fb0d34845a6352af565aeacfc9b8dc8fe27785e074b8f4165c591e48"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"f177f11f332fb9c85c58a78c81e46fc408eb93d1ad53df0387505126e2b75081"},"integrity":{"available":true,"clean":true,"detectors_run":[{"findings_count":0,"name":"doi_title_agreement","ran_at":"2026-05-19T23:31:19.945467Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_compliance","ran_at":"2026-05-19T23:12:24.886442Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"claim_evidence","ran_at":"2026-05-19T21:41:57.714109Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"ai_meta_artifact","ran_at":"2026-05-19T21:33:23.666915Z","status":"skipped","version":"1.0.0"}],"endpoint":"/pith/2605.17450/integrity.json","findings":[],"snapshot_sha256":"8abf52f601c599bc470f0931f46af43b678c75da95416b936437151bfd7a30c0","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Large language model (LLM) agents are increasingly used for automated vulnerability repair (AVR), where repository-level reasoning enables them to inspect context and produce source-code patches. However, recent empirical results show that these agents still struggle with real-world vulnerabilities. Their main failure mode is semantic misunderstanding: choosing a repair direction that does not match the root cause. We identify two reasons for this gap. Existing agents usually reason from the failing execution alone. A crash report can pinpoint where the program failed, but it does not reveal w","authors_text":"Fang Liu, Li Zhang, Simiao Liu, Yang Liu, Yinghao Zhu","cross_cats":["cs.AI","cs.CL","cs.CR"],"headline":"ContraFix identifies root causes for vulnerabilities by comparing state differences in crashing versus non-crashing PoC variants and reuses prior repair skills.","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T13:48:25Z","title":"ContraFix: Agentic Vulnerability Repair via Differential Runtime Evidence and Skill Reuse"},"references":{"count":61,"internal_anchors":6,"resolved_work":61,"sample":[{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":1,"title":"SEC-bench/aider","work_id":"7b424c31-93c0-4afa-ab2a-9d0486abd61e","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":2,"title":"Amir Al-Maamari. 2026. Why LLMs Fail: A Failure Analysis and Partial Success Measurement for Automated Security Patch Generation. arXiv:2603.10072 [cs.CR] https://arxiv.org/abs/2603.10072","work_id":"5b08e7d9-f7e1-4487-ba8a-f37a81884879","year":2026},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":3,"title":"Anthropic. 2025. Claude Code: A Command Line Tool for Agentic Coding. https://code.claude.com/docs. Accessed: 2026-03-26","work_id":"1a47890a-24ad-42cd-8a69-b07ca108a166","year":2025},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":4,"title":"Afsah Anwar, Aminollah Khormali, Hisham Alasmary, Sung J Choi, Saeed Salem, David Mohaisen, et al. 2020. Measuring the Cost of Software Vulnerabilities.EAI Endorsed Transactions on Security & Safety7,","work_id":"d88d9ad8-f85b-46f8-93dd-04603dcafaa2","year":2020},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":5,"title":"Tim Blazytko, Moritz Schlögel, Cornelius Aschermann, Ali Abbasi, Joel Frank, Simon Wörner, and Thorsten Holz. 2020. AURORA: statistical crash analysis for automated root cause explanation. InProceedin","work_id":"e04e3d0d-4c8b-407c-aac4-b062fbeb8b84","year":2020}],"snapshot_sha256":"6d5a92d3a59506f2ac2b072ea741dd92e6394dfeba1254a8f4e50b2aa0aa2cd3"},"source":{"id":"2605.17450","kind":"arxiv","version":1},"verdict":{"created_at":"2026-05-19T22:57:32.906485Z","id":"c850268c-533d-41ee-961c-828078fa3efc","model_set":{"reader":"grok-4.3"},"one_line_summary":"ContraFix couples differential runtime evidence from execution variants with reusable repair skills to achieve 84.0% resolution on SEC-Bench and 73.8% on PatchEval using GPT-5-mini, outperforming baselines at lower cost.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"ContraFix identifies root causes for vulnerabilities by comparing state differences in crashing versus non-crashing PoC variants and reuses prior repair skills.","strongest_claim":"On SEC-Bench (C/C++, 200 instances) and PatchEval (Go, Python, JavaScript, 225 instances), ContraFix with GPT-5-mini resolves 84.0% and 73.8% of the tasks, respectively, achieving state-of-the-art performance on both benchmarks while costing less than one-third of the strongest comparable baseline.","weakest_assumption":"That the divergences identified by state probes between crashing and non-crashing PoC variants reliably isolate the causal variables or state transitions responsible for the vulnerability, and that these can be converted into a repair specification that produces correct, verified patches rather than symptom fixes."}},"verdict_id":"c850268c-533d-41ee-961c-828078fa3efc"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:3e0afb1c37c313fc4b881088db5b9d6248a230d76cedb4fe06c4b4078d5333a6","target":"record","created_at":"2026-05-20T00:04:39Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"8e2d18aa448da2a49ec500383f1f7344616231d5785e40f1e5155d004a4761d0","cross_cats_sorted":["cs.AI","cs.CL","cs.CR"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-17T13:48:25Z","title_canon_sha256":"b9ea41076ae752434094f0daf0db13afb0b6f94f04b53e6d879b07296c4078aa"},"schema_version":"1.0","source":{"id":"2605.17450","kind":"arxiv","version":1}},"canonical_sha256":"47ab1b194347d1e6f9fbd47a2c480dbccc8d58b71af548b271cf66d22f27e14b","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"47ab1b194347d1e6f9fbd47a2c480dbccc8d58b71af548b271cf66d22f27e14b","first_computed_at":"2026-05-20T00:04:39.605167Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-20T00:04:39.605167Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"AOOBo27VszJzX1isV+15uHdZMMhmLAk1n+3dtJewR4GMTPlu2O8uP/AVC2nkdbGHktGTwyugL9sNjxuK1KLPDg==","signature_status":"signed_v1","signed_at":"2026-05-20T00:04:39.605852Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.17450","source_kind":"arxiv","source_version":1}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:3e0afb1c37c313fc4b881088db5b9d6248a230d76cedb4fe06c4b4078d5333a6","sha256:6d430e5e83db5f0e62acf095a343506cf52bac47e84d0a614a38c1edb70bc244"],"state_sha256":"25b76fc20648830229913148146d63431e16a233f113825f93639208c292b469"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"hoE2GViS7jlZWrEPNW9MIhbbIiWHPHcrsRMIXBXSOCvkovT2KjX9ffTlliLUMyjEvVYboOwepvj8e3dKu/GpAQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-21T13:45:31.821033Z","bundle_sha256":"1908bb27d090c3a4e284cd6e80683d469f9e611aaf35583a846c9e575668d09e"}}