Trust
What we do with your data. Which is nothing.
Verification is a job you should be able to hand to a service without adding a data-governance problem. This page is the whole posture — data handling, reference-data licensing, reproducibility, regulatory scope and code licence — written plainly enough to forward to whoever has to approve it.
Your input
- Not stored. Request bodies are processed in memory and discarded when the response is written. There is no request log of content, no queue, no analytics capture of what you sent.
- Counts, not content. Operational metrics are call counts and token counts per key. That is what an audit log contains, and it is enough to bill and to rate-limit.
- Not used for training. There is nothing to train — the product has no model. Your input is not training data because no training happens.
- Not shared. No third-party analytics, no advertising pixels, no external calls made on your behalf during a request.
- Self-hosting available. If the answer to "may data leave the network" is no, run the container yourself and the question does not arise.
Reference data
HLA-Verify computes from IPD-IMGT/HLA. It does not contain, republish or resell it.
- Fetched, not bundled. Release files are downloaded from the official ANHIG/IMGTHLA distribution at startup and cached locally. The database is not redistributed in our container, our repository or our responses.
- Integrity-checked. Every fetched file is MD5-verified against the release's own
md5checksum.txtbefore it is used. A mismatch is a hard failure, not a warning. - Attributed in every response. Each API response carries the source attribution and the release it was computed against.
- CC-BY-ND respected. The database is published under CC-BY-ND. We compute over it and cite it; we do not distribute modified copies of it.
- Independent. HLA-Verify is not affiliated with, endorsed by, or acting on behalf of ANHIG, IPD-IMGT/HLA, WMDA or NMDP.
Citation: Barker DJ et al. The IPD-IMGT/HLA Database. Nucleic Acids Research, 2025.
Reproducibility
The claim is specific: the same input, against the same pinned release, produces the same output — always.
No sampling
No temperature, no seed, no sampling step anywhere. The code path from input to verdict is a lookup and a set of fixed rules.
No silent updates
Your key is pinned to a release. It does not move because we shipped something. Release changes are an action you take, with a diff you can review.
Verifiable months later
Every response names its release. Given the release, any verdict can be recomputed and checked — during a study review, an audit, or a disagreement.
Regulatory posture
HLA-Verify is not a medical device and is not offered as one. It performs nomenclature verification against a public reference database. It does not perform HLA typing, does not interpret results, does not assess donor–recipient suitability, and does not produce a diagnosis, a treatment recommendation, or any clinical determination.
Its output supports, and does not replace, clinical judgment and your laboratory's own validated procedures. Responsibility for validating any tool within your accredited workflow — including this one — remains with your laboratory, as it does for every other tool you use.
We would rather be plainly useful inside that boundary than vague about where the boundary is. If your accreditation body asks what this thing is, the answer is: a reference-lookup service that tells you whether a name is real, current and correctly formatted, and shows its work.
Licensing
Open-core, deliberately. The evidence is open so it can be checked; the service is licensed so it cannot simply be resold.
| Component | Licence | What that means |
|---|---|---|
| Benchmark, task generators, graders, harness, framework adapters | Apache-2.0 | Use it, fork it, build on it, commercially. The evidence has to be checkable to be worth anything. |
The verification service (sci_envs/service) | PolyForm Noncommercial 1.0.0 | Read it, evaluate it, use it noncommercially. Commercial use requires a licence — that is the product. |
| IPD-IMGT/HLA reference data | CC-BY-ND (upstream) | Fetched at runtime, attributed, never redistributed. |
The sealed benchmark split, the regeneration cadence and commercial agreements are not published. Everything needed to check a claim on this site is.