analyzing-tls-config

Pass

Audited by Gen Agent Trust Hub on Aug 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is a well-documented security auditing tool for analyzing Transport Layer Security (TLS) configurations.
  • [SAFE]: It implements an authorization gate mechanism (Step 1 in SKILL.md and require_authorization in scripts/analyze_tls.py) that requires the user to confirm they have permission to scan a target and explicitly use the --authorized flag for remote targets.
  • [SAFE]: The Python script performs standard network operations for the purpose of TLS handshakes (using the built-in ssl and socket modules) to collect metadata such as certificate chains and cipher suites. It does not execute remote content or process untrusted data in a way that allows for code execution.
  • [SAFE]: The skill frontmatter explicitly restricts dangerous tools, including rm and modifications to /etc/, aligning with a least-privilege security posture.
  • [SAFE]: No patterns of prompt injection, data exfiltration, obfuscation, or persistence mechanisms were detected across the analyzed files.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 21, 2026, 12:07 PM
Security Audit — agent-trust-hub — analyzing-tls-config