ss-image-resize
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues or malicious patterns were identified in the analyzed files. The skill functions as described and uses standard system utilities for image processing.
- [COMMAND_EXECUTION]: The skill uses a bash script (
scripts/resize.sh) to execute ImageMagick commands (magickorconvert). The script implements defensive programming by usingset -euo pipefailand ensuring all variables and inputs are double-quoted when passed to subprocesses, which prevents command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The documentation includes instructions for users to install the ImageMagick dependency via official and well-known package managers (Homebrew and APT). These are standard installation procedures for trusted system tools.
Audit Metadata