tui-tester
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Process Management: The skill utilizes
tmuxto manage a background daemon process for terminal automation. This is a common practice in testing environments to ensure long-running processes do not block the active terminal session. - Environment Isolation: Instructions recommend using specific environment variables like
GEMINI_CLI_HOMEandGEMINI_CLI_TRUST_WORKSPACE. This is a positive security practice that prevents the testing process from interfering with the user's personal configuration and avoids focus-stealing security prompts during automated runs. - Local Command Execution: The workflow involves running local binaries and scripts (e.g.,
npm run build,node packages/cli/dist/index.js). These operations are confined to the local workspace and are used to verify the behavior of the software being developed. - Tool Integration: The skill directs the agent to utilize
agent-tuifor automation tasks. This establishes a clear dependency on an existing automation toolset intended for terminal interaction.
Audit Metadata