Skip to content
THE GUILD
0%
Services Products Careers About Us Blog FAQ Contact

AI Rescue · Free Auto Scan

Built it with Cursor or Claude? Free scan, A–F in 30 minutes.

Submit a GitHub URL. Get a code-health grade, the top critical issues, and a recommended fix tier — by email. No card required, no sales call attached.

Scan my code — free $0 · 10–30 min · Results by email · We delete the repo after the scan

Common situations

"We built it with AI and now we are not sure it is safe to keep running."

AI Rescue is for the situations the Vibe Coding wave created — code that works but nobody can confidently say is OK.

Situation 01

Built an app with Cursor or Claude. It works. You cannot tell if it is safe in production.

Security audits start at $5K. This is your $0 first read.
Situation 02

It worked last week, then stopped. You do not know what broke, or where to start.

An A–F report with the top three Critical issues turns "I don't know" into a task list.
Situation 03

A non-technical co-founder needs to explain the codebase to investors. There is no document.

The Diagnostic ($500) is a written technical report — designed to share, not to be deciphered.

Before → After

What changes after 30 minutes.

The Auto Scan does not fix anything. It tells you exactly what to worry about, with priority. That is the change.

Day 0 · Before
  • "It works, but is it really OK?" — and no one in-house can answer.
  • It stopped working and nobody knows what broke.
  • Security worries, no engineer to ask.
  • "Probably fine" is the best you can say to a board, an investor, or a customer.
+30 min · After
  • A–F grade for the codebase, in writing.
  • Critical / High / Medium issues counted and named — file and line.
  • Top concern called out with sample fix code.
  • "What to do next" — DIY guide, paid diagnostic, or staged fix.

Sample report

What your Auto Scan email actually looks like.

Same structure, every time. A grade, a count, a top concern with a file and line, and a "what next" path.

Code Health Grade C A · B · C · D · F
Found
3 Critical · 7 High · 2 Security risksAcross 28 files, 4,180 lines analysed.
Top concern
SQL injection vulnerability in /api/users.js (line 42) — direct string interpolation in query.Sample fix code included in this email.
2nd concern
Hardcoded API key in config/email.js (line 7) — committed to public history.Rotate the key before any other fix.
3rd concern
No input validation on /api/upload — accepts arbitrary file types.Pre-built validator linked in the DIY guide.
Next
Want the full picture? Book a 15-min call (free), or get the $500 Diagnostic for a deep technical report.No commitment, no follow-up emails unless you reply.

5 staged tiers

Free at the entry. Pay only for what you decide to fix.

The ladder is designed to be exited at any rung. Most clients stop at the diagnostic; some never need more than the free scan.

Tier 0 · Free

Auto Scan

Automated AI scan + static analysis. A–F grade, top critical issues by file and line. Email-delivered.

$010–30 min
Tier 1

Diagnostic Report

Detailed human + AI analysis. Technical report, sample fix code, fix plan with priority and estimates. NDA-signed.

$500–$1K6 hours
Tier 2

Hotfix

Critical issues only. Minimum viable working state. Team: PM + Engineer + QA.

$5,0002 weeks
Tier 3

Stabilize

Hotfix + High fixes + tests (50%+ coverage) + CI/CD + basic monitoring. Stable production state.

$10,0001 month
Tier 4

Rebuild

Full architecture redesign, migration plan, phased rollout. For codebases beyond stabilising.

$15–20K1–2 months

How the Auto Scan works

What happens after you submit the form.

The Auto Scan is automated end-to-end. No human reads your code until you choose the Diagnostic tier — and only then under NDA.

Minute 0

You submit the form

5 fields: GitHub URL, what you built it with (Cursor / Claude / GPT / Copilot / Other), current state, production yes/no, email. Takes a minute.

No card required

Minute 1–5

Repo cloned (read-only)

We clone your repo read-only. Static analysis tools run in parallel — language linters, dependency audit, secret detection, security pattern scan.

ESLint · npm audit · gitleaks · Semgrep

Minute 5–25

AI analysis layer

