Image Magic resizer

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 1 The skill is designed to resize images using ImageMagick, as described in SKILL.md. The core script, `scripts/resize.sh`, properly handles input files and arguments. Crucially, it includes a robust sanitization check for the user-provided 'geometry' argument, preventing common shell injection characters (`[;|`$&<>]`) before passing it to the ImageMagick commands (`magick` or `convert`). All arguments are correctly quoted, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.