Gemini
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only wrapper for the Gemini CLI, with expected notes around installing the CLI, using Gemini authentication, and sending prompts to an external provider.
This skill appears benign for its stated purpose. Before installing, make sure you trust the Homebrew Gemini CLI package, authenticate with the correct account, avoid sending sensitive data unless approved, and follow the skill’s advice to avoid `--yolo`.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing and using the skill means installing and running the external Gemini CLI from Homebrew.
The skill depends on an external Homebrew package rather than bundled reviewed code. This is expected for a CLI wrapper, but the user must trust the installed Gemini CLI package.
brew | formula: gemini-cli | creates binaries: gemini
Install the Gemini CLI from trusted Homebrew sources and review any Gemini CLI extensions before enabling them.
Prompts and usage may be associated with the account used to authenticate the Gemini CLI.
The skill may use an authenticated Gemini or Google account session. This is expected for the integration, but users should notice that account access may be involved.
If auth is required, run `gemini` once interactively and follow the login flow.
Authenticate only with the account you intend to use, and follow your organization’s policy for Gemini or Google AI access.
Information included in prompts, summaries, or generation requests may be sent to Gemini rather than staying entirely local.
The core workflow sends prompt text to the Gemini CLI and external Gemini service. This is disclosed and purpose-aligned, but prompt content may include user or project data.
Use Gemini in one-shot mode with a positional prompt ... `gemini "Answer this question..."`
Avoid sending confidential or regulated data unless Gemini use is approved for that data.
