Skip to content

Harden Iris security boundaries#1

Draft
karthiknagpuri wants to merge 1 commit into
syrin-labs:mainfrom
karthiknagpuri:codex/security-hardening
Draft

Harden Iris security boundaries#1
karthiknagpuri wants to merge 1 commit into
syrin-labs:mainfrom
karthiknagpuri:codex/security-hardening

Conversation

@karthiknagpuri

Copy link
Copy Markdown
Collaborator

Summary

  • lock the browser bridge to loopback by default, add origin checks and timing-safe pairing-token authentication, require WSS for remote browser connections, and bound pending/authenticated connections, payloads, rates, and event memory
  • validate protocol messages, safely serialize and redact browser data, hide sensitive form values, restrict navigation to HTTP(S), and block destructive controls unless explicitly confirmed
  • make dangerous-action confirmation one-shot across recordings, replays, flows, healing, crawling, WebMCP, and native input; correct replay/heal runtime error classification
  • repair CI package filters and E2E harness arguments, upgrade vulnerable build dependencies, and add high-severity dependency auditing

Verification

  • pnpm test: all monorepo tasks passed (10 protocol, 394 server, 269 browser tests)
  • pnpm build
  • pnpm lint
  • pnpm typecheck
  • pnpm format:check
  • pnpm audit --audit-level high: no known vulnerabilities
  • browser E2E: 14/14 specs passed
  • git diff --check

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bca6f015-57a9-46d2-936b-f6757dfe631e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@divshekhar

Copy link
Copy Markdown
Contributor

Hi @karthiknagpuri ,
The branch has some conflicts can you resolve it? Will merge it after testing it.

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.

2 participants