image-utils
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is deterministic image manipulation (resizing, cropping, adjustments), which is performed using the industry-standard Pillow library. All methods in image_utils.py handle pixel-level operations in a secure manner.\n- [EXTERNAL_DOWNLOADS]: The utility includes functionality to download images from remote URLs using the requests library in the load_from_url method. This is a standard and expected feature for image processing workflows.\n- [COMMAND_EXECUTION]: Analysis of the code shows no use of dangerous functions such as os.system, subprocess, or eval that would allow for arbitrary command execution.\n- [CREDENTIALS_UNSAFE]: No sensitive information, such as API keys, tokens, or private credentials, is hardcoded within the skill files or metadata.
Audit Metadata