← gitlogy.com
TLS · PKI · DNS · HEADERS · CHAIN

The TLS check.

Certificate, chain, TLS protocol matrix, DNS posture, and security-header inspection with AI-prioritized remediation. Run it here — or call the API from your pipeline and gate deploys on the score.

try: github.com ·gitlogy.com ·expired.badssl.com

Run this in your pipeline

GitHub Actions · GitLab CI · any runner with curl + jq
SCORE=$(curl -s "https://gitlogy.com/api/scan?domain=example.com" | jq .score)
test "${SCORE}" -ge 90   # exit 1 below A grade — pipeline blocked

The full JSON includes every finding, the grade, and the AI analysis — gate on any field.