coreason-urn-authority 0.45.1

Epistemic Ledger & OCI Trust Anchor for CoReason URNs.
Documentation

coreason-urn-authority (The Epistemic Ledger)

Crates.io npm CI Documentation License: Prosperity 3.0 Codecov OpenSSF Scorecard Pre-commit Powered By: AI OSV-Scanner Trivy TruffleHog OWASP ZAP

The Epistemic Ledger & Capability Registry of the CoReason ecosystem.

coreason-urn-authority acts as the central, cryptographic authority for all URN-addressable capabilities (Model Context Protocol servers). It enforces strict topographical bounds, quality guillotines, and memory limits before capabilities can be dynamically projected into client VPCs.

Getting Started

Prerequisites

  • Rust stable toolchain
  • Cargo

Installation

  1. Clone the repository:
    git clone https://github.com/CoReason-AI/coreason-urn-authority.git
    cd coreason-urn-authority
    
  2. Build:
    cargo build --release
    

Usage

  • Run the tests:
    cargo test