slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Sep 12, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
  • [SAFE]: The skill implements core GIF creation logic using standard image processing workflows. It does not exhibit any patterns of prompt injection, credential exfiltration, or persistence mechanisms.
  • [EXTERNAL_DOWNLOADS]: The skill declares dependencies on established and widely-used Python libraries through its requirements.txt file and documentation.
  • Evidence: Dependencies include pillow, imageio, and numpy which are industry standards for image and data processing.
  • [INDIRECT_PROMPT_INJECTION]: The skill is designed to process user-provided image files, which is a necessary surface for its primary function as a GIF creator.
  • Ingestion points: User-uploaded images are loaded via Pillow (PIL) as described in the Core Workflow of SKILL.md.
  • Boundary markers: None present for binary image data.
  • Capability inventory: File system write operations for saving output GIFs and image manipulation routines.
  • Sanitization: Relies on the inherent file validation and processing logic of the Pillow library.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 12, 2026, 09:54 AM
Security Audit — agent-trust-hub — slack-gif-creator