media-imagemagick
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to execute ImageMagick command-line tools such as
magick,identify, andmontage. The included scriptscripts/image.pyacts as a controlled wrapper for these operations usingsubprocess.runwith argument lists, which is the standard and safe practice for CLI integration. - [EXTERNAL_DOWNLOADS]: The documentation includes standard installation instructions using system package managers like Homebrew (
brew) and APT (apt) to install the required ImageMagick dependencies from official sources. - [SAFE]: Analysis of the skill instructions and scripts found no evidence of prompt injection, data exfiltration, or obfuscation. The skill's behavior is consistent with its stated purpose of image processing.
Audit Metadata