slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • SAFE (SAFE): No threats detected. The skill's behavior is consistent with its stated purpose of generating animated images.
  • Data Handling (SAFE): The skill processes image data, colors, and text strings to generate GIF frames. It does not access sensitive local files or hardcoded credentials.
  • Dependency Analysis (SAFE): The dependencies listed in requirements.txt (pillow, imageio, imageio-ffmpeg, numpy) are standard, well-maintained libraries for media processing.
  • File Operations (SAFE): The core/gif_builder.py module contains a save method that uses imageio.imwrite to write the final GIF to a specified path. This is an expected and necessary function for this skill.
  • Code Integrity (SAFE): No obfuscation, dynamic code execution (eval/exec), or persistence mechanisms were found. The use of sys.path.append in templates is a standard practice for local module resolution in this context.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 04:59 PM