slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill uses standard, safe Python libraries (Pillow, imageio, and NumPy) to perform image processing and GIF generation within the local environment.- [EXTERNAL_DOWNLOADS]: The skill requires well-known and trusted external dependencies for its core functionality, including 'pillow' for image manipulation, 'imageio' for file I/O, and 'numpy' for numerical processing. All referenced packages are standard industry tools and do not represent a security risk.- [COMMAND_EXECUTION]: No dangerous system command executions, subprocess spawning, or shell injections were identified. The logic is self-contained within the provided Python modules.- [DATA_EXFILTRATION]: There are no network operations, API calls, or hardcoded credentials present. The skill only interacts with the filesystem to save generated GIF files to user-specified paths.
Audit Metadata