gemini
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill constructs and executes
geminishell commands. It specifically instructs the use ofprintfand heredocs to handle prompts containing special characters, which effectively prevents shell command injection vulnerabilities when passing user-controlled content to the CLI. - [SAFE]: Potentially risky execution modes, such as
--approval-mode yolo(which enables automatic task approval), are explicitly protected by a requirement to ask the user for permission viaAskUserQuestionbefore use. - [SAFE]: The skill promotes secure execution environments by documenting the
-sor--sandboxflag, noting its use of isolation technologies like gVisor on Linux and Seatbelt on macOS for tool execution. - [SAFE]: Error handling and retry logic (e.g., for
MODEL_CAPACITY_EXHAUSTED) are implemented to manage runtime issues without compromising security or integrity.
Audit Metadata