AI tool official cli
Risk level
low
10/100

Gemini CLI

Gemini CLI is an officially published AI tool from Google. Anomity scores its risk at 10 out of 100 (low).

Analysis summary

Gemini CLI is an officially published AI tool from Google. Anomity scores its risk at 10 out of 100 (low).

Google AI coding agent for the terminal with MCP support

Why this entry scored 10 out of 100

This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 10, placing it in the low band.

See the full scoring formula →

Findings

  • Published by the vendor Trust offset
    Contribution to score: -40

Configuration surface

Files this AI tool reads on the host. Anything written here changes what the agent does next.

  • gemini-global-settings global json
    Global settings (also carries hooks under hooks.<Event>)
    • win32${USERPROFILE}\.gemini\settings.json
    • darwin${HOME}/.gemini/settings.json
    • linux${HOME}/.gemini/settings.json
  • gemini-project-settings project json
    Project-level settings (also carries hooks under hooks.<Event>)
    • win32${PROJECT}\.gemini\settings.json
    • darwin${PROJECT}/.gemini/settings.json
    • linux${PROJECT}/.gemini/settings.json
  • gemini-global-context global markdown
    Global GEMINI.md context-injection file
    • win32${USERPROFILE}\.gemini\GEMINI.md
    • darwin${HOME}/.gemini/GEMINI.md
    • linux${HOME}/.gemini/GEMINI.md
  • gemini-project-context project markdown
    Project-level GEMINI.md context-injection file
    • win32${PROJECT}\GEMINI.md
    • darwin${PROJECT}/GEMINI.md
    • linux${PROJECT}/GEMINI.md
  • gemini-project-skills project markdown-frontmatter
    Project skills (.gemini/skills + .agents/skills)
  • gemini-user-skills global markdown-frontmatter
    User-level Gemini skills
  • gemini-plugin-skills global markdown-frontmatter
    Skills bundled inside installed Gemini CLI plugins (~/.gemini/config/plugins/*/skills/)
  • gemini-user-subagents global markdown-frontmatter
    User-scope subagents (~/.gemini/agents/*.md — own tool allowlist)
  • gemini-project-subagents project markdown-frontmatter
    Project subagents (.gemini/agents/*.md)
  • gemini-user-extensions global json
    Installed Gemini CLI extensions (gemini-extension.json manifests)
  • gemini-project-extensions project json
    Project-level Gemini CLI extensions