v0.1.1 — first release
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 reportai-prompt— ready-to-paste prompts for Cursor / Claude / Copilotjson— 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-projectRestore
To roll back to this exact state:
git checkout v0.1.1Full changelog: https://github.com/Varpost/Scout/commits/v0.1.1