Detect plagiarized and similar code across trillions of code sources on the web See what's new
Marcus Rodriguez

Marcus Rodriguez

Static Analysis Engineer at Codequiry

Marcus builds the source-code similarity and static-analysis engine behind Codequiry, from tokenization to AST comparison.

Articles by Marcus Rodriguez

The 92% Illusion in Your Code Review Process General 3 min
Marcus Rodriguez Marcus Rodriguez 4 months ago

The 92% Illusion in Your Code Review Process

A 2024 study of 1.2 million code review comments reveals a shocking bias: over 92% of feedback targets superficial style, not logic or security. This obsession with formatting creates a dangerous illusion of thoroughness while critical flaws slip through. We analyze the data and present a framework for shifting review culture from cosmetic nitpicking to substantive integrity scanning.

The Open Source Audit That Nearly Bankrupted a Startup General 7 min
Marcus Rodriguez Marcus Rodriguez 4 months ago

The Open Source Audit That Nearly Bankrupted a Startup

When a promising fintech startup sought Series A funding, their technical due diligence revealed a ticking legal bomb hidden in their dependencies. What began as a standard code scan escalated into a frantic race to remediate hundreds of license violations before the deal collapsed. This is the story of how unmanaged open-source code almost destroyed a company.

Your Static Analysis Tool Is Missing the Real Security Flaws General 8 min
Marcus Rodriguez Marcus Rodriguez 5 months ago

Your Static Analysis Tool Is Missing the Real Security Flaws

Most static analysis security testing (SAST) tools generate hundreds of low-priority warnings while missing critical architectural vulnerabilities. This guide shows you how to reconfigure your scanning pipeline to focus on the flaws attackers actually exploit, not just coding standard violations. We'll walk through a real Java Spring Boot codebase to demonstrate the shift from noise to signal.

The Hidden Pattern That Catches AI-Generated Code AI Detection 5 min
Marcus Rodriguez Marcus Rodriguez 5 months ago

The Hidden Pattern That Catches AI-Generated Code

AI-generated code often passes traditional plagiarism checks because it's unique. The real giveaway isn't similarity—it's a strange, inhuman consistency. We'll show you the specific syntactic and structural patterns that tools like Codequiry analyze to flag AI-written submissions, turning your suspicion into actionable evidence.