Stats
Actions
Tags
From nhi
Generate a PKI compliance report covering realms, issuing policies, trust stores, and certificate health.
How this command is triggered — by the user, by Claude, or both
Slash command
/nhi:compliance-reportThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `nhi` MCP server to produce a structured compliance report. 1. **Inventory** — call `list_realms`, `list_issuing_policies`, `list_trust_stores`, and `list_certificates` (paginate) to collect total counts for each. 2. **Certificate health** — group certificates by status (active / expired / revoked / retired). Flag any active certificates past their `not_after` date, and any with no associated issuing policy. 3. **Trust store coverage** — for each trust store call `list_trust_store_certificates` and record the certificate count. 4. **Output** — print a markdown report with these sec...
Use the nhi MCP server to produce a structured compliance report.
list_realms, list_issuing_policies, list_trust_stores, and list_certificates (paginate) to collect total counts for each.not_after date, and any with no associated issuing policy.list_trust_store_certificates and record the certificate count.# NHI Compliance Report with today's dateOnly use MCP tools — do not call HTTP endpoints directly.
npx claudepluginhub arkion-inc/nhi-claude-plugin --plugin nhi