ape-cli-terminal-experience
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a robust reference implementation for CLI UI management that relies exclusively on standard library modules.
- [SAFE]: The implementation follows security best practices by using
getpassfor sensitive input (masking characters) and recommending restrictive file permissions (e.g.,0o600for credential stores). - [SAFE]: Logic for handling system signals (Ctrl+C) and standard input exhaustion (EOF) is implemented to prevent unexpected crashes and information leakage through tracebacks.
- [SAFE]: The skill correctly handles environment variables (
NO_COLOR,FORCE_COLOR) and terminal detection without introducing remote dependencies or executing untrusted code.
Audit Metadata