omega-gemini-cli
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the
geminicommand-line utility. It implements security measures by passing the main user prompt through standard input (stdin) to prevent shell injection and avoid command length limits. On Windows, the--modelflag is strictly validated against an alphanumeric regex before execution.\n- [EXTERNAL_DOWNLOADS]: The skill includes a fallback mechanism to download and run the@google/gemini-clipackage vianpxif it is not detected on the system path. This package is an official tool from a trusted organization (Google).\n- [PROMPT_INJECTION]: The skill processes user-supplied text for analysis. 1. Ingestion points: User prompts are captured inask-gemini.mjs. 2. Boundary markers: No explicit delimiters are used in the stdin stream. 3. Capability inventory: Execution of thegeminiCLI for analysis and sandboxing. 4. Sanitization: Command-line arguments are validated, and the core prompt is isolated from the shell environment via stdin.
Audit Metadata