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.
SCORE=$(curl -s "https://gitlogy.com/api/scan?domain=example.com" | jq .score)
test "${SCORE}" -ge 90 # exit 1 below A grade — pipeline blockedThe full JSON includes every finding, the grade, and the AI analysis — gate on any field.