grainrad-clone
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/grainrad_fx.pyexecutes external binaries includingmagick(ImageMagick),ffmpeg, andffprobeto perform media processing. These operations are implemented using subprocess call lists, which is a secure practice that avoids shell interpretation and command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill requires the user to have
ImageMagickandFFmpeginstalled on their local system to function. It also references thePillowPython library as a dependency for certain ASCII-to-image rendering tasks.
Audit Metadata