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.mdandrequire_authorizationinscripts/analyze_tls.py) that requires the user to confirm they have permission to scan a target and explicitly use the--authorizedflag for remote targets. - [SAFE]: The Python script performs standard network operations for the purpose of TLS handshakes (using the built-in
sslandsocketmodules) 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
rmand 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