slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides well-structured Python modules for animation logic and GIF creation.
- [DATA_EXPOSURE]: The skill mentions handling user-uploaded images, but this is handled locally using the Python Imaging Library (PIL) for the stated purpose of animation, without any external data transmission.
- [COMMAND_EXECUTION]: The skill uses standard, safe Python libraries (Pillow, imageio, numpy) for image manipulation. There are no shell command executions or dynamic code evaluations.
- [EXTERNAL_DOWNLOADS]: The skill requires standard Python packages from official registries (PyPI), which are appropriate for its functionality.
Audit Metadata