ssl-cert-check
Warn
Audited by Snyk on Jul 6, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required workflow runs
openssl s_client -connect "$HOST:443" ... >/tmp/tls-probe.txtand then parses that captured server-provided PEM/text withopenssl x509/grep, so outsider-authored free text (the remote server’s certificate/verification output) is ingested into the agent’s LLM context via the generated report.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata