bx-image
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the installation and usage of the
bx-imagemodule for BoxLang. The provided examples for image reading, writing, and manipulation (resizing, cropping, rotating, etc.) follow standard practices for image processing libraries. - [EXTERNAL_DOWNLOADS]: The skill uses
install-bx-moduleandbox installto fetch thebx-imagemodule. These are standard package management commands for the BoxLang and CommandBox ecosystem. - [COMMAND_EXECUTION]: Shell commands are provided for installation purposes (
install-bx-module,box install), which is expected behavior for a developer-oriented skill. - [DATA_EXPOSURE]: The skill demonstrates file system access for reading and writing images (e.g.,
/app/uploads/,/app/output/). These paths are application-specific and do not target sensitive system configuration files or credentials.
Audit Metadata