<?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: Jas</title>
    <description>The latest articles on DEV Community by Jas (@jas_vibecoder).</description>
    <link>https://dev.to/jas_vibecoder</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%2F3417699%2Ff0cb8d6d-c67c-4f84-b8d2-aaf477025ce5.png</url>
      <title>DEV Community: Jas</title>
      <link>https://dev.to/jas_vibecoder</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jas_vibecoder"/>
    <language>en</language>
    <item>
      <title>VibeGuard: A GitHub security scanner for indie developers and small teams</title>
      <dc:creator>Jas</dc:creator>
      <pubDate>Wed, 06 Aug 2025 17:33:11 +0000</pubDate>
      <link>https://dev.to/jas_vibecoder/vibeguard-a-github-security-scanner-for-indie-developers-and-small-teams-1pm7</link>
      <guid>https://dev.to/jas_vibecoder/vibeguard-a-github-security-scanner-for-indie-developers-and-small-teams-1pm7</guid>
      <description>&lt;p&gt;I built &lt;a href="https://vibe-guard.dev/" rel="noopener noreferrer"&gt;VibeGuard&lt;/a&gt;, a lightweight GitHub security scanner designed for indie developers, small teams, and people using platforms like VibeCode, Retool, or no-code tools that rely on custom scripts or API integrations.&lt;/p&gt;

&lt;p&gt;VibeGuard helps catch basic security issues that are easy to miss when you're moving fast: things like exposed secrets, misconfigured auth flows, unsafe headers, or outdated libraries.&lt;/p&gt;

&lt;p&gt;You paste in a GitHub repo (public or private), and it gives you a readable report with the most important findings. It doesn't require any setup, installs, or integrations—just paste and scan.&lt;/p&gt;

&lt;p&gt;Why I built it:&lt;br&gt;
After shipping a few projects myself, I realized how easy it is to forget something small that could turn into a big problem later. I didn’t want to set up a full security pipeline, but I still wanted peace of mind. VibeGuard is a middle ground: a simple tool to catch the obvious stuff before it bites you.&lt;/p&gt;

&lt;p&gt;How it works:&lt;br&gt;
Uses a mix of pattern-based checks and lightweight language models&lt;/p&gt;

&lt;p&gt;Flags secrets, insecure API usage, weak auth, and other common issues&lt;/p&gt;

&lt;p&gt;Supports JS, TS, Python, and plaintext scanning for now&lt;/p&gt;

&lt;p&gt;Public scans don’t require login; private repo scan uses GitHub OAuth&lt;/p&gt;

&lt;p&gt;What’s missing (for now):&lt;br&gt;
No CI/CD integration yet&lt;/p&gt;

&lt;p&gt;No support for compiled or container-based analysis&lt;/p&gt;

&lt;p&gt;No self-hosted version, though it’s something I’d like to build for teams&lt;/p&gt;

&lt;p&gt;It’s free to use during beta, and I’d really appreciate your feedback. I’d love to hear what’s helpful, what’s missing, or whether you’d actually use this as part of your workflow.&lt;/p&gt;

&lt;p&gt;Thanks for checking it out!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
