imagemagick-conversion
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous examples of shell commands for the ImageMagick
magickandmogrifyutilities. These are intended for image processing tasks such as format conversion, resizing, and batch processing. - [EXTERNAL_DOWNLOADS]: References the installation of ImageMagick via standard, well-known package managers like Homebrew (
brew install imagemagick). It does not perform any direct downloads or execution of remote scripts. - [SAFE]: Includes explicit safety considerations, advising users to test commands on copies of files first and providing guidance on using the
-pathoption withmogrifyto preserve original images. It also includes tips on quoting wildcards to prevent shell expansion issues.
Audit Metadata