slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were identified. The skill provides clear, functional code for animation using well-established libraries.
- [COMMAND_EXECUTION]: The skill uses library-level APIs (Pillow and imageio) for image manipulation. No usage of dangerous functions like
os.system,subprocess, orevalwith untrusted input was found. - [DATA_EXFILTRATION]: There are no network operations, hardcoded credentials, or attempts to access sensitive system files (e.g., SSH keys, environment variables).
- [PROMPT_INJECTION]: The instructions in SKILL.md are strictly technical, providing guidance on Slack's GIF requirements and animation techniques. No bypass or override patterns were detected.
- [REMOTE_CODE_EXECUTION]: All dependencies are standard, versioned packages from the official PyPI registry (Pillow, imageio, numpy). No remote script downloads or dynamic execution patterns were found.
Audit Metadata