slack-gif-creator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): A thorough review of all 13 files confirms that the skill is dedicated to image manipulation and GIF generation. No evidence of malicious behavior, data exfiltration, or unauthorized command execution was found.\n- Indirect Prompt Injection (LOW): The skill possesses a data ingestion surface for user-supplied content. \n
- Ingestion points:
emojiandtextparameters across all animation templates (e.g.,templates/pulse.py,templates/spin.py). \n - Boundary markers: Absent. \n
- Capability inventory: Image processing via Pillow and NumPy, and file writing via
imageio.imwriteincore/gif_builder.py. \n - Sanitization: Absent; however, inputs are exclusively rendered as pixel data into GIF frames and are not interpreted as instructions.\n- Internal Dependencies (SAFE): The modules
core.typographyandcore.frame_composerare imported by various templates but are not present in the provided file list. This omission is a functional issue and does not constitute a security threat.
Audit Metadata