auto-white-balance
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements image processing logic using standard, locally installed command-line tools such as ImageMagick (
magick/convert) andawk. - [COMMAND_EXECUTION]: The instructions involve executing shell commands to perform image transformations. The skill follows best practices for shell scripting by using double quotes around variables (e.g.,
"$IN","$OUT") to safely handle file paths that may contain spaces or special characters. - [EXTERNAL_DOWNLOADS]: No external downloads, remote script executions, or network requests were detected. The skill focuses entirely on processing local image files.
Audit Metadata