Skip to content

VibeCheck v0.1.0 — first beta

Latest

Choose a tag to compare

@gardnerscot gardnerscot released this 09 Jul 02:19

VibeCheck v0.1.0

Auth-focused security scanner for vibecoded apps.

Install

pip install "git+https://github.com/gardnerscot/vibecheck.git@v0.1.0"

Or grab the wheel from Assets below:

pip install vibecheck_security-0.1.0-py3-none-any.whl
vibecheck scan /path/to/app
vibecheck serve

Full beta guide: BETA.md

Highlights

  • 45 auth / session / token / secret heuristics
  • CLI with CI gates (--fail-on, --fail-under)
  • Web UI (upload zip or local path)
  • Optional Ollama LLM enrichment
  • Demo: fixtures/vulnerable_app (intentional F score)