feat: multi-tenant Phase 2 — egress/SSRF policy (AR-5) - #54
Merged
Merged
Conversation
…vate/metadata/port/domain blocking) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rowser Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Phase 2 of the multi-tenant tier. Adds an always-on egress policy so a tenant's agent cannot be steered to forbidden destinations.
ras_validation::EgressPolicy— purecheck(&Url): scheme allowlist (http/https), blocks loopback/private/link-local/cloud-metadata 169.254.169.254/localhost, denied ports (e.g. the CDP port), consumer allow/deny viaDomainPattern. 10 unit tests.navigatebuiltin gated throughEgressPolicy::default()before touching the browser. 5 unit tests.Scope (deferred to Phase 2b, tracked)
CDP
Fetch.requestPausedenforcement for 3xx redirects + JSwindow.location, and DNS-rebinding. This PR closes the primary vector (agent steered directly to metadata/localhost/file).Test Plan
cargo test -p ras-validation -p ras-tools— 15 pass;cargo build --workspaceclean; clippy clean; hooks green.🤖 Generated with Claude Code