An open API service indexing awesome lists of open source software.

https://github.com/inaciovasquez2020/urf-verifier

URF Verifier — authoritative verifier for Unified Rigidity Framework certificates with deterministic checks, provenance validation, and CI-grade reproducibility.
https://github.com/inaciovasquez2020/urf-verifier

cryptographic-signatures deterministic-builds executable-certificates formal-verification provenance reproducible-research unified-rigidity-framework verifier

Last synced: about 2 months ago
JSON representation

URF Verifier — authoritative verifier for Unified Rigidity Framework certificates with deterministic checks, provenance validation, and CI-grade reproducibility.

Awesome Lists containing this project

README

          

# URF Verifier

This repository provides the **verification tooling** for Unified Rigidity Framework (URF) artifacts.

It checks structural consistency, scope compliance, and certificate validity for released URF modules.

## What it verifies
- Structural correctness of URF certification artifacts.
- Conformance to declared schemas and invariants.
- Integrity of frozen, reference outputs.

## What it does not do
- Does not generate proofs.
- Does not establish mathematical truth.
- Does not resolve open theoretical questions.

## How to run
Typical usage:
- Select a released artifact or certificate.
- Run the verifier entry point provided in this repository.

(Exact commands are documented alongside the verifier scripts.)

## Output
- Pass / fail verification results.
- Structured diagnostics identifying violated constraints, if any.

## Status
Stable verification tool.
Intended for audit and reproducibility, not development.