slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • PROMPT_INJECTION (SAFE): The skill handles user-provided text and emojis to render them into GIF frames. Although this creates a surface for indirect prompt injection, the skill possesses no exploitable capabilities such as network access or command execution, making the surface benign.
  • EXTERNAL_DOWNLOADS (SAFE): The requirement for imageio-ffmpeg is a standard practice for handling video and GIF encoding in Python; any associated binary downloads are performed by the library itself from its trusted sources.
  • DATA_EXFILTRATION (SAFE): No code was found that attempts to read sensitive files or send data to external servers; all operations are performed locally on the generated image frames.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:47 PM