aes_256_gcm

Pass

Audited by Gen Agent Trust Hub on Mar 4, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
  • [SAFE]: No security vulnerabilities were detected in the skill instructions or code snippets. The implementation uses industry-standard authenticated encryption (AES-GCM) correctly.\n- [EXTERNAL_DOWNLOADS]: The skill recommends installing the 'cryptography' Python package. This is a standard, well-known library from a trusted ecosystem (PyPI) and does not represent a security risk when used as instructed.\n- [SAFE]: The code correctly handles nonces by generating 96-bit unique values per operation using os.urandom and prepending them to the ciphertext for decryption.\n- [SAFE]: The skill promotes secure secrets management by instructing the user to load encryption keys from a vault service rather than hardcoding them.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 4, 2026, 01:09 AM