ascii-boxes
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to process text into ASCII diagrams. The scripts
draw-box.pyandcheck-box-align.pyuse standard Python libraries (sys,unicodedata) to handle string formatting and width calculations. - [COMMAND_EXECUTION]: The skill uses
sys.argvto accept file paths for processing. This is a standard and safe practice for CLI tools. No subprocess spawning or arbitrary command execution was detected. - [DATA_EXFILTRATION]: No network operations or sensitive file access patterns were found. The scripts only read the files provided as arguments and print results to the console.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare descriptive and instructional without any attempts to bypass model safety filters or override system instructions.
Audit Metadata