ascii-ansi-colorizer

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • Prompt Injection (SAFE): Instructions in SKILL.md are purely functional and do not attempt to override AI safety filters or exfiltrate system prompts.
  • Data Exposure & Exfiltration (SAFE): The colorization script reads from stdin and writes to stdout. It does not access the file system or perform network requests.
  • Remote Code Execution (SAFE): The script utilizes standard Python built-in libraries (argparse, sys, dataclasses). No remote scripts are downloaded or executed.
  • Command Execution (SAFE): There are no subprocess calls or shell execution patterns present in the code.
  • Obfuscation (SAFE): The code is well-structured and documented without any encoded payloads or hidden characters.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:25 PM