slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Mar 2, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or persistence mechanisms were detected. The skill's functionality aligns with its described purpose.
  • [EXTERNAL_DOWNLOADS]: The skill lists standard, reputable Python packages (pillow, imageio, numpy) as dependencies. These are well-known libraries for image processing and numerical computation.
  • [PROMPT_INJECTION]: An indirect prompt injection surface exists as the skill processes user-provided images.
  • Ingestion points: Reads user-uploaded image files using PIL.Image.open().
  • Boundary markers: None explicitly defined in the provided code snippets to separate processed content from agent instructions.
  • Capability inventory: Limited to file system write operations for saving generated GIFs via GIFBuilder.save().
  • Sanitization: No specific sanitization of image metadata or content is described; however, the primary use case is visual manipulation rather than textual interpretation.
  • [COMMAND_EXECUTION]: No usage of os.system, subprocess, or other shell command execution utilities was found.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 2, 2026, 04:08 PM