registry  /  gemini-browser-mcp  /  1.1.3

gemini-browser-mcp@1.1.3

MCP server that bridges Claude Code to Google Gemini via a Chrome extension

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 8 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessFilesystemShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 10.5 KB of source, external domains: gemini.google.com, github.com

Source & flagged code

3 flagged · loading source
server.jsView file
10import path from "path"; L11: import { execSync } from "child_process"; L12:
High
Child Process

Package source references child process execution.

server.jsView on unpkg · L10
cli.jsView file
27L28: const { execSync } = await import('child_process'); L29: ... L31: execSync( L32: 'claude mcp add gemini-browser-mcp -- npx gemini-browser-mcp start', L33: { stdio: 'inherit', timeout: 30000 }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

cli.jsView on unpkg · L27
package.jsonView file
scripts registry_only=start
Critical
Manifest Confusion

Tarball package.json differs from the npm registry version manifest for scripts or dependency sets.

package.jsonView on unpkg

Findings

1 Critical3 High1 Medium3 Low
CriticalManifest Confusionpackage.json
HighChild Processserver.js
HighShell
HighRuntime Package Installcli.js
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings