Code audits for AI-built software
AI wrote it fast. Someone still has to read it before your users do.
Second Pass is a senior engineer's review of software built with Cursor, Bolt, v0, Lovable, or any AI tool — the pass that catches what "it works when I click through it" doesn't.
1def update_report(request, report_id):2 report = DailyReport.objects.get(id=report_id)3 report.status = request.POST["status"]4 report.save()5 return redirect("report_list")
Line 2 has no check that the current user owns this report. Anyone logged in can edit anyone else's data by changing a number in the URL. This is the single most common finding in AI-generated CRUD code.
30 years writing software, no AI product to sell you. We're not pitching a platform, a plugin, or a migration to "the right stack." Second Pass exists to tell you, plainly, what's actually wrong — and what to do about it.
For founders & small teams
You built it. You need a second opinion.
A fixed-fee, one-time audit of your codebase before you scale, fundraise, or hand it to a customer.
Findings report
Every issue found, in plain language — what it is, why it matters, and what happens if it's left alone.
Severity-ranked punch list
Ordered by what will actually hurt you — security and data-loss risks first, style nits never.
60-minute walkthrough call
We go through it together so nothing in the report is a surprise.
Covers one production codebase up to roughly 40k lines. Larger systems are scoped on the intake call before anything is billed.
- Turnaround10–14 business days
- FormatWritten report + call
- Access neededRead-only repo + staging
- Payment50% to start, 50% on delivery
For agencies
Your name is on the delivery.
A pre-delivery review gate for AI-built client projects — a fast verdict your team can act on before handoff.
Pre-delivery review
A pass over the specific project going out the door — auth, data handling, obvious breakage — before it reaches your client.
Ship / hold / fix-first verdict
One clear call, fast enough to fit inside a normal delivery timeline.
Direct line to a second opinion
Someone to point to when a client asks "is this actually fine?" who isn't the person who built it.
Single Review
For occasional use — one project, one verdict, no commitment.
- Turnaround48–72 hrs
- ScopeUp to 15k lines
Standing Review
For agencies shipping regularly. Up to four projects a month.
- Turnaround48 hrs
- Included4 reviews / mo
Contact
Tell us what you're worried about.
Email directly and include a couple of lines on what was built, what tool it was built with, and what's making you want a second opinion. You'll hear back within one business day.