slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): No security issues detected across all analyzed categories.
  • Dependency Check: All dependencies listed in requirements.txt (pillow, imageio, numpy) are standard, reputable libraries for image processing and numerical computation.
  • Code Execution: The skill does not use dangerous functions like eval(), exec(), or subprocess.run(). All animation logic is handled through mathematical functions in core/easing.py and PIL drawing methods in core/frame_composer.py.
  • Network & Data Safety: There are no network operations (requests, curl, socket) or hardcoded credentials. The skill operates entirely on local image data to produce GIF outputs.
  • Input Handling: While the skill processes user-uploaded images using Image.open(), this is a standard requirement for its stated purpose and does not present an unusual security risk in this context.
  • Obfuscation & Injection: No signs of code obfuscation, hidden characters, or prompt injection attempts were found in the metadata or the instructional content.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:11 PM