cryptography
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements cryptographic primitives using well-established libraries like
cryptographyandhashlib. The provided examples follow industry standards, such as utilizing AES-GCM for authenticated encryption and RSA-OAEP for asymmetric encryption. - [SAFE]: It provides accurate security guidance by correctly identifying and advising against the use of broken or weak primitives, specifically mentioning MD5, SHA-1, and the standard
randommodule for security-sensitive tasks. - [SAFE]: No indicators of malicious activity were detected. The skill does not attempt to access sensitive files, perform unauthorized network operations, or execute obfuscated code.
- [SAFE]: The code correctly uses cryptographically secure random number generators (
os.urandomandsecrets) for key and nonce generation.
Audit Metadata