cli-e2e-testing
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [Terminal Automation]: The skill uses the Hex1b library to simulate user input and monitor terminal output. This is a standard approach for end-to-end testing of command-line interfaces.
- [CI/CD Integration]: Includes instructions for using the GitHub CLI (
gh) to download test recordings and logs from CI runs. These operations use standard environment variables likeGH_TOKENfor authentication within automated workflows. - [Environment Configuration]: Provides patterns for setting up temporary workspaces and modifying the system PATH to include CLI binaries, which are routine tasks in development and testing environments.
- [External Tools]: References standard developer utilities such as Docker for containerized testing and
asciinemafor recording terminal sessions for debugging purposes.
Audit Metadata