imagegen-ansi
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to execute bundled Python scripts and Node.js for image processing tasks. These commands operate on local files provided within the skill package.- [DYNAMIC_EXECUTION]: The
raster_to_ansi.pyscript generates an executable JavaScript module containing sampled image data. The data is safely serialized using standard JSON encoding before being embedded into the script template, preventing potential code injection from processed assets.- [EXTERNAL_DOWNLOADS]: The skill requests the installation of the standardpillowlibrary for image manipulation. It provides instructions to check for the dependency and install it via standard package managers likepiporuv.- [INDIRECT_PROMPT_INJECTION]: The skill processes external images through a deterministic thresholding and sampling pipeline. This avoids the execution of any instructions that might be embedded in the input data or its metadata.
Audit Metadata