01
AURA
Aug 2026 — PresentAn adversarial QA agent that attacks your web app
Most test suites check that an app works when it's used correctly. AURA checks what happens when it isn't — double-clicking submit, navigating away mid-request, losing the connection halfway through, pasting something hostile into a form — and watches for the damage: duplicate orders, overlapping writes, 500s, spinners that never resolve. When it finds a bug it shrinks the sequence to the shortest one that still breaks the app, reproduces it in clean sessions to prove it isn't a fluke, and writes a Playwright test that fails until it's fixed. It finds all ten seeded bugs in its own benchmark, and ships as a hosted app with domain verification, an encrypted credential vault and an append-only audit log.
TypeScript · Playwright · Node.js · PostgreSQL · Claude · Stripe