<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Greg Jenkins</title>
    <description>The latest articles on DEV Community by Greg Jenkins (@greg_jenkins_607946793307).</description>
    <link>https://dev.to/greg_jenkins_607946793307</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4037895%2Fc207286d-e0de-4ac4-8e77-52cde5528100.png</url>
      <title>DEV Community: Greg Jenkins</title>
      <link>https://dev.to/greg_jenkins_607946793307</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/greg_jenkins_607946793307"/>
    <language>en</language>
    <item>
      <title>I Built an AI Code Reviewer That Caught 29 Issues (8 Critical) on Its First Real PR</title>
      <dc:creator>Greg Jenkins</dc:creator>
      <pubDate>Mon, 20 Jul 2026 10:31:15 +0000</pubDate>
      <link>https://dev.to/greg_jenkins_607946793307/i-built-an-ai-code-reviewer-that-caught-29-issues-8-critical-on-its-first-real-pr-2oe8</link>
      <guid>https://dev.to/greg_jenkins_607946793307/i-built-an-ai-code-reviewer-that-caught-29-issues-8-critical-on-its-first-real-pr-2oe8</guid>
      <description>&lt;p&gt;I got tired of reviewing PRs and finding the same issues over and over — hardcoded secrets, eval() calls, debugger statements left in, missing error handling, SQL injection vectors. The kind of stuff that shouldn't reach production but always does.&lt;/p&gt;

&lt;p&gt;So I built VetBot — an AI agent that reviews every pull request for production-readiness issues.&lt;/p&gt;

&lt;p&gt;What it checks:&lt;/p&gt;

&lt;p&gt;🔒 Security — hardcoded secrets, eval(), SQL injection, XSS&lt;br&gt;
⚠️ Error handling — empty catch blocks, unhandled promises, missing try/catch&lt;br&gt;
📝 Logging — sensitive data in logs, missing context&lt;br&gt;
🚀 Deployment risks — debugger statements, process.exit(), hardcoded localhost&lt;br&gt;
🎯 Edge cases — parseInt without radix, null checks&lt;br&gt;
I ran it on a test PR with intentional issues and it found:&lt;/p&gt;

&lt;p&gt;29 total findings&lt;br&gt;
8 critical (blocked merge)&lt;br&gt;
13 warnings&lt;br&gt;
5 categories covered&lt;br&gt;
It doesn't just flag issues — it suggests the exact fix code for each one.&lt;/p&gt;

&lt;p&gt;Stack: TypeScript, Hono, Octokit, OpenAI-compatible LLM, dual-mode (rule-based + AI)&lt;/p&gt;

&lt;p&gt;Pricing: $49/mo (Starter) → $149/mo (Team) → $399/mo (Scale)&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://site-evkdm0zl9-subzero4.vercel.app" rel="noopener noreferrer"&gt;https://site-evkdm0zl9-subzero4.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from the dev community!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
