IDE extension official
Risk level
low
20/100

Gemini Code Assist

Gemini Code Assist is an officially published IDE extension from Google. Anomity scores its risk at 20 out of 100 (low).

filesystem:read network:outbound credentials:access

Analysis summary

Gemini Code Assist is an officially published IDE extension from Google. Anomity scores its risk at 20 out of 100 (low).

Gemini Code Assist is Google's official AI coding assistant, distributed as a first-party extension for VS Code, JetBrains IDEs, Cloud Shell Editor, and the Google Cloud Console. It is powered by the Gemini model family and integrates tightly with Google Cloud — both for authentication (developers sign in with their Google account) and for tooling, with built-in support for explaining Google Cloud APIs, generating Terraform, and reviewing changes against Google's style guides.

The extension reads the current file plus configurable workspace context to construct prompts, makes outbound network requests to Google's Gemini service through the developer's Google Cloud project, and uses an OAuth credential negotiated with the user's Google account to authenticate. It does not write to disk autonomously or execute shell commands; suggestions are inserted by the IDE on acceptance.

Because Gemini Code Assist is officially published by Google, its trust adjustment is the most favorable available. The residual risk is the same as Copilot's — credentials plus outbound network mean that the contents of the developer's editor are transmitted to Google's service on each request. Teams with data-residency requirements should evaluate the enterprise tier and the regional endpoint configuration before broad rollout.

Why this entry scored 20 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. Declared high-risk capabilities add +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 20, placing it in the low band.

See the full scoring formula →

Findings

  • Published by the vendor Trust offset
    Contribution to score: -40
  • 1 high-risk capability: credentials:access High
    Contribution to score: +10

Capabilities

Every capability the entry declares, with the security implication of each.

  • filesystem:read Filesystem read
    Can read files on the host system. Used for context, indexing, or analysis.
  • network:outbound Outbound network
    Can make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access.
  • credentials:access Credentials access
    Reads provider API keys, OAuth tokens, or other secrets from the host keychain or environment.