slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard, versioned dependencies (Pillow, NumPy, imageio) for image processing and numerical calculations. No unknown or suspicious packages were found in the requirements file.
- [SAFE]: All code logic in the 'core' module consists of transparent mathematical easing functions, image composition helpers using PIL primitives, and standard GIF assembly logic. There are no instances of dynamic code execution (eval/exec) or obfuscation.
- [SAFE]: No network operations, credential harvesting, or data exfiltration patterns were identified. The skill operates locally on image frames and saves the output to a specified path.
- [SAFE]: Although the skill processes user-uploaded images, its functional capabilities are restricted to image manipulation via Pillow, which does not pose a risk of indirect command execution or exfiltration given the lack of network or shell access tools.
Audit Metadata