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 pillow Python 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.py processes 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 requests or curl) 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.md is 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:21 PM