pixel-gif-maker
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: No security issues were detected. The skill performs localized GIF generation using a bundled Python script.\n- [COMMAND_EXECUTION]: The skill runs a local Python script
scripts/pixel_gif.py. This script is dependency-free and uses standard libraries to encode GIF files.\n- [INDIRECT_PROMPT_INJECTION]: The skill ingests user text via the--textargument inscripts/pixel_gif.py. Boundary markers include length checks and instructional constraints. The capability is limited to local file writing. Sanitization is performed by mapping characters to a fixed pixel font dictionary, ensuring the text is never executed or interpreted.
Audit Metadata