Skip to content

Security: VibeTechnologies/vibe-browser-codex-plugin

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
0.1.x

Reporting a Vulnerability

Please report security issues privately rather than opening a public issue.

We aim to acknowledge reports within 3 business days and to provide a remediation timeline after triage.

Scope and design

This repository is a thin Codex plugin wrapper. It contains no executable application code and no bundled secrets. It only declares, in .mcp.json, how Codex should launch the published @vibebrowser/mcp server via npx.

  • The MCP server runs locally on the user's machine and connects to the user's browser through the Vibe extension and relay.
  • No data is sent to this repository or its maintainers at runtime.
  • Remote relay connections use wss:// (TLS). The extension UUID in a relay URL identifies a browser session and is not a long-lived secret on its own.

Vulnerabilities in the MCP server itself should be reported against VibeTechnologies/vibe-mcp.

There aren't any published security advisories