ascii-image-to-ascii
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The image conversion logic is implemented in
scripts/image_to_ascii.py. Detailed analysis of the source code confirms it only performs mathematical transformations on image pixels and outputs the resulting ASCII characters to the terminal. There are no patterns of network communication, persistence mechanisms, or unauthorized file system access. - [EXTERNAL_DOWNLOADS]: The skill documentation specifies the
pillowlibrary as a dependency. Pillow is a standard, highly trusted, and well-maintained library in the Python ecosystem for image processing. No other external dependencies or remote scripts are referenced. - [COMMAND_EXECUTION]: The skill utilizes a local script for its core functionality. The script is invoked safely with explicit arguments parsed via the
argparsemodule, avoiding any shell injection vulnerabilities or the use of dangerous functions likeeval()oros.system().
Audit Metadata