slack-gif-creator

Pass

Audited by Gen Agent Trust Hub on Mar 9, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or data exfiltration vectors were detected in the skill's source code. The toolkit is well-documented and focused on its primary purpose of GIF generation and optimization.
  • [EXTERNAL_DOWNLOADS]: The skill specifies dependencies on standard, reputable Python packages including pillow, imageio, and numpy. These libraries are the industry standard for image manipulation and are used here for legitimate rendering and file assembly.
  • [DATA_EXFILTRATION]: File system access is limited to saving the generated GIF outputs and performing size validations. No unauthorized network requests or hardcoded credentials were found.
  • [REMOTE_CODE_EXECUTION]: All logic is performed locally using the provided Python templates and core modules. There is no evidence of dynamic code execution (eval, exec) using untrusted inputs or remote script fetching.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 9, 2026, 10:10 PM