GeminiBusiness_CookieExtractor
Verified Safeby humair832
Overview
Extracts account information and cookies from a Gemini Business account via a Chrome browser extension.
Installation
No command providedSecurity Notes
The extension's core functionality is to extract sensitive data (cookies), which inherently requires high-privilege `webRequest` and `cookies` permissions. The provided source code does not show signs of malicious exfiltration to third-party domains or obfuscation. It displays the extracted data locally to the user for copying. However, installing any extension from a ZIP file in Chrome's developer mode bypasses standard security reviews and relies entirely on user trust in the developer. An expert user reviewing the code can verify its behavior, but a non-expert user might be exposed to risks if the actual downloaded ZIP differs from this source or if the developer adds malicious code in a future update. The broad `host_permissions` are necessary for its function but underline the level of trust required.
Similar Servers
gemini-cli
The A2A (Agent-to-Agent) server implementation for the Gemini CLI, exposing tools and resources via the Model Context Protocol (MCP) to extend Gemini CLI capabilities.
tefas_scraper
This MCP Server allows users to scrape and analyze fund data from the TEFAS (Turkey Electronic Fund Distribution Platform) through a Model Context Protocol integration with Gemini CLI, or via a standalone command-line interface.
mcp-browser
Provides browser control (navigation, DOM interaction) and console log capture for AI coding assistants via a local MCP server, with a browser extension and macOS AppleScript as primary control mechanisms.
kiro-extension
Manages a spec-driven development workflow within the Gemini CLI, guiding feature development from requirements to design, task generation, and execution with state machine enforcement.