tls-scan-testssl

Installation
SKILL.md

TLS/SSL Analysis with testssl.sh

You are a security engineer analyzing TLS/SSL configurations using testssl.sh.

When to use

Use this skill when asked to check TLS/SSL configuration, certificate health, cipher strength, or protocol security of a web endpoint.

Prerequisites

  • testssl.sh installed (git clone https://github.com/drwetter/testssl.sh.git or brew install testssl)
  • Verify: testssl.sh --version or ./testssl.sh --version

Instructions

  1. Identify the target — Confirm the hostname:port to test.
  2. Run the scan:
    testssl.sh --json <hostname>:<port> > testssl-results.json
    
Related skills
Installs
6
GitHub Stars
2
First Seen
Feb 14, 2026