<?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: Hamza</title>
    <description>The latest articles on DEV Community by Hamza (@hamza_1ffb347ba7c946f7fdd).</description>
    <link>https://dev.to/hamza_1ffb347ba7c946f7fdd</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3890785%2Fdff8ed09-9c4d-4647-b073-9d334891af8b.png</url>
      <title>DEV Community: Hamza</title>
      <link>https://dev.to/hamza_1ffb347ba7c946f7fdd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hamza_1ffb347ba7c946f7fdd"/>
    <language>en</language>
    <item>
      <title>I built a security scanner that outputs Claude Code prompts to fix each vulnerability</title>
      <dc:creator>Hamza</dc:creator>
      <pubDate>Tue, 21 Apr 2026 12:40:30 +0000</pubDate>
      <link>https://dev.to/hamza_1ffb347ba7c946f7fdd/i-built-a-security-scanner-that-outputs-claude-code-prompts-to-fix-each-vulnerability-25n5</link>
      <guid>https://dev.to/hamza_1ffb347ba7c946f7fdd/i-built-a-security-scanner-that-outputs-claude-code-prompts-to-fix-each-vulnerability-25n5</guid>
      <description>&lt;h1&gt;
  
  
  I built a security scanner that outputs Claude Code prompts to fix each vulnerability
&lt;/h1&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Every security scanner I tried fell into one of three buckets:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Enterprise-priced — Qualys, Detectify, Snyk enterprise: $1k-10k/year. Overkill for a solo project.&lt;/li&gt;
&lt;li&gt;DIY — OWASP ZAP, Burp Suite: great, but a full weekend to set up and tune.&lt;/li&gt;
&lt;li&gt;Free but useless — SSL Labs, Mozilla Observatory: "you're B-rated." Ok, but what do I actually change?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As a solo dev shipping fast, I wanted something in the middle. So I built ScanMyVibe.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does differently
&lt;/h2&gt;

&lt;p&gt;Every scan returns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Severity-ranked vulnerabilities&lt;/li&gt;
&lt;li&gt;A ready-to-paste Claude Code prompt per issue — literally the one-liner you drop into Cursor/VS Code that fixes it&lt;/li&gt;
&lt;li&gt;PDF report for compliance trail&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example output for a missing CSP header:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Add the following Content-Security-Policy header to your Next.js next.config.js middleware: default-src 'self'; script-src 'self' 'nonce-{NONCE}' 'strict-dynamic'; ...&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;No interpretation needed, no "go read the MDN docs."&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 15 App Router + Prisma + Railway&lt;/li&gt;
&lt;li&gt;Custom checks: HTTP headers, SSL/TLS config, cookie flags, exposed env vars, common misconfigurations&lt;/li&gt;
&lt;li&gt;AI-generated fix prompts per vulnerability class (cached, not real-time LLM)&lt;/li&gt;
&lt;li&gt;NextAuth v5 for optional accounts&lt;/li&gt;
&lt;li&gt;Stripe for PRO tier ($29/mo: scheduled monitoring + breach alerts on your stack)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Free, no signup needed for first 3 scans: &lt;a href="https://scanmyvibe.co" rel="noopener noreferrer"&gt;scanmyvibe.co&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Which checks am I missing?&lt;/li&gt;
&lt;li&gt;Which fixes are too noisy or incorrect?&lt;/li&gt;
&lt;li&gt;Is $29/mo PRO priced right for indie devs?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>saas</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
