Attackers have AI on their side now, and they spot weak products faster than ever. Patchable runs an automated audit on yours, then tells you in plain English what they'd find first. Free to scan. You only pay if something needs fixing.
We write each fix as a prompt your AI assistant can run. Hand it to Claude Code, Cursor, or whichever tool you build with, and the fix lands without you reading a single security blog.
// in /assets/app-7f3.js, line 12,488 const openai = new OpenAI({ apiKey: "sk-proj-aB3kL...x9Qz", dangerouslyAllowBrowser: true });
Anyone who opens your site can read this key from their browser's developer tools. Once copied, they can use it on your OpenAI account, and you'll get the bill.
Move my OpenAI API call out of the browser bundle and into a new backend endpoint at /api/ai/generate. The frontend should POST the user's input to this endpoint. The endpoint should: • read OPENAI_API_KEY from environment variables, never ship it to the client • call OpenAI server-side and stream the response back • rate-limit each user to 10 requests per minute, using a library that fits this codebase When you're done, leave a note in the PR description reminding me to rotate the exposed key (sk-proj-aB3kL...x9Qz) in my OpenAI dashboard before this ships.
One paste, one PR. We write each fix to work with the stack we see in your codebase.
An automated audit, run from the outside. No credentials. No surprise traffic on your live systems. Nothing a pentest could break.
Admin pages, exports, internal tools that quietly went live. Anything the open internet can answer when it shouldn't.
Every site ships code and config to the browser. We read it the way a visitor's browser does, and flag keys, secrets and internal URLs.
Email setup, security headers, form protections, guessable file URLs. None of it sounds dramatic. Each one trips up real products.
Every finding comes with a plain explanation and a step-by-step fix. No jargon, no severity codes, no homework.
Three levels, depending on how deep you want us to look. Each one is automated, one-time, and safe to run on a live product.
A complete outside-in surveillance scan. What an attacker would see on first contact, written up for you.
Everything in Get the Report, plus an advanced codebase audit for the bugs only production reveals.
Everything in Get Verified, plus a compliance and sales packet. A head start on the SOC2 path, before you're ready for the audit.
Fix what we find and your product earns the Patchable Verified badge. Drop it on your site, your security page, your sales decks. Quiet, public proof you take this seriously.
We'll email you once when Patchable opens. No marketing. No newsletter. No other emails. Just the one.