tmux-htop-nvitop-konsole
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script manages tmux sessions and launches Konsole using standard shell commands. It utilizes
qdbusto interact with existing Konsole instances for window management, which is a legitimate use of the D-Bus interface on KDE systems. - [COMMAND_EXECUTION]: The script dynamically constructs command strings for tmux panes using environment variables (
HTOP_CMD,NVITOP_CMD). It correctly employsprintf %qfor shell escaping to prevent command injection from these variables. - [SAFE]: No evidence of data exfiltration, credential harvesting, persistence mechanisms, or obfuscation was found. The script operates entirely on local system resources to provide its stated functionality.
Audit Metadata