<?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: Mantas Suminas</title>
    <description>The latest articles on DEV Community by Mantas Suminas (@slyt3).</description>
    <link>https://dev.to/slyt3</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%2F3954033%2Fec765835-60cb-4e0a-bffe-9ea545c24c59.jpeg</url>
      <title>DEV Community: Mantas Suminas</title>
      <link>https://dev.to/slyt3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slyt3"/>
    <language>en</language>
    <item>
      <title>Gofin – Go library for bot detection via browser fingerprinting</title>
      <dc:creator>Mantas Suminas</dc:creator>
      <pubDate>Wed, 27 May 2026 09:31:59 +0000</pubDate>
      <link>https://dev.to/slyt3/gofin-go-library-for-bot-detection-via-browser-fingerprinting-19mn</link>
      <guid>https://dev.to/slyt3/gofin-go-library-for-bot-detection-via-browser-fingerprinting-19mn</guid>
      <description>&lt;p&gt;Built this Go library over the past few weeks it takes a browser fingerprint from your frontend JS and scores how bot-like it looks.&lt;/p&gt;

&lt;p&gt;Basically you collect stuff like navigator.webdriver, screen size, WebGL renderer, canvas hash, timezone, fonts, plugins etc. on the client, send it as JSON to your server, and the library runs it through a bunch of detection rules and gives you back a score and an explanation.&lt;/p&gt;

&lt;p&gt;Caught things like headless Chrome pretending to be a real browser, SwiftShader GPU (dead giveaway in CI), timezone mismatches where the JS offset doesn't match the IANA name, missing fonts that every real desktop browser has stuff like that.&lt;/p&gt;

&lt;p&gt;No API calls, no sending data anywhere, just a Go package. Useful if you want to add bot detection to a login or signup flow without paying for a third party service.&lt;/p&gt;

&lt;p&gt;Still pretty early, signal weights are hand-tuned not trained, but it works well enough that I wanted to put it out there.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/slyt3/gofin" rel="noopener noreferrer"&gt;https://github.com/slyt3/gofin&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to know if anyone's done something like this before and what signals I'm missing. &lt;/p&gt;

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