ascii-image-to-ascii
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill depends on the
pillowPython library, which is a standard and reputable package for image processing. No remote scripts are downloaded or executed. - [COMMAND_EXECUTION] (SAFE): The provided Python script
scripts/image_to_ascii.pyprocesses image data using the library and prints ASCII characters to the standard output. It does not invoke any shell commands or execute arbitrary code. - [DATA_EXFILTRATION] (SAFE): No network-related functions (like
requestsorcurl) are present in the code. The script operates entirely on local file paths provided by the user. - [PROMPT_INJECTION] (SAFE): The 'CRITICAL TRIGGER RULE' in
SKILL.mdis an instruction to restrict the agent's behavior to specific keywords, which is a standard safety and control mechanism rather than an attempt to bypass system filters.
Audit Metadata