{
  "markdown": "# Endor Labs Gemini CLI Extension\n\nThis extension integrates the Endor Labs MCP server with Gemini CLI, enabling advanced code analysis and vulnerability scanning capabilities directly from your terminal through natural language interactions.\n\n## Prerequisites\n\n- **Gemini CLI:** The Gemini CLI must be installed.\n- **Endor Labs CLI (`endorctl`):** The `endorctl` tool must be installed and authenticated with Endor Labs.\n\n## Installation\n\nTo install and run this extension, use the following command:\n\n```bash\ngemini extensions install https://github.com/endorlabs/gemini-extension.git\n```\n\nFor local development, you can clone the repository and link the extension:\n\n```bash\ngit clone https://github.com/endorlabs/gemini-extension.git\ncd gemini-extension\ngemini extensions link .\n```\n\n## Usage\n\nOnce installed, you can use natural language prompts within the Gemini CLI to interact with Endor Labs. The output of these commands will be a summary of the scan results, including any vulnerabilities found:\n\n### Initialize Endor Labs\n```bash\ngemini> Initialize Endor Labs with Google authentication using the command `endorctl init --auth-mode=google`\n```\n\n### Security Scanning\n```bash\ngemini> Scan my project for security vulnerabilities\ngemini> Check dependencies for known CVEs\ngemini> Generate a security report for this repository\n```\n\n## Verification\n\n### Testing the Extension\n\nTo verify the extension is working correctly, you can run a security scan on a sample project. For example:\n\n```bash\ngemini> Scan my project for security vulnerabilities\n```\n\nExpected output will include a summary of any vulnerabilities found in your project's dependencies or code.\n\n### Checking Connectivity\n\nTo ensure the extension is properly connected to the Endor Labs MCP server, you can use the `/mcp list` command within the Gemini CLI:\n\n```bash\ngemini> /mcp list\n```\n\nA successful response will list the available MCP servers, including the Endor Labs MCP server, indicating a healthy connection.",
  "bytes": 1991,
  "sha": "fc3bd70e7af1c1903d296745d987b91b81b3a0786aa7e723c10f8ef9a9bb95b4",
  "repo_slug": "endorlabs/gemini-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_endorlabs_gemini_extension_7c0234f6/readme"
}