implementing-tls
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and installs industry-standard security tools such as certbot, cfssl, mkcert, and cert-manager from official GitHub releases and well-known repository registries like Helm.
- [COMMAND_EXECUTION]: Employs standard system utilities including
openssl,curl,vault,kubectl, andhelmto perform certificate generation, network diagnostics, and infrastructure automation. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-defined inputs like domain names and email addresses to generate configuration files and shell commands for TLS setup.
- Ingestion points: User-supplied domain names, email addresses, and network parameters found in
SKILL.mdand various configuration templates. - Boundary markers: None identified; templates assume standard input for generating commands.
- Capability inventory: Utilizes system-level tools like
certbot(with sudo) andkubectlfor deploying security configurations. - Sanitization: Not explicitly present in the instructional scripts, which use direct interpolation for configuration parameters.
Audit Metadata