Back to browse
GitHub Repository

Stealth browser for AI agents — real Chrome over raw CDP, no Playwright/Puppeteer. TypeScript + MCP-native. Passes sannysoft 57/57, bypasses Cloudflare.

0 starsTypeScript

Veil – stealth browser for AI agents (real Chrome no Playwright)

by TrustLayerDev·Jun 9, 2026·3 points·0 comments

AI Analysis

●●●BangerWizardrySolve My Problem

TypeScript-native raw CDP driver fills a gap nodriver left for JS agents.

Strengths
  • Zero runtime dependencies — ~120 lines of owned CDP transport code
  • Accessibility-tree refs replace brittle CSS/XPath selectors for agents
  • Human-like input with Bézier mouse paths and eased keystroke timing
Weaknesses
  • Python nodriver and Camoufox already offer better pure-stealth scores
  • Requires Chrome on PATH, adds friction for containerized deployments
Target Audience

AI agent developers, TypeScript engineers building automation

Similar To

nodriver · Camoufox · Playwright

Similar Projects

Developer Tools●●Solid

Why Playwright-CLI Beats MCP for AI‑Driven Browser Automation

The write-up zeroes in on a concrete, painful failure mode: MCP setups streaming full DOMs and logs into models and burning token budgets. It shows how playwright-cli keeps browser state external and emits compact element references and YAML flows you can replay into npx playwright test — a realistic pattern for long agent sessions. Valuable practical guidance for teams already on Playwright, but it's an explainer, not a new system you can drop in without plumbing.

Niche GemBig Brain
tanmay001
103mo ago