local-file-encrypt

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill implements local file encryption and decryption using the legitimate 'cryptography' library. It follows standard security practices by using PBKDF2HMAC for key derivation with a high iteration count (480,000) and AES-256 (via Fernet).
  • [SAFE]: All file operations (read/write/directory creation) are performed locally on paths provided by the user or defined within the script. No signs of unauthorized file access or directory traversal were found.
  • [SAFE]: No network activity was detected. The skill does not use any HTTP clients or networking tools, ensuring that file data and derived keys remain on the local system.
  • [SAFE]: The skill includes explicit security guidelines for the agent, such as not storing passwords, not deleting original files without permission, and requiring human-in-the-loop (HITL) for password entry.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 04:19 PM