docs(readme): add OVM role risks & trust assumptions#201
Open
ksale001 wants to merge 1 commit into
Open
Conversation
Mirror the "Role Risks and Trust Assumptions" section from the public docs (obol-gitbook, published at https://docs.obol.org/docs/learn/introduction/obol-splits) into the README. Documents that several ObolValidatorManager roles (CONSOLIDATION_ROLE, SET_BENEFICIARY_ROLE, SET_REWARD_ROLE, WITHDRAWAL_ROLE, RECOVER_FUNDS_ROLE, DEPOSIT_ROLE) and the owner are more privileged than their names suggest, plus the deposit front-running trust assumption. This is the agreed mitigation for the OVM audit findings: transparent documentation of role privileges, no re-audit and no code changes. README-only; contract source is untouched.
pinebit
approved these changes
Jul 9, 2026
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.
Adds a Role Risks & Trust Assumptions section to
README.md(after the Disclaimer), documenting that several ObolValidatorManager roles are more privileged than their names suggest, plus the deposit front-running trust assumption.Mirrors the Role Risks and Trust Assumptions section of the public OVM docs so the two surfaces stay consistent. README only, no contract or code changes.
Requesting review before merge.