Skip to content

Security: Alert886/Codex-Native-Dock

Security

SECURITY.md

Security

Please report security issues privately through GitHub Security Advisories.

The installer deliberately:

  • binds Chromium DevTools to 127.0.0.1 only;
  • validates the browser and page WebSocket identities before connecting;
  • downloads Node.js only from nodejs.org and verifies its SHA-256 against the official checksum list;
  • writes only below %LOCALAPPDATA%\CodexNativeDock on Windows or ~/Library/Application Support/CodexNativeDock on macOS, plus user shortcuts;
  • validates the official macOS app signature before using its bundled runtime;
  • never modifies WindowsApps, the macOS app bundle, app.asar, or the Codex installation;
  • stops an injector process only when PID, executable, command line, script path, and process start time match the recorded state.

There aren't any published security advisories