gif-maker
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- EXTERNAL_DOWNLOADS (SAFE): The skill installs the
Pillowlibrary viapipfrom the official Python Package Index (PyPI). This is a standard dependency for image processing and follows established best practices for agent skills. - COMMAND_EXECUTION (SAFE): The
make_gif.pyscript executes thegifsicleutility usingsubprocess.runwith a list of arguments. This approach is secure as it avoids shell interpretation, thereby preventing command injection vulnerabilities. - DATA_EXPOSURE & EXFILTRATION (SAFE): The skill only interacts with local files provided as input (images) and generates local output files. There are no network operations or access to sensitive system directories detected.
Audit Metadata