Claude analyses the static-analysis output plus the code itself, prioritises issues, drafts sample fix code, generates the email content. No human reads the code at this stage.

Fully automated

Minute 25–30

Email delivered, repo deleted

The email arrives in your inbox. The cloned repo is deleted from our infrastructure. Your email address is on file for follow-up unless you opt out.

Repo deleted · Email on file

Why this is free

The numbers behind $0.

Auto Scan is free because 80% of diagnosis is AI-automated, and because most scans do not need a human to read the code at all. We run the scans at our cost.

1/10×Cost vs typical security audit

Security audits start at $5,000. The Auto Scan is $0. The Diagnostic ($500) is one-tenth the entry price of a typical audit, with output that includes fix code samples.

100×Faster results

Audits take 1–4 weeks. Auto Scan takes 10–30 minutes. The speed comes from AI doing the routine work; humans are reserved for the Diagnostic and beyond.

3Production AI codebases we run

Tsunagu, Dr. Unco, and L-career — live codebases we build and operate ourselves. We know what AI-generated code looks like in production because we run it every day.

What you can rely on

Five rules for every Auto Scan.

Operational rules — applied on every scan, free or paid.

  • Read-only clone

    We clone your repo with read-only access. We cannot modify your code, your repository settings, or your secrets.

  • Repo deleted post-scan

    The cloned repository is deleted from our infrastructure once the scan email is sent. No code retained.

  • No human reads code (free tier)

    The Auto Scan is end-to-end automated. A human only reads your code if you choose the Diagnostic tier, and only after NDA is signed.

  • No sales chase

    Day 3, 2-week, and 3-month follow-ups are sent only if you do not reply. Unsubscribe is one click. We do not call your phone.

  • NDA before tech (paid tiers)

    Every paid tier — Diagnostic, Hotfix, Stabilize, Rebuild — starts with NDA and DPA before any technical discussion or human code review.

FAQ

Five questions before you scan.

Specific case not here? Add it to the form's message field. Reply within one business day.

Is the Auto Scan really free?
Yes. Submit a GitHub URL, get an A–F grade and a summary of critical issues by email in 10–30 minutes. No card required. We delete the cloned repository after the scan. The only thing we keep is your email — and you can unsubscribe from the follow-up sequence in one click.
What if the scan shows everything is fine?
Then nothing happens. You get a report. We do not chase you with sales calls. If you want to confirm under NDA, the $500 Diagnostic gives you a deeper read with a human engineer involved.
How is this different from a security audit?
Security audits start at $5,000 and take 1–4 weeks. We start at $0 and take 30 minutes. The output is also different — AI Rescue produces fix code samples and a DIY guide, not just a report. Audits cover code in general; we are specialised in AI-generated code patterns specifically.
What does each fix tier do?
Hotfix ($5K, 2 weeks) repairs Critical issues only. Stabilize ($10K, 1 month) adds High fixes, tests, CI/CD, and basic monitoring. Rebuild ($15–20K, 1–2 months) is full architecture redesign with migration plan and phased rollout. We propose the right tier based on the Diagnostic, not before.
What about the code I built with Cursor / Claude?
That is exactly the code Auto Scan is built for. AI-generated code has predictable failure patterns — SQL injection, secret leaks, unsafe direct object references, missing input validation. We know what to look for because we build and run three AI-augmented products ourselves: Tsunagu, Dr. Unco, and L-career. Those patterns show up in AI output that ships without review — the problem Auto Scan looks for is the gap between "AI wrote it" and "someone checked it," not AI authorship itself. Our own products go through the same code-review and testing discipline described on our AI Development page, which is why we can run this scan on our own code too.

Free Auto Scan

Paste a GitHub URL. Get a code-health grade by email.

No card. No call. 10–30 minutes from submit to result.

  • Read-only clone, deleted after the scan completes.
  • End-to-end automated — no human reads your code at the free tier.
  • Email follow-ups only if you do not reply; unsubscribe in one click.
  • $0
  • 10–30 min
  • Repo deleted
  • No card

Scan my code — free

Required fields marked * · 5 fields, 30 seconds

By submitting, you agree to our privacy notice.