ACP: add optional ingress provenance receipts#1083
Merged
alexey-pelykh merged 1 commit intomainfrom Mar 12, 2026
Merged
Conversation
Merged via squash. Prepared head SHA: b63e46d Co-authored-by: mbelinky <[email protected]> Co-authored-by: mbelinky <[email protected]> Reviewed-by: @mbelinky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of upstream openclaw/openclaw@e3df94365 (PR openclaw#40473, @mbelinky).
What: Adds optional ingress provenance receipts to ACP bridge. When enabled, the ACP translator injects
systemInputProvenancemetadata and/or a[Source Receipt]block into chat.send requests, allowing the gateway to track message origin for audit/security purposes. Gateway validates that only ACP bridge clients can set system provenance fields.Adaptation: AUTO-PARTIAL — 6 conflicts resolved:
chat.directive-tags.test.ts: large block of delivery routing tests (deleted in fork) discarded; only kept the 2 new provenance tests withopenclaw→remoteclawrebrandlastDispatchCtxto test mockState + dispatch mock capture (needed for provenance assertions)openclaw_acp→remoteclaw_acp,bridge=openclaw-acp→bridge=remoteclaw-acp,acpx openclaw→acpx remoteclaw, env varsOPENCLAW_*→REMOTECLAW_*Cherry-picked-from: openclaw/openclaw@e3df94365
Part of #925