get_dora_certificate
Generate a cryptographically signed DORA compliance attestation certificate for auditing and board reporting. Share the verify URL to validate authenticity.
Instructions
Generate a cryptographically signed DORA compliance attestation (Pro/Enterprise).
Uses the shared MEOK attestation module (HMAC-SHA256 signed JSON + verify URL + optional base64-encoded PDF). Share the verify_url with your auditor / board / procurement team — the signature is cryptographically binding and any tampering invalidates it. Certificates expire 365 days from issue.
Args: entity_name (str): The entity name to appear on the certificate. overall_score (float): Overall compliance score (0–100). findings_csv (str): Comma-separated list of article-level findings (e.g. "Article 9: PASS,Article 28: GAP") articles_audited_csv (str): Comma-separated article numbers (e.g. "9,10,28") include_pdf_base64 (bool): Set True to also receive a board-ready PDF as base64. api_key (str): MEOK API key (Pro/Enterprise tier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | ||
| overall_score | Yes | ||
| findings_csv | No | ||
| articles_audited_csv | No | ||
| include_pdf_base64 | No | ||
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |