Skip to content

v0.1.1 — first release

Choose a tag to compare

@tejaswirajgit tejaswirajgit released this 15 Jun 13:23
ad52754

First tagged release of Scout — your restore point.

A free, local, no-signup security scanner: it finds vulnerabilities in your code and frames them for your own AI to fix.

Highlights

  • Four scanners: secrets, injection, headers, deps (JS/TS + Python).
  • Three output layers (scout scan --format ...):
    • markdown (default) — human-readable report
    • ai-prompt — ready-to-paste prompts for Cursor / Claude / Copilot
    • json — machine-readable; pipes clean to stdout (scout scan . --format json | jq)
  • No LLM required in the scan path — fully offline and free.

Install

pip install scout-security
scout scan ./my-project

Restore

To roll back to this exact state:

git checkout v0.1.1

Full changelog: https://github.com/Varpost/Scout/commits/v0.1.1