Quick Start
Two ways to start. Pick whichever matches how you ship code.
GitHub App (zero-config)
Path A — GitHub App
No CI/CD pipelines, no Dockerfiles, no API keys. Install once, every push and pull request gets scanned automatically.
Step 1 — Create an account
Sign up at vouch-secure.com . The Hobby tier is free, no credit card required.
Step 2 — Install the GitHub App
In the dashboard, open Developer Portal and click Install on GitHub. Authorize the app for the repos you want monitored.
Step 3 — Wait for the first scan
Vouch triggers an initial scan automatically after installation. Most repos complete in 3–6 minutes.
Step 4 — Review and embed the badge
You’ll see a 0–100 Vouch Score and a list of findings — each with an AI-generated explanation and, where available, a ready-to-apply fix.
Embed the live badge in your README.md:
[](https://vouch-secure.com)Replace
YOUR_INSTALLATION_IDwith the ID shown in Developer Portal → Vouch Security Badge.
Both paths use the same scan engine — Semgrep + Gitleaks + npm/pip-audit + Endpoint-Index + AI Hunter + AI Validator + Formatter. The GitHub App is just a friendlier interface around the same pipeline.
What’s Next
- Understand how the Vouch Score is calculated.
- Learn how Auto-Fix generates code fixes for you.
- See platform-specific tips in the Platform Guides.
- Or jump straight into the full API Reference.