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 (magick or convert). The script implements defensive programming by using set -euo pipefail and 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
Risk Level
SAFE
Analyzed
Apr 3, 2026, 08:21 AM