ascii-graph
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected across the analyzed scripts. The skill performs localized text processing and diagram generation tasks as described.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the 'wcwidth' library for character width measurement. This is an industry-standard package for terminal display width calculations and is explicitly declared as a dependency.
- [COMMAND_EXECUTION]: A 'subprocess.run' call is present within the test suite ('tests/test_align_cli.py') to verify CLI functionality. This is a standard testing pattern for command-line tools and is not part of the skill's operational code path.
Audit Metadata