prototype-openclaw-tui
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a shell script
launch-tmux-grid.shto orchestratetmuxsessions and panes. These commands are localized to session management (creating windows, splitting panes, and resizing) for the purpose of TUI visualization. - [COMMAND_EXECUTION]: The script attempts to open an external terminal using standard system utilities such as
open(macOS),wt.exe(WSL), orxdg-terminal-exec(Linux). These are standard workflows for terminal-based prototyping tools. - [SAFE]: The skill emphasizes the use of deterministic in-memory fixtures and explicitly instructs the agent to replace network calls, database operations, and other durable effects with mock data during the prototyping phase.
Audit Metadata