Tag

Gemini Cli

All articles tagged with #gemini cli

Google patches critical CI RCE in Gemini CLI and tightens workspace trust
security25 days ago

Google patches critical CI RCE in Gemini CLI and tightens workspace trust

Google fixed a critical remote code execution in the Gemini CLI used in CI workflows, addressing a 10.0 CVSS flaw that could load malicious configuration from untrusted folders. Updates require explicit workspace trust and offer two paths: set GEMINI_TRUST_WORKSPACE='true' for trusted inputs or follow Google's hardening guidance for untrusted inputs (including changes to the --yolo mode). Separately, Novee Security highlighted a high-severity Cursor vulnerability (CVE-2026-26268, CVSS 8.1) enabling prompt-injection-based code execution via a malicious Git hook, plus a related CursorJacking-like local API-key access flaw; both underscore risks from untrusted inputs and extensions and emphasize using trusted sources and restricted access.

Conductor brings context-driven AI workflows to Gemini CLI with Markdown-backed knowledge
technology3 months ago

Conductor brings context-driven AI workflows to Gemini CLI with Markdown-backed knowledge

Google unveils Conductor, an open-source preview extension for Gemini CLI that stores project knowledge—product goals, tech stack, workflow rules—as versioned Markdown inside a conductor/ directory and orchestrates AI agent work from files (tracks with spec.md, plan.md, metadata.json) rather than ad hoc prompts, enabling repeatable, Git-traceable context-driven development with human checkpoints.

Security Flaws in Google and Gemini Tools Pose Hacker Risks
technology10 months ago

Security Flaws in Google and Gemini Tools Pose Hacker Risks

A security flaw in the Gemini CLI coding tool allows hackers to execute malicious commands silently, bypassing user notifications, due to inadequate command whitelisting. The vulnerability was exploited through crafted prompt injections that tricked the tool into running harmful commands without alerting the user. Users are advised to update to version 0.1.14 and run untrusted code in sandboxed environments to mitigate risks.