<?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: IND_is_Here</title>
    <description>The latest articles on DEV Community by IND_is_Here (@indishere).</description>
    <link>https://dev.to/indishere</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%2F4066346%2F62227a3c-3775-4c0a-9030-5ca0481040d4.png</url>
      <title>DEV Community: IND_is_Here</title>
      <link>https://dev.to/indishere</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/indishere"/>
    <language>en</language>
    <item>
      <title>Radar scanned 68 distinct websites. 38 security scans received an F.</title>
      <dc:creator>IND_is_Here</dc:creator>
      <pubDate>Thu, 06 Aug 2026 18:14:34 +0000</pubDate>
      <link>https://dev.to/indishere/radar-scanned-68-distinct-websites-38-security-scans-received-an-f-3jl4</link>
      <guid>https://dev.to/indishere/radar-scanned-68-distinct-websites-38-security-scans-received-an-f-3jl4</guid>
      <description>&lt;p&gt;I recently launched &lt;strong&gt;RADAR&lt;/strong&gt;, a free website security scanner.&lt;/p&gt;

&lt;p&gt;It has now run &lt;strong&gt;94 scans across 68 distinct websites&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The part I was not ready for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;38 scan results received an F&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The median score is only &lt;strong&gt;53/100&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;F is currently the largest grade category by far
38 of 94 scans, or 40.4%, resulted in an F. That F count is equivalent to 55.9% of the 68 distinct websites scanned.&lt;/li&gt;
&lt;/ul&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%2Feman8rlxtep49yengxiq.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%2Feman8rlxtep49yengxiq.png" alt="Radar live statistics dashboard" width="749" height="1059"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The websites did not look broken
&lt;/h2&gt;

&lt;p&gt;Most of the sites looked finished and worked normally. In fact, they had a pretty nice UI too. &lt;/p&gt;

&lt;p&gt;That is what makes the results interesting. A website can load correctly, have a polished interface, and appear production-ready while still missing basic security.&lt;/p&gt;

&lt;p&gt;The problems Radar commonly looks for include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Missing or weak Content Security Policy&lt;/li&gt;
&lt;li&gt;Missing clickjacking protection&lt;/li&gt;
&lt;li&gt;Missing HSTS&lt;/li&gt;
&lt;li&gt;Insecure cookie configuration&lt;/li&gt;
&lt;li&gt;Dangerous CORS settings&lt;/li&gt;
&lt;li&gt;Mixed HTTP and HTTPS content&lt;/li&gt;
&lt;li&gt;Missing Subresource Integrity&lt;/li&gt;
&lt;li&gt;Exposed server or framework information&lt;/li&gt;
&lt;li&gt;Unsafe redirects&lt;/li&gt;
&lt;li&gt;Publicly exposed files or information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The visible product may be complete while its security configuration was simply never reviewed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built Radar
&lt;/h2&gt;

&lt;p&gt;Before building Radar, I used to check websites shared by builders in the Lovable Discord server with RADAR when it was an internal tool I had made.&lt;/p&gt;

&lt;p&gt;I kept seeing the same protections missing:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Content Security Policy&lt;/li&gt;
&lt;li&gt;Anti-framing protection through &lt;code&gt;frame-ancestors&lt;/code&gt; or &lt;code&gt;X-Frame-Options&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Permissions Policy&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Some owners asked me to scan more of their projects because they had no easy way to check these things themselves.&lt;/p&gt;

&lt;p&gt;That eventually pushed me to turn the internal scanner into a public tool.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Radar actually measures
&lt;/h2&gt;

&lt;p&gt;Radar analyzes security information that is publicly observable from a deployed website.&lt;/p&gt;

&lt;p&gt;It checks areas such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTTPS and redirect behavior&lt;/li&gt;
&lt;li&gt;Security headers&lt;/li&gt;
&lt;li&gt;CSP strength&lt;/li&gt;
&lt;li&gt;Cookies&lt;/li&gt;
&lt;li&gt;CORS&lt;/li&gt;
&lt;li&gt;Mixed content&lt;/li&gt;
&lt;li&gt;External scripts and styles&lt;/li&gt;
&lt;li&gt;Technology and hosting fingerprints&lt;/li&gt;
&lt;li&gt;Exposed information&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It then produces a readable report with a score and a grade from &lt;strong&gt;F to S+&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;There is no login or payment required for a basic scan.&lt;/p&gt;

&lt;p&gt;The score represents the website’s &lt;strong&gt;publicly visible security configuration&lt;/strong&gt;. It is meant to identify overlooked protections and provide a useful starting point, not replace a full security audit.&lt;/p&gt;

&lt;h2&gt;
  
  
  The statistics are live
&lt;/h2&gt;

&lt;p&gt;The dataset is still early, and the numbers will change as more websites are scanned.&lt;/p&gt;

&lt;p&gt;The live aggregate statistics are available here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://radar.hackthe.world/stats" rel="noopener noreferrer"&gt;https://radar.hackthe.world/stats&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can scan your own website here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://radar.hackthe.world" rel="noopener noreferrer"&gt;https://radar.hackthe.world&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Your website's url or security vulnerabilities are NOT displayed publicly. We only put the scores/averages publically.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I am continuing to improve the scoring, reduce false positives, and learn which checks are most useful as the dataset grows.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>showdev</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
