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 cryptography and hashlib. 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 random module 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.urandom and secrets) for key and nonce generation.
Audit Metadata
Risk Level
SAFE
Analyzed
May 15, 2026, 10:58 AM
Security Audit — agent-trust-hub — cryptography