Skip to content

v0.1.0b1 — Public Beta

Pre-release
Pre-release

Choose a tag to compare

@ananay ananay released this 03 Jun 21:38
· 12 commits to main since this release

First public beta of OpenHack — an open-source agentic security scanner.

What's included

  • Multi-agent scan pipeline: recon → hunters → feature deep dive → validation
  • Interactive TUI with live trace view and findings browser
  • Headless CLI mode for CI/scripts (openhack scan /path/to/repo)
  • Checkpoint-based resume for interrupted scans
  • Framework detection for Next.js, Express, Flask, Django, Rails, Laravel, FastAPI, and more
  • Sandbox verification (Beta, requires Docker)
  • Browser verification (Beta, requires Docker + Playwright)

Install

pipx install openhack

Quick start

openhack          # interactive TUI
openhack scan .   # headless scan on current directory

On first run, log in to get $20 in free credits.

Links