Azure keyvault certificate issuer review
Skill Raishin/vanguard-frontier-agentic/skills/azure/azure-keyvault-certificate-issuer-review
Curated marketplace of AI skills, agents, and rules for cloud, zero-trust, and compliance-aware engineering - works with Claude Code, Codex, Cursor, Copilot, and more.
npx -y skills add Raishin/vanguard-frontier-agentic --skill azure-keyvault-certificate-issuer-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when reviewing Azure Key Vault certificate issuer configurations for cert-manager on AKS. Trigger on any request to audit Key Vault certificate policies, Managed Identity role assignments, exportability settings, private endpoint connectivity, integrated CA credentials, or rotation policy alignment.
SKILL.md
3.6 KB, 614 tokens by cl100k_base, as published. Nobody here has run it
Azure Key Vault Certificate Issuer Review
Purpose
Review Azure Key Vault configurations used as certificate issuers for cert-manager on AKS. Identify Managed Identity role assignment gaps (data plane vs management plane confusion), certificate policy misalignment, exportability risks, network connectivity issues, integrated CA credential over-scoping, and rotation race conditions between cert-manager and Key Vault auto-rotation. Output severity-labeled findings with evidence and remediation steps.
Lean operating rules
- Check the Managed Identity (or Service Principal) role assignment on the Key Vault: the correct role is
Key Vault Certificate Officer(data plane). FlagKey Vault Contributoras HIGH — it grants management plane access including vault deletion. FlagKey Vault Administratoras HIGH (full data plane + management). - Verify whether Key Vault RBAC mode is enabled (
enableRbacAuthorization: true). If legacy access policies are used instead of RBAC, flag as MEDIUM (harder to audit, no Azure AD Conditional Access integration). - Review
exportablein the Key Vault certificate policy. Flagexportable: trueon certs used for cluster-internal mTLS as MEDIUM (private key unnecessarily extractable from Key Vault). - Check Key Vault network access configuration: if
publicNetworkAccess: Disabled, verify the AKS cluster has private endpoint access to the Key Vault and DNS resolution via private DNS zone. Flag missing private endpoint as MEDIUM. - For integrated CAs (DigiCert, GlobalSign): verify the Key Vault has the CA integration configured and the credential secret is scoped to a minimum (single certificate profile, not account-wide).
- Review cert-manager
renewBeforeagainst the Key Vault certificate's auto-rotation policy to detect overlapping rotation windows. Flag simultaneous rotation triggers as MEDIUM. - Label all findings as sampled configured-environment evidence, documentation-based, or inference.
References
Load these only when needed:
- Azure Key Vault Certificate Issuer Operations — use for current service behavior, common failure modes, hard design rules, verification targets, and push-back conditions.
- Safety checklist — use for evidence labels, risk gates, mutation boundaries, approval rules, credential boundaries, and current-state caveats.
- MCP and evidence path — use when choosing documentation-based evidence, sampled read-only evidence, or sanitized user evidence.
- Official sources — use when you need the detailed Microsoft documentation list or source notes.
- Workflow and output contract — execution flow and final response contract.
Response minimum
- Severity-labeled findings list (CRITICAL / HIGH / MEDIUM / LOW)
- Evidence source for each finding
- Specific resource name or field that caused the finding
- Recommended remediation with example Azure CLI command or policy snippet
- Overall Key Vault certificate issuer posture verdict
What ships with it: 6 files
13.5 KB alongside SKILL.md
references/
- keyvault-certificate-issuer-operations.md5.1 KB
- mcp-and-evidence.md1.5 KB
- official-sources.md2.2 KB
- safety-checklist.md1.7 KB
- workflow-and-output.md1.6 KB
- metadata.json1.3 KB