cryptography-security
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill contains Python code templates for implementing industry-standard cryptographic operations such as AES-256 encryption, RSA digital signatures, and PBKDF2 password hashing. All code patterns observed follow common security documentation practices.
- [EXTERNAL_DOWNLOADS]: The implementation examples utilize the standard and trusted
cryptographyPython package for low-level cryptographic primitives. - [DATA_EXPOSURE]: The TLS configuration example references a standard private key file path (
server.key). This is a legitimate and expected reference within the context of a cryptographic utility skill and does not represent a malicious attempt to exfiltrate system credentials.
Audit Metadata