slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected across the analyzed files. The skill follows best practices for a programmatic utility.
- [EXTERNAL_DOWNLOADS]: The skill requires standard Python libraries (pillow, imageio, numpy) for image manipulation. No unverified or suspicious external dependencies are referenced.
- [DATA_EXFILTRATION]: No network communication or sensitive data access was identified. File operations are restricted to saving the generated GIF to a user-specified path.
- [COMMAND_EXECUTION]: The code does not use subprocesses, shell commands, or dynamic execution functions (eval/exec). It relies entirely on library APIs for its functionality.
- [PROMPT_INJECTION]: The instructions in SKILL.md are descriptive and functional, providing the agent with necessary knowledge for animation without attempting to bypass safety filters or override system instructions.
Audit Metadata