ascii-cli-logo-banner-python
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a well-contained utility for terminal text formatting. Analysis of the included Python script (
scripts/generate_banner.py) confirms it only uses standard libraries (argparse,dataclasses,typing) and performs no dangerous operations such as network requests, file modifications, or dynamic code execution. All inputs (brand name, slogan) are processed for text rendering only, with the brand name being sanitized against a hardcoded character map.
Audit Metadata