slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a set of utility modules and instructions for programmatically generating GIF animations using the Pillow and imageio libraries. The functionality aligns with the stated purpose of creating Slack-optimized emojis and message GIFs.
- [EXTERNAL_DOWNLOADS]: The skill specifies standard, well-known dependencies in
requirements.txt, includingpillow,imageio,imageio-ffmpeg, andnumpy. These are common libraries for media processing and are retrieved from official package registries. - [COMMAND_EXECUTION]: No arbitrary command execution, shell spawning, or unsafe subprocess calls were detected. The scripts focus on mathematical calculations for animation (easing) and image manipulation.
- [DATA_EXFILTRATION]: The skill does not perform any network operations. It reads and writes image files locally as part of its core GIF creation and validation workflow.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare descriptive and functional. They do not contain any patterns intended to bypass safety filters, override system instructions, or extract sensitive information.
Audit Metadata