<?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: TN</title>
    <description>The latest articles on DEV Community by TN (@tnuhoglu).</description>
    <link>https://dev.to/tnuhoglu</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%2F4092531%2Fc4d727f7-74b0-4eec-b163-86666a58f305.png</url>
      <title>DEV Community: TN</title>
      <link>https://dev.to/tnuhoglu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tnuhoglu"/>
    <language>en</language>
    <item>
      <title>I built a free tool that runs 614 passive security checks on any website</title>
      <dc:creator>TN</dc:creator>
      <pubDate>Mon, 24 Aug 2026 20:54:36 +0000</pubDate>
      <link>https://dev.to/tnuhoglu/i-built-a-free-tool-that-runs-614-passive-security-checks-on-any-website-30hj</link>
      <guid>https://dev.to/tnuhoglu/i-built-a-free-tool-that-runs-614-passive-security-checks-on-any-website-30hj</guid>
      <description>&lt;h1&gt;
  
  
  I built a free tool that runs 614 passive security checks on any website
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;tl;dr:&lt;/strong&gt; &lt;code&gt;pip install tblue&lt;/code&gt; → &lt;code&gt;tblue -u https://yoursite.com&lt;/code&gt; → instant security grade. No account, no API key, nothing sent anywhere.&lt;/p&gt;




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

&lt;p&gt;Tblue runs &lt;strong&gt;614 passive security checks&lt;/strong&gt; on any website from your terminal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Security headers (CSP, HSTS, CORS, X-Frame-Options, 30+ more)&lt;/li&gt;
&lt;li&gt;Cookies (HttpOnly, Secure, SameSite for every cookie)&lt;/li&gt;
&lt;li&gt;Email security (SPF, DKIM, DMARC)&lt;/li&gt;
&lt;li&gt;Secrets in JS bundles, exposed config files, source maps&lt;/li&gt;
&lt;li&gt;Subdomain takeover, DNS misconfigs, typosquatting detection&lt;/li&gt;
&lt;li&gt;Compliance mapping: PCI-DSS, HIPAA, SOC 2, NIST CSF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Passive only&lt;/strong&gt; — reads what your site sends back, never modifies anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install &amp;amp; run
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;tblue
tblue &lt;span class="nt"&gt;-u&lt;/span&gt; https://yoursite.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Outputs a letter grade (A+ to F), a score (0–100), and remediation steps for every finding. Generates a shareable HTML report.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/taylannuhogluofficial-png/Tblue" rel="noopener noreferrer"&gt;github.com/taylannuhogluofficial-png/Tblue&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Would love to hear what you scan first. Happy to answer questions in the comments.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
