DS DevShelfHub Projects · AI tools
Articles / Interview Coder Just Leaked Its Users: A Warning About AI Cheating Tools in Tech Interviews

Careers

Interview Coder Data Leak: What the PDF Redaction Failure Reveals

By DevShelfHub

Interview Coder's homepage Offer Gallery exposed users' full names, compensation, locations, and hiring companies via trivially-bypassable PDF redaction. A breakdown of what happened, why this is worse than a normal breach, the tool's prior 2025 GitHub API-key leak, what affected users should do, and why ethical interview prep is the only durable path.

Interview Coder Data Leak: What the PDF Redaction Failure Reveals

Introduction

Interview Coder, the AI cheating tool that promises “completely anonymous, invisible to detection” technical-interview assistance, just leaked its own users. Not via a dark-web breach or a SQL-injection drama — they posted the data themselves on the homepage of their website, in a new feature they called the Offer Gallery.

The redactions on those offer letters were trivially bypassable. Select-and-copy any portion of the PDFs they uploaded and the supposedly hidden text — full names, comp packages, offer locations, hiring company — copies right out. Anyone with a keyboard and ten minutes can dox the “trusted by 97,000 devs” users this product claims to protect.

📚 Table of contents

  • What Interview Coder is
  • What the Offer Gallery shipped
  • How the redaction failed
  • Why this is worse than a regular breach
  • Their previous security incident
  • What to do if you used this tool
  • The ethical interview-prep alternative
  • FAQs

What Interview Coder is

Interview Coder is a paid platform (around $600–$799 depending on plan) that runs an AI assistant during live technical interviews. The pitch is invisible AI assistance — the tool surfaces answers to interviewer questions while remaining undetected by the candidate’s screen-share or proctoring software.

Its founder, Roy Lee, has publicly bragged about Interview Coder reaching multi-million-dollar annual revenue. He’s also been the subject of prior coverage for being expelled from his university for using AI cheating tools.

The promo tweet read: “Today we shipped an Offer Gallery. Real offers from real users.” The page displayed scans of formal offer letters from companies like Amazon, Apple, and Microsoft, with personal details (names, dates, comp numbers, locations) ostensibly redacted by black boxes drawn over the PDFs.

The redactions are visual overlays, not actual text removal. The underlying PDF text remains intact beneath the black boxes — this is one of the oldest mistakes in document redaction. PDFs store text as a separate layer from the rendered image, so any visual mask leaves the source text extractable through normal copy-paste, programmatic parsing, or a PDF reader’s text-search function.

How the redaction failed

The exposure path is comically simple:

  1. Open the Offer Gallery on the Interview Coder homepage.
  2. Click into any offer letter.
  3. Click and drag to select a black-boxed region of the PDF.
  4. Copy. Paste into a text editor.
  5. The redacted text appears.

Repeating this across the gallery surfaces multiple users’ full names, exact compensation breakdowns including restricted stock unit totals, office locations, employer names, and signing dates. Demonstrations of the leak are already circulating on YouTube and on Twitter.

Why this hurts users specifically: the data being exposed isn’t just PII. It’s evidence that the named individual used an AI cheating tool to obtain a specific offer from a named company on a specific date. If that company finds the leak, blacklisting and offer rescission are likely.

Why this is worse than a regular breach

Most data breaches are unwanted. A user signs up, expects their data to be private, an attacker steals it. That’s bad but at least the user’s consent boundary is intact.

This is the operator volunteering users’ data as marketing material, then failing to redact it. The legal exposure is different, the trust violation is different, and the downstream consequences are worse — the data is on the company’s own homepage, indexed by search engines, screenshottable forever.

For a service whose entire value proposition is anonymity (“completely anonymous, invisible to detection, undetectable”), this isn’t just a security failure — it’s a contradiction of the product’s reason to exist.

Their previous security incident

This isn’t the first time Interview Coder has shipped a security own-goal. Earlier in 2025, they pushed API keys to a public GitHub repository — the kind of mistake that fails a security 101 lecture. The pattern is consistent: a product marketing invisibility while the operators ship visible mistakes.

What to do if you used this tool

  • Check the Offer Gallery for any document resembling an offer letter you submitted or sent in.
  • Request immediate removal from the operator. Be specific — cite the exact URL.
  • If your offer is identifiable, talk to a lawyer about what your obligations are toward the employer that issued the offer. Disclosure may matter more than concealment at this point.
  • Assume the data is already cached by search engines and archived. Even if the operator removes the gallery, the leak doesn’t un-happen.
  • If you have an active offer, decide whether you’d rather quietly decline it than risk discovery later.

The ethical interview-prep alternative

The longer-term lesson here isn’t just “don’t use cheating tools.” It’s that the people who reliably get into big-tech roles use a well-understood, ethical path:

  • Refresh data structures and algorithms fundamentals.
  • Drill 75–100 high-quality, curated problems — not 500 random LeetCode submissions.
  • Do at least 4 mock interviews under realistic conditions before the real ones.
  • Practice the structured response (clarifying questions → brute force → optimized solution → complexity analysis → tests).
  • Show up and answer the question, with no AI listening over your shoulder.

Two or three months of focused prep delivers offers without the risk of being blacklisted from every company you’d want to work for. The compensation jump is the same; the durability is what differs.

❌ The bigger pattern

  • Tools selling secrecy as a feature attract operators who don’t understand operational security.
  • The user’s only leverage is trust. When that trust is misplaced, there’s no recourse.
  • A “trusted by 97k users” banner doesn’t imply competence — only marketing.
  • Putting sensitive data into any third-party platform is a bet on that platform’s engineering culture. Bet accordingly.
  • The platform that leaks your data won’t suffer the consequences. You will.

Conclusion

Interview Coder’s Offer Gallery is a clean example of why AI cheating tools fail their users eventually. The product’s value proposition is invisibility; the operators’ behavior advertises the customer base. The two are incompatible.

Whatever your stance on whether this kind of tool should exist, the practical takeaway is simple: do not entrust sensitive career data — especially evidence of how that data was generated — to platforms whose security track record consists of API keys on GitHub and PDFs with paint-over redaction.

Related reading: 5 ways AI made coding worse (and how to fix it)how to pass technical interviews in 2026Claude AI review

Explore More on DevShelf

Interview Coder Just Leaked Its Users: A Warning About AI Cheating Tools in Tech Interviews FAQ

How could the redaction be done properly?

Proper PDF redaction strips text from the document layer, not just covers it visually. Adobe Acrobat's Redact tool, flatten-and-rasterize to image, or print-to-flat-PDF approaches all work correctly.

Will the affected users actually get blacklisted?

Depends on the company. Some quietly rescind offers; others pursue legal action for misrepresentation. Several big-tech HR teams maintain internal blacklists of candidates known to use cheating tools. The risk isn't zero.

Why do these tools keep existing?

Demand is real—technical interviews are stressful and the interview-to-job-skills gap is wide. Supply meets demand until consequences are visible enough to dent the market.

Are companies detecting AI assistance in interviews?

Increasingly yes. In-person on-sites are returning; remote interviews are adopting layered detection—eye-tracking, behavioral typing cadence analysis, and multi-monitor detection. Tools that worked six months ago are detectable now.

What if I'm a hiring manager?

Treat live coding as one signal among many. Add an on-site whiteboard, deep-dive system design, follow-up code questions, and reference checks probing real project ownership. AI cheating is hardest to fake in judgment calls, not code.