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
pillow, a widely used and trusted Python package for image processing. No non-standard or malicious dependencies are required. - DATA_EXFILTRATION (SAFE): The provided Python script only reads local image files provided as input and prints the resulting ASCII art to the terminal. It contains no network code or logic to move data externally.
- COMMAND_EXECUTION (SAFE): The script performs image manipulation using internal library calls. It does not use
os.system,subprocess, or other methods to execute shell commands. - PROMPT_INJECTION (SAFE): The documentation and metadata contain only operational instructions and do not attempt to override the underlying AI agent's safety or system rules.
Audit Metadata