Harden payment evidence and funded execution boundaries - #132
Draft
mizuki0x wants to merge 4 commits into
Draft
Conversation
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.
Summary
Boundaries
This is a hardening integration draft, not a production W009/W011 implementation.
The Base seller is also not production-ready:
npm audit --omit=devreports two affected production dependency nodes, one high and one moderate, through@coinbase/x402->@coinbase/cdp-sdk->axios@1.16.0. The latest CDP SDK still pins that Axios version, and the automatic audit fix makes no change.Smaller independently reviewable slices remain in #130 and #131. Rebase this integration branch after those land rather than merging duplicate hunks.
Validation
./agent-os/scripts/validate.sh --scriptscargo fmt --all -- --checkcargo clippy -p covenantd --all-targets --locked -- -D warningscargo test -p covenantd --lib --locked(866 passed)npm audit --omit=devremains an expected failing production gate for the upstream Axios dependency described above.