skills/mukul975/anthropic-cybersecurity-skills/implementing-mtls-for-zero-trust-services/Gen Agent Trust Hub
implementing-mtls-for-zero-trust-services
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary functionality is implemented using the standard Python
cryptographyandssllibraries, which are appropriate for managing X.509 certificates and TLS connections. - [EXTERNAL_DOWNLOADS]: The
references/api-reference.mdfile provides instructions for installingcert-managervia Helm from the Jetstack repository, which is a well-known service for certificate management in containerized environments. - [COMMAND_EXECUTION]: The provided Python script
scripts/agent.pyautomates security operations tasks such as creating a root CA, issuing signed certificates for microservices, and performing connectivity tests between endpoints. - [SAFE]: The certificate auditing function correctly identifies and flags potential security risks such as weak RSA key sizes (less than 2048 bits) or certificates nearing expiration (less than 30 days).
Audit Metadata