Vouch-secure

Vouch-secure

Security and one-click fixes for AI-generated code

J
@jonathand3mir
Published on Jun 14, 2026
Visit site
1 PeerPush
🔥
Awarded
Trending Now
PeerPush

Details

Pricing
Freemium from $8
Platforms
Web

About Vouch-secure

Vouch is a security scanner built specifically for AI-generated code. AI coding tools like Cursor, Claude Code, GitHub Copilot, Windsurf, and v0 let developers ship apps in hours instead of weeks. The problem: they also let developers ship security bugs they do not understand. SQL injections, missing authentication, leaked API keys, prompt injection on LLM endpoints. The kind of bugs experienced engineers spot instinctively and AI tools do not. Vouch fixes that. Install the GitHub App, point it at a repo, and every push runs a curated security scan focused on the bug patterns that actually cause real-world leaks. You get a Security Score from 0 to 100, three concrete to-dos in plain language, and one-click fix PRs that you review and merge. Built on a transparent stack: Semgrep with a hand-curated ruleset for AI-coded apps, Gemini re-ranks findings through a graph-RAG over real CVE patterns and OWASP guidance (so the LLM is grounded instead of hallucinating), gitleaks for secret detection, and a deterministic scoring layer that weighs findings by exploitability. The study behind the product: I scanned 50 real Cursor-built GitHub repos with Vouch before launch. The results: - Average security score: 34 out of 100 - 88 percent had at least one HIGH-severity vulnerability - 52 percent had at least one CRITICAL finding - 36 percent committed secrets or API keys in source - 32 percent scored exactly 0 out of 100 - The single most common finding across all 50 repos was SQL injection via sqlalchemy.text(). Next two were path traversal via unsanitized path.join inputs (23 instances) and XXE through the Python xml library on untrusted input (23 instances). The pattern: AI tools default to raw-string concatenation whenever the idiomatic ORM or parser API is awkward. That shortcut is exactly where the leaks come from. Who Vouch is for: - Indie hackers and solo founders shipping with AI coding tools - Small teams without a dedicated security engineer - Anyone whose codebase is 50 percent or more AI-generated - Developers tired of getting a thousand Semgrep findings and ignoring them all Who Vouch is NOT for: Enterprise security teams who already run Snyk, SonarQube, or GitHub Advanced Security. Vouch is intentionally narrower and faster, not deeper. Free for personal repos. Paid tier exists for teams and high-volume repos but is currently in test mode with no card required. Setup takes about five minutes: install the GitHub App, pick a repo, get your first score. Built by Jonathan Demir, business informatics student at TUM Munich, since March 2026. Try it free at https://vouch-secure.com or read the full study at https://vouch-secure.com/study.html

Product Insights

Vouch-secure provides automated security scanning and one-click remediation for vulnerabilities specifically found in AI-generated code. It utilizes Semgrep and gitleaks alongside a Gemini-based RAG layer to detect issues like SQL injections and leaked API keys.

  • One-click pull requests for automated vulnerability fixes.
  • Curated rule library specifically targeting AI coding shortcuts.
  • GitHub App integration for automated scanning on every push.
  • Freemium pricing model with zero-cost access for personal repos.

Ideal for: Solo founders, indie hackers, and small dev teams without dedicated security staff who frequently use AI coding tools.

Screenshots

Screenshot 1 of Vouch-secure
Screenshot 2 of Vouch-secure
Screenshot 3 of Vouch-secure
Screenshot 4 of Vouch-secure
Screenshot 5 of Vouch-secure

Reviews (0)

No reviews yet. Be the first to rate this product!

Comments (1)

J
@jonathand3mir

I built Vouch after my own AI-coded apps shipped with SQL injections and leaked keys. Tested it on 50 real repos: avg score 34/100. Free for personal repos.