Module · Directory and verification
Prüfwerkzeug (oh-check)
Probes entries live against their declared endpoints; its measurements are what the entry page shows — passed, failed and «never checked» as distinct states.
prepared Directory and verification licence not declared in the crate (corpus: Apache-2.0) no public endpoint Source on GitHub
L1.2 · registry/checker
Start now
Requirements:
- Rust (stable via rustup) and Git; every command runs from the root of the corpus checkout.
cargo run --locked --manifest-path registry/checker/Cargo.toml -- registry/standard/test-corpusExpected: amtsdruckschriften-bar #0 DownloadInterface — http-head https://www.amtsdruckschriften.bar.admin.ch/ (expect response) — never checked
Without --run oh-check prints only the probe plan and the gradient; no network. --run probes live and appends the history.
Download
- Source
- https://github.com/OpenHelvetia/checker-oh · registry/checker
- Release
- not yet No tagged release yet; the first follows the publication lane.
- Container image
- not yet No container image published yet.
- Crate
- not applicable — the module is not a library crate
git clone https://github.com/OpenHelvetia/checker-oh
Dependencies
- Needs
- Registry-Standard draft
- Needed by
- none
- Documentation
- the page in the documentation
State and evidence
prepared — built and tested, not publicly served.
Every piece of evidence carries its source. Values marked «recounted» are counted from the source at every build; if the figure differs, the build fails.
| Measure | Value | Source |
|---|---|---|
| Probe kinds | five, not four: sparql-ask, http-get, http-head, mcp-initialize, mcp-discover | registry/checker |
| Gradient and badge | 3 states (never checked · passed · failed); the badge aggregates into 4 messages — failed/red, passed/brightgreen, partially checked/yellow, never checked/lightgrey | registry/checker |
| History | append-only JSONL, one line per run, the youngest line wins; the website derives no finding of its own but reads the same file | registry/checker |
| Signature drift | 4 listing states (listed · re-verification-due · grace · quarantine); grace escalates after 14 days, there is no state «removed» | registry/checker |
| Tests and network boundary | 41 tests, all green — the HTTP cases against a real local server on 127.0.0.1; not a single request runs in the commit gate | registry/checker |
| Measurements on record | 37 interfaces in the corpus, 37 with a probe, all «never checked»; no history file exists in the repository | registry/checker |
No next state is pending: the present one is the intended one.
History
- 2026-09-03 Source published as its own repository on GitHub (publication lane, wave 2).
Documentation
- Prüfwerkzeug (oh-check) in the documentation: what it does, run, test, call
- Run it yourself · Test · Call