captchaforge 0.2.36

[DO NOT USE — UNDER ACTIVE DEVELOPMENT, NOT PRODUCTION-READY] Captcha solver scaffolding for chromiumoxide-driven browsers. The architecture is in place (vendor solvers, retry-loop iframe walking, VLM provider abstraction, real-WAF bench harness) but the live-vendor success rate is still 0% — Cloudflare Turnstile / hCaptcha / reCAPTCHA detect us at a TLS / CDP fingerprint layer that no flag-based stealth has cleared. Watch the repo; do not depend on this for any real workload.
Documentation
<!DOCTYPE html>
<html>
<head>
  <title>react_simple_captcha — react_simple_captcha security verification</title>
  <meta charset="utf-8">
  <meta name="vendor" content="react_simple_captcha">
  <style>
    .react_simple_captcha-banner { font-family: system-ui; padding: 12px; }
    .react_simple_captcha-banner h1 { color: #b00020; margin: 0; }
  </style>
</head>
<body>
  <!-- vendor cookies: none documented -->
  <!-- expected window globals: none -->
  <header class="react_simple_captcha-banner">
    <h1>React Simple Captcha verification</h1>
    <p>Confirm you are human to continue. Vendor: react_simple_captcha.</p>
  </header>
  <noscript>JavaScript is required to complete the react_simple_captcha challenge.</noscript>
  <footer class="react_simple_captcha-footer">Reference page generated for react_simple_captcha.</footer>
  <div id="user_captcha_input"></div>
  <div class="react-simple-captcha-canvas"></div>
</body>
</html>