wizard
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
template.shfile utilizes standard shell commands (grep,mktemp,mv,chmod) and CLI tools (gh,tput,xdg-open) to manage the user interface and configuration files. These operations are restricted to the local environment and are standard for developer automation tools. - [DATA_EXPOSURE]: The skill provides
ask_secretto ensure sensitive credentials (like API keys) are not echoed to the terminal during input. It useswrite_envto store these values in local.envfiles. While the instructions warn users not to commit these files, the skill itself provides the infrastructure for secure local handling. - [EXTERNAL_DOWNLOADS]: The
open_urlfunction executes platform-specific commands (wslview,explorer.exe,xdg-open,open) to open the user's browser to specific documentation or dashboard pages. This is a controlled navigation action triggered by the script to assist the user.
Audit Metadata