slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [DATA_EXPOSURE] (SAFE): No sensitive file access or credential exposure detected. The skill interacts exclusively with image data and local file paths for saving output.
  • [REMOTE_CODE_EXECUTION] (SAFE): No use of eval(), exec(), or subprocess with untrusted input. All logic is implemented using standard mathematical operations and well-known image processing libraries.
  • [EXTERNAL_DOWNLOADS] (SAFE): Dependencies listed in requirements.txt (pillow, imageio, numpy) are standard, reputable packages from PyPI. No suspicious remote script execution patterns (e.g., curl | bash) are present.
  • [PROMPT_INJECTION] (SAFE): The SKILL.md file contains clear, functional instructions and metadata without any attempts to override system prompts or bypass safety filters.
  • [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes user-provided images. While this presents a standard ingestion surface, the processing is limited to PIL-based image manipulation which does not interpret natural language instructions embedded in image metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:22 PM