Independent verification tool for Reliance Infrastructure Canon documents.
pip install -r requirements.txt
python verify.py --repo https://github.com/abrahamkolo/reliance-infrastructure-canon- SHA3-512 hash integrity -- every document matches its registered hash
- Ed25519 signature verification -- every signature validates against the public key
- Master index completeness -- all 39 documents are indexed
- Document structure -- 4-layer organization is intact
- License verification -- CC BY-ND 4.0 is present
Clone any Reliance Infrastructure Canon repository and point this tool at it:
git clone https://github.com/abrahamkolo/reliance-infrastructure-canon.git
python verify.py --path ./reliance-infrastructure-canon=======================================================
RELIANCE INFRASTRUCTURE CANON -- INDEPENDENT VERIFICATION
=======================================================
Repository: ./reliance-infrastructure-canon
Timestamp: 2026-02-20T12:00:00Z
[1/5] SHA3-512 Hash Verification ........... 39/39 PASS
[2/5] Ed25519 Signature Verification ....... 39/39 PASS
[3/5] Master Index Completeness ............ 39/39 PASS
[4/5] Document Structure ................... 4/4 layers PASS
[5/5] License Verification ................. CC BY-ND 4.0 PASS
=======================================================
VERDICT: AUTHENTIC
=======================================================
Institutional-grade infrastructure requires independent verification. This tool allows any third party to verify the integrity and authenticity of the Reliance Infrastructure Canon without trusting the source repository's own scripts.
- Reliance Infrastructure Canon -- the 39-document canonical stack
- Governance Templates -- reusable document templates
MIT -- use freely for verification purposes.