ascii-mini-charts
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a set of instructions and a Python script (
scripts/mini_charts.py) for data visualization in ASCII format. No malicious patterns or behaviors were found. - [SAFE]: The script
scripts/mini_charts.pyuses standard Python libraries (json,math,argparse) to process numeric series. It lacks any capabilities for network communication, file system modification, or process spawning. - [SAFE]: Data ingestion is limited to numeric arrays provided via standard input, which are validated by conversion to float types, minimizing the risk of injection attacks.
- [SAFE]: There are no external dependencies, remote script downloads, or obfuscated code segments present in the skill files.
Audit Metadata