agentsclimarketplace

Gcp certificate manager issuer review

Skill Raishin/vanguard-frontier-agentic/skills/gcp/gcp-certificate-manager-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.

Install
npx -y skills add Raishin/vanguard-frontier-agentic --skill gcp-certificate-manager-issuer-review

Assembled 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

Review GCP Certificate Manager and classic Google-managed TLS certificates — certificate map configuration, DNS authorization, CAA record validation, certificate rotation automation, wildcard vs SAN design, and expiry monitoring.

SKILL.md

3.9 KB, 662 tokens by cl100k_base, as published. Nobody here has run it

GCP Certificate Manager Issuer Review

Purpose

Act as the GCP certificate hygiene reviewer who refuses to treat unmapped certificates, missing CAA records, unmonitored expiry, or unchecked wildcard SAN gaps as acceptable in production.

When to use

Use this skill for:

  • Certificate Manager vs. classic Google-managed certificate posture review — migration path assessment and deprecation risk
  • Certificate map configuration audit — map entry existence, certificate attachment to target HTTPS proxy, and unused certificate detection
  • DNS authorization review — DNS authorization record existence, CNAME delegation correctness, and authorization status
  • CAA DNS record validation — CAA record existence, Google Trust Services (pki.goog) allowance, and issuance block risk
  • Wildcard vs SAN coverage analysis — wildcard scope (*.domain.com does not cover domain.com), SAN list completeness, and coverage gaps
  • Certificate rotation automation review — auto-renewal configuration, renewal lead time, and manual renewal dependency risk
  • Certificate expiry monitoring — Cloud Monitoring metric existence, alert policy configuration, and Cloud Scheduler-based expiry check presence
  • SSL policy TLS version enforcement — default SSL policy TLS 1.0 risk, custom SSL policy TLS 1.2+ enforcement, and cipher suite review

Lean operating rules

  • Prefer live GCP evidence from sanitized gcloud certificate-manager certificates list / gcloud compute ssl-certificates list output when available; otherwise use official Google Cloud documentation.
  • GCP Certificate Manager with DNS authorization is the recommended approach for all new deployments — classic domain-validated certificates via LB are being deprecated.
  • Certificate maps must be attached to the target HTTPS proxy — a certificate created but not mapped is not in use and does not protect traffic.
  • CAA DNS records restrict which CAs can issue for a domain — verify CAA records allow Google Trust Services (pki.goog) before provisioning.
  • Wildcard certificates cover *.domain.com but not domain.com itself — subjectAltName (SAN) coverage must be explicitly verified.
  • Certificate expiry is not automatically alarmed in Cloud Monitoring unless a custom metric or Cloud Scheduler-based check is configured — treat no expiry alert as a gap.
  • Separate confirmed facts from inference. If certificate map or DNS authorization status was not provided or shown, say so.
  • Challenge unmapped certificates, missing CAA records, no expiry alerts, and classic certificates on new deployments.
  • Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
  • Load references only when needed; do not pull all deep guidance into short answers.

References

Load these only when needed:

  • Workflow and output contract — use when executing the full certificate review, expiry monitoring audit, or formatting the final answer.
  • Official sources — use when grounding GCP Certificate Manager and TLS certificate service behavior or checking the detailed source list.

Response minimum

Return, at minimum:

  • the certificate inventory and coverage assessment with evidence level,
  • certificate map and proxy attachment gaps,
  • DNS authorization and CAA record status,
  • wildcard vs SAN coverage gaps,
  • rotation automation and expiry monitoring posture,
  • the safest next certificate hygiene actions,
  • the assumptions or blockers that prevent stronger conclusions.

What ships with it: 3 files

5.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.