ssl-certificate-management
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several shell scripts (
references/automated-certificate-renewal.md,references/certificate-monitoring-and-renewal.md, andscripts/validate-config.sh) that usekubectl,curl,jq, andopenssl. These scripts are intended for infrastructure management but involve executing commands that could be misused if provided with malicious arguments. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The
certificate-monitor.shscript (found inreferences/certificate-monitoring-and-renewal.md) reads data from Kubernetes secrets usingkubectl get secrets -A -o jsonand processes it withjqandopenssl. - Boundary markers: There are no boundary markers or explicit sanitization logic to handle potentially malicious content within the secrets' metadata or payloads.
- Capability inventory: The script has the capability to execute commands like
openssl x509,date, andmail. It can send emails containing parts of the certificate data. - Sanitization: No sanitization is performed on the data extracted from the Kubernetes secrets before it is used in local commands or included in outgoing emails.
Audit Metadata