slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill focuses entirely on image processing and GIF assembly using established libraries like Pillow, imageio, and NumPy. Analysis of the code across all 13 files shows no evidence of malicious intent or risky behavior.
- [EXTERNAL_DOWNLOADS] (SAFE): Dependencies listed in requirements.txt (pillow, imageio, imageio-ffmpeg, numpy) are standard, well-maintained packages used for graphics and data processing. No untrusted or suspicious third-party packages are required.
- [DATA_EXFILTRATION] (SAFE): There are no network calls (e.g., requests, urllib, sockets) or attempts to access sensitive local file paths (e.g., .ssh, .aws). The code strictly operates on image frames and saves them to local paths specified by the user.
- [COMMAND_EXECUTION] (SAFE): The code does not use subprocess, os.system, or any other mechanism to execute shell commands or external binaries.
- [PROMPT_INJECTION] (SAFE): No patterns of prompt injection, role-play overrides, or instructions to bypass safety guidelines were found in the template code or core logic.
Audit Metadata