slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements its functionality through standard, well-known Python libraries (Pillow, imageio, and numpy). The provided source code for easing functions, frame composition, and GIF building follows standard practices for image manipulation.
- [COMMAND_EXECUTION]: No instances of shell command execution, subprocess spawning, or unsafe evaluation of strings were found. All drawing and animation logic is contained within pure Python functions using the PIL library.
- [DATA_EXFILTRATION]: The skill does not perform any network operations. It processes images locally and saves the resulting GIFs to the specified file system path. No patterns for accessing sensitive files or environment variables were detected.
- [PROMPT_INJECTION]: The instructions in SKILL.md are focused strictly on the intended functionality. There are no attempts to override system prompts, bypass safety filters, or extract sensitive model information.
- [REMOTE_CODE_EXECUTION]: The dependencies listed in requirements.txt (pillow, imageio, imageio-ffmpeg, numpy) are legitimate and widely used packages. There are no patterns of downloading and executing remote scripts.
Audit Metadata