<?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: Kay A</title>
    <description>The latest articles on DEV Community by Kay A (@kaademos).</description>
    <link>https://dev.to/kaademos</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%2F3558072%2F4abe26d1-d88f-42e6-a897-52945a93cfc6.png</url>
      <title>DEV Community: Kay A</title>
      <link>https://dev.to/kaademos</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaademos"/>
    <language>en</language>
    <item>
      <title>Why I Built an Open-Source Kit to Help Demystify OWASP ASVS Compliance</title>
      <dc:creator>Kay A</dc:creator>
      <pubDate>Fri, 10 Oct 2025 19:28:24 +0000</pubDate>
      <link>https://dev.to/kaademos/why-i-built-an-open-source-kit-to-help-demystify-owasp-asvs-compliance-4cjg</link>
      <guid>https://dev.to/kaademos/why-i-built-an-open-source-kit-to-help-demystify-owasp-asvs-compliance-4cjg</guid>
      <description>&lt;p&gt;The OWASP Application Security Verification Standard (ASVS) is one of the most respected and comprehensive security checklists in our industry. It's a powerful for defining and measuring the security posture of an application. But if we are honest: for many development teams, it can feel like a massive, unapproachable wall of requirements.&lt;/p&gt;

&lt;p&gt;How can we translate these hundreds of verification points into practical, day-to-day engineering work? How do we ensure consistency without drowning in a ton of spreadsheets?&lt;/p&gt;

&lt;p&gt;This is a problem I wanted to solve. As an appsec engineer and as cliche as it sounds, my passion is to help developers build secure software by design. I am one of countless belivers who believe security should be a paved road, not a series of roadblocks.&lt;/p&gt;

&lt;p&gt;That’s why I’m excited to launch the &lt;strong&gt;ASVS Compliance Starter Kit&lt;/strong&gt;, a public, open-source project now available on GitHub.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;[Link to your GitHub Repository: &lt;a href="https://github.com/kaademos/asvs-compliance-starter-kit" rel="noopener noreferrer"&gt;https://github.com/kaademos/asvs-compliance-starter-kit&lt;/a&gt;]&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What is the ASVS Compliance Starter Kit?
&lt;/h3&gt;

&lt;p&gt;It is basically a practical, developer-first toolkit for integrating the OWASP ASVS 5.0 into your Software Development Lifecycle (SDLC). It provides a set of adaptable templates and documentation designed to help engineering teams of all sizes embed security from the start.&lt;/p&gt;

&lt;p&gt;The kit includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Standardized Decision Templates:&lt;/strong&gt; Ready-to-use Markdown files for documenting critical security decisions around authentication, authorization, data classification, and more.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Machine-Readable Requirements:&lt;/strong&gt; The core ASVS standard in JSON and CSV formats, making it easy to automate checklists and integrate with other tools.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Practical Implementation Guidance:&lt;/strong&gt; Secure coding patterns for common challenges like CSRF protection, with more on the way.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  From Theory to Practice
&lt;/h3&gt;

&lt;p&gt;We dont want to create more documentation for its own sake. Our aim is to provide a framework that answers the question, "What do we actually &lt;em&gt;do&lt;/em&gt;?"&lt;/p&gt;

&lt;p&gt;For example, instead of just pointing to the ASVS chapter on authorization, a team can use the &lt;code&gt;V8-Authorization-Rules.md&lt;/code&gt; template to explicitly map out which user roles can access which API endpoints and fields. This becomes a living document that informs code and test cases.&lt;/p&gt;

&lt;h3&gt;
  
  
  This is a Community Project
&lt;/h3&gt;

&lt;p&gt;I built the foundation, but the vision for this project is to have it driven by the community. The &lt;a href="https://github.com/kaademos/asvs-compliance-starter-kit/blob/main/ROADMAP.md" rel="noopener noreferrer"&gt;roadmap&lt;/a&gt; includes plans for more language-specific guidance, tooling integrations, and threat modeling content.&lt;/p&gt;

&lt;p&gt;Whether you're an experienced security professional, a developer passionate about building secure code, or someone just starting your AppSec journey, your contribution is welcome.&lt;/p&gt;

&lt;h3&gt;
  
  
  How You Can Get Involved
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Check out the repository:&lt;/strong&gt; Explore the files and see how it might fit into your workflow.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Star the project:&lt;/strong&gt; If you find it useful, give it a star on GitHub! It’s a huge motivator and helps with visibility.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Contribute:&lt;/strong&gt; We have a number of issues labeled &lt;code&gt;good first issue&lt;/code&gt; that are perfect for getting started.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Let's work together to make security less about compliance checklists and more about building great, secure software.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>security</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
