New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

brave-real-playwright-core

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brave-real-playwright-core

Brave-optimized Playwright Core (v1.57.0) with comprehensive stealth patches and error stack sanitization

latest
Source
npmnpm
Version
1.63.29
Version published
Maintainers
1
Created
Source

🦁 brave-real-playwright-core v1.57.0-patch.15

Based on Playwright Core v1.57.0

Brave Real-World Optimized Playwright Core with comprehensive stealth patches

This is a pre-patched version of Playwright Core v1.57.0 optimized for maximum stealth when using Brave browser.

✨ Features

  • 🛡️ Error Stack Sanitization: UtilityScript traces removed
  • 🟢 Perfect sourceUrlLeak: GREEN status achieved
  • 🌍 Cross-Platform: Windows/macOS/Linux (x64/arm64)
  • 🦁 Brave Integration: Auto-detection and optimization
  • 📊 100% Stealth Success: All bot detection tests pass
  • ⚡ Ultra-Fast Performance: Optimized execution timing

🚀 Installation

npm install brave-real-playwright-core

📚 Usage

import { chromium } from 'brave-real-playwright-core';

const browser = await chromium.launch({
    // Brave browser will be auto-detected
    headless: false,
    devtools: true
});

const page = await browser.newPage();
// All stealth features are automatically applied
await page.goto('https://bot-detector.rebrowser.net/');

🎯 Performance Metrics

  • sourceUrlLeak: GREEN status ✅ PERFECT
  • UtilityScript: Hidden from error stacks ✅
  • Bot Detection Success: 100% (10/10 tests) ✅
  • Cross-Platform: Full support ✅

📦 Based On

  • playwright-core: v1.57.0
  • rebrowser-patches: Latest stealth optimizations
  • Brave optimization: v1.57.0-patch.15
  • Original Project
  • Documentation
  • Issues

Keywords

playwright

FAQs

Package last updated on 03 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts