feat: add stealth-chromium browser type with CloakBrowser#5340
Open
Cloak-HQ wants to merge 1 commit intoSkyvern-AI:mainfrom
Open
feat: add stealth-chromium browser type with CloakBrowser#5340Cloak-HQ wants to merge 1 commit intoSkyvern-AI:mainfrom
Cloak-HQ wants to merge 1 commit intoSkyvern-AI:mainfrom
Conversation
Implements the backend for the stealth browser option added in Skyvern-AI#5329. Uses CloakBrowser, a stealth Chromium binary with source-level fingerprint patches, as an optional browser engine. Only imported when BROWSER_TYPE=stealth-chromium is selected.
Contributor
|
@Cloak-HQ hey, can we set up a chat abt this integration? my email is shu@skyvern.com I would like to learn more abt cloakbrowser |
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
Implements the backend for the
stealth-chromiumbrowser type added in #5329.Uses CloakBrowser, a stealth Chromium binary with 42 source-level C++ fingerprint patches covering canvas, WebGL, audio, fonts, GPU, and automation signals. Passes Cloudflare Turnstile, reCAPTCHA v3 (0.9 score), and 30+ bot detection systems. Optional dependency — only imported when
BROWSER_TYPE=stealth-chromiumis selected.Changes
skyvern/webeye/browser_factory.py— Add_create_stealth_chromium()and register as"stealth-chromium".env.example— Add commented stealth-chromium optionHow to use
pip install cloakbrowser(binary auto-downloads on first run)BROWSER_TYPE=stealth-chromiumin.envTesting
Tested with CloakBrowser v0.3.19 on headless Linux. Browser launches with stealth patches,
passes bot detection tests (bot.sannysoft.com — 57/57 tests green).