Skip to content

abrahamkolo/reliance-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify Canon License: MIT

reliance-verify

Independent verification tool for Reliance Infrastructure Canon documents.

Quick Start

pip install -r requirements.txt
python verify.py --repo https://github.com/abrahamkolo/reliance-infrastructure-canon

What It Checks

  1. SHA3-512 hash integrity -- every document matches its registered hash
  2. Ed25519 signature verification -- every signature validates against the public key
  3. Master index completeness -- all 39 documents are indexed
  4. Document structure -- 4-layer organization is intact
  5. License verification -- CC BY-ND 4.0 is present

Standalone Usage

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

Output

=======================================================
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
=======================================================

Why This Exists

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.

Related

License

MIT -- use freely for verification purposes.

About

Independent verification tool for Reliance Infrastructure Canon · SHA3-512 + Ed25519 authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages