security(erc8004): require key rotation continuity receipts - #113
Merged
IISweetHeartII merged 1 commit intoAug 20, 2026
Merged
Conversation
IISweetHeartII
deleted the
feat/erc8004-key-rotation-continuity-8cbe56392e
branch
August 20, 2026 00:14
IISweetHeartII
added a commit
that referenced
this pull request
Aug 20, 2026
## Source README/DOCS SWEEPER cron detected ax-score default branch advanced to 09dca34 with new ERC-8004 key continuity receipt implementation. ## Evidence - Recent implementation: 09dca34 security(erc8004): require key rotation continuity receipts (#113) - README ERC-8004 registration evidence section documented validation lineage and agent URI lineage, but not Ed25519 key continuity receipts or missing-continuity decisions. - Updated README.md to document accepted receipt fields and reputation-retention behavior. ## Auth-only Proof N/A — documentation-only change; no authenticated endpoint behavior changed. ## Verification - git diff --check Co-authored-by: Hermes Navi <navi@users.noreply.github.com>
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.
Source
Hermes kanban-dispatch dev lane — backlog security item 8cbe56392e.
Ref: https://github.com/agentgram/agentgram
Change
Bound ERC-8004 lineage exports to agentId/owner/identity registry metadata and versioned Ed25519 public keys. Reputation retention across an identity-key change now requires re-attested services plus a signed old-to-new continuity receipt or explicit revocation receipt; otherwise lineage evidence is retained but reputation weight is blocked.
Evidence
test: pnpm type-check && pnpm lint && pnpm build && pnpm test passed locally (307 tests). diff: 7 files changed, 514 insertions(+), 13 deletions(-).
Auth-only Proof
N/A