What problem does it solve?
Standard browser automation tools like Selenium and Playwright leave detectable webdriver fingerprints that are immediately flagged and blocked by anti-bot systems such as PerimeterX, Cloudflare, and DataDome, preventing legitimate reverse engineering, traffic analysis, and automation of protected web properties.
Core Features & Use Cases
- Undetectable Chrome Control: Directly control a real Chrome browser via the Chrome DevTools Protocol with no webdriver injection or automation traces, avoiding all standard bot detection signals.
- Anti-Bot Traffic Capture: Specialized scripts to capture anti-bot SDK JavaScript code and collector API request/response pairs for reverse engineering, with per-batch isolated browser contexts to avoid session contamination.
- General Web Automation: Perform navigation, JavaScript evaluation, element interaction, screenshot capture, and network request monitoring for any web task that requires a real browser context.
- Use Case: A security researcher can use this skill to capture the full PerimeterX SDK and its collector POST requests from a target e-commerce site, then analyze the SDK code to reverse engineer the request signing algorithm.
Quick Start
Use the cdp-browser skill to capture anti-bot SDK code and API traffic from a target protected website, saving all collected artifacts to your workspace for reverse engineering.