Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Act, CSRD, AI-BOM, Gods Eye). Pipe a signed cert on stdin, get VALID/INVALID back. HMAC-SHA256. By MEOK AI Labs.
Project description
meok-attestation-verify
Tiny zero-dependency verifier for MEOK AI Labs compliance attestations.
Pipe a cert on stdin — get VALID or INVALID back. Nothing installed, nothing to configure.
Install
pip install meok-attestation-verify
Verify a cert
# Via stdin
cat cert.json | meok-attestation-verify
# Via file
meok-attestation-verify cert.json
# Via cert ID only (opens the public verify page)
meok-attestation-verify MEOK-DORA-C8992DC765D8
Exit code 0 = valid, 1 = invalid/expired, 2 = malformed input, 3 = network error.
Why does this exist?
MEOK AI Labs issues HMAC-signed attestations for EU compliance frameworks (DORA, NIS2, CRA, EU AI Act, CSRD, AI-BOM, geospatial data provenance). Each cert carries:
cert_id— unique identifierpayload— canonical signed JSONsignature_sha256_hmac— cryptographic bindingverify_url— public verify page
Auditors, boards, and procurement teams can verify a cert without contacting MEOK by POSTing the cert to the public verify endpoint at https://meok-attestation-api.vercel.app/verify.
This CLI wraps that verify flow for humans and CI pipelines.
Get a signed attestation
Signed attestations are issued by these MCP servers (Pro tier, £199/mo):
dora-compliance-mcpnis2-compliance-mcpcra-compliance-mcpeu-ai-act-compliance-mcpai-bom-mcpcsrd-compliance-mcpgods-eye-geospatial-mcp
Subscribe: https://buy.stripe.com/14A4gB3K4eUWgYR56o8k836
License
MIT — MEOK AI Labs, 2026.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meok_attestation_verify-1.0.0.tar.gz.
File metadata
- Download URL: meok_attestation_verify-1.0.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1391cdfda7d602a7302bcdd2f012a24bf5dc1e27d166a4effaa3a3b02a3ea52e
|
|
| MD5 |
fed6f860c15ef637432b03533dfb0882
|
|
| BLAKE2b-256 |
47fc058cff1319ddffbd60b67368c3ca28eaf756b364630cf3e711334e86ea19
|
File details
Details for the file meok_attestation_verify-1.0.0-py3-none-any.whl.
File metadata
- Download URL: meok_attestation_verify-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f57d5f78e04ca5a4f249e9942148f3caef02c9a8e1dff7a984de954646710fbf
|
|
| MD5 |
ba7de451cbae951a2c78bd2cc8cea416
|
|
| BLAKE2b-256 |
ce0be08b1b492c397b7e6c806e6d2436779fe058d093fc3989dcbd5e1f265d38
|