What problem does it solve?
Automates browser control and testing by driving Chrome through CDP, enabling repeatable browser actions, data gathering, and security checks without manual steps.
Core Features & Use Cases
- Agentic Chrome CLI: drive navigation, element interaction via a11y refs, capture screenshots, and run security audits.
- Session management: stores and chains commands through ~/.kuri/session.json for seamless workflows.
- Security-oriented automation: enumerate cookies/JWTs, probe for IDOR vulnerabilities, and perform authenticated fetches on live sites.
- Use cases: automate login flows, validate UI behavior, perform security trajectories against a live site.
Quick Start
Launch kuri-agent, attach to a Chrome tab, and drive a short browser automation workflow with go, snap, click, type, and shot.