Geminisearchmcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Geminisearchmcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Gemini Search MCP packages a Model Context Protocol server that exposes five tools:
pip install gemini-search-mcpnpm install -g gemini-search-mcpSet your Google API key (must have Gemini access):
export GOOGLE_API_KEY="your-key"Run the MCP server (defaults to stdio transport):
gemini-search-mcp run
# or simply
# gemini-search-mcpConfigure Codex automatically (writes to ~/.codex/config.toml by default):
gemini-search-mcp configure --api-key "YOUR_KEY"Configure Copilot CLI (writes to ~/.copilot/config.json):
gemini-search-mcp configure --cli-type copilot --api-key "YOUR_KEY"Configure both Codex and Copilot CLI at once:
gemini-search-mcp configure --cli-type both --api-key "YOUR_KEY"For npm/npx installation with custom command:
gemini-search-mcp configure --command npx --command-args -y gemini-search-mcp --api-key "YOUR_KEY"Clear cached conversion artifacts:
gemini-search-mcp clear-cache
# 선택 옵션: --cache-dir /custom/path --remove-rootInstall in editable mode with testing dependencies:
pip install -e .Ensure LibreOffice is installed and on PATH if you plan to convert non-PDF documents.
Contributions are welcome! Please feel free to submit a Pull Request.
For maintainers: See PUBLISHING.md for instructions on how to publish new versions to PyPI and npm.
See CHANGELOG.md for a list of changes in each version.
MIT – all rights reserved.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.