This repository contains governance-critical smart contract code intended for production deployment.
If you find a security issue, do not open a public issue. Report privately via GitHub Security Advisories and include:
- Impact and exploit scenario
- Affected functions/paths
- Reproduction steps or PoC
- Suggested mitigation (if available)
- Require at least one external review prior to production deployment.
- Deploy to a staging fork and replay expected governance actions.
- Verify source on chain and compare constructor arguments with reviewed values.
- Follow
docs/OPERATIONS.mdfor cross-proposal hash collision handling and council rotation. - Validate guarantees in
docs/SECURITY_PROPERTIES.mdagainst the release candidate bytecode.