Skip to content

Harden Codex web for authenticated tunnel deployments - #46

Open
thisistoni wants to merge 2 commits into
0xcaff:mainfrom
thisistoni:codex/harden-cloudflare-deployment
Open

Harden Codex web for authenticated tunnel deployments#46
thisistoni wants to merge 2 commits into
0xcaff:mainfrom
thisistoni:codex/harden-cloudflare-deployment

Conversation

@thisistoni

@thisistoni thisistoni commented Aug 12, 2026

Copy link
Copy Markdown

Summary

  • enforce exact browser Origin and Host checks for IPC and uploads
  • bound WebSocket payloads, IPC queues, message ports, and upload storage
  • restrict browser-visible workspaces and files while preserving Codex backend access
  • pin and verify the desktop archive and fail closed on update signature errors
  • update vulnerable dependencies and document authenticated loopback tunnel deployment
  • add a macOS Cloudflare operations guide covering setup order, verification, stop/restart, and complete removal

Verification

  • npm run check
  • npx prettier --check README.md docs/macos-cloudflare.md
  • uv run --locked --project scripts/fetch_updates python -m unittest discover -s scripts/fetch_updates -p test_*.py
  • npm audit (0 vulnerabilities)
  • pinned runtime download, hash check, OpenAI signature check, extraction, and build
  • live loopback tests for trusted/untrusted Origin, Host, files, uploads, and malformed IPC
  • rendered UI verified against the signed local Codex app-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant