<?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: nadeeja</title>
    <description>The latest articles on DEV Community by nadeeja (@hirun).</description>
    <link>https://dev.to/hirun</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%2F4112869%2F950cedc8-a89d-443c-b6cd-7c400432f677.png</url>
      <title>DEV Community: nadeeja</title>
      <link>https://dev.to/hirun</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hirun"/>
    <language>en</language>
    <item>
      <title>I built a free client-side Secure Code Scanner (XSS, SQL Injection, CSP &amp; more)</title>
      <dc:creator>nadeeja</dc:creator>
      <pubDate>Sun, 06 Sep 2026 22:03:30 +0000</pubDate>
      <link>https://dev.to/hirun/i-built-a-free-client-side-secure-code-scanner-xss-sql-injection-csp-more-obg</link>
      <guid>https://dev.to/hirun/i-built-a-free-client-side-secure-code-scanner-xss-sql-injection-csp-more-obg</guid>
      <description>&lt;p&gt;A few weeks ago I wanted a simple way to quickly check code snippets for common security anti-patterns without uploading anything to a server.&lt;br&gt;
So I built Secure Code Scanner — a completely free, client-side tool that runs 100% in your browser.&lt;br&gt;
What’s included:&lt;/p&gt;

&lt;p&gt;Code Scanner → Heuristic detection for XSS sinks, SQL concatenation, command injection, insecure deserialization, weak crypto, prototype pollution, and more&lt;br&gt;
Context Playground → See how the same user input behaves differently in HTML body, attributes, URLs, headers, SQL, NoSQL, filenames, shell commands, and logs&lt;br&gt;
CSP Builder → Generate a starting Content-Security-Policy with sensible defaults&lt;br&gt;
Interactive Quiz → Test your understanding of common injection issues&lt;br&gt;
Vulnerability Reference → Clear defensive principles (not just payload lists)&lt;/p&gt;

&lt;p&gt;Everything stays in your browser. Nothing is sent to any server.&lt;br&gt;
&lt;strong&gt;Try it here:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://iosecure-code-scanner.site" rel="noopener noreferrer"&gt;https://iosecure-code-scanner.site&lt;/a&gt;&lt;br&gt;
I’d love feedback — especially if you find false positives/negatives in the scanner rules or have ideas for new checks.&lt;br&gt;
If you find it useful, a share or star would mean a lot!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftad5lpn0t6uqn6skcuj1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ftad5lpn0t6uqn6skcuj1.png" alt=" " width="800" height="382"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
