gif-sticker-maker
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/convert_mp4_to_gif.pyuses thesubprocessmodule to executeffmpegfor media conversion. This interaction with system binaries is standard for processing video files into GIFs.- [DATA_EXFILTRATION]: The skill transmits local images and user-provided text captions to the MiniMax API (viaMINIMAX_API_BASE) to generate content. This network activity is documented and required for the skill's core functionality.- [PROMPT_INJECTION]: User-provided captions are interpolated into prompts withinassets/image-prompt-template.txtandassets/video-prompt-template.txtwithout strict sanitization, creating a surface for indirect prompt injection. * Ingestion points: User-provided captions entering viaSKILL.mdStep 0. * Boundary markers: None; captions are placed inside quotes in prompt templates. * Capability inventory: Local file access, network operations (requests), and system command execution (ffmpeg). * Sanitization: No validation or escaping is applied to the input text before generation.
Audit Metadata