<?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: Daniel G</title>
    <description>The latest articles on DEV Community by Daniel G (@coachdanielg).</description>
    <link>https://dev.to/coachdanielg</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%2F4087513%2F1ad678ef-62f9-4ab7-b7f2-50e99efbce41.jpg</url>
      <title>DEV Community: Daniel G</title>
      <link>https://dev.to/coachdanielg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coachdanielg"/>
    <language>en</language>
    <item>
      <title>I scanned 1,219 AI company websites. 73% failed a basic security check.</title>
      <dc:creator>Daniel G</dc:creator>
      <pubDate>Wed, 26 Aug 2026 08:05:02 +0000</pubDate>
      <link>https://dev.to/coachdanielg/i-scanned-1219-ai-company-websites-73-failed-a-basic-security-check-4gbk</link>
      <guid>https://dev.to/coachdanielg/i-scanned-1219-ai-company-websites-73-failed-a-basic-security-check-4gbk</guid>
      <description>&lt;p&gt;I ran a free security scanner against the homepages of 1,219 AI companies. &lt;strong&gt;73% failed a basic check&lt;/strong&gt; — fewer than 4 of the 8 standard security headers. One in four had &lt;strong&gt;zero&lt;/strong&gt; security headers at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I did
&lt;/h2&gt;

&lt;p&gt;GuardScan is a single-file Python scanner — no API key, no account, no telemetry. It checks a site for the 8 standard security headers, TLS certificate validity, HTTPS redirection, and cookie flags, then returns a graded report with severity and a fix for every finding.&lt;/p&gt;

&lt;p&gt;I pointed it at 1,219 AI company websites and let it run.&lt;/p&gt;

&lt;h2&gt;
  
  
  The three numbers that shocked me
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;73% failed&lt;/strong&gt; the basic check (fewer than 4 of 8 standard security headers)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;25% had zero security headers at all&lt;/strong&gt; — not even X-Frame-Options&lt;/li&gt;
&lt;li&gt;Only &lt;strong&gt;9% had 6+ headers&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What a security header actually does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Content-Security-Policy&lt;/strong&gt; — blocks XSS by controlling what the page may load&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Strict-Transport-Security&lt;/strong&gt; — forces HTTPS, stops downgrade / MITM interception&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;X-Frame-Options&lt;/strong&gt; — prevents clickjacking&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;X-Content-Type-Options&lt;/strong&gt; — stops MIME sniffing / stored XSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Referrer-Policy&lt;/strong&gt; — stops tokens and paths leaking in the referrer&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Permissions-Policy&lt;/strong&gt; — limits camera / mic / geolocation abuse&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-Origin-Opener-Policy / Cross-Origin-Resource-Policy&lt;/strong&gt; — isolate cross-origin interactions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They're the first layer of defense — they block attacks before they ever reach your application code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AI companies specifically
&lt;/h2&gt;

&lt;p&gt;AI companies ship fast, add a chatbot on day one, and skip the boring baseline. A chatbot is a whole new attack surface — and if the headers aren't there, it's unprotected.&lt;/p&gt;

&lt;h2&gt;
  
  
  The scanner (free, open source)
&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;requests
python guardscan.py yoursite.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Two commands. No API key, no signup, no telemetry. Every finding comes with severity, impact, and a copy-paste fix (Nginx + generic).&lt;/p&gt;

&lt;p&gt;Full data and methodology: &lt;a href="https://github.com/coachdaniel12168-eng/guardscan/blob/main/REPORT.md" rel="noopener noreferrer"&gt;https://github.com/coachdaniel12168-eng/guardscan/blob/main/REPORT.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/coachdaniel12168-eng/guardscan" rel="noopener noreferrer"&gt;https://github.com/coachdaniel12168-eng/guardscan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely appreciate feedback on whether the "fail" threshold (4 of 8 headers) is a fair line.&lt;/p&gt;

</description>
      <category>security</category>
      <category>webdev</category>
    </item>
    <item>
      <title>test</title>
      <dc:creator>Daniel G</dc:creator>
      <pubDate>Mon, 24 Aug 2026 12:50:08 +0000</pubDate>
      <link>https://dev.to/coachdanielg/test-1lee</link>
      <guid>https://dev.to/coachdanielg/test-1lee</guid>
      <description>&lt;p&gt;test body&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
