<!DOCTYPE html><!-- Last Published: Fri Jul 31 2026 15:07:58 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.aikido.dev" data-wf-page="662515d7c62199785d51c43c" data-wf-site="642adcaf364024552e71df01" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>Code to Cloud Security for Your Startup</title><meta content="Aikido Security is an affordable, all-in-one application security platform. Looking to secure your app? Get started for free. Set-up only takes 2 minutes." name="description"/><meta content="Code to Cloud Security for Your Startup" property="og:title"/><meta content="Aikido Security is an affordable, all-in-one application security platform. Looking to secure your app? Get started for free. Set-up only takes 2 minutes." property="og:description"/><meta content="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6777a6a876c1e0300e970e18_Open%20Graph%20Image%20Edited.jpg" property="og:image"/><meta content="Code to Cloud Security for Your Startup" name="twitter:title"/><meta content="Aikido Security is an affordable, all-in-one application security platform. Looking to secure your app? Get started for free. Set-up only takes 2 minutes." name="twitter:description"/><meta content="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6777a6a876c1e0300e970e18_Open%20Graph%20Image%20Edited.jpg" name="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/642adcaf364024552e71df01/css/aikido-staging.shared.5bff58ce7.min.css" rel="stylesheet" type="text/css" integrity="sha384-W/9YznRVOoegf0FV1rj2tX4GNfkV3LzLTKIVHevEKJPTMv7BrsmY49+RUVqa7WZt" crossorigin="anonymous"/><link href="https://cdn.prod.website-files.com/642adcaf364024552e71df01/css/aikido-staging.662515d7c62199785d51c43c.84b63291e.opt.min.css" rel="stylesheet" type="text/css" integrity="sha384-hLYykefpw6pmpLUqiRCH5sSDiPek/DWlwJ3edX+haozUC1JHF9FbFNWQ9Nt94GS/" crossorigin="anonymous"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a44c0d59562153f7bd081ff_favicon.png" rel="icon" type="image/png" sizes="32x32" media="(prefers-color-scheme: light)"/><link href="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a44c0d59562153f7bd081ff_favicon.png" rel="icon" type="image/png" sizes="32x32" media="(prefers-color-scheme: dark)"/><link href="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a44c0d5e131c7cf4cb7391a_favicon.png" rel="icon" type="image/png" sizes="48x48"/><link href="https://cdn.prod.website-files.com/642adcaf364024552e71df01/686cc19bbe248d01ceb5cfe2_webclip.png" rel="apple-touch-icon"/><link href="https://www.aikido.dev/industries/aikido-for-startups" rel="canonical"/><script id="structured-data" type="application/ld+json">{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Aikido Security",
      "url": "https://www.aikido.dev",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Ghent",
        "addressRegion": "Oost-Vlaanderen",
        "name": "Aikido Security",
        "postalCode": "9000",
        "streetAddress": "Coupure-Rechts 88"
      },
      "logo": {
        "@type": "ImageObject",
        "height": 20,
        "width": 88,
        "url": "https://assets-global.website-files.com/642adcaf364024552e71df01/642adcaf364024443a71df7a_logo-full-dark.svg"
      },
      "sameAs": [
        "https://www.linkedin.com/company/aikido-security/",
        "https://twitter.com/AikidoSecurity",
        "https://www.instagram.com/aikidosecurity"
      ]
    }
  ]
}
</script>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){
  w[l]=w[l]||[];
  w[l].push({'gtm.start': new Date().getTime(), event:'gtm.js'});
  var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),
      dl=l!='dataLayer'?'&l='+l:'';
  j.async=true;
  j.src='https://ss.aikido.dev/hvtlgcck.js?st='+i+dl;
  f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','TRNDV9B');
</script>
<!-- End Google Tag Manager -->

<!-- Please keep this css code to improve the font quality-->
<style>
  * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
</style>

<script>
function setAikidoHsCookies(){
  var relevantUtmParams = [
    "utm_source",
    "utm_medium",
    "utm_campaign",
    "utm_adgroup",
    "utm_term",
    "matchtype",
    "device",
    "utm_content",
    "gclid",
    "msclkid",
    "li_fat_id",
    "fbclid",
    "partner",
    "rdt_cid"
  ];
  var urlParams = new URLSearchParams(window.location.search);
  for(var i = 0; i < relevantUtmParams.length; i++)
  {
    var paramValue = urlParams.get(relevantUtmParams[i]);
    // expires in 60 days
    var expires = new Date(Date.now() + 60 * 24 * 60 * 60 * 1000);
    expires = expires.toUTCString();
    if(paramValue){
      document.cookie = relevantUtmParams[i]+"="+paramValue+"; path=/; secure; expires="+expires+"; domain=.aikido.dev";
    }
  }
}
// let's wait a few seconds
setTimeout(setAikidoHsCookies, 500);
</script>


<meta name="color-scheme" content="light">

<style>
:root {
  color-scheme: light;
}

/* Neutralize Samsung forced dark processing */
@media (max-width: 767px) {
.u-button-text{
  filter: none !important;
  -webkit-text-fill-color: currentColor !important;
}
}
</style>

<meta name="zapier-domain-verification-challenge" content="34f9be09-9f14-478f-8226-bafc22be89af">

<link rel="alternate" type="application/rss+xml" title="Aikido Blog RSS Feed" href="https://www.aikido.dev/blog/rss.xml" /></head><body><div class="page-wrapper navbar-on-page"><div data-animation="default" class="navbar_wrap w-nav" data-wf--navbar--variant="base" data-easing2="ease" theme="" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" role="banner" data-duration="400"><div class="css w-embed"><style>
  .u-button-primary {
    overflow: hidden;
    position: relative; /* Change to relative for containing pseudo-elements */
    z-index: 0;
    background-color: #6551f3;
    box-shadow: 0px 6px 12px 0px rgba(255, 255, 255, 0.25) inset;
  }

  .u-button-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100rem;
    height: 100rem;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #6551f3;
    box-shadow: 0px 6px 12px 0px rgba(255, 255, 255, 0.25) inset;
    background-image: conic-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 25%);
    filter: blur(0.5px);
    z-index: -1;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotate 4s linear infinite;
  }

  .u-button-primary::after {
    content: '';
    position: absolute;
    left: 0.0625rem;
    top: 0.0625rem;
    box-shadow: 0px 6px 12px 0px rgba(255, 255, 255, 0.25) inset;
    width: calc(100% - 0.125rem);
    height: calc(100% - 0.125rem);
    border-radius: 10rem;
    background: inherit; /* Use the same background color as the main box */
    transition: box-shadow 0.3s ease;
  }
  
  @media only screen and (max-width: 991px) {
    body:has(.navbar_dropdown_list.w--open) {
      overflow: hidden;
    }
  }

  @media only screen and (min-width: 992px) {
    .u-button-primary.is--xsmaller.no-wrap:hover .u-button-text.is--hover {
      transform: translateY(0.5rem); /* Corrected: Removed the semi-colon inside translateY */
    }
    /* Pseudo elements for gradient border effect */
    .navbar_menu_wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
      top: -0.0625rem; /* -1/16rem */
      left: -0.0625rem; /* -1/16rem */
      right: -0.0625rem; /* -1/16rem */
      bottom: -0.0625rem; /* -1/16rem */
      z-index: -1; /* Place behind the wrapper */
      border-radius: inherit; /* Match border radius, if any */
    }
    .navbar_menu_wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #010024;
      border-radius: inherit; /* Match border radius, if any */
    }
  }

  .navbar_list_link:hover {
    color: #a397f8;
  }
  .navbar_list_link:hover .navbar_hover_arrow {
    transform: translateX(1.25rem);
    opacity: 1;
  }

  .navbar_list_link.is--soon:hover .navbar_hover_arrow {
    opacity: 0;
  }
  .navbar_link_item:hover {
    color: #a397f8;
  }
  .navbar_dropdown:has(.navbar_dropdown_list.w--open) .navbar_dropdown_icon {
    transform: rotate(180deg);
  }
  .navbar_dropdown:has(.navbar_dropdown_list.w--open) .navbar_dropdown_toggle {
    color: #a397f8;
  }
  /* Pseudo elements for gradient border effect */

  .navbar_dropdown_list-inner::before,
  .navbar_menu_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    top: -0.0625rem; /* -1/16rem */
    left: -0.0625rem; /* -1/16rem */
    right: -0.0625rem; /* -1/16rem */
    bottom: -0.0625rem; /* -1/16rem */
    z-index: -1; /* Place behind the wrapper */
    border-radius: inherit; /* Match border radius, if any */
  }

  .navbar_dropdown_list-inner::after,
  .navbar_menu_button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #010024;
    border-radius: inherit; /* Match border radius, if any */
  }

  /* Pseudo elements for gradient border effect */

  .navbar_dropdown_list-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    top: -0.0625rem; /* -1/16rem */
    left: -0.0625rem; /* -1/16rem */
    right: -0.0625rem; /* -1/16rem */
    bottom: -0.0625rem; /* -1/16rem */
    z-index: -1; /* Place behind the wrapper */
    border-radius: inherit; /* Match border radius, if any */
  }

  .navbar_dropdown_list-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #141031;
    border-radius: inherit; /* Match border radius, if any */
  }
  .navbar_module_header:hover .navbar_menu_arrow {
    transform: translateX(0rem) rotate(180deg);
    opacity: 1;
  }

  .navbar_list_grid.is--platform:hover .navbar_menu_arrow {
    transform: translateX(0rem) rotate(180deg);
    opacity: 1;
  }

  .navbar_list_grid.is--platform:hover .button_tretiary_arrow {
    transform: translateX(0.5rem);
  }

  @media (max-width: 991px) {
    .navbar_wrap[theme='unbox'] {
      top: 2rem !important;
    }
  }

  @keyframes rotate {
    100% {
      transform: translate(-50%, -50%) rotate(1turn);
    }
  }

  .navbar_hidden_wrapper {
    transition: grid-template-columns 300ms ease;
  }

  .navbar_wrap.is--open .navbar_hidden_wrapper {
    grid-template-columns: 1fr;
  }
</style></div><div class="js w-embed w-script"><script>
document.addEventListener('DOMContentLoaded', function() {
    window.addEventListener('scroll', function() {
        var navbar = document.querySelector('.navbar_wrap');
        if (window.innerWidth > 991) { // Check if screen width is greater than 991 pixels
            if (window.scrollY > 100) { // Change to use 100 pixels
                navbar.classList.add('is--open'); // Add class to navbar
            } else {
                navbar.classList.remove('is--open'); // Remove class from navbar
            }
        } else {
            navbar.classList.remove('is--open'); // Ensure the class is removed on smaller screens
        }
    });
});

document.addEventListener("DOMContentLoaded", function() {
    const dropdownToggles = document.querySelectorAll('.navbar_dropdown_toggle');
		const menu = document.querySelector(".navbar_menu_wrapper")

    dropdownToggles.forEach(toggle => {
        toggle.addEventListener('click', function() {
            // Check if the screen width is 991 pixels or below
            if (window.innerWidth <= 991) {
                const parent = this.parentElement;
                // Log the correct parent element
                console.log(this, parent);

                menu.scrollTo({
                    top: parent.getBoundingClientRect().top + menu.scrollY,
                    behavior: 'smooth' // Smooth scroll
                });
            }
        });
    });
});
</script></div><nav role="navigation" class="navbar_menu_wrapper w-nav-menu"><div class="navbar_menu_inner"><div data-hover="true" data-delay="0" id="menu-product" class="navbar_dropdown is--platform w-dropdown"><div class="navbar_dropdown_toggle is--platform w-dropdown-toggle"><div>Products</div><div class="navbar_dropdown_icon w-icon-dropdown-toggle"></div></div><nav class="navbar_dropdown_list is--platform-2 is--platform w-dropdown-list"><div class="navbar_dropdown_list-inner is--platform"><a id="w-node-_6f5cde6a-f280-54f3-2a53-c61a254d2747-999e57c8" href="/platform" class="navbar_list_grid is--platform w-inline-block"><div class="navbar_platfrom_header u-vflex-left-top gutter-xsmall"><div class="navbar_list_platform_heading is--platform">Aikido Platform</div><p class="navbar_list_subheading is--platforms">Your Complete Security HQ</p></div><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6908744e08b4e9c0f0b58e30_3d841c0b712c871f6e999845c6cd2bca_aikido%20platform%20mesh.png" loading="lazy" alt="Abstract black background with a grid of small white dots evenly spaced." class="navbar_platform_mesh"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68ad55d5c8e19135fc9d1d0f_arrow.svg" loading="lazy" alt="" class="navbar_menu_arrow is--module is--platform"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/693ab1d85c603f939d94362f_platform%20(1).png" loading="lazy" alt="" class="navbar_platform_visual lower"/><p class="navbar_list_subheading is--link">Explore platform</p></a><div class="navbar_dropdown_list-content is--platform"><div class="navbar_list_grid is--platform-modules is--code"><a href="/platform/code" class="navbar_module_header w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68d63b045f68aa2c38b7618a_Vector.svg" loading="lazy" alt="" class="navbar_list_platform_heading"/><p class="navbar_list_subheading is--platforms">Advanced AppSec suite, built for devs.</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68ad55d5c8e19135fc9d1d0f_arrow.svg" loading="lazy" alt="" class="navbar_menu_arrow is--module is--code"/></a><ul role="list" class="navbar_module_list"><li class="navbar_module_li"><a href="/code/open-source-dependency-scanning-sca" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 3.125V6.25C17.5 6.41576 17.4342 6.57473 17.3169 6.69194C17.1997 6.80915 17.0408 6.875 16.875 6.875C16.7092 6.875 16.5503 6.80915 16.4331 6.69194C16.3158 6.57473 16.25 6.41576 16.25 6.25V3.75H13.75C13.5842 3.75 13.4253 3.68415 13.3081 3.56694C13.1908 3.44973 13.125 3.29076 13.125 3.125C13.125 2.95924 13.1908 2.80027 13.3081 2.68306C13.4253 2.56585 13.5842 2.5 13.75 2.5H16.875C17.0408 2.5 17.1997 2.56585 17.3169 2.68306C17.4342 2.80027 17.5 2.95924 17.5 3.125ZM6.25 16.25H3.75V13.75C3.75 13.5842 3.68415 13.4253 3.56694 13.3081C3.44973 13.1908 3.29076 13.125 3.125 13.125C2.95924 13.125 2.80027 13.1908 2.68306 13.3081C2.56585 13.4253 2.5 13.5842 2.5 13.75V16.875C2.5 17.0408 2.56585 17.1997 2.68306 17.3169C2.80027 17.4342 2.95924 17.5 3.125 17.5H6.25C6.41576 17.5 6.57473 17.4342 6.69194 17.3169C6.80915 17.1997 6.875 17.0408 6.875 16.875C6.875 16.7092 6.80915 16.5503 6.69194 16.4331C6.57473 16.3158 6.41576 16.25 6.25 16.25ZM16.875 13.125C16.7092 13.125 16.5503 13.1908 16.4331 13.3081C16.3158 13.4253 16.25 13.5842 16.25 13.75V16.25H13.75C13.5842 16.25 13.4253 16.3158 13.3081 16.4331C13.1908 16.5503 13.125 16.7092 13.125 16.875C13.125 17.0408 13.1908 17.1997 13.3081 17.3169C13.4253 17.4342 13.5842 17.5 13.75 17.5H16.875C17.0408 17.5 17.1997 17.4342 17.3169 17.3169C17.4342 17.1997 17.5 17.0408 17.5 16.875V13.75C17.5 13.5842 17.4342 13.4253 17.3169 13.3081C17.1997 13.1908 17.0408 13.125 16.875 13.125ZM3.125 6.875C3.29076 6.875 3.44973 6.80915 3.56694 6.69194C3.68415 6.57473 3.75 6.41576 3.75 6.25V3.75H6.25C6.41576 3.75 6.57473 3.68415 6.69194 3.56694C6.80915 3.44973 6.875 3.29076 6.875 3.125C6.875 2.95924 6.80915 2.80027 6.69194 2.68306C6.57473 2.56585 6.41576 2.5 6.25 2.5H3.125C2.95924 2.5 2.80027 2.56585 2.68306 2.68306C2.56585 2.80027 2.5 2.95924 2.5 3.125V6.25C2.5 6.41576 2.56585 6.57473 2.68306 6.69194C2.80027 6.80915 2.95924 6.875 3.125 6.875ZM6.25 5.625H13.75C13.9158 5.625 14.0747 5.69085 14.1919 5.80806C14.3092 5.92527 14.375 6.08424 14.375 6.25V13.75C14.375 13.9158 14.3092 14.0747 14.1919 14.1919C14.0747 14.3092 13.9158 14.375 13.75 14.375H6.25C6.08424 14.375 5.92527 14.3092 5.80806 14.1919C5.69085 14.0747 5.625 13.9158 5.625 13.75V6.25C5.625 6.08424 5.69085 5.92527 5.80806 5.80806C5.92527 5.69085 6.08424 5.625 6.25 5.625ZM6.875 13.125H13.125V6.875H6.875V13.125Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Dependencies (SCA)</div></div></div></a></li><li class="navbar_module_li"><a href="/protect/malware-detection-in-dependencies" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 21 21"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path d="M9.5 11.5c.97 1.367 3.011 1.127 4.011 0l1.989-2c1.124-1.228 1.164-2.814 0-4c-1.136-1.157-2.864-1.157-4 0l-2 2"/><path d="M11.5 10.57c-.97-1.367-3-1.197-4-.07l-2 1.975c-1.124 1.228-1.164 2.839 0 4.025c1.136 1.157 2.864 1.157 4 0l2-2"/></g></svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Supply Chain (Malware)</div></div></div></a></li><li class="navbar_module_li"><a href="/code/static-code-analysis-sast" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.1191 15.1688L13.925 15.1688C14.5184 15.1688 14.9995 14.6877 14.9995 14.0943L14.9995 11.9453" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M14.9995 7.64844L14.9995 5.49946C14.9995 4.90604 14.5184 4.42498 13.925 4.42498L13.1191 4.42498" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M14.9997 6.5625L14.9997 8.71147C14.9997 9.3049 15.4808 9.78596 16.0742 9.78596V9.78596" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M6.70703 4.42498L5.90117 4.42498C5.30774 4.42498 4.82668 4.90604 4.82668 5.49946L4.82668 7.64844" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M4.82668 11.9453V14.0943C4.82668 14.6877 5.30774 15.1688 5.90117 15.1688H6.70703" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M4.82644 13.0156L4.82644 10.8667C4.82644 10.2732 4.34538 9.79216 3.75195 9.79216V9.79216" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M3.75195 9.78596V9.78596C4.34538 9.78596 4.82644 9.3049 4.82644 8.71147L4.82644 6.5625" stroke="currentColor" stroke-width="1.07449px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.1543 16.4191L9.55807 14.9462C9.66392 14.8352 9.84113 14.8352 9.94698 14.9462L11.3508 16.4191" stroke="currentColor" stroke-width="0.97561px" fill="none"></path>
<circle cx="9.70943" cy="9.79146" r="1.3896" stroke="currentColor" stroke-width="0.97561px" fill="none"></circle>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>SAST</div></div></div></a></li><li class="navbar_module_li"><a href="/code/code-audit" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon center-center w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
  <path d="M1.73333 12.6663V9.77803C1.73333 9.61933 1.68167 9.46436 1.58645 9.3374L0.853639 8.36006C0.693644 8.14673 0.693644 7.85308 0.853639 7.63975L1.58645 6.6624C1.68167 6.53544 1.73333 6.38043 1.73333 6.22178V3.3335C1.73333 2.26575 2.59917 1.3999 3.66692 1.3999H3.99973C4.3311 1.3999 4.59973 1.66853 4.59973 1.9999C4.59973 2.33127 4.3311 2.5999 3.99973 2.5999H3.66692C3.26191 2.5999 2.93333 2.92849 2.93333 3.3335V6.22178C2.93333 6.64008 2.79754 7.04731 2.54661 7.38193L2.08255 7.9999L2.54661 8.61787C2.79754 8.9525 2.93333 9.35969 2.93333 9.77803V12.6663C2.93333 13.0713 3.26191 13.3999 3.66692 13.3999H3.99973C4.3311 13.3999 4.59973 13.6685 4.59973 13.9999C4.59973 14.3313 4.3311 14.5999 3.99973 14.5999H3.66692C2.59917 14.5999 1.73333 13.7341 1.73333 12.6663ZM13.0669 12.6663V9.77803C13.0669 9.35962 13.2027 8.95247 13.4536 8.61787L13.9161 7.9999L13.4536 7.38193C13.2027 7.04734 13.0669 6.64014 13.0669 6.22178V3.3335C13.0669 2.92848 12.7383 2.5999 12.3333 2.5999H11.9997C11.6685 2.59976 11.3997 2.33119 11.3997 1.9999C11.3997 1.66862 11.6685 1.40004 11.9997 1.3999H12.3333C13.4011 1.3999 14.2669 2.26575 14.2669 3.3335V6.22178C14.2669 6.3804 14.3178 6.5354 14.413 6.6624L15.1466 7.63975C15.3066 7.85308 15.3066 8.14673 15.1466 8.36006L14.413 9.3374C14.3178 9.46441 14.2669 9.61937 14.2669 9.77803V12.6663C14.2669 13.7341 13.4011 14.5999 12.3333 14.5999H11.9997C11.6685 14.5998 11.3997 14.3312 11.3997 13.9999C11.3997 13.6686 11.6685 13.4 11.9997 13.3999H12.3333C12.7384 13.3999 13.0669 13.0713 13.0669 12.6663ZM7.99973 4.5999C8.25072 4.5999 8.47582 4.75597 8.56301 4.99131L8.76926 5.54912C9.05879 6.33158 9.1508 6.54465 9.30286 6.69678C9.45503 6.84891 9.66785 6.94146 10.4505 7.23115L11.0083 7.4374C11.2437 7.52458 11.3997 7.7489 11.3997 7.9999C11.3997 8.25091 11.2437 8.47523 11.0083 8.5624L10.4505 8.76865C9.66784 9.05826 9.455 9.15089 9.30286 9.30303C9.15079 9.45517 9.05879 9.6683 8.76926 10.4507L8.56301 11.0077C8.4759 11.2432 8.25081 11.3999 7.99973 11.3999C7.74876 11.3998 7.52432 11.2431 7.43723 11.0077L7.23098 10.4507C6.94137 9.66808 6.84875 9.45517 6.69661 9.30303C6.54449 9.15098 6.33201 9.05811 5.54973 8.76865L4.99192 8.5624C4.75645 8.47528 4.59973 8.25097 4.59973 7.9999C4.59973 7.74883 4.75645 7.52453 4.99192 7.4374L5.54895 7.23115L6.03723 7.04678C6.43435 6.89148 6.58248 6.8108 6.69661 6.69678C6.84875 6.54464 6.94137 6.3318 7.23098 5.54912L7.43723 4.99131C7.52441 4.7561 7.74888 4.60001 7.99973 4.5999ZM7.99973 6.86553C7.8759 7.12848 7.73609 7.35417 7.54504 7.54521C7.35396 7.73623 7.1284 7.87605 6.86536 7.9999C7.12839 8.12375 7.35396 8.26354 7.54504 8.45459C7.73593 8.64548 7.87597 8.87082 7.99973 9.1335C8.12349 8.8708 8.26355 8.6455 8.45442 8.45459C8.64543 8.26358 8.8712 8.12373 9.13411 7.9999C8.87121 7.87609 8.64542 7.73616 8.45442 7.54521C8.2634 7.35415 8.12356 7.12851 7.99973 6.86553ZM8.00286 7.3999V8.5999H7.99661V7.3999H8.00286Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>AI Code Analysis</div></div></div><div class="menu_soon_tag">NEW</div></a></li><li class="navbar_module_li hide"><a href="/code/code-audit" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon center-center w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none">
  <path d="M0.999684 11.2664V8.37813C0.999684 8.21943 0.948025 8.06446 0.852809 7.9375L0.119996 6.96016C-0.0399988 6.74683 -0.0399987 6.45318 0.119996 6.23984L0.852809 5.2625C0.948025 5.13554 0.999684 4.98053 0.999684 4.82188V1.93359C0.999684 0.865843 1.86553 0 2.93328 0H3.26609C3.59746 0 3.86609 0.268629 3.86609 0.6C3.86609 0.931371 3.59746 1.2 3.26609 1.2H2.93328C2.52827 1.2 2.19968 1.52858 2.19968 1.93359V4.82188C2.19968 5.24018 2.0639 5.64741 1.81296 5.98203L1.3489 6.6L1.81296 7.21797C2.0639 7.5526 2.19968 7.95978 2.19968 8.37813V11.2664C2.19968 11.6714 2.52826 12 2.93328 12H3.26609C3.59746 12 3.86609 12.2686 3.86609 12.6C3.86609 12.9314 3.59746 13.2 3.26609 13.2H2.93328C1.86553 13.2 0.999684 12.3342 0.999684 11.2664ZM12.3333 11.2664V8.37813C12.3333 7.95972 12.4691 7.55256 12.72 7.21797L13.1825 6.6L12.72 5.98203C12.4691 5.64744 12.3333 5.24024 12.3333 4.82188V1.93359C12.3333 1.52858 12.0047 1.2 11.5997 1.2H11.2661C10.9348 1.19986 10.6661 0.931284 10.6661 0.6C10.6661 0.268716 10.9348 0.000140558 11.2661 0H11.5997C12.6675 0 13.5333 0.865849 13.5333 1.93359V4.82188C13.5333 4.98049 13.5841 5.13549 13.6794 5.2625L14.413 6.23984C14.573 6.45318 14.573 6.74683 14.413 6.96016L13.6794 7.9375C13.5841 8.06451 13.5333 8.21947 13.5333 8.37813V11.2664C13.5333 12.3342 12.6675 13.2 11.5997 13.2H11.2661C10.9348 13.1999 10.6661 12.9313 10.6661 12.6C10.6661 12.2687 10.9348 12.0001 11.2661 12H11.5997C12.0047 12 12.3333 11.6714 12.3333 11.2664ZM7.26609 3.2C7.51707 3.2 7.74218 3.35607 7.82937 3.59141L8.03562 4.14922C8.32515 4.93167 8.41715 5.14474 8.56921 5.29688C8.72139 5.44901 8.9342 5.54156 9.71687 5.83125L10.2747 6.0375C10.5101 6.12467 10.6661 6.34899 10.6661 6.6C10.6661 6.85101 10.5101 7.07533 10.2747 7.1625L9.71687 7.36875C8.93419 7.65836 8.72135 7.75099 8.56921 7.90313C8.41715 8.05526 8.32515 8.2684 8.03562 9.05078L7.82937 9.60781C7.74225 9.84329 7.51717 10 7.26609 10C7.01512 9.99989 6.79068 9.84321 6.70359 9.60781L6.49734 9.05078C6.20773 8.26817 6.11511 8.05527 5.96297 7.90313C5.81085 7.75108 5.59836 7.65821 4.81609 7.36875L4.25828 7.1625C4.02281 7.07537 3.86609 6.85107 3.86609 6.6C3.86609 6.34893 4.02281 6.12463 4.25828 6.0375L4.81531 5.83125L5.30359 5.64688C5.7007 5.49158 5.84883 5.41089 5.96297 5.29688C6.1151 5.14474 6.20773 4.9319 6.49734 4.14922L6.70359 3.59141C6.79077 3.3562 7.01524 3.20011 7.26609 3.2ZM7.26609 5.46563C7.14225 5.72858 7.00244 5.95427 6.8114 6.14531C6.62031 6.33632 6.39476 6.47615 6.13172 6.6C6.39474 6.72385 6.62031 6.86364 6.8114 7.05469C7.00229 7.24557 7.14232 7.47092 7.26609 7.73359C7.38985 7.47089 7.52991 7.24559 7.72078 7.05469C7.91179 6.86367 8.13756 6.72382 8.40046 6.6C8.13757 6.47618 7.91178 6.33625 7.72078 6.14531C7.52975 5.95425 7.38992 5.7286 7.26609 5.46563ZM7.26921 6V7.2H7.26296V6H7.26921Z" fill="#F5F5F6"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>AI SAST</div><div class="menu_soon_tag">New</div></div></div></a></li><li class="navbar_module_li"><a href="/code/code-quality" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.3828 8.01324C14.3828 8.01324 14.7827 8.41316 15.1827 9.213C15.1827 9.213 16.453 7.2134 17.5822 6.81348" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.3946 4.01868C8.39622 3.93407 6.85232 4.16428 6.85232 4.16428C5.87744 4.23399 4.00917 4.78054 4.00918 7.97245C4.0092 11.1372 3.98851 15.0388 4.00918 16.5942C4.00918 17.5445 4.59756 19.7611 6.63408 19.8799C9.10946 20.0243 13.5683 20.055 15.614 19.8799C16.1617 19.849 17.9849 19.4191 18.2157 17.4354C18.4547 15.3804 18.4071 13.9522 18.4071 13.6122" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.9983 8.01336C19.9983 10.2221 18.2061 12.0126 15.9952 12.0126C13.7844 12.0126 11.9922 10.2221 11.9922 8.01336C11.9922 5.80466 13.7844 4.01416 15.9952 4.01416C18.2061 4.01416 19.9983 5.80466 19.9983 8.01336Z" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.98438 12.8125H11.1837" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.98438 16.0117H14.3831" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Code Quality</div></div></div></a></li><li class="navbar_module_li"><a href="/code/secrets-detection" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" display="inline" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.875 13.75H10.625V12.3438L8.04687 12.3437C5.67378 12.3437 3.75 10.42 3.75 8.04687C3.75 5.67378 5.67378 3.75 8.04688 3.75C10.42 3.75 12.3438 5.67378 12.3438 8.04688C12.3438 8.40698 12.2995 8.75674 12.216 9.09101L16.25 13.125V16.25H13.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M8.125 9.375C8.81536 9.375 9.375 8.81536 9.375 8.125C9.375 7.43464 8.81536 6.875 8.125 6.875C7.43464 6.875 6.875 7.43464 6.875 8.125C6.875 8.81536 7.43464 9.375 8.125 9.375Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Secrets</div></div></div></a></li><li class="navbar_module_li"><a href="/code/open-source-license-risk" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.02344 16.5079L9.54011 14.9912C9.73156 14.7997 10.042 14.7997 10.2334 14.9912L11.7501 16.5079" stroke="currentColor" stroke-width="0.980499px" fill="none"></path>
<path d="M6.51517 15.7383H5.39068C4.30766 15.7383 3.42969 14.8603 3.42969 13.7773V5.18365C3.42969 4.10063 4.30766 3.22266 5.39068 3.22266H14.31C15.393 3.22266 16.271 4.10062 16.271 5.18365V13.7773C16.271 14.8603 15.393 15.7383 14.31 15.7383H13.4047" stroke="currentColor" stroke-width="0.980499px" fill="none"></path>
<circle cx="9.85495" cy="10.896" r="1.57368" stroke="currentColor" stroke-width="0.980499px" fill="none"></circle>
<line x1="6.28516" y1="6.36522" x2="13.4225" y2="6.36522" stroke="currentColor" stroke-width="0.980499px" fill="none"></line>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Licenses (SBOM)</div></div></div></a></li><li class="navbar_module_li"><a href="/code/outdated-eol-software" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 8.125L15 8.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M6.25 3.75L6.25 5" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M13.75 3.75L13.75 5" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M16.25 10.625V15C16.25 15.6904 15.6904 16.25 15 16.25H5C4.30964 16.25 3.75 15.6904 3.75 15L3.75 10.625M16.25 8.125V6.25C16.25 5.55964 15.6904 5 15 5L5 5C4.30964 5 3.75 5.55964 3.75 6.25L3.75 8.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Outdated Software</div></div></div></a></li><li class="navbar_module_li"><a href="/code/aikido-libraries" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 7.4V4.46667L8 3L5 4.46667V7.4L2 8.86667V12.5333L5 14L8 12.5333L11 14L14 12.5333V8.86667L11 7.4ZM8.0675 3.82133L10.25 4.87733L8.3 5.83067L6.1175 4.77467L8.0675 3.82133ZM5.75 5.03867L8 6.13867V8.77867L5.75 7.67867V5.03867ZM5 13.1787L2.75 12.0787V9.43867L5 10.5387V13.1787ZM5.21 10.2453L3.05 9.17467L5 8.22133L7.16 9.27733L5.21 10.2453ZM11 13.1787L8.75 12.0787V9.43867L11 10.5387V13.1787ZM11.21 10.2453L9.05 9.17467L11 8.22133L13.16 9.27733L11.21 10.2453Z" fill="currentColor"/>
</svg>
</div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Aikido Libraries</div></div></div></a></li><li class="navbar_module_li hide"><a href="/code/aikido-libraries" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  <path d="M5.4248 14.042C5.95374 14.0422 6.38361 14.4709 6.38379 15C6.38364 15.5291 5.95376 15.9587 5.4248 15.9589C4.89581 15.9588 4.46695 15.5291 4.4668 15C4.46697 14.4709 4.89582 14.0421 5.4248 14.042Z" fill="#37364D"/>
  <path d="M14.583 14.042C15.1122 14.042 15.5418 14.4708 15.542 15C15.5418 15.5291 15.1122 15.9589 14.583 15.9589C14.054 15.9588 13.6252 15.529 13.625 15C13.6252 14.4709 14.054 14.0421 14.583 14.042Z" fill="#37364D"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5469 1.35738C15.6569 1.18147 16.6448 1.979 16.8027 3.06148L18.6445 15.6972C18.8015 16.7736 18.094 17.8272 16.9922 18.0019L12.9521 18.6425C11.8424 18.8181 10.8541 18.021 10.6963 16.9384L9.5 8.73043V16.667C9.49985 17.7713 8.60434 18.6668 7.5 18.667H3.33301C2.22869 18.6668 1.33316 17.7712 1.33301 16.667V4.16695C1.33302 3.06254 2.22863 2.16718 3.33301 2.16695H7.5C8.15764 2.16704 8.73995 2.48548 9.10449 2.97555C9.39108 2.47252 9.8873 2.09546 10.5078 1.99703L14.5469 1.35738ZM2.83301 16.667C2.83316 16.9428 3.05714 17.1668 3.33301 17.167H7.5C7.77594 17.1668 7.99985 16.9428 8 16.667V6.99996H2.83301V16.667ZM10.8047 7.28121L12.1807 16.7216C12.2262 17.0345 12.4892 17.1971 12.7178 17.1611L16.7568 16.5205C16.9935 16.483 17.2067 16.2333 17.1602 15.914L15.7686 6.36812L10.8047 7.28121ZM14.7822 2.83883L10.7422 3.47848C10.5057 3.51616 10.2927 3.76614 10.3389 4.08492L10.5879 5.79488L15.5518 4.88277L15.3184 3.2773C15.2726 2.96449 15.0105 2.8028 14.7822 2.83883ZM3.33301 3.66695C3.05706 3.66718 2.83301 3.89095 2.83301 4.16695V5.49996H8V4.16695C8 3.89092 7.77604 3.6671 7.5 3.66695H3.33301Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Libraries</div></div></div><div class="menu_soon_tag">NEW</div></a></li></ul></div><div class="navbar_list_grid is--platform-modules is--cloud"><a href="/platform/cloud" class="navbar_module_header w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68d63cb5a13168375b7ef4b8_Vector.svg" loading="lazy" alt="" class="navbar_list_platform_heading"/><p class="navbar_list_subheading is--platforms">Unified cloud security with real-time visibility.</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68ad55d5c8e19135fc9d1d0f_arrow.svg" loading="lazy" alt="" class="navbar_menu_arrow is--module is--cloud"/></a><ul role="list" class="navbar_module_list"><li class="navbar_module_li"><a href="/cloud/cloud-posture-management-cspm" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.4724 14.6875L8.29761 14.6875C7.44755 14.6882 6.61435 14.4428 5.89269 13.9794C5.17103 13.516 4.58985 12.8531 4.21518 12.066C3.84052 11.2789 3.6874 10.3992 3.77322 9.52677C3.85904 8.65438 4.18036 7.82431 4.70066 7.13089C5.22097 6.43746 5.9194 5.90848 6.71659 5.60406C7.51379 5.29963 8.37778 5.23197 9.21039 5.40876C10.043 5.58554 10.8108 5.99969 11.4267 6.60414C12.0425 7.20859 12.4816 7.9791 12.6941 8.82812L13.4099 8.82812C14.1631 8.82812 14.8855 9.13679 15.4181 9.68621C15.9508 10.2356 16.25 10.9808 16.25 11.7578C16.25 12.5348 15.9508 13.28 15.4181 13.8294" stroke="currentColor" stroke-width="1.25" stroke-linecap="square"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Cloud Misconfigurations</div></div></div></a></li><li class="navbar_module_li"><a href="/cloud/virtual-machine-scanning" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 20V20C13.7909 20 12 21.7909 12 24L12 40C12 42.2091 13.7909 44 16 44V44" stroke="currentColor" stroke-width="4" stroke-linejoin="round"/>
<path d="M24 16V16C21.7909 16 20 17.7909 20 20L20 44C20 46.2091 21.7909 48 24 48V48" stroke="currentColor" stroke-width="4" stroke-linejoin="round"/>
<rect width="24" height="40" rx="4" transform="matrix(-1 0 0 1 52 12)" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Virtual Machines</div></div></div></a></li><li class="navbar_module_li"><a href="/cloud/infrastructure-as-a-code-iac" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.25 3.125H7.8125V4.375L6.25 4.375C5.90482 4.375 5.625 4.65482 5.625 5L5.625 8.75C5.625 9.23022 5.44447 9.66828 5.14757 10C5.44447 10.3317 5.625 10.7698 5.625 11.25L5.625 15C5.625 15.3452 5.90482 15.625 6.25 15.625H7.8125V16.875H6.25C5.21447 16.875 4.375 16.0355 4.375 15L4.375 11.25C4.375 10.9048 4.09518 10.625 3.75 10.625H3.125V9.375H3.75C4.09518 9.375 4.375 9.09518 4.375 8.75L4.375 5C4.375 3.96447 5.21447 3.125 6.25 3.125Z" fill="currentColor"></path>
<path d="M9.0625 3.125L16.875 3.125V9.375L9.0625 9.375V8.125L15.625 8.125V4.375L9.0625 4.375V3.125Z" fill="currentColor"></path>
<path d="M16.875 10.625L9.0625 10.625V11.875L15.625 11.875V15.625L9.0625 15.625V16.875H16.875V10.625Z" fill="currentColor"></path>
<path d="M14.375 6.875H13.125V5.625L14.375 5.625V6.875Z" fill="currentColor"></path>
<path d="M13.125 14.375H14.375V13.125H13.125V14.375Z" fill="currentColor"></path>
<path d="M11.875 6.875H10.625V5.625L11.875 5.625V6.875Z" fill="currentColor"></path>
<path d="M10.625 14.375H11.875V13.125H10.625L10.625 14.375Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Infrastructure as Code</div></div></div></a></li><li class="navbar_module_li"><a href="/platform/cloud#scanners" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.74512 0.761029C9.93698 0.691655 10.1502 0.702955 10.335 0.795209L17.835 4.54521C18.089 4.67225 18.25 4.93203 18.25 5.21611V13.9661C18.25 14.2384 18.1023 14.4891 17.8643 14.6214L10.3643 18.7884C10.1377 18.9142 9.86226 18.9142 9.63574 18.7884L2.13574 14.6214C1.89774 14.4891 1.75 14.2384 1.75 13.9661V5.21611L1.75781 5.11064C1.7921 4.86903 1.94282 4.65632 2.16504 4.54521L9.66504 0.795209L9.74512 0.761029ZM3.25 5.679V13.5247L10 17.2737L16.75 13.5247V5.679L10 2.304L3.25 5.679Z" fill="currentColor"/>
<path d="M12.997 2.46229C13.3675 2.27705 13.8186 2.42774 14.0039 2.79823C14.1887 3.16861 14.0382 3.61893 13.6679 3.80409L10.707 5.28456C10.2613 5.50723 9.73659 5.50737 9.29099 5.28456L6.33103 3.80409C5.96068 3.61891 5.81015 3.16864 5.99509 2.79823C6.18027 2.42787 6.63054 2.27735 7.00095 2.46229L9.96189 3.94276C9.98519 3.95441 10.0127 3.95428 10.0361 3.94276L12.997 2.46229Z" fill="currentColor"/>
<path d="M9.24895 18.1332V9.92417L2.55852 6.29233C2.19464 6.09475 2.05942 5.63968 2.25676 5.27573C2.45435 4.91184 2.90942 4.77662 3.27336 4.97397L9.99895 8.62534L16.7246 4.97397C17.0886 4.77632 17.5445 4.91171 17.7421 5.27573C17.9394 5.63965 17.8042 6.09477 17.4404 6.29233L10.749 9.92514V18.1332C10.749 18.5474 10.4132 18.8832 9.99895 18.8832C9.58489 18.883 9.24895 18.5473 9.24895 18.1332Z" fill="currentColor"/>
<path d="M5.08299 15.6325V11.9811C5.08298 11.9497 5.06533 11.921 5.03709 11.9069L2.16502 10.4704C1.79467 10.2852 1.64414 9.83499 1.82908 9.46458C2.01426 9.09423 2.46453 8.9437 2.83494 9.12864L5.70799 10.5651C6.24438 10.8333 6.58298 11.3815 6.58299 11.9811V15.6325C6.58299 16.0467 6.2472 16.3825 5.83299 16.3825C5.41892 16.3823 5.08299 16.0466 5.08299 15.6325Z" fill="currentColor"/>
<path d="M13.416 15.6326V11.9812C13.416 11.3817 13.7547 10.8335 14.291 10.5652L17.164 9.12875C17.5345 8.9436 17.9847 9.09424 18.1699 9.46468C18.3549 9.83507 18.2052 10.2853 17.8349 10.4705L14.9619 11.907C14.9338 11.9212 14.916 11.9498 14.916 11.9812V15.6326C14.916 16.0468 14.5802 16.3826 14.166 16.3826C13.7518 16.3826 13.416 16.0468 13.416 15.6326Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>K8s Scanning</div></div></div></a></li><li class="navbar_module_li"><a href="/code/container-image-scanning" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 3.125V6.25C17.5 6.41576 17.4342 6.57473 17.3169 6.69194C17.1997 6.80915 17.0408 6.875 16.875 6.875C16.7092 6.875 16.5503 6.80915 16.4331 6.69194C16.3158 6.57473 16.25 6.41576 16.25 6.25V3.75H13.75C13.5842 3.75 13.4253 3.68415 13.3081 3.56694C13.1908 3.44973 13.125 3.29076 13.125 3.125C13.125 2.95924 13.1908 2.80027 13.3081 2.68306C13.4253 2.56585 13.5842 2.5 13.75 2.5H16.875C17.0408 2.5 17.1997 2.56585 17.3169 2.68306C17.4342 2.80027 17.5 2.95924 17.5 3.125ZM6.25 16.25H3.75V13.75C3.75 13.5842 3.68415 13.4253 3.56694 13.3081C3.44973 13.1908 3.29076 13.125 3.125 13.125C2.95924 13.125 2.80027 13.1908 2.68306 13.3081C2.56585 13.4253 2.5 13.5842 2.5 13.75V16.875C2.5 17.0408 2.56585 17.1997 2.68306 17.3169C2.80027 17.4342 2.95924 17.5 3.125 17.5H6.25C6.41576 17.5 6.57473 17.4342 6.69194 17.3169C6.80915 17.1997 6.875 17.0408 6.875 16.875C6.875 16.7092 6.80915 16.5503 6.69194 16.4331C6.57473 16.3158 6.41576 16.25 6.25 16.25ZM16.875 13.125C16.7092 13.125 16.5503 13.1908 16.4331 13.3081C16.3158 13.4253 16.25 13.5842 16.25 13.75V16.25H13.75C13.5842 16.25 13.4253 16.3158 13.3081 16.4331C13.1908 16.5503 13.125 16.7092 13.125 16.875C13.125 17.0408 13.1908 17.1997 13.3081 17.3169C13.4253 17.4342 13.5842 17.5 13.75 17.5H16.875C17.0408 17.5 17.1997 17.4342 17.3169 17.3169C17.4342 17.1997 17.5 17.0408 17.5 16.875V13.75C17.5 13.5842 17.4342 13.4253 17.3169 13.3081C17.1997 13.1908 17.0408 13.125 16.875 13.125ZM3.125 6.875C3.29076 6.875 3.44973 6.80915 3.56694 6.69194C3.68415 6.57473 3.75 6.41576 3.75 6.25V3.75H6.25C6.41576 3.75 6.57473 3.68415 6.69194 3.56694C6.80915 3.44973 6.875 3.29076 6.875 3.125C6.875 2.95924 6.80915 2.80027 6.69194 2.68306C6.57473 2.56585 6.41576 2.5 6.25 2.5H3.125C2.95924 2.5 2.80027 2.56585 2.68306 2.68306C2.56585 2.80027 2.5 2.95924 2.5 3.125V6.25C2.5 6.41576 2.56585 6.57473 2.68306 6.69194C2.80027 6.80915 2.95924 6.875 3.125 6.875ZM6.25 5.625H13.75C13.9158 5.625 14.0747 5.69085 14.1919 5.80806C14.3092 5.92527 14.375 6.08424 14.375 6.25V13.75C14.375 13.9158 14.3092 14.0747 14.1919 14.1919C14.0747 14.3092 13.9158 14.375 13.75 14.375H6.25C6.08424 14.375 5.92527 14.3092 5.80806 14.1919C5.69085 14.0747 5.625 13.9158 5.625 13.75V6.25C5.625 6.08424 5.69085 5.92527 5.80806 5.80806C5.92527 5.69085 6.08424 5.625 6.25 5.625ZM6.875 13.125H13.125V6.875H6.875V13.125Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Container Images</div></div></div></a></li><li class="navbar_module_li"><a href="/cloud/hardened-images" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.43431 2.31496C5.37811 1.37128 6.90856 1.37123 7.85228 2.31496L17.6853 12.148C18.6292 13.0917 18.6292 14.6222 17.6853 15.5659L15.5662 17.6851C14.6225 18.6289 13.092 18.6289 12.1482 17.6851L2.31517 7.85109C1.37154 6.9073 1.37148 5.3778 2.31517 4.4341L4.43431 2.31496ZM11.0603 14.4761L13.2088 16.6245C13.5667 16.9825 14.1477 16.9825 14.5056 16.6245L16.6248 14.5054C16.9828 14.1475 16.9828 13.5664 16.6248 13.2085L14.4763 11.0601L11.0603 14.4761ZM6.58373 9.99953L9.99974 13.4146L13.4148 9.99953L9.99974 6.58351L6.58373 9.99953ZM6.79173 3.3755C6.43376 3.01753 5.85285 3.01756 5.49486 3.3755L3.37572 5.49464C3.0178 5.85258 3.01789 6.43256 3.37572 6.79054L5.52416 8.93898L8.9392 5.52296L6.79173 3.3755Z" fill="currentColor"/>
<path d="M3.20672 11.1501C3.49218 10.8499 3.96713 10.8372 4.26726 11.1227C4.56731 11.4081 4.57886 11.8831 4.29363 12.1833L3.33074 13.196C2.98799 13.5563 2.99475 14.1246 3.34636 14.4762L5.5241 16.654C5.87572 17.0052 6.44313 17.012 6.80339 16.6696L7.81609 15.7067C8.11622 15.4212 8.59117 15.433 8.87664 15.7331C9.16211 16.0332 9.1504 16.5081 8.85027 16.7936L7.83757 17.7565C6.88767 18.6599 5.39067 18.6412 4.46355 17.7145L2.28582 15.5368C1.3587 14.6097 1.34026 13.1127 2.24382 12.1628L3.20672 11.1501ZM12.1618 2.24381C13.1118 1.34019 14.6097 1.35877 15.5368 2.2858L17.7145 4.46256C18.6417 5.3896 18.6601 6.88748 17.7565 7.83756L16.7936 8.85026C16.5082 9.15042 16.0333 9.16206 15.7331 8.87662C15.433 8.59117 15.4213 8.11621 15.7067 7.81608L16.6696 6.80338C17.0122 6.44315 17.0052 5.87572 16.654 5.52408L14.4763 3.34635C14.1246 2.99471 13.5563 2.98796 13.196 3.33072L12.1833 4.29362C11.8832 4.57884 11.4082 4.56728 11.1228 4.26725C10.8373 3.96713 10.85 3.49218 11.1501 3.2067L12.1618 2.24381Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Hardened Images</div></div></div></a></li><li class="navbar_module_li is--last"><a href="/cloud/dspm" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.75446 14.4351V11.3496C2.75446 11.1801 2.69928 11.0145 2.59756 10.8789L1.81471 9.83481C1.64379 9.60691 1.64379 9.29321 1.81471 9.06531L2.59756 8.02123C2.69928 7.88561 2.75446 7.72001 2.75446 7.55052V4.46503C2.75446 3.32438 3.67943 2.39941 4.82008 2.39941H5.17562C5.52962 2.39941 5.81659 2.68639 5.81659 3.04038C5.81659 3.39438 5.52962 3.68135 5.17562 3.68135H4.82008C4.38742 3.68135 4.0364 4.03237 4.0364 4.46503V7.55052C4.0364 7.99739 3.89134 8.43242 3.62328 8.7899L3.12753 9.45006L3.62328 10.1102C3.89134 10.4677 4.0364 10.9027 4.0364 11.3496V14.4351C4.0364 14.8678 4.38741 15.2188 4.82008 15.2188H5.17562C5.52962 15.2188 5.81659 15.5057 5.81659 15.8597C5.81659 16.2137 5.52962 16.5007 5.17562 16.5007H4.82008C3.67943 16.5007 2.75446 15.5758 2.75446 14.4351ZM14.8619 14.4351V11.3496C14.8619 10.9026 15.007 10.4677 15.275 10.1102L15.7691 9.45006L15.275 8.7899C15.007 8.43246 14.8619 7.99746 14.8619 7.55052V4.46503C14.8619 4.03236 14.5109 3.68135 14.0782 3.68135H13.7219C13.368 3.6812 13.0809 3.39429 13.0809 3.04038C13.0809 2.68648 13.368 2.39956 13.7219 2.39941H14.0782C15.2189 2.39941 16.1438 3.32438 16.1438 4.46503V7.55052C16.1438 7.71997 16.1982 7.88556 16.2999 8.02123L17.0836 9.06531C17.2545 9.29321 17.2545 9.60691 17.0836 9.83481L16.2999 10.8789C16.1982 11.0146 16.1438 11.1801 16.1438 11.3496V14.4351C16.1438 15.5758 15.2189 16.5007 14.0782 16.5007H13.7219C13.368 16.5006 13.0809 16.2136 13.0809 15.8597C13.0809 15.5058 13.368 15.2189 13.7219 15.2188H14.0782C14.5109 15.2188 14.8619 14.8678 14.8619 14.4351ZM9.44874 5.81791C9.71686 5.81791 9.95734 5.98464 10.0505 6.23604L10.2708 6.83194C10.5801 7.66782 10.6784 7.89544 10.8408 8.05796C11.0034 8.22047 11.2307 8.31935 12.0669 8.62882L12.6628 8.84915C12.9142 8.94228 13.0809 9.18191 13.0809 9.45006C13.0809 9.7182 12.9142 9.95784 12.6628 10.051L12.0669 10.2713C11.2307 10.5807 11.0034 10.6796 10.8408 10.8422C10.6784 11.0047 10.5801 11.2324 10.2708 12.0682L10.0505 12.6632C9.95741 12.9148 9.71696 13.0822 9.44874 13.0822C9.18063 13.0821 8.94087 12.9147 8.84783 12.6632L8.6275 12.0682C8.31811 11.2321 8.21917 11.0047 8.05664 10.8422C7.89413 10.6797 7.66714 10.5805 6.83145 10.2713L6.23555 10.051C5.98401 9.95789 5.81659 9.71827 5.81659 9.45006C5.81659 9.18185 5.98401 8.94223 6.23555 8.84915L6.83062 8.62882L7.35224 8.43185C7.77647 8.26595 7.93471 8.17976 8.05664 8.05796C8.21916 7.89543 8.31812 7.66806 8.6275 6.83194L8.84783 6.23604C8.94096 5.98477 9.18076 5.81802 9.44874 5.81791ZM9.44874 8.23823C9.31644 8.51914 9.16709 8.76024 8.963 8.96433C8.75887 9.16838 8.51792 9.31775 8.23691 9.45006C8.5179 9.58236 8.75887 9.7317 8.963 9.93579C9.16692 10.1397 9.31652 10.3804 9.44874 10.6611C9.58095 10.3804 9.73057 10.1397 9.93447 9.93579C10.1385 9.73174 10.3797 9.58234 10.6606 9.45006C10.3797 9.31779 10.1385 9.1683 9.93447 8.96433C9.73041 8.76022 9.58103 8.51916 9.44874 8.23823ZM9.45208 8.80909V10.091H9.4454V8.80909H9.45208Z" fill="currentColor"/>
</svg>
</div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Data (DSPM)</div></div></div><div class="menu_soon_tag">NEW</div></a></li></ul></div><div class="navbar_list_grid is--platform-modules"><a href="/attack/aipentest" class="navbar_module_header is--attack w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68d63cb5727358a8286b01f8_Vector-1.svg" loading="lazy" alt="" class="navbar_list_platform_heading"/><p class="navbar_list_subheading is--platforms">AI-powered offensive security testing.</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68ad55d5c8e19135fc9d1d0f_arrow.svg" loading="lazy" alt="" class="navbar_menu_arrow is--module is--attack"/></a><ul role="list" class="navbar_module_list"><li class="navbar_module_li"><a href="/attack/infinite" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon small w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 21 21" fill="none">
  <path d="M7.49863 17.9976C7.49863 18.1965 7.41961 18.3873 7.27896 18.528C7.13831 18.6686 6.94754 18.7476 6.74863 18.7476H2.24863C1.85379 18.7474 1.46596 18.6433 1.12411 18.4457C0.782258 18.2481 0.498417 17.964 0.3011 17.622C0.103784 17.28 -6.01153e-05 16.8921 2.61084e-08 16.4973C6.01675e-05 16.1024 0.104022 15.7146 0.301443 15.3726L2.92644 10.8445L1.63082 10.0945C1.50098 10.0209 1.39604 9.9103 1.32942 9.77675C1.26281 9.64321 1.23755 9.49283 1.25688 9.34485C1.27621 9.19687 1.33924 9.05802 1.43792 8.94606C1.5366 8.83411 1.66644 8.75414 1.81082 8.71638L4.88301 7.89419C4.97817 7.86868 5.07744 7.86217 5.17512 7.87503C5.27281 7.88789 5.367 7.91987 5.45232 7.96915C5.53764 8.01842 5.61242 8.08403 5.67238 8.16222C5.73233 8.2404 5.7763 8.32964 5.80176 8.42482L6.62582 11.497C6.66429 11.6403 6.65937 11.7918 6.6117 11.9324C6.56403 12.0729 6.47574 12.1961 6.358 12.2865C6.24027 12.3768 6.09838 12.4302 5.95031 12.4398C5.80223 12.4495 5.65461 12.415 5.52613 12.3408L4.22488 11.5908L1.60269 16.1226C1.53702 16.2364 1.50237 16.3654 1.50221 16.4967C1.50205 16.6281 1.53639 16.7572 1.60179 16.8711C1.6672 16.985 1.76137 17.0797 1.87488 17.1458C1.9884 17.2119 2.11728 17.247 2.24863 17.2476H6.74863C6.94754 17.2476 7.13831 17.3266 7.27896 17.4673C7.41961 17.608 7.49863 17.7987 7.49863 17.9976ZM10.4986 1.49763C10.6304 1.49631 10.7602 1.53041 10.8743 1.59638C10.9884 1.66235 11.0827 1.75775 11.1474 1.87263L13.7724 6.40076L12.4768 7.15076C12.3493 7.22512 12.2467 7.3354 12.1816 7.46781C12.1166 7.60022 12.092 7.74888 12.111 7.89517C12.1301 8.04147 12.1918 8.17891 12.2885 8.29029C12.3853 8.40168 12.5127 8.48206 12.6549 8.52138L15.728 9.34544C15.7913 9.36211 15.8566 9.37062 15.9221 9.37076C16.0871 9.3706 16.2474 9.31604 16.3782 9.21554C16.5091 9.11503 16.6031 8.97419 16.6458 8.81482L17.4699 5.74076C17.5082 5.59756 17.5032 5.44623 17.4555 5.30587C17.4079 5.1655 17.3197 5.04241 17.2021 4.95213C17.0846 4.86185 16.9429 4.80843 16.795 4.79862C16.6471 4.78881 16.4996 4.82305 16.3711 4.89701L15.0689 5.64701L12.4458 1.12263C12.2482 0.78123 11.9642 0.497798 11.6224 0.300759C11.2807 0.10372 10.8931 0 10.4986 0C10.1041 0 9.71658 0.10372 9.37482 0.300759C9.03305 0.497798 8.74911 0.78123 8.55144 1.12263L6.38019 4.87263C6.2869 5.04443 6.26438 5.24586 6.31742 5.43402C6.37046 5.62218 6.49488 5.78219 6.66416 5.87997C6.83344 5.97775 7.03421 6.00557 7.2237 5.9575C7.41319 5.90944 7.57643 5.78928 7.67863 5.62263L9.84988 1.87263C9.91452 1.75775 10.0088 1.66235 10.123 1.59638C10.2371 1.53041 10.3668 1.49631 10.4986 1.49763ZM20.6921 15.3726L18.5227 11.6226C18.4189 11.4594 18.2561 11.3425 18.0682 11.2965C17.8803 11.2505 17.6819 11.2789 17.5144 11.3757C17.3469 11.4725 17.2234 11.6302 17.1695 11.816C17.1156 12.0018 17.1355 12.2012 17.2252 12.3726L19.3946 16.1226C19.4602 16.2364 19.4949 16.3654 19.4951 16.4967C19.4952 16.6281 19.4609 16.7572 19.3955 16.8711C19.3301 16.985 19.2359 17.0797 19.1224 17.1458C19.0089 17.2119 18.88 17.247 18.7486 17.2476H13.4986V15.7476C13.4987 15.5992 13.4548 15.4541 13.3724 15.3306C13.29 15.2072 13.1728 15.111 13.0357 15.0542C12.8986 14.9974 12.7477 14.9825 12.6021 15.0115C12.4566 15.0405 12.3229 15.112 12.218 15.217L9.968 17.467C9.89827 17.5367 9.84295 17.6194 9.80521 17.7104C9.76747 17.8015 9.74804 17.8991 9.74804 17.9976C9.74804 18.0962 9.76747 18.1938 9.80521 18.2848C9.84295 18.3759 9.89827 18.4586 9.968 18.5283L12.218 20.7783C12.3229 20.8833 12.4566 20.9548 12.6021 20.9838C12.7477 21.0128 12.8986 20.9979 13.0357 20.9411C13.1728 20.8843 13.29 20.7881 13.3724 20.6646C13.4548 20.5412 13.4987 20.3961 13.4986 20.2476V18.7476H18.7486C19.1435 18.7474 19.5313 18.6433 19.8731 18.4457C20.215 18.2481 20.4988 17.964 20.6962 17.622C20.8935 17.28 20.9973 16.8921 20.9973 16.4973C20.9972 16.1024 20.8932 15.7146 20.6958 15.3726H20.6921Z" fill="#FCFAFF"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Continuous Pentests</div></div></div></a></li><li class="navbar_module_li"><a href="/attack/aipentest" class="navbar_list_link is--smaller is--soon w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 30 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 14.7V6.9C21.6111 6.25 16.5 3 16.5 3C16.5 3 11.3889 6.25 5 6.9V14.7C5 24.45 16.5 29 16.5 29C16.5 29 28 24.45 28 14.7Z" stroke="currentColor" stroke-width="2.35" stroke-linecap="round"/>
<path d="M20.3889 13C20.6261 12.7332 21.2239 12.2529 22 12.0717M12.6111 13C12.3739 12.7332 11.7761 12.2529 11 12.0717M20.3889 18C20.6261 18.2668 21.2239 18.7471 22 18.9283M12.6111 18C12.3739 18.2668 11.7761 18.7471 11 18.9283M20.3889 15.5H22M12.6111 15.5H11M16.5 20C14.3522 20 12.6111 18.433 12.6111 16.5V14.5C12.6111 12.567 14.3522 11 16.5 11C18.6478 11 20.3889 12.567 20.3889 14.5V16.5C20.3889 18.433 18.6478 20 16.5 20Z" stroke="currentColor" stroke-width="2.35" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Pentests</div></div></div></a></li><li class="navbar_module_li"><a href="/attack/surface-monitoring-dast" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 13.125L10 16.25L16.25 13.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M3.75 10L10 13.125L16.25 10" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M10 3.75L3.75 6.875L10 10L16.25 6.875L10 3.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>DAST</div></div></div></a></li><li class="navbar_module_li"><a href="/use-cases/attack-surface-management" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.9999 19.117L2.6582 9.75589C3.86483 8.54926 5.26297 7.60212 6.85261 6.91447C8.44224 6.22682 10.158 5.883 11.9999 5.883C13.8417 5.883 15.5577 6.22682 17.1479 6.91447C18.738 7.60212 20.1359 8.54926 21.3415 9.75589L20.2516 10.8652C19.2007 9.81427 17.9681 8.98053 16.5539 8.36398C15.1397 7.74743 13.6217 7.43942 11.9999 7.43994C10.6635 7.43994 9.39846 7.6509 8.20481 8.07283C7.01115 8.49477 5.92129 9.08173 4.93523 9.83374L13.0897 18.0077L11.9999 19.117ZM19.4732 18.3385L17.4686 16.3534C17.2351 16.4962 16.9886 16.6033 16.7291 16.6749C16.4696 16.7466 16.1906 16.7821 15.8922 16.7816C15.0099 16.7816 14.2704 16.4832 13.6736 15.8863C13.0767 15.2895 12.7783 14.55 12.7783 13.6677C12.7783 12.7854 13.0767 12.0459 13.6736 11.4491C14.2704 10.8522 15.0099 10.5538 15.8922 10.5538C16.7745 10.5538 17.514 10.8522 18.1109 11.4491C18.7077 12.0459 19.0061 12.7854 19.0061 13.6677C19.0061 13.9661 18.9705 14.2451 18.8994 14.5046C18.8283 14.7641 18.7212 15.0106 18.5779 15.2441L20.563 17.2487L19.4732 18.3385ZM15.8922 15.2246C16.3333 15.2246 16.7031 15.0754 17.0015 14.777C17.2999 14.4786 17.4492 14.1088 17.4492 13.6677C17.4492 13.2266 17.2999 12.8568 17.0015 12.5584C16.7031 12.26 16.3333 12.1108 15.8922 12.1108C15.4511 12.1108 15.0813 12.26 14.7829 12.5584C14.4845 12.8568 14.3353 13.2266 14.3353 13.6677C14.3353 14.1088 14.4845 14.4786 14.7829 14.777C15.0813 15.0754 15.4511 15.2246 15.8922 15.2246Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Attack Surface</div></div></div></a></li><li class="navbar_module_li is--last"><a href="/attack/api-scanning" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="45" cy="19" r="7" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<circle cx="19" cy="32" r="7" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<circle cx="45" cy="45" r="7" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M37 41L33 39" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M27 28L37 23" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>API Scanning</div></div></div></a></li></ul></div><div class="navbar_list_grid is--platform-modules is--protect is--last"><a href="/platform/protect" class="navbar_module_header is--protect w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68d63cb514505ff67eda4817_Vector-2.svg" loading="lazy" alt="" class="navbar_list_platform_heading"/><p class="navbar_list_subheading is--platforms">in-app runtime defense and threat detection.</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68ad55d5c8e19135fc9d1d0f_arrow.svg" loading="lazy" alt="" class="navbar_menu_arrow is--module is--protect"/></a><ul role="list" class="navbar_module_list"><li class="navbar_module_li"><a href="/protect/device-protection" class="navbar_list_link is--smaller is--soon w-inline-block"><div class="navbar_list_icon center-center w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" color="currentColor" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
    <path d="M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5" />
    <path d="M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z" />
    <path d="M15.5 7L16.4199 7.79289C16.8066 8.12623 17 8.29289 17 8.5C17 8.70711 16.8066 8.87377 16.4199 9.20711L15.5 10" />
    <path d="M8.5 7L7.58009 7.79289C7.19337 8.12623 7 8.29289 7 8.5C7 8.70711 7.19336 8.87377 7.58009 9.20711L8.5 10" />
    <path d="M13 6L11 11" />
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Device Protection</div></div><div class="menu_soon_tag">NEW</div></div></a></li><li class="navbar_module_li"><a href="/protect/zen" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.74404 16.8055H2.69043V13.6763H3.71069H3.78578L3.84844 13.635L13.4032 7.32624L13.5155 7.25213V7.11761V6.57371V6.32371H13.2655H3.49672V3.19452H13.467C14.492 3.19452 15.266 3.43094 15.8198 3.87541C16.3578 4.30722 16.6438 4.96228 16.6438 5.88732V8.91832L10.003 13.3196L9.31132 13.778H10.1411H17.3093V16.8055H8.35534V14.8782V14.4126L7.96725 14.6698L4.74404 16.8055Z" stroke="currentColor" stroke-width="0.5"/>
<path d="M4.74404 16.8055H2.69043V13.6763H3.71069H3.78578L3.84844 13.635L13.4032 7.32624L13.5155 7.25213V7.11761V6.57371V6.32371H13.2655H3.49672V3.19452H13.467C14.492 3.19452 15.266 3.43094 15.8198 3.87541C16.3578 4.30722 16.6438 4.96228 16.6438 5.88732V8.91832L10.003 13.3196L9.31132 13.778H10.1411H17.3093V16.8055H8.35534V14.8782V14.4126L7.96725 14.6698L4.74404 16.8055Z" stroke="currentColor" stroke-width="0.5"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Runtime Protection</div></div></div></a></li><li class="navbar_module_li"><a href="/zen#block-traffic" class="navbar_list_link is--smaller w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 1.5C8.5 1.36739 8.44732 1.24021 8.35355 1.14645C8.25979 1.05268 8.13261 1 8 1C7.86739 1 7.74021 1.05268 7.64645 1.14645C7.55268 1.24021 7.5 1.36739 7.5 1.5V2H5.5C5.10218 2 4.72064 2.15804 4.43934 2.43934C4.15804 2.72064 4 3.10218 4 3.5V6.5C4 6.89782 4.15804 7.27936 4.43934 7.56066C4.72064 7.84196 5.10218 8 5.5 8H10.5C10.8978 8 11.2794 7.84196 11.5607 7.56066C11.842 7.27936 12 6.89782 12 6.5V3.5C12 3.10218 11.842 2.72064 11.5607 2.43934C11.2794 2.15804 10.8978 2 10.5 2H8.5V1.5ZM5 3.5C5 3.36739 5.05268 3.24021 5.14645 3.14645C5.24021 3.05268 5.36739 3 5.5 3H10.5C10.6326 3 10.7598 3.05268 10.8536 3.14645C10.9473 3.24021 11 3.36739 11 3.5V6.5C11 6.63261 10.9473 6.75979 10.8536 6.85355C10.7598 6.94732 10.6326 7 10.5 7H5.5C5.36739 7 5.24021 6.94732 5.14645 6.85355C5.05268 6.75979 5 6.63261 5 6.5V3.5ZM4 11C4 10.8674 4.05268 10.7402 4.14645 10.6464C4.24021 10.5527 4.36739 10.5 4.5 10.5H11.5C11.6326 10.5 11.7598 10.5527 11.8536 10.6464C11.9473 10.7402 12 10.8674 12 11V11.35C12 12.297 11.594 12.926 10.923 13.344C10.222 13.781 9.203 14 8 14C6.805 14 5.786 13.782 5.082 13.344C4.408 12.925 4 12.295 4 11.35V11ZM4.5 9.5C4.10218 9.5 3.72064 9.65804 3.43934 9.93934C3.15804 10.2206 3 10.6022 3 11V11.35C3 12.655 3.6 13.6 4.554 14.193C5.479 14.768 6.71 15 8 15C9.297 15 10.528 14.769 11.452 14.193C12.406 13.6 13 12.653 13 11.35V11C13 10.6022 12.842 10.2206 12.5607 9.93934C12.2794 9.65804 11.8978 9.5 11.5 9.5H4.5ZM7.25 5C7.25 5.19891 7.17098 5.38968 7.03033 5.53033C6.88968 5.67098 6.69891 5.75 6.5 5.75C6.30109 5.75 6.11032 5.67098 5.96967 5.53033C5.82902 5.38968 5.75 5.19891 5.75 5C5.75 4.80109 5.82902 4.61032 5.96967 4.46967C6.11032 4.32902 6.30109 4.25 6.5 4.25C6.69891 4.25 6.88968 4.32902 7.03033 4.46967C7.17098 4.61032 7.25 4.80109 7.25 5ZM9.5 5.75C9.69891 5.75 9.88968 5.67098 10.0303 5.53033C10.171 5.38968 10.25 5.19891 10.25 5C10.25 4.80109 10.171 4.61032 10.0303 4.46967C9.88968 4.32902 9.69891 4.25 9.5 4.25C9.30109 4.25 9.11032 4.32902 8.96967 4.46967C8.82902 4.61032 8.75 4.80109 8.75 5C8.75 5.19891 8.82902 5.38968 8.96967 5.53033C9.11032 5.67098 9.30109 5.75 9.5 5.75Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Bot Protection</div></div></div></a></li></ul></div></div><a id="w-node-f829e631-8a4f-0411-d505-7e6cdd09040d-999e57c8" href="/attack/aipentest" class="navbar_dropdown_banner u-hflex-between-center w-inline-block"><div>New: Aikido pentests that outperform humans.</div><div class="u-button-tretiary"><div class="button_tretiary_text">Learn more</div><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 21 20" fill="none" class="button_tretiary_arrow"><g filter="url(#filter0_i_814_116109)"><g filter="url(#filter1_i_814_116109)"><path d="M15.9417 9.55833C16.0581 9.67584 16.1234 9.83457 16.1234 10C16.1234 10.1654 16.0581 10.3242 15.9417 10.4417L11.775 14.6083C11.7178 14.6697 11.6488 14.719 11.5721 14.7531C11.4954 14.7873 11.4127 14.8057 11.3288 14.8072C11.2448 14.8086 11.1615 14.7932 11.0837 14.7618C11.0058 14.7303 10.9351 14.6835 10.8758 14.6242C10.8164 14.5648 10.7697 14.4942 10.7382 14.4163C10.7068 14.3385 10.6913 14.2551 10.6928 14.1712C10.6943 14.0873 10.7127 14.0045 10.7468 13.9279C10.781 13.8512 10.8302 13.7822 10.8917 13.725L13.9917 10.625L5.49999 10.625C5.33423 10.625 5.17526 10.5592 5.05805 10.4419C4.94084 10.3247 4.87499 10.1658 4.87499 10C4.87499 9.83424 4.94084 9.67527 5.05805 9.55806C5.17526 9.44085 5.33423 9.375 5.49999 9.375L13.9917 9.375L10.8917 6.275C10.7813 6.15652 10.7212 5.99981 10.724 5.8379C10.7269 5.67598 10.7925 5.52149 10.907 5.40698C11.0215 5.29247 11.176 5.22688 11.3379 5.22402C11.4998 5.22116 11.6565 5.28127 11.775 5.39167L15.9417 9.55833Z" fill="currentColor"></path></g></g></svg></div></a></div></nav></div><div data-hover="true" data-delay="0" id="menu-product" class="navbar_dropdown is--product w-dropdown"><div class="navbar_dropdown_toggle w-dropdown-toggle"><div>Solutions</div><div class="navbar_dropdown_icon w-icon-dropdown-toggle"></div></div><nav class="navbar_dropdown_list is--product w-dropdown-list"><div class="navbar_dropdown_list-inner is--product"><div class="navbar_dropdown_column"><div class="navbar_dropdown_list-content"><div class="navbar_list_grid is--features"><div id="w-node-_2aab75de-5751-bd6c-8970-443679674292-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">By Feature</div></div><a href="/code/autofix" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M37 18H35V22H37V18ZM46 22C47.1046 22 48 21.1046 48 20C48 18.8954 47.1046 18 46 18V22ZM37 22H46V18H37V22Z" fill="currentColor"></path>
    <path d="M18 12L18 52" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
    <path d="M46 22L46 52" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
    <path d="M34 12L26 20L34 28" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>AI AutoFix</div></div></div></a><a href="/code/ci-cd-pipeline-security" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.75 9.375L14 9C14.6296 8.16047 15.5075 7.54033 16.5092 7.22743C17.5108 6.91453 18.5856 6.92473 19.5811 7.25658C20.5767 7.58844 21.4426 8.22512 22.0562 9.07645C22.6698 9.92778 23 10.9506 23 12C23 13.0494 22.6698 14.0722 22.0562 14.9236C21.4426 15.7749 20.5767 16.4116 19.5811 16.7434C18.5856 17.0753 17.5108 17.0855 16.5092 16.7726C15.5075 16.4597 14.6296 15.8395 14 15L10 9C9.37035 8.16047 8.49252 7.54033 7.49084 7.22743C6.48916 6.91453 5.41442 6.92473 4.41886 7.25658C3.4233 7.58844 2.55739 8.22512 1.94379 9.07645C1.33019 9.92778 1 10.9506 1 12C1 13.0494 1.33019 14.0722 1.94379 14.9236C2.55739 15.7749 3.4233 16.4116 4.41886 16.7434C5.41442 17.0753 6.48916 17.0855 7.49084 16.7726C8.49252 16.4597 9.37035 15.8395 10 15L10.334 14.5" stroke="currentColor" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>CI/CD Security</div></div></div></a><a href="/code/ide-integrations" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M44 40L52 32L44 24" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M20 40L12 32L20 24" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M26 50L38 14" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>IDE Integrations</div></div></div></a><a href="/code/local-scanner" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.50977 5C1.50977 3.89543 2.4052 3 3.50977 3H21.5098C22.6144 3 23.5098 3.89543 23.5098 5V9C23.5098 10.1046 22.6144 11 21.5098 11H3.50977C2.4052 11 1.50977 10.1046 1.50977 9V5ZM21.5098 5H3.50977V9H21.5098V5ZM5.50977 6H7.51977V8H5.50977V6ZM9.50977 6H11.5198V8H9.50977V6ZM1.50977 15C1.50977 13.8954 2.4052 13 3.50977 13H21.5098C22.6144 13 23.5098 13.8954 23.5098 15V19C23.5098 20.1046 22.6144 21 21.5098 21H3.50977C2.4052 21 1.50977 20.1046 1.50977 19V15ZM21.5098 15H3.50977V19H21.5098V15ZM5.50977 16H7.51977V18H5.50977V16ZM9.50977 16H11.5198V18H9.50977V16Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>On-Prem Scanning</div></div></div></a><a href="/attack/infinite" class="navbar_list_link is--soon w-inline-block"><div class="navbar_list_icon small w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 21 21" fill="none">
  <path d="M7.49863 17.9976C7.49863 18.1965 7.41961 18.3873 7.27896 18.528C7.13831 18.6686 6.94754 18.7476 6.74863 18.7476H2.24863C1.85379 18.7474 1.46596 18.6433 1.12411 18.4457C0.782258 18.2481 0.498417 17.964 0.3011 17.622C0.103784 17.28 -6.01153e-05 16.8921 2.61084e-08 16.4973C6.01675e-05 16.1024 0.104022 15.7146 0.301443 15.3726L2.92644 10.8445L1.63082 10.0945C1.50098 10.0209 1.39604 9.9103 1.32942 9.77675C1.26281 9.64321 1.23755 9.49283 1.25688 9.34485C1.27621 9.19687 1.33924 9.05802 1.43792 8.94606C1.5366 8.83411 1.66644 8.75414 1.81082 8.71638L4.88301 7.89419C4.97817 7.86868 5.07744 7.86217 5.17512 7.87503C5.27281 7.88789 5.367 7.91987 5.45232 7.96915C5.53764 8.01842 5.61242 8.08403 5.67238 8.16222C5.73233 8.2404 5.7763 8.32964 5.80176 8.42482L6.62582 11.497C6.66429 11.6403 6.65937 11.7918 6.6117 11.9324C6.56403 12.0729 6.47574 12.1961 6.358 12.2865C6.24027 12.3768 6.09838 12.4302 5.95031 12.4398C5.80223 12.4495 5.65461 12.415 5.52613 12.3408L4.22488 11.5908L1.60269 16.1226C1.53702 16.2364 1.50237 16.3654 1.50221 16.4967C1.50205 16.6281 1.53639 16.7572 1.60179 16.8711C1.6672 16.985 1.76137 17.0797 1.87488 17.1458C1.9884 17.2119 2.11728 17.247 2.24863 17.2476H6.74863C6.94754 17.2476 7.13831 17.3266 7.27896 17.4673C7.41961 17.608 7.49863 17.7987 7.49863 17.9976ZM10.4986 1.49763C10.6304 1.49631 10.7602 1.53041 10.8743 1.59638C10.9884 1.66235 11.0827 1.75775 11.1474 1.87263L13.7724 6.40076L12.4768 7.15076C12.3493 7.22512 12.2467 7.3354 12.1816 7.46781C12.1166 7.60022 12.092 7.74888 12.111 7.89517C12.1301 8.04147 12.1918 8.17891 12.2885 8.29029C12.3853 8.40168 12.5127 8.48206 12.6549 8.52138L15.728 9.34544C15.7913 9.36211 15.8566 9.37062 15.9221 9.37076C16.0871 9.3706 16.2474 9.31604 16.3782 9.21554C16.5091 9.11503 16.6031 8.97419 16.6458 8.81482L17.4699 5.74076C17.5082 5.59756 17.5032 5.44623 17.4555 5.30587C17.4079 5.1655 17.3197 5.04241 17.2021 4.95213C17.0846 4.86185 16.9429 4.80843 16.795 4.79862C16.6471 4.78881 16.4996 4.82305 16.3711 4.89701L15.0689 5.64701L12.4458 1.12263C12.2482 0.78123 11.9642 0.497798 11.6224 0.300759C11.2807 0.10372 10.8931 0 10.4986 0C10.1041 0 9.71658 0.10372 9.37482 0.300759C9.03305 0.497798 8.74911 0.78123 8.55144 1.12263L6.38019 4.87263C6.2869 5.04443 6.26438 5.24586 6.31742 5.43402C6.37046 5.62218 6.49488 5.78219 6.66416 5.87997C6.83344 5.97775 7.03421 6.00557 7.2237 5.9575C7.41319 5.90944 7.57643 5.78928 7.67863 5.62263L9.84988 1.87263C9.91452 1.75775 10.0088 1.66235 10.123 1.59638C10.2371 1.53041 10.3668 1.49631 10.4986 1.49763ZM20.6921 15.3726L18.5227 11.6226C18.4189 11.4594 18.2561 11.3425 18.0682 11.2965C17.8803 11.2505 17.6819 11.2789 17.5144 11.3757C17.3469 11.4725 17.2234 11.6302 17.1695 11.816C17.1156 12.0018 17.1355 12.2012 17.2252 12.3726L19.3946 16.1226C19.4602 16.2364 19.4949 16.3654 19.4951 16.4967C19.4952 16.6281 19.4609 16.7572 19.3955 16.8711C19.3301 16.985 19.2359 17.0797 19.1224 17.1458C19.0089 17.2119 18.88 17.247 18.7486 17.2476H13.4986V15.7476C13.4987 15.5992 13.4548 15.4541 13.3724 15.3306C13.29 15.2072 13.1728 15.111 13.0357 15.0542C12.8986 14.9974 12.7477 14.9825 12.6021 15.0115C12.4566 15.0405 12.3229 15.112 12.218 15.217L9.968 17.467C9.89827 17.5367 9.84295 17.6194 9.80521 17.7104C9.76747 17.8015 9.74804 17.8991 9.74804 17.9976C9.74804 18.0962 9.76747 18.1938 9.80521 18.2848C9.84295 18.3759 9.89827 18.4586 9.968 18.5283L12.218 20.7783C12.3229 20.8833 12.4566 20.9548 12.6021 20.9838C12.7477 21.0128 12.8986 20.9979 13.0357 20.9411C13.1728 20.8843 13.29 20.7881 13.3724 20.6646C13.4548 20.5412 13.4987 20.3961 13.4986 20.2476V18.7476H18.7486C19.1435 18.7474 19.5313 18.6433 19.8731 18.4457C20.215 18.2481 20.4988 17.964 20.6962 17.622C20.8935 17.28 20.9973 16.8921 20.9973 16.4973C20.9972 16.1024 20.8932 15.7146 20.6958 15.3726H20.6921Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Continuous Pentests</div></div></div></a><a href="/protect/safe-chain" class="navbar_list_link w-inline-block"><div class="navbar_list_icon small w-embed"><svg width="100%" height="100%" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.5 8.00001C7.47 9.36701 9.511 9.12701 10.511 8.00001L12.5 6.00001C13.624 4.77201 13.664 3.18601 12.5 2.00001C11.364 0.843013 9.636 0.843013 8.5 2.00001L6.5 4.00001" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.49991 7.06999C7.52991 5.70299 5.49991 5.87299 4.49991 6.99999L2.49991 8.97499C1.37591 10.203 1.33591 11.814 2.49991 13C3.63591 14.157 5.36391 14.157 6.49991 13L8.49991 11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Supply Chain Safety</div></div></div></a></div></div><div class="navbar_dropdown_list-content"><div class="navbar_list_grid is--usecases is-large"><div id="w-node-c7f80a69-5c46-74da-d2ff-38f5fc077f2f-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">By Use Case</div></div><a href="/attack/aipentest" class="navbar_list_link is--soon w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 30 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28 14.7V6.9C21.6111 6.25 16.5 3 16.5 3C16.5 3 11.3889 6.25 5 6.9V14.7C5 24.45 16.5 29 16.5 29C16.5 29 28 24.45 28 14.7Z" stroke="currentColor" stroke-width="2.35" stroke-linecap="round"/>
<path d="M20.3889 13C20.6261 12.7332 21.2239 12.2529 22 12.0717M12.6111 13C12.3739 12.7332 11.7761 12.2529 11 12.0717M20.3889 18C20.6261 18.2668 21.2239 18.7471 22 18.9283M12.6111 18C12.3739 18.2668 11.7761 18.7471 11 18.9283M20.3889 15.5H22M12.6111 15.5H11M16.5 20C14.3522 20 12.6111 18.433 12.6111 16.5V14.5C12.6111 12.567 14.3522 11 16.5 11C18.6478 11 20.3889 12.567 20.3889 14.5V16.5C20.3889 18.433 18.6478 20 16.5 20Z" stroke="currentColor" stroke-width="2.35" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Pentesting</div></div></div></a><a href="/use-cases/soc2-iso-compliance" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M8.125 10.3125L9.375 11.5625L12.1875 8.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Compliance</div></div></div></a><a href="/use-cases/vulnerability-management" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.875 9.6875H13.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.125 12.8125H11.875" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M5 6.5625H15" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Vulnerability Management</div></div></div></a><a href="/use-cases/sbom-generator-create-software-bill-of-materials" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="14.0625" cy="5.9375" r="2.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<circle cx="5.9375" cy="10" r="2.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<circle cx="14.0625" cy="14.0625" r="2.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M11.5625 12.8125L10.3125 12.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.4375 8.75L11.5625 7.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Generate SBOMs</div></div></div></a><a href="/use-cases/application-security-posture-management-aspm" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.4724 14.6875L8.29761 14.6875C7.44755 14.6882 6.61435 14.4428 5.89269 13.9794C5.17103 13.516 4.58985 12.8531 4.21518 12.066C3.84052 11.2789 3.6874 10.3992 3.77322 9.52677C3.85904 8.65438 4.18036 7.82431 4.70066 7.13089C5.22097 6.43746 5.9194 5.90848 6.71659 5.60406C7.51379 5.29963 8.37778 5.23197 9.21039 5.40876C10.043 5.58554 10.8108 5.99969 11.4267 6.60414C12.0425 7.20859 12.4816 7.9791 12.6941 8.82812L13.4099 8.82812C14.1631 8.82812 14.8855 9.13679 15.4181 9.68621C15.9508 10.2356 16.25 10.9808 16.25 11.7578C16.25 12.5348 15.9508 13.28 15.4181 13.8294" stroke="currentColor" stroke-width="1.25" stroke-linecap="square"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>ASPM</div></div></div></a><a href="/cloud/cloud-posture-management-cspm" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.4724 14.6875L8.29761 14.6875C7.44755 14.6882 6.61435 14.4428 5.89269 13.9794C5.17103 13.516 4.58985 12.8531 4.21518 12.066C3.84052 11.2789 3.6874 10.3992 3.77322 9.52677C3.85904 8.65438 4.18036 7.82431 4.70066 7.13089C5.22097 6.43746 5.9194 5.90848 6.71659 5.60406C7.51379 5.29963 8.37778 5.23197 9.21039 5.40876C10.043 5.58554 10.8108 5.99969 11.4267 6.60414C12.0425 7.20859 12.4816 7.9791 12.6941 8.82812L13.4099 8.82812C14.1631 8.82812 14.8855 9.13679 15.4181 9.68621C15.9508 10.2356 16.25 10.9808 16.25 11.7578C16.25 12.5348 15.9508 13.28 15.4181 13.8294" stroke="currentColor" stroke-width="1.25" stroke-linecap="square"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>CSPM</div></div></div></a><a href="/use-cases/ai-at-aikido" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9998 5.66669C16.5521 5.66669 16.9998 6.1144 16.9998 6.66669C16.9998 8.03944 17.4531 9.10569 18.1736 9.82625C18.8942 10.5468 19.9604 11 21.3332 11C21.8855 11 22.3332 11.4477 22.3332 12C22.3332 12.5523 21.8855 13 21.3332 13C19.9604 13 18.8942 13.4532 18.1736 14.1738C17.4531 14.8943 16.9998 15.9606 16.9998 17.3334C16.9998 17.8856 16.5521 18.3334 15.9998 18.3334C15.4476 18.3334 14.9998 17.8856 14.9998 17.3334C14.9998 15.9606 14.5466 14.8943 13.8261 14.1738C13.1055 13.4532 12.0393 13 10.6665 13L2.6665 13C2.11422 13 1.6665 12.5523 1.6665 12C1.6665 11.4477 2.11422 11 2.6665 11H10.6657V11C12.0384 11 13.1055 10.5468 13.8261 9.82625C14.5466 9.10569 14.9998 8.03944 14.9998 6.66669C14.9998 6.1144 15.4476 5.66669 15.9998 5.66669Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6665 6.66669C11.6665 7.21897 11.2188 7.66669 10.6665 7.66669L5.33317 7.66669C4.78089 7.66669 4.33317 7.21897 4.33317 6.66669C4.33317 6.1144 4.78089 5.66669 5.33317 5.66669L10.6665 5.66669C11.2188 5.66669 11.6665 6.1144 11.6665 6.66669Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6665 17.3334C11.6665 17.8856 11.2188 18.3334 10.6665 18.3334H6.6665C6.11422 18.3334 5.6665 17.8856 5.6665 17.3334C5.6665 16.7811 6.11422 16.3334 6.6665 16.3334H10.6665C11.2188 16.3334 11.6665 16.7811 11.6665 17.3334Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>AI at Aikido</div></div></div></a><a href="/protect/zen" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="20" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M46 18L18 46" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Block 0-Days</div></div></div></a><a href="/use-cases/shadow-ai" class="navbar_list_link w-inline-block"><div class="navbar_list_icon center-center w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" color="currentColor" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
    <path d="M7 14.9999C5.34315 14.9999 4 16.343 4 17.9999C4 19.6567 5.34315 20.9999 7 20.9999C8.65685 20.9999 10 19.6567 10 17.9999C10 16.343 8.65685 14.9999 7 14.9999Z"></path>
    <path d="M17 14.9999C15.3431 14.9999 14 16.343 14 17.9999C14 19.6567 15.3431 20.9999 17 20.9999C18.6569 20.9999 20 19.6567 20 17.9999C20 16.343 18.6569 14.9999 17 14.9999Z"></path>
    <path d="M14 17H10"></path>
    <path d="M22 12.9999C19.5434 11.7724 15.9734 10.9999 12 10.9999C8.02658 10.9999 4.45659 11.7724 2 12.9999"></path>
    <path d="M19 11.4999L17.9425 4.71233C17.7268 3.32807 16.2232 2.578 15.0093 3.24907L14.3943 3.58903C12.9019 4.414 11.0981 4.414 9.60574 3.58903L8.99074 3.24907C7.77676 2.578 6.27318 3.32808 6.05751 4.71233L5 11.4999"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Shadow AI</div></div></div><div class="menu_soon_tag">NEW</div></a></div></div></div><div><div class="navbar_list_grid is--stage"><div id="w-node-f3d6ec04-335d-5a6a-d70a-e757102ce415-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">By Stage</div></div><a id="w-node-f3d6ec04-335d-5a6a-d70a-e757102ce418-999e57c8" href="/industries/aikido-for-startups" aria-current="page" class="navbar_list_link w-inline-block w--current"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m1 18.127l11 3m0 0l11-3m-22 0l5.493-1.439m-5.493 6v-4.436m22 0v4.436m-11 .5v-2.061m3.5-15.065c0 1.933-.583 7-3.5 7S8.5 8 8.5 6.062c0-3.5 3.5-5.25 3.5-5.25s3.5 1.75 3.5 5.25"/><path d="M12 5.937a.5.5 0 0 1 0-1m0 1a.5.5 0 0 0 0-1"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.01 17.881v-1.008a2.017 2.017 0 0 1 3.99.08v.928m-4.317-5.72l-.808.405a5.3 5.3 0 0 0-1.242.916a.653.653 0 0 1-1.13-.417a3.49 3.49 0 0 1 2.113-3.61m5.701 2.706l.808.405c.457.243.875.551 1.242.916a.654.654 0 0 0 1.13-.417a3.49 3.49 0 0 0-2.113-3.61M23 18.127l-5.493-1.439"/></g></svg></div><div class="nabar_link_text"><div>Startup</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-f3d6ec04-335d-5a6a-d70a-e757102ce41e-999e57c8" href="/industries/aikido-for-enterprise" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M15 3a2 2 0 0 1 2 2v4h2a2 2 0 0 1 2 2v8a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2V9a2 2 0 0 1 2-2h2V5a2 2 0 0 1 2-2zM7 9H5v10h2zm12 2h-2v8h2zm-4-6H9v14h6zm-2 10v2h-2v-2zm0-4v2h-2v-2zm0-4v2h-2V7z"/></g></svg></div><div class="nabar_link_text"><div>Enterprise</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a></div><div class="navbar_list_grid is--industries"><div id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73ef98-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">By Industry</div></div><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73ef9b-999e57c8" href="/industries/aikido-for-fintech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<ellipse cx="10" cy="10" rx="2.5" ry="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></ellipse>
<ellipse cx="10" cy="10" rx="2.5" ry="6.25" transform="rotate(90 10 10)" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></ellipse>
</svg></div><div class="nabar_link_text"><div>FinTech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efa1-999e57c8" href="/industries/healthtech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0957 10.416C16.4382 9.07362 16.4382 6.89711 15.0957 5.55469C13.7533 4.21226 11.5768 4.21226 10.2344 5.55469" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M9.79105 5.55661C8.44862 4.21418 6.27211 4.21418 4.92969 5.55661C3.58726 6.89904 3.58726 9.07554 4.92969 10.418" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M5.15234 10.6367L10.0137 15.4981L15.096 10.4157" stroke="currentColor" stroke-width="1.25px" stroke-linecap="round" fill="none"></path>
<path d="M10.013 5.77804L7.36133 8.42969" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>HealthTech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efa7-999e57c8" href="/industries/aikido-for-hrtech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 3.75H8.75V11.25H3.75V3.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M11.25 8.75H16.25V16.25H11.25V8.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M3.75 13.75V16.25H8.75V13.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M16.25 6.25L16.25 3.75L11.25 3.75L11.25 6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>HRTech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efad-999e57c8" href="/industries/aikido-for-legaltech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.75 7.1875C8.75 8.56821 7.63071 9.6875 6.25 9.6875C4.86929 9.6875 3.75 8.56821 3.75 7.1875" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M16.25 8.75C16.25 10.1307 15.1307 11.25 13.75 11.25C12.3693 11.25 11.25 10.1307 11.25 8.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M3.75 6.25H6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.75 6.25L8.75 6.5625" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M11.25 7.8125L16.25 7.8125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M6.25 16.25H13.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M7.5 3.75H12.5" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M10 12.5L10 16.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>Legal Tech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efb3-999e57c8" href="/industries/pe-group-companies" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.6698 33.3975C37.1196 34.6572 36.412 35.8323 35.5718 36.8981C37.8413 38.8324 40.7843 40 44 40C51.1797 40 57 34.1797 57 27C57 19.8203 51.1797 14 44 14C40.7843 14 37.8413 15.1676 35.5718 17.1019C36.412 18.1677 37.1196 19.3428 37.6698 20.6025C39.2957 18.9935 41.5318 18 44 18C48.9706 18 53 22.0294 53 27C53 31.9706 48.9706 36 44 36C41.5318 36 39.2957 35.0065 37.6698 33.3975Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 46C20 47.1046 19.1046 48 18 48H10V44H18C19.1046 44 20 44.8954 20 46Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27 46C27 47.1046 27.8954 48 29 48H37V44H29C27.8954 44 27 44.8954 27 46Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M44 46C44 47.1046 44.8954 48 46 48H54V44H46C44.8954 44 44 44.8954 44 46Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3237 51.6175L16.8237 47.6175L19.1764 44.3826L24.6764 48.3826L22.3237 51.6175Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6175 44.8237C29.9678 43.9304 28.717 43.7329 27.8237 44.3825L22.3237 48.3825C21.4304 49.0322 21.2329 50.2831 21.8825 51.1764C22.5322 52.0697 23.783 52.2672 24.6764 51.6175L30.1764 47.6175C31.0697 46.9678 31.2672 45.717 30.6175 44.8237Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.5617 44.7506C46.8717 43.888 45.6131 43.7482 44.7506 44.4382L38.1889 49.6876L40.6876 52.8111L47.2494 47.5617C48.1119 46.8717 48.2517 45.6131 47.5617 44.7506Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 18C18.0294 18 14 22.0294 14 27C14 31.9706 18.0294 36 23 36C27.9706 36 32 31.9706 32 27C32 22.0294 27.9706 18 23 18ZM10 27C10 19.8203 15.8203 14 23 14C30.1797 14 36 19.8203 36 27C36 34.1797 30.1797 40 23 40C15.8203 40 10 34.1797 10 27Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div>Group Companies</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efb9-999e57c8" href="/industries/aikido-for-agencies" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.375 10.625V15C4.375 15.6904 4.93464 16.25 5.625 16.25H14.375C15.0654 16.25 15.625 15.6904 15.625 15V10.625" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M3.75 8.4375L10 3.4375L16.25 8.4375" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>Agencies</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efbf-999e57c8" href="/use-cases/mobile-apps" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M46 32L46 16.4444C46 13.9898 44.0102 12 41.5556 12L22.4444 12C19.9898 12 18 13.9898 18 16.4444L18 32" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M18 44L18 47.5556C18 50.0102 19.9898 52 22.4444 52L41.5556 52C44.0102 52 46 50.0102 46 47.5556L46 44" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M52 36L12 36" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<rect x="34" y="46" width="4" height="4" transform="rotate(-180 34 46)" fill="currentColor"></rect>
</svg></div><div class="nabar_link_text"><div>Mobile apps<br/></div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efc6-999e57c8" href="/industries/software-security-for-smart-manufacturing-engineering" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2V4M9 12V21M15 12V21M5 16L9 14M15 14L19 16M9 18H15M10 8V8.01M14 8V8.01M6 6C6 5.46957 6.21071 4.96086 6.58579 4.58579C6.96086 4.21071 7.46957 4 8 4H16C16.5304 4 17.0391 4.21071 17.4142 4.58579C17.7893 4.96086 18 5.46957 18 6V10C18 10.5304 17.7893 11.0391 17.4142 11.4142C17.0391 11.7893 16.5304 12 16 12H8C7.46957 12 6.96086 11.7893 6.58579 11.4142C6.21071 11.0391 6 10.5304 6 10V6Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div>Manufacturing<br/></div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efcd-999e57c8" href="/industries/government-public-sector" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 21H21M9 8H10M9 12H10M9 16H10M14 8H15M14 12H15M14 16H15M5 21V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H17C17.5304 3 18.0391 3.21071 18.4142 3.58579C18.7893 3.96086 19 4.46957 19 5V21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div>Public Sector</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_2c2d02e3-7897-d99f-c322-bda59c73efd3-999e57c8" href="/industries/software-security-for-banking-finance" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.41091 1.94649C8.15752 1.80169 7.84465 1.80169 7.58867 1.94649L1.79678 5.25614C1.47099 5.44231 1.31067 5.82499 1.40634 6.18698C1.50201 6.54897 1.83298 6.80237 2.2079 6.80237H3.03531V12.1806L1.71145 13.1735C1.50201 13.3286 1.38049 13.5742 1.38049 13.8354C1.38049 14.293 1.75024 14.6628 2.2079 14.6628H13.7917C14.2493 14.6628 14.6191 14.293 14.6191 13.8354C14.6191 13.5742 14.4976 13.3286 14.2881 13.1735L12.9643 12.1806V6.80237H13.7917C14.1666 6.80237 14.495 6.54897 14.5907 6.18698C14.6863 5.82499 14.526 5.44231 14.2002 5.25614L8.40833 1.94649H8.41091ZM11.7232 6.80237V12.1806H10.0683V6.80237H11.7232ZM8.82721 6.80237V12.1806H7.17238V6.80237H8.82721ZM5.93126 6.80237V12.1806H4.27643V6.80237H5.93126ZM7.99979 3.90642C8.21924 3.90642 8.42969 3.9936 8.58486 4.14877C8.74003 4.30394 8.82721 4.51439 8.82721 4.73384C8.82721 4.95328 8.74003 5.16374 8.58486 5.31891C8.42969 5.47408 8.21924 5.56125 7.99979 5.56125C7.78035 5.56125 7.56989 5.47408 7.41472 5.31891C7.25955 5.16374 7.17238 4.95328 7.17238 4.73384C7.17238 4.51439 7.25955 4.30394 7.41472 4.14877C7.56989 3.9936 7.78035 3.90642 7.99979 3.90642Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div>Banks</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_5002ac56-9a62-a884-1640-4323861ff300-999e57c8" href="/industries/telecom" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.805 4.48689C1.92952 3.45822 2.35623 2.48956 3.03119 1.70336C3.70614 0.91716 4.59904 0.348719 5.597 0.0698945C4.698 1.48689 4.192 2.95989 4.115 4.48689H1.805ZM1.805 5.73689H4.147C4.297 7.21289 4.84 8.69889 5.757 10.1949C4.7235 9.94104 3.79179 9.37852 3.08582 8.58217C2.37985 7.78581 1.9331 6.79338 1.805 5.73689ZM12.195 5.73689C12.0675 6.78792 11.6246 7.77567 10.9247 8.57003C10.2248 9.36439 9.30061 9.9281 8.274 10.1869C9.2 8.71589 9.746 7.23089 9.884 5.73689H12.195ZM7.01 9.83789C7.954 8.43089 8.483 7.06489 8.628 5.73689H5.405C5.561 7.04489 6.083 8.40989 7.01 9.83789ZM5.367 4.48689H8.65C8.549 3.07889 8.01 1.66189 6.997 0.229895C5.987 1.63989 5.453 3.05589 5.367 4.48689ZM12.194 4.48689H9.904C9.81 2.97689 9.298 1.50289 8.39 0.0668945C9.39043 0.344059 10.286 0.91214 10.9631 1.69907C11.6402 2.48599 12.0682 3.4563 12.193 4.48689H12.194ZM6.25 11.5499V12.4459H2C1.80109 12.4459 1.61032 12.5249 1.46967 12.6656C1.32902 12.8062 1.25 12.997 1.25 13.1959C1.25 13.3948 1.32902 13.5856 1.46967 13.7262C1.61032 13.8669 1.80109 13.9459 2 13.9459H12C12.1989 13.9459 12.3897 13.8669 12.5303 13.7262C12.671 13.5856 12.75 13.3948 12.75 13.1959C12.75 12.997 12.671 12.8062 12.5303 12.6656C12.3897 12.5249 12.1989 12.4459 12 12.4459H7.75V11.5499C7.25162 11.6069 6.74838 11.6069 6.25 11.5499Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div>Telecom</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_621884d7-9f2b-9cbc-2fa9-d27cf4ac7a1a-999e57c8" href="/partners/aikido-lovable" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24"><g fill="none"><path d="m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M19.612 12a2 2 0 0 1 1.898 2.633l-1.562 4.683A1 1 0 0 1 19 20H7a1 1 0 1 1 0-2h3.28l1.43-4.291A2.5 2.5 0 0 1 14.08 12zM9 12a1 1 0 1 1 0 2c-1.773 0-2.88.545-3.605 1.27c-.75.748-1.187 1.788-1.414 2.926a1 1 0 0 1-1.961-.392c.272-1.362.834-2.822 1.96-3.948C5.13 12.705 6.774 12 9 12m5.081 2a.5.5 0 0 0-.474.342L12.387 18h5.892l1.333-4zm-3.08-7a2 2 0 1 0-4 0a2 2 0 0 0 4 0m8-4a1 1 0 0 1 .945.677l.193.561a1 1 0 0 0 .623.623l.561.193a1 1 0 0 1 0 1.892l-.561.193a1 1 0 0 0-.623.623l-.193.561a1 1 0 0 1-1.892 0l-.193-.561a1 1 0 0 0-.623-.623l-.561-.193a1 1 0 0 1 0-1.892l.561-.193a1 1 0 0 0 .623-.623l.193-.561C18.222 3.285 18.552 3 19 3m-6 4a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/></g></svg></div><div class="nabar_link_text"><div>Vibe Coding</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_76644d12-e258-6b09-c225-3bb1fcce26d7-999e57c8" href="/fedramp-security" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" color="currentColor" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round">
    <path d="M19 10.5V10C19 6.22876 19 4.34315 17.8284 3.17157C16.6569 2 14.7712 2 11 2C7.22876 2 5.34315 2 4.17157 3.17157C3 4.34315 3 6.22876 3 10V16C3 17.8638 3 18.7956 3.30448 19.5307C3.71046 20.5108 4.48915 21.2895 5.46927 21.6955C6.20435 22 7.13623 22 9 22" stroke-linejoin="round"></path>
    <path d="M7 7H15M7 11H11"></path>
    <path d="M15.2825 19.0044C15.2235 18.1157 15.118 17.1658 14.6817 16.0917C14.3095 15.1756 14.4132 13.0205 16.5 13.0205C18.5868 13.0205 18.6664 15.1756 18.2942 16.0917C17.8578 17.1658 17.7765 18.1157 17.7175 19.0044M21 22H12V20.7543C12 20.3078 12.2664 19.9154 12.6528 19.7928L14.9076 19.077C15.0684 19.0259 15.2348 19 15.4021 19H17.5979C17.7652 19 17.9316 19.0259 18.0924 19.077L20.3472 19.7928C20.7336 19.9154 21 20.3078 21 20.7543V22Z" stroke-linejoin="round"></path>
</svg></div><div class="nabar_link_text"><div>FedRAMP</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a></div></div><a id="w-node-_5dfb006c-c8a8-a4d9-e9ba-af93cab71282-999e57c8" href="/attack/aipentest" class="navbar_dropdown_banner u-hflex-between-center is--solutions w-inline-block"><div>New: Aikido pentests that outperform humans.</div><div class="u-button-tretiary"><div class="button_tretiary_text">Learn more</div><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 21 20" fill="none" class="button_tretiary_arrow"><g filter="url(#filter0_i_814_116109)"><g filter="url(#filter1_i_814_116109)"><path d="M15.9417 9.55833C16.0581 9.67584 16.1234 9.83457 16.1234 10C16.1234 10.1654 16.0581 10.3242 15.9417 10.4417L11.775 14.6083C11.7178 14.6697 11.6488 14.719 11.5721 14.7531C11.4954 14.7873 11.4127 14.8057 11.3288 14.8072C11.2448 14.8086 11.1615 14.7932 11.0837 14.7618C11.0058 14.7303 10.9351 14.6835 10.8758 14.6242C10.8164 14.5648 10.7697 14.4942 10.7382 14.4163C10.7068 14.3385 10.6913 14.2551 10.6928 14.1712C10.6943 14.0873 10.7127 14.0045 10.7468 13.9279C10.781 13.8512 10.8302 13.7822 10.8917 13.725L13.9917 10.625L5.49999 10.625C5.33423 10.625 5.17526 10.5592 5.05805 10.4419C4.94084 10.3247 4.87499 10.1658 4.87499 10C4.87499 9.83424 4.94084 9.67527 5.05805 9.55806C5.17526 9.44085 5.33423 9.375 5.49999 9.375L13.9917 9.375L10.8917 6.275C10.7813 6.15652 10.7212 5.99981 10.724 5.8379C10.7269 5.67598 10.7925 5.52149 10.907 5.40698C11.0215 5.29247 11.176 5.22688 11.3379 5.22402C11.4998 5.22116 11.6565 5.28127 11.775 5.39167L15.9417 9.55833Z" fill="currentColor"></path></g></g></svg></div></a></div></nav></div><div data-hover="true" data-delay="0" id="menu-solutions" class="navbar_dropdown is--solution w-dropdown"><div class="navbar_dropdown_toggle w-dropdown-toggle"><div>Solutions</div><div class="navbar_dropdown_icon w-icon-dropdown-toggle"></div></div><nav class="navbar_dropdown_list is--solutions w-dropdown-list"><div class="navbar_dropdown_list-inner"><div class="navbar_dropdown_list-content"><div class="navbar_list_grid is--usecases"><div id="w-node-a7c648fd-5ada-092f-ff82-e497f99066d3-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">Use Cases</div></div><a href="/use-cases/soc2-iso-compliance" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M8.125 10.3125L9.375 11.5625L12.1875 8.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Compliance</div></div><div class="navbar_list_subheading">Automate SOC 2, ISO &amp; more</div></div></a><a href="/use-cases/vulnerability-management" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.875 9.6875H13.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.125 12.8125H11.875" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M5 6.5625H15" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Vulnerability Management</div></div><div class="navbar_list_subheading">All-in-1 vuln management </div></div></a><a href="/use-cases/secure-your-source-code" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.125 9.6875L9.375 10.9375L12.1875 8.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M15.3125 6.25V9.81618C15.3125 13.6765 10 16.25 10 16.25C10 16.25 4.6875 13.6765 4.6875 9.81618V6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M4.6875 3.75H15.3125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Secure Your Code</div></div><div class="navbar_list_subheading">Advanced code security</div></div></a><a href="/use-cases/sbom-generator-create-software-bill-of-materials" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="14.0625" cy="5.9375" r="2.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<circle cx="5.9375" cy="10" r="2.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<circle cx="14.0625" cy="14.0625" r="2.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M11.5625 12.8125L10.3125 12.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.4375 8.75L11.5625 7.1875" stroke="currentColor" stroke-width="1.40627px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Generate SBOMs</div></div><div class="navbar_list_subheading">1 click SCA reports</div></div></a><a href="/use-cases/application-security-posture-management-aspm" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.4724 14.6875L8.29761 14.6875C7.44755 14.6882 6.61435 14.4428 5.89269 13.9794C5.17103 13.516 4.58985 12.8531 4.21518 12.066C3.84052 11.2789 3.6874 10.3992 3.77322 9.52677C3.85904 8.65438 4.18036 7.82431 4.70066 7.13089C5.22097 6.43746 5.9194 5.90848 6.71659 5.60406C7.51379 5.29963 8.37778 5.23197 9.21039 5.40876C10.043 5.58554 10.8108 5.99969 11.4267 6.60414C12.0425 7.20859 12.4816 7.9791 12.6941 8.82812L13.4099 8.82812C14.1631 8.82812 14.8855 9.13679 15.4181 9.68621C15.9508 10.2356 16.25 10.9808 16.25 11.7578C16.25 12.5348 15.9508 13.28 15.4181 13.8294" stroke="currentColor" stroke-width="1.25" stroke-linecap="square"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>ASPM</div></div><div class="navbar_list_subheading">End-to-end AppSec</div></div></a><a href="/cloud/cloud-posture-management-cspm" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.4724 14.6875L8.29761 14.6875C7.44755 14.6882 6.61435 14.4428 5.89269 13.9794C5.17103 13.516 4.58985 12.8531 4.21518 12.066C3.84052 11.2789 3.6874 10.3992 3.77322 9.52677C3.85904 8.65438 4.18036 7.82431 4.70066 7.13089C5.22097 6.43746 5.9194 5.90848 6.71659 5.60406C7.51379 5.29963 8.37778 5.23197 9.21039 5.40876C10.043 5.58554 10.8108 5.99969 11.4267 6.60414C12.0425 7.20859 12.4816 7.9791 12.6941 8.82812L13.4099 8.82812C14.1631 8.82812 14.8855 9.13679 15.4181 9.68621C15.9508 10.2356 16.25 10.9808 16.25 11.7578C16.25 12.5348 15.9508 13.28 15.4181 13.8294" stroke="currentColor" stroke-width="1.25" stroke-linecap="square"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>CSPM</div></div><div class="navbar_list_subheading">End-to-end cloud security</div></div></a><a href="/use-cases/ai-at-aikido" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9998 5.66669C16.5521 5.66669 16.9998 6.1144 16.9998 6.66669C16.9998 8.03944 17.4531 9.10569 18.1736 9.82625C18.8942 10.5468 19.9604 11 21.3332 11C21.8855 11 22.3332 11.4477 22.3332 12C22.3332 12.5523 21.8855 13 21.3332 13C19.9604 13 18.8942 13.4532 18.1736 14.1738C17.4531 14.8943 16.9998 15.9606 16.9998 17.3334C16.9998 17.8856 16.5521 18.3334 15.9998 18.3334C15.4476 18.3334 14.9998 17.8856 14.9998 17.3334C14.9998 15.9606 14.5466 14.8943 13.8261 14.1738C13.1055 13.4532 12.0393 13 10.6665 13L2.6665 13C2.11422 13 1.6665 12.5523 1.6665 12C1.6665 11.4477 2.11422 11 2.6665 11H10.6657V11C12.0384 11 13.1055 10.5468 13.8261 9.82625C14.5466 9.10569 14.9998 8.03944 14.9998 6.66669C14.9998 6.1144 15.4476 5.66669 15.9998 5.66669Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6665 6.66669C11.6665 7.21897 11.2188 7.66669 10.6665 7.66669L5.33317 7.66669C4.78089 7.66669 4.33317 7.21897 4.33317 6.66669C4.33317 6.1144 4.78089 5.66669 5.33317 5.66669L10.6665 5.66669C11.2188 5.66669 11.6665 6.1144 11.6665 6.66669Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6665 17.3334C11.6665 17.8856 11.2188 18.3334 10.6665 18.3334H6.6665C6.11422 18.3334 5.6665 17.8856 5.6665 17.3334C5.6665 16.7811 6.11422 16.3334 6.6665 16.3334H10.6665C11.2188 16.3334 11.6665 16.7811 11.6665 17.3334Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>AI at Aikido</div></div><div class="navbar_list_subheading">Let Aikido AI do the work</div></div></a><a href="/protect/zen" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="20" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M46 18L18 46" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Block 0-Days</div></div><div class="navbar_list_subheading">Block threats before impact</div></div></a></div><div class="navbar_list_grid is--industries"><div id="w-node-a7c648fd-5ada-092f-ff82-e497f9906716-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">Industries</div></div><a id="w-node-a7c648fd-5ada-092f-ff82-e497f9906719-999e57c8" href="/industries/aikido-for-fintech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<ellipse cx="10" cy="10" rx="2.5" ry="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></ellipse>
<ellipse cx="10" cy="10" rx="2.5" ry="6.25" transform="rotate(90 10 10)" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></ellipse>
</svg></div><div class="nabar_link_text"><div>FinTech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f990671f-999e57c8" href="/industries/healthtech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0957 10.416C16.4382 9.07362 16.4382 6.89711 15.0957 5.55469C13.7533 4.21226 11.5768 4.21226 10.2344 5.55469" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M9.79105 5.55661C8.44862 4.21418 6.27211 4.21418 4.92969 5.55661C3.58726 6.89904 3.58726 9.07554 4.92969 10.418" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M5.15234 10.6367L10.0137 15.4981L15.096 10.4157" stroke="currentColor" stroke-width="1.25px" stroke-linecap="round" fill="none"></path>
<path d="M10.013 5.77804L7.36133 8.42969" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>HealthTech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f9906725-999e57c8" href="/industries/aikido-for-hrtech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 3.75H8.75V11.25H3.75V3.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M11.25 8.75H16.25V16.25H11.25V8.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M3.75 13.75V16.25H8.75V13.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M16.25 6.25L16.25 3.75L11.25 3.75L11.25 6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>HRTech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f990672b-999e57c8" href="/industries/aikido-for-legaltech" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.75 7.1875C8.75 8.56821 7.63071 9.6875 6.25 9.6875C4.86929 9.6875 3.75 8.56821 3.75 7.1875" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M16.25 8.75C16.25 10.1307 15.1307 11.25 13.75 11.25C12.3693 11.25 11.25 10.1307 11.25 8.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M3.75 6.25H6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M8.75 6.25L8.75 6.5625" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M11.25 7.8125L16.25 7.8125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M6.25 16.25H13.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M7.5 3.75H12.5" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M10 12.5L10 16.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>Legal Tech</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f9906731-999e57c8" href="/industries/pe-group-companies" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.6698 33.3975C37.1196 34.6572 36.412 35.8323 35.5718 36.8981C37.8413 38.8324 40.7843 40 44 40C51.1797 40 57 34.1797 57 27C57 19.8203 51.1797 14 44 14C40.7843 14 37.8413 15.1676 35.5718 17.1019C36.412 18.1677 37.1196 19.3428 37.6698 20.6025C39.2957 18.9935 41.5318 18 44 18C48.9706 18 53 22.0294 53 27C53 31.9706 48.9706 36 44 36C41.5318 36 39.2957 35.0065 37.6698 33.3975Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20 46C20 47.1046 19.1046 48 18 48H10V44H18C19.1046 44 20 44.8954 20 46Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M27 46C27 47.1046 27.8954 48 29 48H37V44H29C27.8954 44 27 44.8954 27 46Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M44 46C44 47.1046 44.8954 48 46 48H54V44H46C44.8954 44 44 44.8954 44 46Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3237 51.6175L16.8237 47.6175L19.1764 44.3826L24.6764 48.3826L22.3237 51.6175Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6175 44.8237C29.9678 43.9304 28.717 43.7329 27.8237 44.3825L22.3237 48.3825C21.4304 49.0322 21.2329 50.2831 21.8825 51.1764C22.5322 52.0697 23.783 52.2672 24.6764 51.6175L30.1764 47.6175C31.0697 46.9678 31.2672 45.717 30.6175 44.8237Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.5617 44.7506C46.8717 43.888 45.6131 43.7482 44.7506 44.4382L38.1889 49.6876L40.6876 52.8111L47.2494 47.5617C48.1119 46.8717 48.2517 45.6131 47.5617 44.7506Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 18C18.0294 18 14 22.0294 14 27C14 31.9706 18.0294 36 23 36C27.9706 36 32 31.9706 32 27C32 22.0294 27.9706 18 23 18ZM10 27C10 19.8203 15.8203 14 23 14C30.1797 14 36 19.8203 36 27C36 34.1797 30.1797 40 23 40C15.8203 40 10 34.1797 10 27Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div>Group Companies</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f9906737-999e57c8" href="/industries/aikido-for-agencies" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.375 10.625V15C4.375 15.6904 4.93464 16.25 5.625 16.25H14.375C15.0654 16.25 15.625 15.6904 15.625 15V10.625" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M3.75 8.4375L10 3.4375L16.25 8.4375" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>Agencies</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f990673d-999e57c8" href="/industries/aikido-for-startups" aria-current="page" class="navbar_list_link w-inline-block w--current"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1562 4.375C6.96335 4.375 4.375 6.96335 4.375 10.1562C4.375 13.3491 6.96335 15.9375 10.1562 15.9375C13.3491 15.9375 15.9375 13.3491 15.9375 10.1562C15.9375 9.81258 15.9076 9.47642 15.8504 9.15007C15.7349 8.49176 15.508 7.87179 15.1897 7.31008L16.1005 6.39919C16.119 6.42842 16.1373 6.45779 16.1554 6.48731C16.6069 7.22403 16.9266 8.05071 17.0816 8.93417C17.1512 9.33149 17.1875 9.73989 17.1875 10.1562C17.1875 14.0395 14.0395 17.1875 10.1562 17.1875C6.273 17.1875 3.125 14.0395 3.125 10.1562C3.125 6.273 6.273 3.125 10.1562 3.125C11.4996 3.125 12.7567 3.50232 13.8252 4.15707C14.0683 4.30601 14.3016 4.46931 14.5239 4.64578L15.5492 3.62056L15.9911 3.17862L16.875 4.0625L16.4331 4.50444L15.4308 5.50668C15.4309 5.50679 15.431 5.5069 15.4311 5.507L14.5451 6.393C14.545 6.39289 14.5449 6.39278 14.5448 6.39267L13.4355 7.50197C13.4356 7.50208 13.4357 7.5022 13.4358 7.50231L12.545 8.3931C12.5449 8.39299 12.5448 8.39287 12.5447 8.39275L11.413 9.52453C11.5086 9.71447 11.5625 9.92907 11.5625 10.1562C11.5625 10.9329 10.9329 11.5625 10.1562 11.5625C9.3796 11.5625 8.75 10.9329 8.75 10.1562C8.75 9.3796 9.3796 8.75 10.1562 8.75C10.239 8.75 10.3201 8.75715 10.3989 8.77085L11.6053 7.56443C11.1772 7.32443 10.6835 7.1875 10.1562 7.1875C8.51665 7.1875 7.1875 8.51665 7.1875 10.1562C7.1875 11.7958 8.51665 13.125 10.1562 13.125C11.7958 13.125 13.125 11.7958 13.125 10.1562C13.125 9.97942 13.1096 9.80669 13.0802 9.6392C13.0695 9.57791 13.0569 9.51726 13.0424 9.45732L14.026 8.47376C14.1565 8.77369 14.2533 9.09183 14.3115 9.4233C14.3533 9.66176 14.375 9.90673 14.375 10.1562C14.375 12.4862 12.4862 14.375 10.1562 14.375C7.8263 14.375 5.9375 12.4862 5.9375 10.1562C5.9375 7.8263 7.8263 5.9375 10.1562 5.9375C10.9618 5.9375 11.7165 6.16391 12.3578 6.55689C12.4103 6.58907 12.4621 6.62236 12.513 6.65673L13.633 5.53677C13.4847 5.42501 13.3309 5.32021 13.1721 5.22288C12.2945 4.68513 11.2626 4.375 10.1562 4.375Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div>Startups</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f9906743-999e57c8" href="/industries/aikido-for-enterprise" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M8.125 10H11.875" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M10 8.125L10 11.875" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div>Enterprise</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-a7c648fd-5ada-092f-ff82-e497f9906749-999e57c8" href="/use-cases/mobile-apps" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M46 32L46 16.4444C46 13.9898 44.0102 12 41.5556 12L22.4444 12C19.9898 12 18 13.9898 18 16.4444L18 32" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M18 44L18 47.5556C18 50.0102 19.9898 52 22.4444 52L41.5556 52C44.0102 52 46 50.0102 46 47.5556L46 44" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M52 36L12 36" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<rect x="34" y="46" width="4" height="4" transform="rotate(-180 34 46)" fill="currentColor"></rect>
</svg></div><div class="nabar_link_text"><div>Mobile apps<br/></div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_92e13911-f51c-2450-5f42-16d25c3ac015-999e57c8" href="/industries/software-security-for-smart-manufacturing-engineering" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2V4M9 12V21M15 12V21M5 16L9 14M15 14L19 16M9 18H15M10 8V8.01M14 8V8.01M6 6C6 5.46957 6.21071 4.96086 6.58579 4.58579C6.96086 4.21071 7.46957 4 8 4H16C16.5304 4 17.0391 4.21071 17.4142 4.58579C17.7893 4.96086 18 5.46957 18 6V10C18 10.5304 17.7893 11.0391 17.4142 11.4142C17.0391 11.7893 16.5304 12 16 12H8C7.46957 12 6.96086 11.7893 6.58579 11.4142C6.21071 11.0391 6 10.5304 6 10V6Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div>Manufacturing<br/></div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-_5d37b56e-f320-ecef-1599-07897e7a4f5e-999e57c8" href="/industries/government-public-sector" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 21H21M9 8H10M9 12H10M9 16H10M14 8H15M14 12H15M14 16H15M5 21V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H17C17.5304 3 18.0391 3.21071 18.4142 3.58579C18.7893 3.96086 19 4.46957 19 5V21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg></div><div class="nabar_link_text"><div>Public Sector</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a><a id="w-node-f6c4b673-d981-3d58-670c-442832448f57-999e57c8" href="/industries/software-security-for-banking-finance" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.41091 1.94649C8.15752 1.80169 7.84465 1.80169 7.58867 1.94649L1.79678 5.25614C1.47099 5.44231 1.31067 5.82499 1.40634 6.18698C1.50201 6.54897 1.83298 6.80237 2.2079 6.80237H3.03531V12.1806L1.71145 13.1735C1.50201 13.3286 1.38049 13.5742 1.38049 13.8354C1.38049 14.293 1.75024 14.6628 2.2079 14.6628H13.7917C14.2493 14.6628 14.6191 14.293 14.6191 13.8354C14.6191 13.5742 14.4976 13.3286 14.2881 13.1735L12.9643 12.1806V6.80237H13.7917C14.1666 6.80237 14.495 6.54897 14.5907 6.18698C14.6863 5.82499 14.526 5.44231 14.2002 5.25614L8.40833 1.94649H8.41091ZM11.7232 6.80237V12.1806H10.0683V6.80237H11.7232ZM8.82721 6.80237V12.1806H7.17238V6.80237H8.82721ZM5.93126 6.80237V12.1806H4.27643V6.80237H5.93126ZM7.99979 3.90642C8.21924 3.90642 8.42969 3.9936 8.58486 4.14877C8.74003 4.30394 8.82721 4.51439 8.82721 4.73384C8.82721 4.95328 8.74003 5.16374 8.58486 5.31891C8.42969 5.47408 8.21924 5.56125 7.99979 5.56125C7.78035 5.56125 7.56989 5.47408 7.41472 5.31891C7.25955 5.16374 7.17238 4.95328 7.17238 4.73384C7.17238 4.51439 7.25955 4.30394 7.41472 4.14877C7.56989 3.9936 7.78035 3.90642 7.99979 3.90642Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div>Banks</div></div><div class="navbar_hover_arrow is--outside w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div></a></div></div></div></nav></div><div data-hover="true" data-delay="0" id="menu-resources" class="navbar_dropdown is--resources w-dropdown"><div class="navbar_dropdown_toggle w-dropdown-toggle"><div>Resources</div><div class="navbar_dropdown_icon w-icon-dropdown-toggle"></div></div><nav class="navbar_dropdown_list is--resources w-dropdown-list"><div class="navbar_dropdown_list-inner is--resources"><div class="navbar_resources_top"><div class="navbar_dropdown_list-content is--resources"><div class="navbar_list_grid is--developer"><div id="w-node-a7c648fd-5ada-092f-ff82-e497f990675b-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">Developer</div></div><a href="https://help.aikido.dev" target="_blank" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.0957 10.416C16.4382 9.07362 16.4382 6.89711 15.0957 5.55469C13.7533 4.21226 11.5768 4.21226 10.2344 5.55469" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M9.79105 5.55661C8.44862 4.21418 6.27211 4.21418 4.92969 5.55661C3.58726 6.89904 3.58726 9.07554 4.92969 10.418" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M5.15234 10.6367L10.0137 15.4981L15.096 10.4157" stroke="currentColor" stroke-width="1.25px" stroke-linecap="round" fill="none"></path>
<path d="M10.013 5.77804L7.36133 8.42969" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Docs</div></div><div class="navbar_list_subheading">How to use Aikido</div></div></a><a href="https://apidocs.aikido.dev/" target="_blank" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.75 3.75H8.75V11.25H3.75V3.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M11.25 8.75H16.25V16.25H11.25V8.75Z" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M3.75 13.75V16.25H8.75V13.75" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M16.25 6.25L16.25 3.75L11.25 3.75L11.25 6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Public API docs</div></div><div class="navbar_list_subheading">Aikido developer hub</div></div></a><a href="https://help.aikido.dev/changelog" target="_blank" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.7728 10.4367C11.6009 10.8304 11.3798 11.1976 11.1172 11.5306C11.8264 12.1351 12.7461 12.5 13.751 12.5C15.9947 12.5 17.8135 10.6812 17.8135 8.4375C17.8135 6.19384 15.9947 4.375 13.751 4.375C12.7461 4.375 11.8264 4.73987 11.1172 5.34435C11.3798 5.6774 11.6009 6.04463 11.7728 6.43828C12.2809 5.93548 12.9797 5.625 13.751 5.625C15.3043 5.625 16.5635 6.8842 16.5635 8.4375C16.5635 9.9908 15.3043 11.25 13.751 11.25C12.9797 11.25 12.2809 10.9395 11.7728 10.4367Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 14.375C6.25 14.7202 5.97018 15 5.625 15H3.125V13.75H5.625C5.97018 13.75 6.25 14.0298 6.25 14.375Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.4375 14.375C8.4375 14.7202 8.71732 15 9.0625 15H11.5625V13.75H9.0625C8.71732 13.75 8.4375 14.0298 8.4375 14.375Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 14.375C13.75 14.7202 14.0298 15 14.375 15H16.875V13.75H14.375C14.0298 13.75 13.75 14.0298 13.75 14.375Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.97656 16.132L5.25781 14.882L5.99303 13.8711L7.71178 15.1211L6.97656 16.132Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.56792 14.0074C9.36489 13.7283 8.97401 13.6666 8.69485 13.8696L6.9761 15.1196C6.69694 15.3226 6.63522 15.7135 6.83825 15.9927C7.04127 16.2718 7.43216 16.3335 7.71131 16.1305L9.43006 14.8805C9.70922 14.6775 9.77094 14.2866 9.56792 14.0074Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.863 13.9846C14.6474 13.715 14.2541 13.6713 13.9845 13.887L11.934 15.5274L12.7149 16.5035L14.7654 14.8631C15.035 14.6474 15.0787 14.2541 14.863 13.9846Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.1875 5.625C5.6342 5.625 4.375 6.8842 4.375 8.4375C4.375 9.9908 5.6342 11.25 7.1875 11.25C8.7408 11.25 10 9.9908 10 8.4375C10 6.8842 8.7408 5.625 7.1875 5.625ZM3.125 8.4375C3.125 6.19384 4.94384 4.375 7.1875 4.375C9.43116 4.375 11.25 6.19384 11.25 8.4375C11.25 10.6812 9.43116 12.5 7.1875 12.5C4.94384 12.5 3.125 10.6812 3.125 8.4375Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Changelog</div></div><div class="navbar_list_subheading">See what shipped</div></div></a><a href="/reports" class="navbar_list_link u-hide w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M13 17a4 4 0 1 0 8 0a4 4 0 1 0-8 0"/><path d="M17 13v4h4M12 3v4a1 1 0 0 0 1 1h4"/><path d="M11.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v2m0 3v4"/></g></svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Reports</div></div><div class="navbar_list_subheading">Research, insights &amp; guides</div></div></a><a href="/trust-center" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.125 9.6875L9.375 10.9375L12.1875 8.125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M15.3125 6.25V9.81618C15.3125 13.6765 10 16.25 10 16.25C10 16.25 4.6875 13.6765 4.6875 9.81618V6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" fill="none"></path>
<path d="M4.6875 3.75H15.3125" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Trust Center</div></div><div class="navbar_list_subheading">Safe, private, compliant</div></div></a></div><div id="w-node-a7c648fd-5ada-092f-ff82-e497f9906798-999e57c8" class="navbar_list_grid is--os"><div id="w-node-a7c648fd-5ada-092f-ff82-e497f9906799-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">Open Source</div></div><a href="/protect/zen" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c8533045cb847fe57aaa43_Zen%20(1).png" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Zen</div></div><div class="navbar_list_subheading">In-app firewall protection</div></div></a><a href="https://github.com/opengrep/opengrep?tab=readme-ov-file" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c85330328947d05c68ab20_OpenGrep%20(1).png" loading="lazy" alt="Icon of a globe with a connected network symbol inside a rounded square." class="navbar_list_icon"/><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Opengrep</div></div><div class="navbar_list_subheading">Code analysis engine</div></div></a><a href="https://www.npmjs.com/package/@aikidosec/safe-chain" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/687f77cee28b1603ffdc2db3_8db816b2c00ca2fb4f867f039daf7c46_brand-logo-SafeChain.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Aikido Safe Chain</div></div><div class="navbar_list_subheading">Prevent malware during install.</div></div></a><a href="https://github.com/betterleaks/betterleaks" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/69aaa53117dd781da4541d28_package-stroke-rounded%20(1).svg" loading="lazy" alt="" class="navbar_list_icon border"/><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Betterleaks</div></div><div class="navbar_list_subheading">A better secrets scanner</div></div></a></div><div class="navbar_list_grid is--company"><div id="w-node-_09b9191d-8688-6f76-3f65-cccf478d720c-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">Company</div></div><a href="/blog" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 12H7V13H2V12ZM2 9H7V10H2V9ZM13 7H3C2.73478 7 2.48043 6.89464 2.29289 6.70711C2.10536 6.51957 2 6.26522 2 6V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H13C13.2652 2 13.5196 2.10536 13.7071 2.29289C13.8946 2.48043 14 2.73478 14 3V6C14 6.26522 13.8946 6.51957 13.7071 6.70711C13.5196 6.89464 13.2652 7 13 7ZM3 3V6H13V3H3ZM13 14H10C9.73478 14 9.48043 13.8946 9.29289 13.7071C9.10536 13.5196 9 13.2652 9 13V10C9 9.73478 9.10536 9.48043 9.29289 9.29289C9.48043 9.10536 9.73478 9 10 9H13C13.2652 9 13.5196 9.10536 13.7071 9.29289C13.8946 9.48043 14 9.73478 14 10V13C14 13.2652 13.8946 13.5196 13.7071 13.7071C13.5196 13.8946 13.2652 14 13 14ZM10 10V13H13V10H10Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Blog</div></div><div class="navbar_list_subheading">Get insights, updates &amp; more</div></div></a><a href="/customer-stories" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.33344 1.33337C8.62209 1.33337 9.66678 2.37803 9.66678 3.66669C9.66678 4.91241 8.69059 5.93012 7.46147 5.99656L7.33344 6.00003C6.04478 6.00003 5.00009 4.95537 5.00009 3.66669C5.00009 2.421 5.97628 1.40325 7.2054 1.33681L7.33344 1.33337ZM2.66675 13.3334H8.53522C8.29671 12.9213 8.13419 12.4696 8.0554 12H4.00009V10.9334L4.00356 10.8039C4.06784 9.60503 5.01965 8.66669 6.16675 8.66669H8.50009L8.62222 8.67025C8.74125 8.67722 8.85784 8.69428 8.97122 8.72062C9.3083 8.33004 9.71749 8.00808 10.1764 7.77234C9.67859 7.49247 9.1074 7.33337 8.50009 7.33337H6.16675L6.0225 7.33637C4.1564 7.41419 2.66675 8.99484 2.66675 10.9334V13.3334ZM6.33344 3.66669C6.33344 3.11441 6.78115 2.66669 7.33344 2.66669C7.88572 2.66669 8.33344 3.11441 8.33344 3.66669C8.33344 4.21897 7.88572 4.66669 7.33344 4.66669C6.78115 4.66669 6.33344 4.21897 6.33344 3.66669ZM10.0408 14.0301L12.0001 12.8334L13.9594 14.0301L13.4267 11.7969L15.1703 10.3033L12.8818 10.1198L12.0001 8.00003L11.1184 10.1198L8.8299 10.3033L10.5735 11.7969L10.0408 14.0301Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Customers</div></div><div class="navbar_list_subheading">Trusted by the best teams</div></div></a><a href="/state-of-ai-security-development-2026" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9998 5.66669C16.5521 5.66669 16.9998 6.1144 16.9998 6.66669C16.9998 8.03944 17.4531 9.10569 18.1736 9.82625C18.8942 10.5468 19.9604 11 21.3332 11C21.8855 11 22.3332 11.4477 22.3332 12C22.3332 12.5523 21.8855 13 21.3332 13C19.9604 13 18.8942 13.4532 18.1736 14.1738C17.4531 14.8943 16.9998 15.9606 16.9998 17.3334C16.9998 17.8856 16.5521 18.3334 15.9998 18.3334C15.4476 18.3334 14.9998 17.8856 14.9998 17.3334C14.9998 15.9606 14.5466 14.8943 13.8261 14.1738C13.1055 13.4532 12.0393 13 10.6665 13L2.6665 13C2.11422 13 1.6665 12.5523 1.6665 12C1.6665 11.4477 2.11422 11 2.6665 11H10.6657V11C12.0384 11 13.1055 10.5468 13.8261 9.82625C14.5466 9.10569 14.9998 8.03944 14.9998 6.66669C14.9998 6.1144 15.4476 5.66669 15.9998 5.66669Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6665 6.66669C11.6665 7.21897 11.2188 7.66669 10.6665 7.66669L5.33317 7.66669C4.78089 7.66669 4.33317 7.21897 4.33317 6.66669C4.33317 6.1144 4.78089 5.66669 5.33317 5.66669L10.6665 5.66669C11.2188 5.66669 11.6665 6.1144 11.6665 6.66669Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6665 17.3334C11.6665 17.8856 11.2188 18.3334 10.6665 18.3334H6.6665C6.11422 18.3334 5.6665 17.8856 5.6665 17.3334C5.6665 16.7811 6.11422 16.3334 6.6665 16.3334H10.6665C11.2188 16.3334 11.6665 16.7811 11.6665 17.3334Z" fill="currentColor"/>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>State of AI report</div></div><div class="navbar_list_subheading">Insights from 450 CISOs and devs</div></div></a><a href="https://luma.com/aikidosecurity" target="_blank" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 11.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m7.5 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m-5 1.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m-2.5 2.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m2.5 1.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0"/><path fill="currentColor" d="M10.367 2.75h3.266c1.092 0 1.958 0 2.655.057c.714.058 1.317.18 1.869.46a4.75 4.75 0 0 1 2.075 2.077c.281.55.403 1.154.461 1.868c.057.697.057 1.563.057 2.655v4.266c0 1.092 0 1.958-.057 2.655c-.058.714-.18 1.317-.46 1.869a4.75 4.75 0 0 1-2.076 2.075c-.552.281-1.155.403-1.869.461c-.697.057-1.563.057-2.655.057h-3.266c-1.092 0-1.958 0-2.655-.057c-.714-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.076c-.281-.552-.403-1.155-.461-1.869c-.057-.697-.057-1.563-.057-2.655V9.867c0-1.092 0-1.958.057-2.655c.058-.714.18-1.317.46-1.868a4.75 4.75 0 0 1 2.077-2.076c.55-.281 1.154-.403 1.868-.461c.697-.057 1.563-.057 2.655-.057M4.75 9.5v4.6c0 1.133 0 1.937.052 2.566c.05.62.147 1.005.302 1.31a3.25 3.25 0 0 0 1.42 1.42c.305.155.69.251 1.31.302c.63.051 1.434.052 2.566.052h3.2c1.133 0 1.937 0 2.566-.052c.62-.05 1.005-.147 1.31-.302a3.25 3.25 0 0 0 1.42-1.42c.155-.305.251-.69.302-1.31c.051-.63.052-1.434.052-2.566V9.5zM9.5 5.75a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2z"/></svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Events &amp; Webinars</div></div><div class="navbar_list_subheading">Sessions, meetups &amp;  events</div></div></a><a href="/reports" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 32 32"><g fill="currentColor"><path d="M25 5h-.17v2H25a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h.17V5H7a3 3 0 0 0-3 3v20a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3"/><path d="M23 3h-3V0h-8v3H9v6h14zm-2 4H11V5h3V2h4v3h3z"/><path d="M10 13h12v2H10zm0 5h12v2H10zm0 5h12v2H10z" class="ouiIcon__fillSecondary"/></g></svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Reports</div></div><div class="navbar_list_subheading">Industry reports, surveys &amp; analysis</div></div></a></div></div><a id="w-node-_3659eaf7-0206-118d-ba6d-e9695f6d9d86-999e57c8" href="https://intel.aikido.dev/" target="_blank" class="navbar_list_grid is--platform w-inline-block"><div class="navbar_platfrom_header u-vflex-left-top"><div class="navbar_list_platform_heading is--platform">Aikido Threat Intel</div><p class="navbar_list_subheading is--platforms">Real-time malware &amp; vuln threats</p></div><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6908744e08b4e9c0f0b58e30_3d841c0b712c871f6e999845c6cd2bca_aikido%20platform%20mesh.png" loading="lazy" alt="Abstract black background with a grid of small white dots evenly spaced." class="navbar_platform_mesh"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/68ad55d5c8e19135fc9d1d0f_arrow.svg" loading="lazy" alt="" class="navbar_menu_arrow is--module is--platform"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6981bc10eefc7f2a8584c5e8_intel%20(1).png" loading="lazy" alt="" class="navbar_platform_visual is--intel"/><p class="navbar_list_subheading is--link">Go to Feed</p></a></div><div class="navbar_dropdown_list-content"><div class="navbar_list_grid is--integrations"><div id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e70-999e57c8" class="navbar_list_subheading"><div class="navbar_headings">Integrations</div></div><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e73-999e57c8" href="https://integrations.aikido.dev/category/ide-plugins" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854bfb419bb2735852cd6_IDE.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>IDEs</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e79-999e57c8" href="https://integrations.aikido.dev/category/continuous-integration" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854c57acc27779929a6be_CD%20Systems.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>CI/CD Systems</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e7f-999e57c8" href="https://integrations.aikido.dev/category/cloud-providers" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854bf9fd38a96748e7533_Clouds.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>Clouds</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e85-999e57c8" href="https://integrations.aikido.dev/category/developer-tools" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854bf9e5083c1c140f507_Git%20Systems.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>Git Systems</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e8b-999e57c8" href="https://integrations.aikido.dev/category/compliance" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854bfee202d60236adebc_Compliance.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>Compliance</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e91-999e57c8" href="https://integrations.aikido.dev/category/team-messaging" target="_blank" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854bfcfd03aa6ec56c1d4_Messengers.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>Messengers</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e97-999e57c8" href="https://integrations.aikido.dev/category/issue-trackers" class="navbar_list_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67c854bf8835ff5316dc503a_Task%20managers.svg" loading="lazy" alt="" class="navbar_list_icon"/><div class="nabar_link_text"><div>Task Managers</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a><a id="w-node-fa49e4da-dd17-6ba3-dcb2-fbb584c49e9d-999e57c8" href="https://integrations.aikido.dev/" target="_blank" class="navbar_list_link w-inline-block"><div class="nabar_link_text"><div>More integrations</div></div><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div></a></div></div></div></nav></div><div data-hover="true" data-delay="0" id="menu-about" class="navbar_dropdown w-dropdown"><div class="navbar_dropdown_toggle w-dropdown-toggle"><div>About</div><div class="navbar_dropdown_icon w-icon-dropdown-toggle"></div></div><nav class="navbar_dropdown_list is--about w-dropdown-list"><div class="navbar_dropdown_list-inner"><div class="navbar_dropdown_list-content"><div class="navbar_list_grid is--about"><div id="w-node-a7c648fd-5ada-092f-ff82-e497f99067f4-999e57c8" class="navbar_list_subheading is--about"><div class="navbar_headings">About</div></div><a href="/company/about" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="20" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<path d="M32 32L32 40" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<rect x="30" y="22" width="4" height="4" fill="currentColor"></rect>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>About</div></div><div class="navbar_list_subheading">Meet the team</div></div></a><a href="/company/careers" class="navbar_list_link is--soon w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.7728 10.4367C11.6009 10.8304 11.3798 11.1976 11.1172 11.5306C11.8264 12.1351 12.7461 12.5 13.751 12.5C15.9947 12.5 17.8135 10.6812 17.8135 8.4375C17.8135 6.19384 15.9947 4.375 13.751 4.375C12.7461 4.375 11.8264 4.73987 11.1172 5.34435C11.3798 5.6774 11.6009 6.04463 11.7728 6.43828C12.2809 5.93548 12.9797 5.625 13.751 5.625C15.3043 5.625 16.5635 6.8842 16.5635 8.4375C16.5635 9.9908 15.3043 11.25 13.751 11.25C12.9797 11.25 12.2809 10.9395 11.7728 10.4367Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 14.375C6.25 14.7202 5.97018 15 5.625 15H3.125V13.75H5.625C5.97018 13.75 6.25 14.0298 6.25 14.375Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.4375 14.375C8.4375 14.7202 8.71732 15 9.0625 15H11.5625V13.75H9.0625C8.71732 13.75 8.4375 14.0298 8.4375 14.375Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 14.375C13.75 14.7202 14.0298 15 14.375 15H16.875V13.75H14.375C14.0298 13.75 13.75 14.0298 13.75 14.375Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.97656 16.132L5.25781 14.882L5.99303 13.8711L7.71178 15.1211L6.97656 16.132Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.56792 14.0074C9.36489 13.7283 8.97401 13.6666 8.69485 13.8696L6.9761 15.1196C6.69694 15.3226 6.63522 15.7135 6.83825 15.9927C7.04127 16.2718 7.43216 16.3335 7.71131 16.1305L9.43006 14.8805C9.70922 14.6775 9.77094 14.2866 9.56792 14.0074Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.863 13.9846C14.6474 13.715 14.2541 13.6713 13.9845 13.887L11.934 15.5274L12.7149 16.5035L14.7654 14.8631C15.035 14.6474 15.0787 14.2541 14.863 13.9846Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.1875 5.625C5.6342 5.625 4.375 6.8842 4.375 8.4375C4.375 9.9908 5.6342 11.25 7.1875 11.25C8.7408 11.25 10 9.9908 10 8.4375C10 6.8842 8.7408 5.625 7.1875 5.625ZM3.125 8.4375C3.125 6.19384 4.94384 4.375 7.1875 4.375C9.43116 4.375 11.25 6.19384 11.25 8.4375C11.25 10.6812 9.43116 12.5 7.1875 12.5C4.94384 12.5 3.125 10.6812 3.125 8.4375Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Careers</div><div class="menu_soon_tag is--hiring">Hiring</div></div><div class="navbar_list_subheading">We’re hiring</div></div></a><a href="/company/press-kit" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></circle>
<ellipse cx="10" cy="10" rx="2.5" ry="6.25" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></ellipse>
<ellipse cx="10" cy="10" rx="2.5" ry="6.25" transform="rotate(90 10 10)" stroke="currentColor" stroke-width="1.25px" stroke-linecap="square" stroke-linejoin="round" fill="none"></ellipse>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Press Kit</div></div><div class="navbar_list_subheading">Download brand assets</div></div></a><a href="https://lu.ma/aikidosecurity" target="_blank" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width=" 100%" height=" 100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 26H48" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M20 12L20 16" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M44 12L44 16" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
<path d="M52 34V48C52 50.2091 50.2091 52 48 52H16C13.7909 52 12 50.2091 12 48V34M52 26V20C52 17.7909 50.2091 16 48 16H16C13.7909 16 12 17.7909 12 20V26" stroke="currentColor" stroke-width="4px" stroke-linecap="square" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.25032 4.66667C4.25032 5.03333 4.55032 5.33333 4.91699 5.33333H9.97699L4.05699 11.2533C3.99526 11.3151 3.9463 11.3883 3.9129 11.469C3.8795 11.5496 3.8623 11.636 3.8623 11.7233C3.8623 11.8106 3.8795 11.8971 3.9129 11.9777C3.9463 12.0583 3.99526 12.1316 4.05699 12.1933C4.11871 12.2551 4.19198 12.304 4.27262 12.3374C4.35327 12.3708 4.4397 12.388 4.52699 12.388C4.61427 12.388 4.7007 12.3708 4.78135 12.3374C4.86199 12.304 4.93526 12.2551 4.99699 12.1933L10.917 6.27333V11.3333C10.917 11.7 11.217 12 11.5837 12C11.9503 12 12.2503 11.7 12.2503 11.3333V4.66667C12.2503 4.3 11.9503 4 11.5837 4H4.91699C4.55032 4 4.25032 4.3 4.25032 4.66667Z" fill="currentColor"></path>
</svg></div><div>Events</div></div><div class="navbar_list_subheading">See you around?</div></div></a><a href="/open-source" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M42.6667 56.5333C48.2816 54.0828 52.8815 49.7736 55.693 44.3304C58.5044 38.8871 59.3559 32.6419 58.1042 26.6447C56.8525 20.6475 53.574 15.2642 48.82 11.4C44.066 7.53574 38.1264 5.42627 32 5.42627C25.8736 5.42627 19.934 7.53574 15.18 11.4C10.426 15.2642 7.14752 20.6475 5.89583 26.6447C4.64415 32.6419 5.49561 38.8871 8.30704 44.3304C11.1185 49.7736 15.7184 54.0828 21.3333 56.5333L27.7333 40.2667C25.8713 39.3096 24.3851 37.7543 23.5137 35.8506C22.6422 33.947 22.4361 31.8057 22.9284 29.7708C23.4208 27.7359 24.583 25.9256 26.2283 24.6309C27.8736 23.3362 29.9064 22.6323 32 22.6323C34.0936 22.6323 36.1264 23.3362 37.7717 24.6309C39.417 25.9256 40.5792 27.7359 41.0716 29.7708C41.5639 31.8057 41.3578 33.947 40.4864 35.8506C39.6149 37.7543 38.1287 39.3096 36.2667 40.2667L42.6667 56.5333Z" stroke="currentColor" stroke-width="4px" stroke-linecap="round" stroke-linejoin="round" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Open Source</div></div><div class="navbar_list_subheading">Our OSS projects </div></div></a><a href="/customer-stories" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M34 52H48C50.2091 52 52 50.2091 52 48V16C52 13.7909 50.2091 12 48 12H16C13.7909 12 12 13.7909 12 16V48C12 50.2091 13.7909 52 16 52H18" stroke="currentColor" stroke-width="4px" stroke-linejoin="round" fill="none"></path>
<path d="M33 52H38C40.2091 52 42 50.2091 42 48V16C42 13.7909 40.2091 12 38 12H32" stroke="currentColor" stroke-width="4px" stroke-linejoin="round" fill="none"></path>
<path d="M26 50.2963L31 54V40H21V54L26 50.2963Z" fill="currentColor"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Customer Stories</div></div><div class="navbar_list_subheading">Trusted by the best teams</div></div></a><a href="/partner" class="navbar_list_link w-inline-block"><div class="navbar_list_icon w-embed"><svg xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M44 42V36C44 34.8954 43.1046 34 42 34H34C32.8954 34 32 34.8954 32 36V42C32 43.1046 32.8954 44 34 44H42C43.1046 44 44 43.1046 44 42Z" stroke="currentColor" stroke-width="3px" stroke-linejoin="round" fill="none"></path>
<path d="M16 42V36C16 34.8954 15.1046 34 14 34H6C4.89544 34 4 34.8954 4 36V42C4 43.1046 4.89544 44 6 44H14C15.1046 44 16 43.1046 16 42Z" stroke="currentColor" stroke-width="3px" stroke-linejoin="round" fill="none"></path>
<path d="M38 34V32C38 29.7908 36.2092 28 34 28H14.0007C11.7921 28 10.0015 29.79 10.0007 31.9986L10 34" stroke="currentColor" stroke-width="3px" stroke-linejoin="round" fill="none"></path>
<path d="M18 22V18.8889C18 18.398 18.6716 18 19.5 18H28.5C29.3284 18 30 18.398 30 18.8889V22" stroke="currentColor" stroke-width="3px" stroke-linecap="round" stroke-linejoin="round" fill="none"></path>
<path d="M28.0076 8C28.0076 10.2091 26.2151 12 24.0038 12C21.7926 12 20 10.2091 20 8C20 5.79086 21.7926 4 24.0038 4C26.2151 4 28.0076 5.79086 28.0076 8Z" stroke="currentColor" stroke-width="3px" fill="none"></path>
</svg></div><div class="nabar_link_text"><div class="navbar_link_relative"><div class="navbar_hover_arrow w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4036_2947)">
<path d="M20.3644 11.2932C20.5519 11.4807 20.6572 11.735 20.6572 12.0002C20.6572 12.2653 20.5519 12.5197 20.3644 12.7072L14.7074 18.3642C14.5188 18.5463 14.2662 18.6471 14.004 18.6449C13.7418 18.6426 13.491 18.5374 13.3056 18.352C13.1202 18.1666 13.015 17.9158 13.0128 17.6536C13.0105 17.3914 13.1113 17.1388 13.2934 16.9502L17.2434 13.0002H4.00044C3.73522 13.0002 3.48087 12.8948 3.29333 12.7073C3.1058 12.5198 3.00044 12.2654 3.00044 12.0002C3.00044 11.735 3.1058 11.4806 3.29333 11.2931C3.48087 11.1055 3.73522 11.0002 4.00044 11.0002H17.2434L13.2934 7.05018C13.1113 6.86158 13.0105 6.60898 13.0128 6.34678C13.015 6.08458 13.1202 5.83377 13.3056 5.64836C13.491 5.46295 13.7418 5.35778 14.004 5.35551C14.2662 5.35323 14.5188 5.45402 14.7074 5.63618L20.3644 11.2932Z" fill="currentColor"/>
</g>
<defs>
<clipPath id="clip0_4036_2947">
<rect width="24" height="24" fill="white" transform="matrix(-1 0 0 1 24 0)"/>
</clipPath>
</defs>
</svg></div><div>Partner Program</div></div><div class="navbar_list_subheading">Partner with us</div></div></a><div class="abou_icons"><a href="https://www.youtube.com/@aikidosecurity" target="_blank" class="about_social_icon w-inline-block"><div class="social_icon_svg w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.25" y="0.25" width="19.5" height="19.5" rx="3.75" stroke="currentColor" stroke-width="0.5"/>
<path d="M11.0403 9.99992L9.21094 11.0453V8.95459L11.0403 9.99992Z" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.77344 10.37V9.62995C4.77344 8.11683 4.77344 7.36001 5.24645 6.8734C5.71999 6.38628 6.46531 6.36537 7.95544 6.32304C8.66104 6.30317 9.38232 6.28906 10.0001 6.28906C10.6179 6.28906 11.3387 6.30317 12.0448 6.32304C13.5349 6.36537 14.2802 6.38628 14.7532 6.8734C15.2263 7.36053 15.2268 8.11735 15.2268 9.62995V10.3695C15.2268 11.8832 15.2268 12.6395 14.7538 13.1266C14.2802 13.6132 13.5354 13.6346 12.0448 13.6764C11.3392 13.6968 10.6179 13.7109 10.0001 13.7109C9.38232 13.7109 8.66156 13.6968 7.95544 13.6764C6.46531 13.6346 5.71999 13.6137 5.24645 13.1266C4.77291 12.6395 4.77344 11.8826 4.77344 10.37Z" stroke="currentColor"/>
</svg></div></a><a href="https://www.linkedin.com/company/aikido-security/" target="_blank" class="about_social_icon w-inline-block"><div class="social_icon_svg w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.25" y="0.25" width="19.5" height="19.5" rx="3.75" stroke="currentcolor" stroke-width="0.5"/>
<path d="M6.43027 7.56854C7.05406 7.56854 7.55976 7.06285 7.55976 6.43906C7.55976 5.81526 7.05406 5.30957 6.43027 5.30957C5.80647 5.30957 5.30078 5.81526 5.30078 6.43906C5.30078 7.06285 5.80647 7.56854 6.43027 7.56854Z" fill="currentColor"/>
<path d="M8.62375 8.42391V14.6903H10.5694V11.5915C10.5694 10.7738 10.7232 9.98186 11.737 9.98186C12.737 9.98186 12.7494 10.9167 12.7494 11.6431V14.6908H14.696V11.2543C14.696 9.56631 14.3326 8.26904 12.3596 8.26904C11.4124 8.26904 10.7774 8.78889 10.5178 9.28086H10.4914V8.42391H8.62375ZM5.45312 8.42391H7.40185V14.6903H5.45312V8.42391Z" fill="currentColor"/>
</svg></div></a><a href="https://x.com/AikidoSecurity" target="_blank" class="about_social_icon w-inline-block"><div class="social_icon_svg w-embed"><svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.25" y="0.25" width="19.5" height="19.5" rx="3.75" stroke="currentColor" stroke-width="0.5"/>
<path d="M10.858 9.30798L14.2218 5.48193H13.4247L10.5039 8.80404L8.17109 5.48193H5.48047L9.00814 10.5056L5.48047 14.5177H6.27762L9.36201 11.0095L11.8257 14.5177H14.5163L10.858 9.30798ZM9.7662 10.5498L9.40876 10.0496L6.56485 6.06912H7.78923L10.0843 9.28146L10.4417 9.78169L13.425 13.9573H12.2007L9.7662 10.5498Z" fill="currentColor"/>
</svg></div></a></div></div></div></div></nav></div><a href="/pricing" class="navbar_link_item w-nav-link">Pricing</a><a href="/contact" class="navbar_link_item w-nav-link">Contact</a><div class="navbar_hidden_wrapper"><div class="navbar_hidden"><a id="login" href="https://app.aikido.dev/login" class="navbar_link_item no-wrap">Login</a><a href="https://app.aikido.dev/login" class="u-button-primary is--xsmaller no-wrap w-inline-block"><div class="u-button-text z-index-1 no-wrap">Start for Free</div></a></div></div></div></nav><a href="/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf364024443a71df7a_logo-full-dark.svg" loading="lazy" alt="Aikido" class="navbar_logo_mobile"/></a><div class="navbar_mobile_menu"><a href="https://app.aikido.dev/login" class="mobile_login_link">Login</a><div class="navbar_menu_button w-nav-button"><div class="navbar_menu_toggle"><div class="text-color-white">Menu</div><div class="navbar_menu_hamburger"><div class="w-layout-vflex navbar_hamburger_line"></div><div class="w-layout-vflex navbar_hamburger_line"></div></div></div></div></div></div><div class="global-styles w-embed"><style>

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

.page-wrapper {
	max-width: 100vw;
}

section {
overflow: hidden;
}

[sticky="true"] {
overflow: visible !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}
/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/*Hide focus outline for main content element*/
    main:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* Make sure containers never lose their center alignment*/
.container-medium, .container-small, .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*Reset selects, buttons, and links styles*/
.w-input, .w-select, a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}

/*Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*Apply "..." after 3 lines of text */
.text-style-5lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
.text-style-3lines.is-desktop-only,.text-style-5lines,.is-desktop-only  {
    display: -webkit-box;
    overflow: auto;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
}
}


/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}

.no-scrollbar::-webkit-scrollbar {
    display: none; // Safari and Chrome
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
  visibility: hidden !important; 
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

</style>

<style>
	.clients_item:last-of-type .clients_last-of-type {
  	display: inline-block;
    pointer-events: none;
  }
	.clients_item:last-of-type .clients_item-seperator {
  	display: none;
  }
	.clients_item:last-of-type .clients_headline {
  	margin-left: 4.75rem;
  }
  

.marquee_wrapper {
  --gap: 3.375rem;
  //user-select: none;
  gap: var(--gap);
}
.marquee_wrapper.is-workflow {
  --gap: 5.5rem;
}

.marquee_track {
  gap: var(--gap);
  animation: marquee-horizontal 40s linear infinite;
}


@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.text-style-smallcaps {
	font-feature-settings: 'zero' on, 'numr' on;
}

.heading-style-highlighted::after {
content: "";
  background-image: url("https://cdn.prod.website-files.com/640a700561bb00705b5b0c6d/641db4931d581e30b701fd3e_Heading%20Highlight%20Icon.svg");
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.heading-style-highlighted.is-ticket-style::after {
content: "";
  background-image: url("https://cdn.prod.website-files.com/640a700561bb00705b5b0c6d/640d3e12eb1e2768dfc0092c_bg-ticket.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.w-slider-dot {
background-color: #BFBFC8;
width: 0.375rem;
height: 0.375rem;
border-radius: 100%;
transition: all 0.2s ease;
}

.w-slider-dot::before {
	content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: -50%;
  top: -50%;
  cursor: pointer;
}

.w-slider-dot.w-active {
background-color: #6551F3;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
background-color: transparent !important;
}

h1 a, h2 a, h3 a {
cursor: auto;
}

@media only screen and (min-width: 991px) {
.style-light,.style-blue,.style-outline {
  position: relative;
  left: 50%;
  transform: translateX(calc(-50% - 1.5rem));
}
}

.no-outline .footer_component {
	border-top: 0px;
}

.policy_richtext p {
	line-height: 1.66;
}

textarea {
  resize: none;
}

.nav-dot::before {
	content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: -50%;
  top: -50%;
  cursor: pointer;
}
::-moz-selection { /* Code for Firefox */
	color: #141031;
  background: #11ccE6;
}

.navbar_menu::-webkit-scrollbar {
  width: 8px;
  height:4px;
}
.navbar_menu::-webkit-scrollbar-thumb {
  background: #37364D; 
  border-radius:10px;
}
.navbar_menu::-webkit-scrollbar-track {
  background: #171634 ; 
  border-radius:10px;
}
.navbar_menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff; 
}

::selection {
    color: #141031; /* Text color when selected */
    background: rgba(17, 204, 230, 1); /* Background color with 50% opacity */
}
[class*="spacer"]:not(.sj-spacer) {
    width: 100%;
}


.home_trust_nav-link:hover .home_trust_nav-link-text {
    color: var(--primary--aiki--100);
}

.home_trust_nav-link:hover .home_trust_nav-icon {
    color: var(--primary--aiki--100);
}


/* Stops scrolling when the modal is open */
body:has([fs-modal-element="modal"][style="display: flex; opacity: 1;"]) {
	overflow: hidden;
}

body {-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased;}



.hs-form-field > label {
    font-weight: 600;
    color: #f7f6fe;
    font-size: .75rem;
    margin-bottom: 0.25rem;
		margin-top: 0.5rem;
}
.hs-form-field input,
.hs-form-field textarea {
	outline: none !important;
  width: 20rem !important;
  margin-bottom: 1rem;
  border-radius: 0.5rem !important;
}
.hs-input {
color: #fff;
border: 1px solid rgba(55,54,77,.6);
}
.hs-input:focus {
	border-color: #010024 !important;
	background-color: white;
color: #141031;
}
.hs-error-msgs {
	font-size: 0.75rem;
  color:red;
  list-style: none;
  margin-bottom: 10px !important;
  margin-top:10px !important;
  padding-left:0px !important;
}
.submitted-message {
    color: #fff;
    font-size: 2rem !important;
}
.hs-button {
  white-space: normal !important;
  color: white !important;
  height: 40px !important;
  line-height: 38px !important;
  text-align: center !important;
  font-size: 1rem !important;
  padding: 0 !important;
  width: 10rem !important;
}
.hs_recaptcha {
	display: none;
}


.grecaptcha-badge {
	display:none; 
}

label {
    color: var(--20);
    font-size:0.75rem; 
    margin-bottom: 0.25rem ; 
    font-weight: 600; 
}

.hs-input {
		margin-bottom: 1.25rem; 
}




.hs-error-msgs{
		font-size: 0.75rem; 
		color: #ff4a3e !important; 
    background-color: transparent !important; 
		list-style: none; 
		margin-top: 0px !important; 
		margin-bottom: 10px !important; 
		padding-left: 0px !important; 
}

.hs-error-msg.hs-main-font-element,
.no-list.hs-error-msgs.inputs-list {
	color: #ff4a3e;
}



.hs-form-field input, .hs-form-field textarea {
		width:100% !important; 
}

/* select placeholder is 0.5 opacity but the text is white */
.hbspt-form select {
  color: rgba(255, 255, 255, 0.5);
}

main > section:first-child, 
main > header:first-child {
	margin-top: 0px !important;
}

.sj-desc {
	color: grey;
}
*[text="clip"]::selection {
    color: white; /* Text color when selected */
    background: rgba(17, 204, 230, 0.5); /* Background color with 50% opacity */
}
</style></div><div class="css w-embed"><style>
 html { font-size: 1rem; }
  @media screen and (max-width:1560px) { html { font-size: calc(0.30604982206405706rem + 0.7117437722419928vw); } }
  @media screen and (max-width:1279px) { html { font-size: calc(0.3198784722222221rem + 0.6944444444444446vw); } }
  @media screen and (max-width:991px) { html { font-size: 1rem; } }
</style>

<style>
 * {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}

.u-button-tretiary:hover .button_tretiary_arrow {
  transform: translateX(0.25rem); /* Corrected: Removed the semi-colon inside translateY */
}

/* Subheading badge css*/
/* CSS */
/* Button Secondary START*/
.u-button-secondary::before {
  content: '';
  position: absolute;
  width: 100rem;
  height: 100rem;
  background-repeat: no-repeat;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.u-button-secondary::after {
  content: '';
  position: absolute;
  left: 0.0625rem;
  top: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: 10rem;
  box-shadow: 0px -6px 12px 0px rgba(255, 255, 255, 0.25) inset;
  background: #010024; /* Use the same background color as the main box */
  transition: box-shadow 0.3s ease; 
}

.u-button-secondary:hover::after {
  box-shadow: 0px 6px 12px 0px rgba(255, 255, 255, 0.25) inset;
}

/*light*/
.u-button-secondary[theme="light"]::after {
  content: '';
  position: absolute;
  left: 0.0625rem;
  top: 0.0625rem;
  width: calc(100% - 0.125rem);
  height: calc(100% - 0.125rem);
  border-radius: 10rem;
  box-shadow: inset 0px -6px 12px 0px rgb(255 255 255 / 75%);
  background: var(--primary--aiki--40);
  transition: box-shadow 0.3s ease; 
}

.u-button-secondary[theme="light"] .u-button-text {
    background-image: linear-gradient(#050334, #8e8bdf);
}

.u-button-secondary[theme="light"]{
color: #141031 !important;
}

.u-button-secondary[theme="light"]:hover::after {
  box-shadow: inset 0px 12px 12px 0px rgb(255 255 255 / 75%);
}
/* Button Secondary END*/

.u-button-primary:hover::after {
	box-shadow: 0px -6px 12px 0px rgba(255, 255, 255, 0.25) inset;
}

*[text="clip"]::selection {
    color: white; /* Text color when selected */
    background: rgba(17, 204, 230, 0.5); /* Background color with 50% opacity */
}

.tooltip_wrap:hover .tooltip_content{
opacity: 1;
}

a.subheading_cta_wrap[href="#"] {
  pointer-events: none;
}

.secondary_hero_li[theme="light"]{
	background-color: var(--primary--aiki--20);
  border-color: var(--surface--carbon--20);
  color: var(--body-black);
}

.secondary_hero_li[theme="transparent"]{
	background-color: transparent;
  border: none;
  color: var(--body-black);
  padding: 0rem;
}
@media screen and (min-width:1780px){
.u-container-large{
	max-width: 90rem;
}
}
</style></div><main class="main-wrapper max-width-full"><div id="light-v" data-wf--nav-light-new--variant="base" class="inner_nav_wrap u-container-large"><div class="css w-embed"><style>
#light-v .inner_nav_login{
color: #010024;
}

#light-v .navbar_dropdown_toggle.is--lang{
color: #010024;
}
</style></div><a aria-label="home" href="/" class="innner_nav-logo_link w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf364024443a71df7a_logo-full-dark.svg" alt="Aikido"/></a><div class="inner_nav_buttons"><div data-hover="true" data-delay="0" id="menu-about" class="navbar_dropdown w-dropdown"><div class="navbar_dropdown_toggle is--lang w-dropdown-toggle"><div current-language="">EN</div><div class="navbar_lang_icon w-embed"><svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="20" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
<ellipse cx="32" cy="32" rx="8" ry="20" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
<ellipse cx="32" cy="32" rx="8" ry="20" transform="rotate(90 32 32)" stroke="currentColor" stroke-width="4" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div></div><nav class="navbar_dropdown_list is--lang w-dropdown-list"><div class="navbar_dropdown_list-inner"><div class="navbar_dropdown_list-content"><div class="navbar_list_grid is--lang"><a website-language="en" href="#" class="navbar_list_link w-inline-block"><div>EN</div></a><a website-language="fr" href="#" class="navbar_list_link w-inline-block"><div>FR</div></a><a website-language="jp" href="#" class="navbar_list_link w-inline-block"><div>JP</div></a><a website-language="de" href="#" class="navbar_list_link w-inline-block"><div>DE</div></a><a website-language="pt" href="#" class="navbar_list_link w-inline-block"><div>PT</div></a><a website-language="es" href="#" class="navbar_list_link w-inline-block"><div>ES</div></a></div></div></div></nav></div><a id="login" href="https://app.aikido.dev/login" class="inner_nav_login">Login</a><a href="https://app.aikido.dev/login" class="u-button-primary is--small w-inline-block"><div class="u-button-text z-index-1">Start for Free</div><div text="clip" class="u-button-text z-index-1 is--hover">No CC required</div></a></div></div><section class="section_header style-light"><div class="padding-global"><div class="header_container-large"><div class="home_header_content is--startup"><div class="header-width-xxlarge"><div class="_2grid_content-layout"><div class="_2-grid-child"><div class="vertical-align center-on-mobile"><h1 class="heading-style-h1 text-color-black left-align">An all-in-one Security Platform, Tailored to Startups</h1><p class="text-size-medium text-color-grey center-on-mobilee">The only platform you need to secure your product from code to cloud. Accelerate &amp; automate compliance controls. Easily prove to your customers you&#x27;re secure. </p><div class="button-group center-on-mobile"><a href="https://app.aikido.dev/login" class="button w-button">Start for Free</a><a href="/archived-pages/book-a-demo" class="button is-alternate is-hover-different w-button">Book a Demo</a></div></div></div><div id="w-node-fed227fa-1262-83e6-def3-dd012a598b1e-5d51c43c" class="image-wrapper scanner"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67868f93bcab10cfa6873af0_Hero%20SCA%20(1).avif" loading="lazy" sizes="(max-width: 1416px) 100vw, 1416px" srcset="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67868f93bcab10cfa6873af0_Hero%20SCA%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/67868f93bcab10cfa6873af0_Hero%20SCA%20(1).avif 1416w" alt=""/></div></div></div></div></div></div><div class="container-large overflow-hidden"><div class="padding-global"><div class="home_header_image-wrapper hide"><div class="home_header_image-controls"><a aria-label="slide-1-of-3" href="#" class="nav-dot is-active w-button"></a><a aria-label="slide-2-of-3" href="#" class="nav-dot w-button"></a><a aria-label="slide-3-of-3" href="#" class="nav-dot w-button"></a></div><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf3640245c4371df4e_Browser%20(2).svg" loading="eager" alt="Aikido dashboard " class="home_header_image"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf364024a4c371df38_Card.svg" loading="lazy" alt="Aikido dashboard alert " class="home_header_image-card"/></div></div></div></section><section data-wf--section-client-logos--variant="base" class="logos_section_wrap u-vflex-center-top"><div class="css w-embed"><style>
  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-100% - 1rem));
    }
  }
  
	/* Hide 2nd collection*/
  .logos_section_marquee > .logos_section_collection:nth-child(2) {
    display: none;
  }
	
  /*change logos color depending on theme*/
  [logos-theme="dark"] img,
  [logos-theme="dark"] h2 {
    filter: brightness(0);
  }
  
	/* Animate marquee on mobile andscape*/
   @media (max-width: 767px) {
    .logos_section_collection {
      animation: scroll 15s linear infinite;
    }
  }
</style></div><div class="g2_badges_header u-hflex-center-center"><div class="g2_header_orgs u-hflex-left-center"><div>Trusted by 50k+ orgs</div></div><div class="u-hide-mobile">|</div><div>Loved by 100k+ devs</div><div class="u-hide-mobile">|</div><div class="g2_header_orgs u-hflex-left-center"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="h2_header_stars"/><div>4.7/<strong>5</strong></div></div></div><div class="logos_section_marquee u-container-large"><div logos-theme="" class="logos_section_collection is--mobile w-dyn-list"><div role="list" class="logos_section_list w-dyn-items"><div localized-logo="" data-w-id="32f2ae36-8a1b-c95f-034c-6aab8ae6fccc" role="listitem" class="logos_section_item w-dyn-item"><img alt="" loading="eager" id="Loctax" src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/684138836d6dc747a881669a_65edcae3e424209e950918df_Loctax.svg" class="logos_section_logo"/></div><div localized-logo="" data-w-id="32f2ae36-8a1b-c95f-034c-6aab8ae6fccc" role="listitem" class="logos_section_item w-dyn-item"><img alt="" loading="eager" id="Oliva Health" src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/68413889230201cac94c3ffb_65edcabb3543df2a0c732472_Oliva.svg" class="logos_section_logo"/></div><div localized-logo="" data-w-id="32f2ae36-8a1b-c95f-034c-6aab8ae6fccc" role="listitem" class="logos_section_item w-dyn-item"><img alt="" loading="eager" id="Henchman" src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6841388666ca2b9358141d40_65edcad895c07005f6ead534_Henchman.svg" class="logos_section_logo"/></div><div localized-logo="" data-w-id="32f2ae36-8a1b-c95f-034c-6aab8ae6fccc" role="listitem" class="logos_section_item w-dyn-item"><img alt="" loading="eager" id="Zus Health" src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6841380040e6f843ce9c03b5_65edca7bc45647ad7ddb79dc_ZUS.svg" class="logos_section_logo"/></div><div localized-logo="" data-w-id="32f2ae36-8a1b-c95f-034c-6aab8ae6fccc" role="listitem" class="logos_section_item w-dyn-item"><img alt="" loading="eager" id="Lighthouse" src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/68413850528fd70b299d934d_65edca60aff715b49a338754_light%20house.svg" class="logos_section_logo"/></div><div localized-logo="" data-w-id="32f2ae36-8a1b-c95f-034c-6aab8ae6fccc" role="listitem" class="logos_section_item w-dyn-item"><img alt="" loading="eager" id="CertifID" src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6841388c617e7ac784da6701_65fc4623fcffb2e8c6d5db82_certifid-logo-white%202.svg" class="logos_section_logo"/></div></div></div><div logos-theme="" class="logos_section_collection is--mobile w-dyn-list"><div role="list" class="logos_section_list w-dyn-items"><div role="listitem" class="logos_section_item w-dyn-item"><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/684138836d6dc747a881669a_65edcae3e424209e950918df_Loctax.svg" loading="eager" alt="" class="logos_section_logo"/></div><div role="listitem" class="logos_section_item w-dyn-item"><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/68413889230201cac94c3ffb_65edcabb3543df2a0c732472_Oliva.svg" loading="eager" alt="" class="logos_section_logo"/></div><div role="listitem" class="logos_section_item w-dyn-item"><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6841388666ca2b9358141d40_65edcad895c07005f6ead534_Henchman.svg" loading="eager" alt="" class="logos_section_logo"/></div><div role="listitem" class="logos_section_item w-dyn-item"><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6841380040e6f843ce9c03b5_65edca7bc45647ad7ddb79dc_ZUS.svg" loading="eager" alt="" class="logos_section_logo"/></div><div role="listitem" class="logos_section_item w-dyn-item"><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/68413850528fd70b299d934d_65edca60aff715b49a338754_light%20house.svg" loading="eager" alt="" class="logos_section_logo"/></div><div role="listitem" class="logos_section_item w-dyn-item"><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6841388c617e7ac784da6701_65fc4623fcffb2e8c6d5db82_certifid-logo-white%202.svg" loading="eager" alt="" class="logos_section_logo"/></div></div></div></div></section><section class="section_feature-love style-light"><header class="section_feature-love style-light"><div class="padding-section-medium"><div class="padding-global"><div class="container-large"><div class="features_title"><div class="tag is-purple-light display-inlineflex"><p class="paragraph-3 text-color-purple">Features</p></div><h2 class="heading-style-h1 text-color-black">These modules have you covered</h2></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/66ec88a0fb417b444522aa72_aikido-product-17.avif" loading="lazy" width="595" height="375.11474609375" alt="Zero-in on real threats with Aikido " class="responsive-image"/></div><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d53c-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="w-layout-vflex flex-block"><div class="features_number">1</div><h2 class="heading-style-features">Static Code Analysis</h2></div></div><p class="text-size-medium text-color-grey">Scans your source code for security vulnerabilities such as SQL injection, XSS, buffer overflows and other security risks. Checks against popular CVE databases. It works out-of-the-box and supports all major languages.</p><a href="https://www.aikido.dev/scanners/static-code-analysis-sast" target="_blank" class="button-arrow w-inline-block"><p class="text-link">Learn more</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655c708f9859d0ad68ccd91b_arrow.svg" loading="lazy" alt=""/></a></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d54d-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">2</div><h2 class="heading-style-features">DAST &amp; API Security</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Monitor your App and APIs to find vulnerabilities like SQL injection, XSS, and CSRF—both on the surface and via authenticated DAST. Simulate real-world attacks and scan every API endpoint for common security threats. Our Nuclei-based scanner checks your self-hosted apps for common vulnerabilities.</p><a href="https://help.aikido.dev/doc/surface-monitoring-scan-your-domain-names-with-zap/docMQCe3oYMf" target="_blank" class="button-arrow w-inline-block"><p class="text-link">Learn more</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655c708f9859d0ad68ccd91b_arrow.svg" loading="lazy" alt=""/></a></div></div><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/677ce48d52a609f0776c78fd_automated%20api%20(1).avif" loading="lazy" width="595" height="375.11474609375" alt="" class="responsive-image"/></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/669f97cb800005d514a39799_autofix.svg" loading="lazy" width="595" height="375.11474609375" alt="" class="responsive-image"/></div><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d562-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">3</div><h2 class="heading-style-features">Software Composition Analysis</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Analyse third-party components such as libraries, frameworks, and dependencies for vulnerabilities. Aikido does reachability analysis, triages to filter out false positives, and provides clear remediation advice. Auto-fix vulnerabilities with one click.</p><a href="https://help.aikido.dev/doc/support-for-dependency-scanning-by-language/docjK6sGE6zT" target="_blank" class="button-arrow w-inline-block"><p class="text-link">Learn more</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655c708f9859d0ad68ccd91b_arrow.svg" loading="lazy" alt=""/></a></div></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d573-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">4</div><h2 class="heading-style-features">Container Security</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Scan your container operating system for packages with security issues.</p><ul role="list" class="scanner_feature_list"><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Checks if your containers have any vulnerabilities (Like CVEs)</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Highlights vulnerabilities based on container data sensitivity.</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Auto-triaging to filter out false positives</div></li></ul><a href="https://help.aikido.dev/section/container-image-scanning/sg2tzjJ7N8dJ" target="_blank" class="button-arrow w-inline-block"><p class="text-link">Learn more</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655c708f9859d0ad68ccd91b_arrow.svg" loading="lazy" alt=""/></a></div></div><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/66bcc69d13b0152b7db944fb_1610335541.avif" loading="lazy" width="595" height="375.11474609375" alt="Virtual Machine Scanning" class="responsive-image"/></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/660ff8df2e5cedbbc721be57_cicd-integration.webp" loading="lazy" width="595" height="375.11474609375" alt="CI CD Integration " class="responsive-image"/></div><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d599-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">5</div><h2 class="heading-style-features">Infrastructure as code (IaC)</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Scans Terraform, CloudFormation &amp; Kubernetes Helm charts for misconfigurations.</p><ul role="list" class="scanner_feature_list"><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Detect issues that leave your infrastructure open to attack</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Identify vulnerabilities before they&#x27;re committed to the default branch</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Integrated in CI/CD Pipeline</div></li></ul></div></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d5b7-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">6</div><h2 class="heading-style-features">Cloud posture management</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Detect cloud infrastructure risks across major cloud providers.</p><ul role="list" class="scanner_feature_list"><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Scans Virtual Machines (AWS EC2 instances) for vulnerabilities.</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Scan your cloud for misconfigurations and overly permissive user roles/access</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Automate security policies &amp; compliance checks for SOC2, ISO27001, CIS &amp; NIS2</div></li></ul></div></div><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6780f96f1b2004191eafa5b7_CSPM.svg" loading="lazy" width="595" height="375.11474609375" alt="" class="responsive-image"/></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/66154218c69107a141427402_Malware%20Detection.webp" loading="lazy" width="595" height="375.11474609375" alt="Aikido malware detection " class="responsive-image"/></div><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d5d9-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">7</div><h2 class="heading-style-features">Malware detection</h2></div><p class="text-size-medium text-color-grey">The npm ecosystem is susceptible to malicious packages being published because of its open nature.<br/>Aikido identifies malicious code that may be embedded within JavaScript files or npm packages. Powered by Phylum. (Scans for backdoors, trojans, keyloggers, XSS, cryptojacking scripts and more.)</p><a href="/protect/malware-detection-in-dependencies" class="button-arrow w-inline-block"><p class="text-link">Read more</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655c708f9859d0ad68ccd91b_arrow.svg" loading="lazy" alt=""/></a></div></div></div></div></div><div class="padding-global"><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d5ec-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">8</div><h2 class="heading-style-features">Protection at Runtime</h2></div><p class="text-size-medium text-color-grey">Block zero-day vulnerabilities. Zen by Aikido detects threats as your application runs and stops attacks in real-time, before they ever reach your database. Block users, bots, countries &amp; restrict IP routes.</p><a href="/protect/zen" target="_blank" class="button-arrow w-inline-block"><div class="text-link">Read more</div><div class="yc-button-text_icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 27 27" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<path d="M10.9408 20.1924L17.6719 13.4614L10.9408 6.73035" stroke="currentColor" stroke-width="1.68276" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div></a></div><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67935598d1e68ec9a144ed1f_Zen%20new%20(1).avif" loading="lazy" width="595" height="375.11474609375" alt="" class="responsive-image"/></div></div></div></div></div><div class="container-large"></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d603-5d51c43c" class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/66aa72f57fba7026971e51ab_Secrets%20Detection.webp" loading="lazy" width="595" height="375.11474609375" alt="" class="responsive-image"/></div><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d605-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">9</div><h2 class="heading-style-features">Secrets detection</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Check your code for leaked and exposed API keys, passwords, certificates, encryption keys, etc…</p><ul role="list" class="scanner_feature_list"><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Scans your code &amp; surfaces for the most risky secrets</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Integrates directly into your CI/CD workflow, with no maintenance once set up</div></li><li class="scanner_hero_li"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<circle cx="11.9987" cy="11.9987" r="7.11977" fill="#00C07D"/>
<path d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z" stroke="#00C07D" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
<path d="M9.75 12.375L11.25 13.875L14.625 10.5" stroke="#EAFEF7" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>
</svg></div><div>Doesn’t notify for secrets that are safe or irrelevant</div></li></ul></div></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d623-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="w-layout-vflex flex-block"><div class="features_number">10</div><h2 class="heading-style-features">Orchestrate security follow-up</h2></div></div><p class="text-size-medium text-color-grey">Aikido is API-first. Easily integrate with your project management tools, task managers, chat apps,.. Sync your security findings and status to Jira. Get chat alerts for new findings, routed to the correct team or person for each project.</p><a href="https://integrations.aikido.dev/" class="button-arrow w-inline-block"><p class="text-link">See integrations</p><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655c708f9859d0ad68ccd91b_arrow.svg" loading="lazy" alt=""/></a></div><div class="image-wrapper-full"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/66b0c17a2441e4f7c48be282_CI%20Integration.webp" loading="lazy" width="595" height="375.11474609375" alt="Integrations" class="responsive-image"/></div></div></div></div></div><div class="padding-global"><div class="container-large"><div class="padding-section-medium features"><div class="w-layout-grid _2-column reverse-features"><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d636-5d51c43c" class="is--vid platform_attack_vid is--pentest w-embed w-iframe"><iframe src="https://player.vimeo.com/video/1138484222?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479&amp;autoplay=1&amp;muted=1&amp;background=1" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin" title="AI Pentest Agents Timelapse" playsinline="" data-ready="true"></iframe></div><div id="w-node-d09c4b19-db9a-e0f3-605d-1fa62431d637-5d51c43c" class="content align-left"><div class="w-layout-vflex flex-block"><div class="features_number">11</div><h2 class="heading-style-features">Aikido Attack: The future of pentesting</h2></div><div class="scanner_para-wrapper"><p class="text-size-medium text-color-grey">Our AI agents analyze your code and deployed web apps or APIs, simulate real attacker behavior, and deliver a verified SOC2- and ISO27001-ready report - all within hours</p></div></div></div></div></div></div></div><div class="container-large overflow-hidden"><div class="padding-global"><div class="home_header_image-wrapper hide"><div class="home_header_image-controls"><a aria-label="slide-1-of-3" href="#" class="nav-dot is-active w-button"></a><a aria-label="slide-2-of-3" href="#" class="nav-dot w-button"></a><a aria-label="slide-3-of-3" href="#" class="nav-dot w-button"></a></div><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf3640245c4371df4e_Browser%20(2).svg" loading="eager" alt="Aikido dashboard " class="home_header_image"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf364024a4c371df38_Card.svg" loading="lazy" alt="Aikido dashboard alert " class="home_header_image-card"/></div></div></div></header><div class="container-large overflow-hidden"><div class="padding-global"><div class="home_header_image-wrapper hide"><div class="home_header_image-controls"><a aria-label="slide-1-of-3" href="#" class="nav-dot is-active w-button"></a><a aria-label="slide-2-of-3" href="#" class="nav-dot w-button"></a><a aria-label="slide-3-of-3" href="#" class="nav-dot w-button"></a></div><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf3640245c4371df4e_Browser%20(2).svg" loading="eager" alt="Aikido dashboard " class="home_header_image"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/642adcaf364024a4c371df38_Card.svg" loading="lazy" alt="Aikido dashboard alert " class="home_header_image-card"/></div></div></div></section><section class="moving_g2_wrap"><div class="css w-embed"><style>
.g2_collection_item:has(input[type="radio"]:checked){
	height: auto !important;
}

.g2_rich_text.is--long {
  display: -webkit-box; /* for Safari */
  -webkit-line-clamp: 5; /* limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* optional: adds "..." at the end */
}

.g2_collection_item:has(input[type="radio"]:checked) .g2_rich_text.is--long {
	display: block;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
  text-overflow: initial !important;
}

.g2_collection_item:has(.g2_rich_text.is--short) .g2_item_radio_wrapper {
    display: none;
}


.testimoanials_g2_wrap:hover .moving_g2_scroll{
animation-play-state: paused;}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1.5rem));
  }
}

.moving_g2_scroll {
  animation: scroll 150s linear infinite;
}
</style></div><div class="js w-embed w-script"><script>
document.addEventListener('DOMContentLoaded', () => {
  const elements = document.querySelectorAll('.g2_rich_text');

  elements.forEach(el => {
    const style = getComputedStyle(el);
    const lineHeightStr = style.lineHeight;

    // Handle 'normal' line-height or numeric
    let lineHeight;
    if (lineHeightStr === 'normal') {
      const fontSize = parseFloat(style.fontSize);
      lineHeight = 1.2 * fontSize;
    } else {
      lineHeight = parseFloat(lineHeightStr);
    }

    const totalHeight = el.scrollHeight;
    const lines = Math.round(totalHeight / lineHeight);

    if (lines <= 5) {
      el.classList.remove('is--long');
      el.classList.add('is--short');
    } else {
      el.classList.remove('is--short');
      el.classList.add('is--long');
    }
  });
});
</script></div><div class="moving_g2_container u-container-large"><div class="moving_g2_headings u-heading-header"><div class="moving_g2_header u-hflex-center-center"><div class="g2_header_orgs u-hflex-left-center"><div class="g2_orgs"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/69bbf6756fbcef20677172dc_id7X7F9tik_1773925921557%20(1).png" loading="lazy" alt="" class="g2_header_org"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/69bbf675e30b95a9811a3974_Icon%20(1).jpeg" loading="lazy" alt="" class="g2_header_org"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/69bbf6756f1b78c95562bbde_Icon%20(1).png" loading="lazy" alt="" class="g2_header_org"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/69bbf675c9c40726111f6a85_idIBksu9aW_1773925970110%20(1).jpeg" loading="lazy" alt="" class="g2_header_org"/></div><div>50k+</div></div><div class="u-hide-mobile">|</div><div>Loved by 100k+ devs</div><div class="u-hide-mobile">|</div><div>102+ badges</div><div class="u-hide-mobile">|</div><div class="g2_header_orgs u-hflex-left-center"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="h2_header_stars"/><div>4.7/<strong>5</strong></div></div></div><h2 class="moving_g2_h2 u-heading-style-h2 u-heading-gradient-dark">Trusted by thousands of developers at world’s leading organizations</h2><div class="main_hero_buttons u-hflex-center-center is--g2-moving"><a modal="" theme="" data-wf--button-primary-new--variant="base" href="https://app.aikido.dev/login" class="u-button-primary w-inline-block"><div text="clip" class="u-button-text z-index-1">Start for Free</div></a><a modal="" theme="" data-wf--button-secondary-new--variant="base" href="https://www.aikido.dev/book/demo" class="u-button-secondary w-inline-block"><div text="clip" class="u-button-text z-index-1">Book a demo</div></a></div></div></div><section class="testimoanials_g2_wrap"><div class="moving_g2_scroll w-dyn-list"><div role="list" class="g2_collection_list w-dyn-items"><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.gartner.com/reviews/market/application-security-testing/vendor/aikido-security/product/aikido-security-1778279857/review/view/6607100https://www.gartner.com/reviews/market/application-security-testing/vendor/aikido-security/product/aikido-security-1778279857/review/view/6607100" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6998401814f178cc3d95efd8_Gartner%20ion.svg" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">Aikido delivers strong AppSec coverage with an excellent developer-centred approach</h3><div class="g2_rich_text w-richtext"><p>Aikido has provided consistently strong support throughout the development of our application security programme. From the outset, the team demonstrated a clear understanding of our objectives and engaged with us in a thoughtful and collaborative manner. They connected us with the right subject matter experts and made it straightforward to explore the platform in depth. What stood out was their willingness to go above and beyond during the evaluation phase, ensuring that we were able to test, valiadte and demonstrate value before making a commercial commitment. That approach helped build confidence and created a strong foundation for the partnership. Since adoption, our experience with support has remained excellent. Requests are handled promptly, feedback is taken seriously and improvements are often delivered at pace. It is evident that Aikido are committed to continuous enhancement of the product and to maintaining a constructive relationship with their customers.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name w-dyn-bind-empty"></div><div>50M-1B USD</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/supermetrics" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;We’ve seen a 75% reduction in noise using Aikido so far&quot;</h3><div class="g2_rich_text w-richtext"><p>Supermetrics now runs a developer-first AppSec workflow that’s faster, cleaner, and easier to manage. With 75% less noise, instant integrations, and automation across Jira, Slack, and CI/CD, security now scales as smoothly as their data operations.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Otto Sulin, Supermetrics</div><div>Mid-Market (201-500 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/gea" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;In just 45 minutes of training, we onboarded more than 150 developers.&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is perfectly integrated with our CI/CD tool, like Azure DevOps. Even if someone has zero DevOps experience, they can start being productive in a few clicks</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Marc Lehr, GEA</div><div>Enterprise (10K+ employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/n8n" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;With 92% noise reduction, we got used to ‘the quiet’ quickly.&quot;</h3><div class="g2_rich_text w-richtext"><p>With 92% noise reduction, we got used to ‘the quiet’ quickly. Now I wish it was even quieter! It’s a massive productivity and sanity boost.</p><p>‍</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Cornelius, n8n</div><div>Enterprise (501-2000 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.capterra.com/p/10015770/Aikido/" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e67e7cc7274349d569c2_capterra-1.svg" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Great disruptor in the security tooling ecosystem&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido&#x27;s biggest benefit is their ease-of-use. You can literally get started in 2 minutes. Findings are actually useful and have a good resolve advise.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Brenden C</div><div>Small business</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10797353" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Quick to setup and packed with the right features&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido was quick and easy to deploy and delivers clear, relevant alerts without adding complexity. It connects multiple security tools, making them seamless and more efficient to use.</p><p>It has all the necessary integrations, covers key security needs like SAST, container, and infrastructure scans and the auto-triage with intelligent silencing is a game changer. The UI is intuitive, support has been extremely responsive, and pricing is fair. I also appreciate their participation in the open-source community.</p><p>Overall, it helps us stay ahead of security issues with minimal effort.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10476155" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Effective and fair priced solution&quot;</h3><div class="g2_rich_text w-richtext"><p>Compared to well known competitors like Snyk, Aikido is much more affordable, more complete and most importantly much better at presenting the vulnerabilities that are actually reaching your systems. They use many popular open source libraries to scan your code, as well as propriatary ones, giving you a good mix</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10462831" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Excellent Security Software &amp; Company&quot;</h3><div class="g2_rich_text w-richtext"><p>We were looking for a cheaper alternative to Snyk and Aikido fills that role fantastically. Good software, easy UI and most important of all very easy to talk to with feedback.</p><p>Everything was really simple to set-up and onboarding of team members a breeze.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10410212" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Scan Github repo in realtime for security issues/improvements&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is very easy to implement, in less then 10 minutes we had our first report.</p><p>The reports are very to the point while mentioning all the necessary information so our devs can easily plan and update the system.</p><p>We contacted support for one minor issue and got a reply in less then 4hours.</p><p>Today we use Aikido at least once a week to check if there are any new improvements to be made.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (51-1000 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10376084" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Swiss army knife for security teams&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is a highly scalable and easy to use solution, which aggregates multiple controls in one place and integrates seamlessly with IDEs and CI/CD pipelines. The support team is responsive and made quick adjustments in our environment. Additionally, it efficiently filters out obvious false positive alerts, which saved us many MD.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (501-1000 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10370461" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars"/></a><h3 class="g2_heading u-heading-style-h4">&quot;about as good as it gets&quot;</h3><div class="g2_rich_text w-richtext"><p>I really like the unintrusiveness of their service. It&#x27;s a webapp where you register your code, container, IaC,... repositories and they scan them regularly pointing out the issues they found via statical analysis. There&#x27;s integration to easily/automatically create follow up actions (tickets) aso. The app is great, you get up and running quite quickly.</p><p>Sometimes you need support, and that&#x27;s great too (even if it&#x27;s really technical).</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Romain S.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10357788" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A Game Changer in Cybersecurity&quot;</h3><div class="g2_rich_text w-richtext"><p>We’ve been using Aikido Security for several months now, and I can confidently say that it has transformed how we manage and mitigate security risks within our organization. From day one, the onboarding process was seamless, and the platform’s intuitive interface made it incredibly easy to integrate with our existing infrastructure.</p><p>What truly sets Aikido apart is its proactive approach to comprehensive coverage. The real-time alerts give us a clear advantage, helping us stay ahead of potential security issues. Their support team is also top-notch. Whenever we had a question or needed assistance, their response was swift and thorough.</p><p>If you’re looking for a comprehensive, reliable, and forward-thinking security solution, I highly recommend Aikido Security. It’s a game changer for any organization serious about their security.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-9533263" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A wonderful security tool loved by engineers and developers&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido allowed us to implement a security by design process smoothly and quickly. My team loves the integration with Jira and how it feels a tool tailored on their needs of engineers (not security experts), no less and no more. Working with Aikido&#x27;s team has been great, both in supporting us in the selection process and receiving our feedback - many times resulting is a rapid development of new features!</p><p>Given the affordable price for me it&#x27;s a not brainer for any small-medium sized company.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (51-1000 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-9520033" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A promising new AppSec tool&quot;</h3><div class="g2_rich_text w-richtext"><p>Our organization implemented Aikido as our main Application Security app to take care of SCA, SAST, Container/Secret Scanning within our code base. Overall, we are very happy with Aikido&#x27;s performance and ease of use. The deployment was quick and easy thanks to the Bitbucket Cloud integration.</p><p>I think the game changing features of Aikido is the auto-ignore capability and the reachability analysis. It helps our development team save time triaging false positives as well as prioritising issues that need to be addressed quickly.</p><p>The support we have received from the Aikido team has been top notch.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Yohann B., Smokeball</div><div>Mid-Market (201-500 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8520381" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Accessible &amp; affordable security&quot;</h3><div class="g2_rich_text w-richtext"><p>Their transparancy, ease of use, they&#x27;re improving their tool all the time.</p><p>Affordable price with stellar results. Typical competitors have steep pricing that scales with the number of repo&#x27;s / number of instances running.</p><p>Aikido helps us stay ahead of the curve. It educates us about possible liabilities, and it engages the whole engineering team.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Gregory C.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8519995" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Out-of-the box instant security&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido Security is very easy to setup and delivers its first results in mere minutes. It combines all the essential security scanning such as repo scanning, cloud security, credential leakage, ... in one package that&#x27;s easy to use by any development team.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Pieter S.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8518876" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Best developer-centric security platform&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido has been instrumental in keeping our application secure. The platform integrates smoothly with popular CI/CD pipelines and other security tools, facilitating a more streamlined vulnerability management process.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Gertjan D.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8495101" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Aikido makes security accessible &amp; easy&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is primarily based on already available tools, making it feasible to replicate the basic technical functionalities it offers. This means they aren&#x27;t introducing any novel security scanning features. They&#x27;re also very open about this by providing some references to how and with which tool a certain finding was found.</p><p>Aikido was initially implemented to meet some ISO standards. We already did some (manual) periodic scanning ourselves but Aikido was a great addition since it did the scanning automatically, more frequently and it would provide the necessary reporting to management and auditors.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Ajdin L.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8424668" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A developer first security platform that enables your business&quot;</h3><div class="g2_rich_text w-richtext"><p>Our teams have been able to quickly deploy and get value out of Aikido where our previous solution was noisey and cumbersome. The fact that we get all the code coverage we need with SAST+, SCA, IaC, Secrets Detection, Licensing, etc. </p><p>The all in one product is amazing and makes it easy for our engineering teams to see problem areas and fix them quickly. The other major feature of auto-triage has been such a time saver for our teams, telling us if we are actually using those libraries or certain modules in libraries and excluding them if they aren&#x27;t relevant is so huge for us. </p><p>This enables our business to focus on fixing critical issues, ignoring irrelevant ones and delivering product to our customers.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (51-1000 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8406078" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Direct Insights on Vulnerability Management&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido Security stands out for its ability to deliver comprehensive, actionable security insights in a user-friendly manner. I was impressed with how quickly and seamlessly it could integrate into existing BitBucket, GitLab and GitHub repositories, and the simplicity of connecting our cloud environment (Google Cloud in this case) was commendable. One of the strongest points about Aikido is its ability to cut through the noise and deliver important, actionable vulnerabilities instead of flooding you with trivial issues or false positives.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Michael V.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/visma" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Aikido helps us catch the blind spots that we couldn’t fully address before&quot;</h3><div class="g2_rich_text w-richtext"><p>Trying to reduce the noise that othertools actually generate – diving into the signal-to-noise ratio – is a nightmare. Aikido nailed that for us. They also solve Visma’s previous problematic pricing model pain with its unlimited users enterprise plan: a flat rate that is known upfront. No unknown costs = a huge advantage for budgeting.&quot;</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Nicolai Brogaard, Visma</div><div>10.000+ employees</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/techdivision" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Aikido helps us deliver more security value in less time.&quot;</h3><div class="g2_rich_text w-richtext"><p>What made Aikido stand out was that it felt like it was built by developers, for developers. Aikido’s reachability analysis helps us filter out irrelevant findings so we can focus on real, exploitable issues. We can now get more security work done in less time, which benefits our clients directly. You can tell the Aikido team genuinely cares and is building a better product every day. It’s refreshing.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Marcus Döllerer, TechDivision</div><div>Mid-Market (51-200 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="#" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Best security platform around&quot;</h3><div class="g2_rich_text w-richtext"><p>We tried Checkmarx and Snyk, but Aikido was faster, more actionable, and easier to work with.</p><p>‍</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Ega Sanjaya, Faspay</div><div>Small Business (51-200 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="#" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Fast Fixes&quot;</h3><div class="g2_rich_text w-richtext"><p>The fastest time we fixed a vulnerability was just 5 seconds after detection. That is efficiency.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Aufar, Petrosea</div><div>Enterprise (5k-10K employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="#" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Upgrade after using Snyk&quot;</h3><div class="g2_rich_text w-richtext"><p>&quot;After two years of struggling with Snyk, Aikido had our developers smiling within 10 minutes.&quot;</p><p>‍</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Jesse Harris, Dental Intelligence</div><div>Mid-Market (201-500 employees)</div></div></div></div></div></div><div class="moving_g2_scroll w-dyn-list"><div role="list" class="g2_collection_list w-dyn-items"><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.gartner.com/reviews/market/application-security-testing/vendor/aikido-security/product/aikido-security-1778279857/review/view/6607100https://www.gartner.com/reviews/market/application-security-testing/vendor/aikido-security/product/aikido-security-1778279857/review/view/6607100" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6998401814f178cc3d95efd8_Gartner%20ion.svg" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">Aikido delivers strong AppSec coverage with an excellent developer-centred approach</h3><div class="g2_rich_text w-richtext"><p>Aikido has provided consistently strong support throughout the development of our application security programme. From the outset, the team demonstrated a clear understanding of our objectives and engaged with us in a thoughtful and collaborative manner. They connected us with the right subject matter experts and made it straightforward to explore the platform in depth. What stood out was their willingness to go above and beyond during the evaluation phase, ensuring that we were able to test, valiadte and demonstrate value before making a commercial commitment. That approach helped build confidence and created a strong foundation for the partnership. Since adoption, our experience with support has remained excellent. Requests are handled promptly, feedback is taken seriously and improvements are often delivered at pace. It is evident that Aikido are committed to continuous enhancement of the product and to maintaining a constructive relationship with their customers.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name w-dyn-bind-empty"></div><div>50M-1B USD</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/supermetrics" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;We’ve seen a 75% reduction in noise using Aikido so far&quot;</h3><div class="g2_rich_text w-richtext"><p>Supermetrics now runs a developer-first AppSec workflow that’s faster, cleaner, and easier to manage. With 75% less noise, instant integrations, and automation across Jira, Slack, and CI/CD, security now scales as smoothly as their data operations.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Otto Sulin, Supermetrics</div><div>Mid-Market (201-500 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/gea" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;In just 45 minutes of training, we onboarded more than 150 developers.&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is perfectly integrated with our CI/CD tool, like Azure DevOps. Even if someone has zero DevOps experience, they can start being productive in a few clicks</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Marc Lehr, GEA</div><div>Enterprise (10K+ employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/n8n" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;With 92% noise reduction, we got used to ‘the quiet’ quickly.&quot;</h3><div class="g2_rich_text w-richtext"><p>With 92% noise reduction, we got used to ‘the quiet’ quickly. Now I wish it was even quieter! It’s a massive productivity and sanity boost.</p><p>‍</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Cornelius, n8n</div><div>Enterprise (501-2000 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.capterra.com/p/10015770/Aikido/" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e67e7cc7274349d569c2_capterra-1.svg" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Great disruptor in the security tooling ecosystem&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido&#x27;s biggest benefit is their ease-of-use. You can literally get started in 2 minutes. Findings are actually useful and have a good resolve advise.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Brenden C</div><div>Small business</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10797353" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Quick to setup and packed with the right features&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido was quick and easy to deploy and delivers clear, relevant alerts without adding complexity. It connects multiple security tools, making them seamless and more efficient to use.</p><p>It has all the necessary integrations, covers key security needs like SAST, container, and infrastructure scans and the auto-triage with intelligent silencing is a game changer. The UI is intuitive, support has been extremely responsive, and pricing is fair. I also appreciate their participation in the open-source community.</p><p>Overall, it helps us stay ahead of security issues with minimal effort.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10476155" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Effective and fair priced solution&quot;</h3><div class="g2_rich_text w-richtext"><p>Compared to well known competitors like Snyk, Aikido is much more affordable, more complete and most importantly much better at presenting the vulnerabilities that are actually reaching your systems. They use many popular open source libraries to scan your code, as well as propriatary ones, giving you a good mix</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10462831" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Excellent Security Software &amp; Company&quot;</h3><div class="g2_rich_text w-richtext"><p>We were looking for a cheaper alternative to Snyk and Aikido fills that role fantastically. Good software, easy UI and most important of all very easy to talk to with feedback.</p><p>Everything was really simple to set-up and onboarding of team members a breeze.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10410212" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Scan Github repo in realtime for security issues/improvements&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is very easy to implement, in less then 10 minutes we had our first report.</p><p>The reports are very to the point while mentioning all the necessary information so our devs can easily plan and update the system.</p><p>We contacted support for one minor issue and got a reply in less then 4hours.</p><p>Today we use Aikido at least once a week to check if there are any new improvements to be made.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (51-1000 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10376084" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Swiss army knife for security teams&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is a highly scalable and easy to use solution, which aggregates multiple controls in one place and integrates seamlessly with IDEs and CI/CD pipelines. The support team is responsive and made quick adjustments in our environment. Additionally, it efficiently filters out obvious false positive alerts, which saved us many MD.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (501-1000 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10370461" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars"/></a><h3 class="g2_heading u-heading-style-h4">&quot;about as good as it gets&quot;</h3><div class="g2_rich_text w-richtext"><p>I really like the unintrusiveness of their service. It&#x27;s a webapp where you register your code, container, IaC,... repositories and they scan them regularly pointing out the issues they found via statical analysis. There&#x27;s integration to easily/automatically create follow up actions (tickets) aso. The app is great, you get up and running quite quickly.</p><p>Sometimes you need support, and that&#x27;s great too (even if it&#x27;s really technical).</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Romain S.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-10357788" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A Game Changer in Cybersecurity&quot;</h3><div class="g2_rich_text w-richtext"><p>We’ve been using Aikido Security for several months now, and I can confidently say that it has transformed how we manage and mitigate security risks within our organization. From day one, the onboarding process was seamless, and the platform’s intuitive interface made it incredibly easy to integrate with our existing infrastructure.</p><p>What truly sets Aikido apart is its proactive approach to comprehensive coverage. The real-time alerts give us a clear advantage, helping us stay ahead of potential security issues. Their support team is also top-notch. Whenever we had a question or needed assistance, their response was swift and thorough.</p><p>If you’re looking for a comprehensive, reliable, and forward-thinking security solution, I highly recommend Aikido Security. It’s a game changer for any organization serious about their security.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-9533263" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A wonderful security tool loved by engineers and developers&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido allowed us to implement a security by design process smoothly and quickly. My team loves the integration with Jira and how it feels a tool tailored on their needs of engineers (not security experts), no less and no more. Working with Aikido&#x27;s team has been great, both in supporting us in the selection process and receiving our feedback - many times resulting is a rapid development of new features!</p><p>Given the affordable price for me it&#x27;s a not brainer for any small-medium sized company.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (51-1000 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-9520033" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A promising new AppSec tool&quot;</h3><div class="g2_rich_text w-richtext"><p>Our organization implemented Aikido as our main Application Security app to take care of SCA, SAST, Container/Secret Scanning within our code base. Overall, we are very happy with Aikido&#x27;s performance and ease of use. The deployment was quick and easy thanks to the Bitbucket Cloud integration.</p><p>I think the game changing features of Aikido is the auto-ignore capability and the reachability analysis. It helps our development team save time triaging false positives as well as prioritising issues that need to be addressed quickly.</p><p>The support we have received from the Aikido team has been top notch.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Yohann B., Smokeball</div><div>Mid-Market (201-500 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8520381" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Accessible &amp; affordable security&quot;</h3><div class="g2_rich_text w-richtext"><p>Their transparancy, ease of use, they&#x27;re improving their tool all the time.</p><p>Affordable price with stellar results. Typical competitors have steep pricing that scales with the number of repo&#x27;s / number of instances running.</p><p>Aikido helps us stay ahead of the curve. It educates us about possible liabilities, and it engages the whole engineering team.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Gregory C.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8519995" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Out-of-the box instant security&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido Security is very easy to setup and delivers its first results in mere minutes. It combines all the essential security scanning such as repo scanning, cloud security, credential leakage, ... in one package that&#x27;s easy to use by any development team.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Pieter S.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8518876" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Best developer-centric security platform&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido has been instrumental in keeping our application secure. The platform integrates smoothly with popular CI/CD pipelines and other security tools, facilitating a more streamlined vulnerability management process.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Gertjan D.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8495101" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Aikido makes security accessible &amp; easy&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido is primarily based on already available tools, making it feasible to replicate the basic technical functionalities it offers. This means they aren&#x27;t introducing any novel security scanning features. They&#x27;re also very open about this by providing some references to how and with which tool a certain finding was found.</p><p>Aikido was initially implemented to meet some ISO standards. We already did some (manual) periodic scanning ourselves but Aikido was a great addition since it did the scanning automatically, more frequently and it would provide the necessary reporting to management and auditors.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Ajdin L.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8424668" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;A developer first security platform that enables your business&quot;</h3><div class="g2_rich_text w-richtext"><p>Our teams have been able to quickly deploy and get value out of Aikido where our previous solution was noisey and cumbersome. The fact that we get all the code coverage we need with SAST+, SCA, IaC, Secrets Detection, Licensing, etc. </p><p>The all in one product is amazing and makes it easy for our engineering teams to see problem areas and fix them quickly. The other major feature of auto-triage has been such a time saver for our teams, telling us if we are actually using those libraries or certain modules in libraries and excluding them if they aren&#x27;t relevant is so huge for us. </p><p>This enables our business to focus on fixing critical issues, ignoring irrelevant ones and delivering product to our customers.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">G2 Reviewer</div><div>Mid-Market (51-1000 emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.g2.com/products/aikido-security/reviews/aikido-security-review-8406078" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.png" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Direct Insights on Vulnerability Management&quot;</h3><div class="g2_rich_text w-richtext"><p>Aikido Security stands out for its ability to deliver comprehensive, actionable security insights in a user-friendly manner. I was impressed with how quickly and seamlessly it could integrate into existing BitBucket, GitLab and GitHub repositories, and the simplicity of connecting our cloud environment (Google Cloud in this case) was commendable. One of the strongest points about Aikido is its ability to cut through the noise and deliver important, actionable vulnerabilities instead of flooding you with trivial issues or false positives.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Michael V.</div><div>Small-Business (50 or fewer emp.)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/visma" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Aikido helps us catch the blind spots that we couldn’t fully address before&quot;</h3><div class="g2_rich_text w-richtext"><p>Trying to reduce the noise that othertools actually generate – diving into the signal-to-noise ratio – is a nightmare. Aikido nailed that for us. They also solve Visma’s previous problematic pricing model pain with its unlimited users enterprise plan: a flat rate that is known upfront. No unknown costs = a huge advantage for budgeting.&quot;</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Nicolai Brogaard, Visma</div><div>10.000+ employees</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="https://www.aikido.dev/customer-story/techdivision" target="_blank" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Aikido helps us deliver more security value in less time.&quot;</h3><div class="g2_rich_text w-richtext"><p>What made Aikido stand out was that it felt like it was built by developers, for developers. Aikido’s reachability analysis helps us filter out irrelevant findings so we can focus on real, exploitable issues. We can now get more security work done in less time, which benefits our clients directly. You can tell the Aikido team genuinely cares and is building a better product every day. It’s refreshing.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Marcus Döllerer, TechDivision</div><div>Mid-Market (51-200 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="#" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Best security platform around&quot;</h3><div class="g2_rich_text w-richtext"><p>We tried Checkmarx and Snyk, but Aikido was faster, more actionable, and easier to work with.</p><p>‍</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Ega Sanjaya, Faspay</div><div>Small Business (51-200 employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="#" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Fast Fixes&quot;</h3><div class="g2_rich_text w-richtext"><p>The fastest time we fixed a vulnerability was just 5 seconds after detection. That is efficiency.</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Aufar, Petrosea</div><div>Enterprise (5k-10K employees)</div></div></div></div><div role="listitem" class="g2_collection_item w-dyn-item"><div class="g2_item_content"><div class="g2_item_top u-vflex-left-top"><a href="#" class="g2_link w-inline-block"><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/655b8ea91533682c3f0f6c53_g2.webp" loading="lazy" width="24" height="24" alt="G2" class="image-30 w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024654c71df23/6915e13b13eef5663d538083_aikido.png" loading="lazy" width="24" height="24" alt="G2" class="image-30"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18cc490581cb43c39652b_5%20stars.svg" loading="lazy" alt="" class="g2_stars"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18dda1d26b75a0836c337_4.5%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67d18d8a014c677102759be4_4%20stars.svg" loading="lazy" alt="" class="g2_stars w-condition-invisible"/></a><h3 class="g2_heading u-heading-style-h4">&quot;Upgrade after using Snyk&quot;</h3><div class="g2_rich_text w-richtext"><p>&quot;After two years of struggling with Snyk, Aikido had our developers smiling within 10 minutes.&quot;</p><p>‍</p></div><div class="g2_item_radio_wrapper"><input type="radio" name="review" class="g2_item_radio"/><div>See more  ↓</div></div></div><div><div class="features_review_name">Jesse Harris, Dental Intelligence</div><div>Mid-Market (201-500 employees)</div></div></div></div></div></div></section></section><section class="section_review"><div class="padding-global"><div class="container-medium"><div class="padding-custom4"><div class="content"><div class="text-align-center"><div class="tag is-green"><p>Review</p></div><div class="padding-bottom padding-small"></div><h2 class="text-size-review text-color-white">&quot;The platform focuses on doing one thing right, increasing the maturity of your company&#x27;s security posture without having to spend a lot of effort in integration and triaging false positives. It&#x27;s simple to integrate and simple to adopt for a small startup team that does not have a lot of bandwith but still wants to get better at InfoSec.&quot;</h2><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/67bdcd394812fa6c11ad5d35_Sebastian.avif" loading="lazy" alt="" class="image-review"/><p class="text-size-medium is--startup"><a href="https://www.g2.com/users/18cbb1fa-fb0e-4d19-8468-a2942f3189f6"><span class="text-color-white">Sebastian D</span></a><span class="text-color-white">,</span> Head of Software Engineering at <a href="https://www.feebris.com/" target="_blank" class="link">Feebris</a><br/></p></div></div></div></div></div></section><section id="discount" class="section_header style-light no-overflow"><div class="css w-embed"><style>
  .form-width.is-pricing .hbspt-form {
    width: 100% !important;
  }

  #startup-price label {
    color: white;
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }

  #startup-price input {
    width: 100%;
    padding-left: 1rem;
    border: none;
  }

  #startup-price input.hs-button.primary.large {
    color: white;
  }

  #startup-price .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
  }

  .pricing_modal-wrapper.is--pricing {
    background-color: transparent !important;
  }

  #startup-price textarea {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0.75rem;
    border: none;
    color: black;
  }

  #startup-price input {
    height: 2.5rem;
    color: black;
  }

  #startup-price input.hs-button.primary.large {
    background-color: #6551f3;
    border-radius: 3rem;
    border: none;
  }

  #startup-price .hs-richtext {
    margin-top: 0.75rem;
    font-size: 0.7rem;
    line-height: 120%;
    color: grey;
  }
  #startup-price .hs-richtext.hs-main-font-element {
    color: grey;
    line-height: 120%;
    font-size: 0.75rem;
    margin-top: -1.75rem;
    margin-bottom: 1.5rem;
  }
  #startup-price ul.no-list.hs-error-msgs.inputs-list {
    color: red !important;
    list-style: none;
    padding: 0rem;
    margin: 0rem;
    font-size: 0.75rem;
    margin-top: -1.25rem !important;
  }
  #startup-price li {
    padding: 0rem;
    /* color: red; */
  }
  #startup-price label.hs-main-font-element {
    color: red !important;
  }

  #startup-price .hbspt-form {
    width: 100% !important;
  }
</style></div><div id="aikido-for-startups" class="section_startup"><div class="padding-global"><div class="container-large"><div class="padding-vertical padding-large"><div class="max-width-medium align-center"><div class="text-align-center"><div class="button-group is-center"><div class="tag is-blue is-new"><div>Discount</div></div></div><div class="padding-bottom padding-small"></div><h2 class="heading-style-h2 text-color-black text-weight-medium">Startup Discount</h2><div class="padding-bottom padding-large"></div><div class="text-size-medium text-color-grey">To make security more accessible for startups, we&#x27;re offering discounts of up to 30%.</div><section class="padding-tiny"></section><div class="text-size-small text-color-grey">Eligibility: you raised less than $1.5M in funding or are a nonprofit organization.</div><div class="padding-bottom padding-medium"></div><div class="contact_pricing-component w-form"><div id="startup-price" class="form-width w-embed w-script"><script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
<script>
  hbspt.forms.create({
    region: "eu1",
    portalId: "26076760",
    formId: "a8988364-bd36-4e1c-9f3c-6ed786d92d47",
    onFormSubmit: function() {
      // Select the success message element
      var successMessage = document.querySelector('.success-message');
      
      // Check if the element exists
      if (successMessage) {
        // Apply the display style with !important
        successMessage.style.display = 'block';
        successMessage.style.setProperty('display', 'block', 'important');
      }
    }
  });
</script></div><div class="success-message is-pricing w-form-done"><div class="success-text is-pricing">Thank you,<br/>we’ll be in touch.</div><div class="padding-bottom padding-medium"></div><div class="text-align-center"><div class="text-size-medium text-color-grey-light">We will get back to you as soon as possible.</div></div><div class="padding-section-medium padding-bottom"></div><a href="/" class="button is-secondary is-alternate is-gray is-full w-button">Back to homepage</a></div><div class="error-message is-pricing w-form-fail"><div class="error-text">Oops! Something went wrong while submitting the form.</div></div></div></div></div></div></div></div></div></section><section data-wf--global-cta-section-new--variant="base" class="main_cta_wrap"><div class="main_cta_container u-container-large"><div class="main_cta_line is--left"></div><div class="main_cta_line is--top"></div><div class="main_cta_line is--right"></div><div class="main_hero_top u-vflex-center-top"><h2 text="clip" class="main_cta_heading u-heading-style-h1">Get secure now</h2><p class="main_hero_p u-text-size-18 u-text-opacity-80">Secure your code, cloud, and runtime in one central system.<br/>Find and fix vulnerabilities <span class="u-text-color-light-purple u-text-stroke">fast</span> automatically.</p><div class="main_hero_buttons u-hflex-center-center is--footer"><a id="bottom-cta" theme="" modal="" data-wf--button-primary-new--variant="base" href="https://app.aikido.dev/login" class="u-button-primary w-inline-block"><div text="clip" class="u-button-text z-index-1">Start Scanning</div></a><a modal="" theme="" data-wf--button-secondary-new--variant="base" href="https://www.aikido.dev/book/demo" class="u-button-secondary w-inline-block"><div text="clip" class="u-button-text z-index-1">Book a demo</div></a></div><div class="main_hero_social u-text-opacity-80">No credit card required | Scan results in 32secs.</div></div><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825fdbd77201ff82b42eaac_5977b7d4849e2b1950c49c60ef18cfc3_visual-cta-dashboard.png" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825fdbd77201ff82b42eaac_5977b7d4849e2b1950c49c60ef18cfc3_visual-cta-dashboard-p-500.png 500w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825fdbd77201ff82b42eaac_5977b7d4849e2b1950c49c60ef18cfc3_visual-cta-dashboard-p-800.png 800w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825fdbd77201ff82b42eaac_5977b7d4849e2b1950c49c60ef18cfc3_visual-cta-dashboard-p-1080.png 1080w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825fdbd77201ff82b42eaac_5977b7d4849e2b1950c49c60ef18cfc3_visual-cta-dashboard-p-1600.png 1600w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825fdbd77201ff82b42eaac_5977b7d4849e2b1950c49c60ef18cfc3_visual-cta-dashboard.png 2151w" class="main_cta_visual"/><img src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825d8f68e45d9a5bf7a4beb_b1dbddf2b778530e6f5ace222c099514_random-cta-background.avif" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825d8f68e45d9a5bf7a4beb_b1dbddf2b778530e6f5ace222c099514_random-cta-background-p-500.png 500w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825d8f68e45d9a5bf7a4beb_b1dbddf2b778530e6f5ace222c099514_random-cta-background.avif 3222w" alt="" class="main_cta_bg"/></div></section></main><footer data-wf--footer--variant="base" class="footer_component"><div class="css w-embed"><style>
  .footer_subscribe_form .submitted-message {
    margin-block: 1.25rem;
    padding: 0 !important;
    overflow: hidden;
    background-color: transparent !important;
    height: auto !important;
    font-size: 1.5rem !important;
  }

  .footer_subscribe_form .hs-input {
    width: 35rem !important;
    height: 3.5rem !important;
    margin-top: 0 !important;
    padding: 0.5rem 1rem !important;
    border: solid var(--surface--carbon--80);
    border-radius: 10rem !important;
    background-color: var(--body-black) !important;
    color: #fff;
  }
  [data-wf--footer--variant='dark-new'] .footer_subscribe_form .hs-input {
    background-color: #0b0b13 !important;
  }

  .footer_subscribe_form .hs_submit .hs-button.primary.large {
    inset: auto 0.5rem auto auto !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 2.5rem !important;
    border: none;
    border-radius: 10rem !important;
    background-color: var(--primary--aiki--100);
    box-shadow: inset 0 6px 12px rgba(255, 255, 255, 0.25);
    color: inherit;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: transform 300ms ease;
  }

  .footer_subscribe_form .hs_submit .hs-button.primary.large:hover {
    transform: scale(1.025);
  }

  .footer_subscribe_form .hs_submit .actions {
    position: absolute !important;
    top: 0.5rem !important;
    right: 2.66rem !important;
    bottom: 0.5rem !important;
    width: 10rem !important;
    height: 2.5rem !important;
    color: #fff;
  }

  .footer_subscribe_form .footer_subscribe_form #hsForm_edb18ab7-fd40-45f4-af6f-e1e6fdb5f386,
  .footer_subscribe_form form#hsForm_edb18ab7-fd40-45f4-af6f-e1e6fdb5f386 {
    position: relative !important;
  }

  .footer_subscribe_form .hs-error-msg.hs-main-font-element,
  .footer_subscribe_form ul.no-list.hs-error-msgs.inputs-list {
    color: red !important;
  }

  .footer_subscribe_form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    top: 4rem !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    font-size: 0.75rem !important;
  }

  .footer_subscribe_form ul.no-list.hs-error-msgs.inputs-list li {
    padding: 0 !important;
  }

  .footer_subscribe_form .hbspt-form {
    height: 3.5rem !important;
  }

  @media only screen and (max-width: 767px) {
    .footer_subscribe_form .hs-input,
    .footer_subscribe_form.w-embed.w-script {
      width: 100% !important;
    }
  }

  .footer_subscribe_form .hs-richtext {
    font-size: 0.7rem !important;
    margin-top: 0.5rem !important;
  }
</style></div><div class="footer_menu_bg u-background-dark"><div class="u-background-dark-inner"></div><div class="footer_container u-container-large"><div class="w-layout-grid footer_menu"><div class="footer_menu_list"><div class="footer_menu_heading">Company</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="/platform" class="footer_menu_link">Platform</a></li><li class="footer_menu_li"><a href="/pricing" class="footer_menu_link">Pricing</a></li><li class="footer_menu_li"><a href="/company/about" class="footer_menu_link">About</a></li><li class="footer_menu_li"><a href="/company/careers" class="footer_menu_link">Careers</a></li><li class="footer_menu_li"><a href="/contact" class="footer_menu_link">Contact</a></li><li class="footer_menu_li"><a href="/partner" class="footer_menu_link">Partner with us</a></li></ul></div><div class="footer_menu_list"><div class="footer_menu_heading">Resources</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="https://help.aikido.dev/doc/overview-aikido-docs/docCpLHBMatZ" target="_blank" class="footer_menu_link">Docs</a></li><li class="footer_menu_li"><a href="https://apidocs.aikido.dev/" target="_blank" class="footer_menu_link">Public API Docs</a></li><li class="footer_menu_li"><a href="https://security.aikido.dev/" target="_blank" class="footer_menu_link">Vulnerability Database</a></li><li class="footer_menu_li"><a href="/blog" class="footer_menu_link">Blog</a></li><li class="footer_menu_li"><a href="/customer-stories" class="footer_menu_link">Customer Stories</a></li><li class="footer_menu_li"><a href="https://integrations.aikido.dev/" target="_blank" class="footer_menu_link">Integrations</a></li><li class="footer_menu_li"><a href="/glossary" class="footer_menu_link">Glossary</a></li><li class="footer_menu_li"><a href="/company/press-kit" class="footer_menu_link">Press Kit</a></li><li class="footer_menu_li"><a href="/wall-of-love" class="footer_menu_link">Customer Reviews</a></li><li class="footer_menu_li"><a href="https://intel.aikido.dev/" class="footer_menu_link">Aikido Intel</a></li></ul></div><div class="footer_menu_list"><div class="footer_menu_heading">Industries</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="/industries/healthtech" class="footer_menu_link">For HealthTech</a></li><li class="footer_menu_li"><a href="/industries/medtech" class="footer_menu_link">For MedTech</a></li><li class="footer_menu_li"><a href="/industries/aikido-for-fintech" class="footer_menu_link">For FinTech</a></li><li class="footer_menu_li"><a href="/industries/security-tech" class="footer_menu_link">For SecurityTech</a></li><li class="footer_menu_li"><a href="/industries/aikido-for-legaltech" class="footer_menu_link">For LegalTech</a></li><li class="footer_menu_li"><a href="/industries/aikido-for-hrtech" class="footer_menu_link">For HRTech</a></li><li class="footer_menu_li"><a href="/industries/aikido-for-agencies" class="footer_menu_link">For Agencies</a></li><li class="footer_menu_li"><a href="/industries/aikido-for-enterprise" class="footer_menu_link">For Enterprise</a></li><li class="footer_menu_li"><a href="/industries/aikido-for-startups" aria-current="page" class="footer_menu_link w--current">For Startups</a></li><li class="footer_menu_li"><a href="/industries/pe-group-companies" class="footer_menu_link">For PE &amp; Group Companies</a></li><li class="footer_menu_li"><a href="/industries/government-public-sector" class="footer_menu_link">For Government &amp; Public Sector</a></li><li class="footer_menu_li"><a href="/industries/software-security-for-smart-manufacturing-engineering" class="footer_menu_link">For Smart Manufacturing &amp; Engineering</a></li><li class="footer_menu_li"><a href="/fedramp-security" class="footer_menu_link">For Government &amp; Regulated Workloads</a></li></ul></div><div class="footer_menu_list"><div class="footer_menu_heading">Use Cases</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="/attack/aipentest" class="footer_menu_link">Pentest</a></li><li class="footer_menu_li"><a href="/use-cases/soc2-iso-compliance" class="footer_menu_link">Compliance</a></li><li class="footer_menu_li"><a href="/use-cases/sast-dast" class="footer_menu_link">SAST &amp; DAST</a></li><li class="footer_menu_li"><a href="/use-cases/application-security-posture-management-aspm" class="footer_menu_link">ASPM</a></li><li class="footer_menu_li"><a href="/use-cases/vulnerability-management" class="footer_menu_link">Vulnerability Management</a></li><li class="footer_menu_li"><a href="/use-cases/sbom-generator-create-software-bill-of-materials" class="footer_menu_link">Generate SBOMs</a></li><li class="footer_menu_li"><a href="/use-cases/wordpress-security" class="footer_menu_link">WordPress Security</a></li><li class="footer_menu_li"><a href="/use-cases/secure-your-source-code" class="footer_menu_link">Secure Your Code</a></li><li class="footer_menu_li"><a href="/partners/microsoft" class="footer_menu_link">Aikido for Microsoft</a></li><li class="footer_menu_li"><a href="/partners/aws" class="footer_menu_link">Aikido for AWS</a></li></ul></div><div class="footer_menu_list"><div class="footer_menu_heading">Compare</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="/comparison/comparison-overview" class="footer_menu_link">vs All Vendors</a></li><li class="footer_menu_li"><a href="/comparison/snyk-alternative" class="footer_menu_link">vs Snyk</a></li><li class="footer_menu_li"><a href="/comparison/wiz-alternative" class="footer_menu_link">vs Wiz</a></li><li class="footer_menu_li"><a href="/comparison/mend-alternative" class="footer_menu_link">vs Mend</a></li><li class="footer_menu_li"><a href="/comparison/orca-security-alternative" class="footer_menu_link">vs Orca Security</a></li><li class="footer_menu_li"><a href="/comparison/veracode-alternative" class="footer_menu_link">vs Veracode</a></li><li class="footer_menu_li"><a href="/comparison/github-advanced-security-alternative" class="footer_menu_link">vs GitHub Advanced Security</a></li><li class="footer_menu_li"><a href="/comparison/gitlab-ultimate-alternative" class="footer_menu_link">vs GitLab Ultimate</a></li><li class="footer_menu_li"><a href="/comparison/checkmarx" class="footer_menu_link">vs Checkmarx</a></li><li class="footer_menu_li"><a href="/comparison/semgrep" class="footer_menu_link">vs Semgrep</a></li><li class="footer_menu_li"><a href="/comparison/aikido-vs-sonarqube" class="footer_menu_link">vs SonarQube</a></li><li class="footer_menu_li"><a href="/comparison/blackduck-alternative" class="footer_menu_link">vs Black Duck</a></li></ul></div><div class="footer_menu_last"><div class="footer_menu_list"><div class="footer_menu_heading">Legal</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="https://www.aikido.dev/policies/privacy" class="footer_menu_link">Privacy Policy</a></li><li class="footer_menu_li"><a href="https://www.aikido.dev/policies/cookies" class="footer_menu_link">Cookie Policy</a></li><li class="footer_menu_li"><a href="https://www.aikido.dev/policies/terms" class="footer_menu_link">Terms of Use</a></li><li class="footer_menu_li"><a href="/legal/msa" target="_blank" class="footer_menu_link">Master Subscription Agreement</a></li><li class="footer_menu_li"><a href="/legal/dpa" target="_blank" class="footer_menu_link">Data Processing Agreement</a></li><li class="footer_menu_li"><a href="/legal/ai-pentest-msa-addendum" target="_blank" class="footer_menu_link">AI Penetration Testing Addendum</a></li></ul></div><div class="footer_menu_list"><div class="footer_menu_heading">Connect</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="mailto:hello@aikido.dev" class="footer_menu_link">hello@aikido.dev</a></li></ul></div><div class="footer_menu_list"><div class="footer_menu_heading">Security</div><ul role="list" class="footer_menu_links"><li class="footer_menu_li"><a href="/trust-center" class="footer_menu_link">Trust Center</a></li><li class="footer_menu_li"><a href="https://trustcenter.aikido.dev/" target="_blank" class="footer_menu_link">Security Overview</a></li><li class="footer_menu_li"><a href="#" class="footer_menu_link cky-banner-element">Change Cookie Preferences</a></li></ul></div></div></div><div class="footer_menu_bottom"><div class="footer_menu_form u-vflex-left-top"><div class="footer_menu_heading">Subscribe</div><div class="text-size-tiny text-weight-medium text-color-grey-light">Stay up to date with all updates</div><div class="footer_subscribe_form w-embed w-script"><div id="hubspot-form-placeholder"></div>

<script>
(function() {
  var placeholder = document.getElementById('hubspot-form-placeholder');
  if (!placeholder) return;

  var loaded = false;
  function loadForm() {
    if (loaded) return;
    loaded = true;

    var s = document.createElement('script');
    s.src = 'https://js-eu1.hsforms.net/forms/embed/v2.js';
    s.charset = 'utf-8';
    s.onload = function() {
      hbspt.forms.create({
        portalId: '26076760',
        formId: 'edb18ab7-fd40-45f4-af6f-e1e6fdb5f386',
        region: 'eu1',
        target: '#hubspot-form-placeholder'
      });
    };
    document.head.appendChild(s);
  }

  // Load when the placeholder gets within 400px of the viewport
  var observer = new IntersectionObserver(function(entries) {
    if (entries[0].isIntersecting) {
      loadForm();
      observer.disconnect();
    }
  }, { rootMargin: '400px' });

  observer.observe(placeholder);
})();
</script></div></div><div class="footer_menu_social u-hflex-left-center"><a href="https://www.linkedin.com/company/aikido-security/" class="footer_menu_link is--social-link">LinkedIn</a><a href="https://www.youtube.com/@aikidosecurity" class="footer_menu_link is--social-link">YouTube</a><a aria-label="open-X-link" href="https://twitter.com/AikidoSecurity" class="footer_menu_link is--social-link">X</a></div></div><div class="footer_bottom"><div class="footer_location">© 2026 Aikido Security BV | BE0792914919<br/>🇪🇺 Keizer Karelstraat 15, 9000, Ghent, Belgium<br/>🇺🇸 95 Third St, 2nd Fl, San Francisco, CA 94103, US<br/>🇺🇸 330 N. Wabash 23rd Floor Chicago, IL 60611, US<br/>🇬🇧 Unit 33, Waterside, Schooner Court, 44-48 Wharf Road, London, United Kingdom, N1 7UX</div><div class="footer_badges"><a href="/trust-center" class="w-inline-block"><div class="footer_certificates"><div class="footer_certificate-item"><img loading="lazy" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/65f310a3cf0331eb28a19b30_4d80154b6064067b1f4fce8612e45c96_logo-%28AICPA-SOC%29.svg" alt="" class="footer_certificate-icon"/><div class="text-size-tiny">SOC 2</div><div class="padding-right padding-xxsmall"></div><div class="tag is-green-light is-small">Compliant</div></div><div class="footer_certificate-item"><img loading="lazy" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/65f2e16478f0b82120e5cfc0_1d5535a50e47e20323db1bc049765ecb_logo-%28ISO%29.svg" alt="" class="footer_certificate-icon"/><div class="text-size-tiny">ISO 27001</div><div class="padding-right padding-xxsmall"></div><div class="tag is-green-light is-small">Compliant</div></div><div class="footer_certificate-item"><img loading="lazy" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/694ba9c1bb8587cffe95e068_svgviewer-output%201.svg" alt="" class="footer_certificate-icon"/><div class="text-size-tiny">FedRAMP</div><div class="padding-right padding-xxsmall"></div><div class="tag is--light-blue is--small">Implementing</div></div></div></a></div></div><img loading="lazy" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825d9f876ee7b783bf870be_5c88b25d7ab1b35309c00d8d87f0206e_visual-get-security-done.svg" alt="" class="main_cta_text_visual u-hide-landscape"/><img sizes="100vw" srcset="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29-p-500.avif 500w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29-p-800.avif 800w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29-p-1080.avif 1080w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29-p-1600.avif 1600w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29-p-2000.avif 2000w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29.avif 2876w" alt="" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a5642422d4f42e155c997f2_cedee09e53facc896a00293043ba9a77_footer%20dark%20%281%29.avif" loading="lazy" class="main_cta_text_visual u-hide-landscape is--dark"/><img loading="lazy" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6825e614e27292cd2ae31e9a_visual-cta-aikido.svg" alt="" class="main_cta_text_visual is--mobile"/><img sizes="(max-width: 1716px) 100vw, 1716px" srcset="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a589f5a4f84d399e3e9fe48_a685f8e9ba584dd46e1b9dffca8a0acc_AIKIDO-p-500.avif 500w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a589f5a4f84d399e3e9fe48_a685f8e9ba584dd46e1b9dffca8a0acc_AIKIDO-p-800.avif 800w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a589f5a4f84d399e3e9fe48_a685f8e9ba584dd46e1b9dffca8a0acc_AIKIDO-p-1080.avif 1080w, https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a589f5a4f84d399e3e9fe48_a685f8e9ba584dd46e1b9dffca8a0acc_AIKIDO.avif 1716w" alt="" src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/6a589f5a4f84d399e3e9fe48_a685f8e9ba584dd46e1b9dffca8a0acc_AIKIDO.avif" loading="lazy" class="main_cta_text_visual is--mobile is--dark"/></div></div></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=642adcaf364024552e71df01" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/642adcaf364024552e71df01/js/aikido-staging.2977b141.7f21b11b673fffd7.js" type="text/javascript" integrity="sha384-5DRw0uwHYQq1yQ79UZ6c7jUWc5UJbf6rpyUOMo24qrm/y7w3cOGNb2zRjWLamOdc" crossorigin="anonymous"></script><script>
(function(global){global.pageFunctions=global.pageFunctions||{executed:{},functions:{},addFunction:function(id,fn){if(!this.functions[id])this.functions[id]=fn},executeFunctions:function(){if(this.added)return;this.added=true;for(const id in this.functions){if(!this.executed[id]){try{this.functions[id]();this.executed[id]=true}catch(e){console.error(`Error executing function ${id}:`,e)}}}}}})(window);
</script>

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://ss.aikido.dev/ns.html?id=GTM-TRNDV9B" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<script>
$(document).ready(function() {
  const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;

  function validateEmail(email) {
    return emailRegex.test(email);
  }
	$('div[email-error]').hide();
$('input[email-input]').on('input', function() {
  const email = $(this).val();
  if (validateEmail(email)) {
    $('div[email-error]').fadeOut(300); // Updated to fadeOut
  } else {
    $('div[email-error]').fadeIn(300); // Updated to fadeIn
  }
});

  $('form').on('submit', function(e) {
    if (!validateEmail($('input[email-input]').val())) {
      e.preventDefault();
    }
  });
});

</script>


<script>
pageFunctions.executeFunctions();
</script>

<script>
  // Define your base URLs for each language, including PT
  const baseUrls = {
    en: "https://www.aikido.dev",
    fr: "https://fr.aikido.dev",
    ja: "https://jp.aikido.dev",
    de: "https://de.aikido.dev",
    pt: "https://pt.aikido.dev" // Portuguese version
  };

  // Get the current path from the URL
  const path = window.location.pathname;

  // Function to create hreflang tags
  function createHreflangTags() {
    let tags = '';
    for (const [lang, baseUrl] of Object.entries(baseUrls)) {
      const url = `${baseUrl}${path}`;
      tags += `<link rel="alternate" href="${url}" hreflang="${lang}" />\n`;
    }
    // Add the x-default tag
    const xDefault = `${baseUrls.en}${path}`;
    tags += `<link rel="alternate" href="${xDefault}" hreflang="x-default" />\n`;

    // Insert the tags into the head of the document
    const head = document.head || document.getElementsByTagName('head')[0];
    head.insertAdjacentHTML('beforeend', tags);
  }

  // Run the function to create and insert hreflang tags
  createHreflangTags();
</script>

<!-- [Attributes by Finsweet] Accordion -->
<script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-accordion@1/accordion.js"></script>

<script>
  document.addEventListener("DOMContentLoaded", function () {

  // Define the languageSwitcher function
  function languageSwitcher() {
    const buttons = document.querySelectorAll('[website-language]');
    const currentLangDisplay = document.querySelector('[current-language]');

    if (!buttons.length || !currentLangDisplay) return;

    const getCurrentLang = () => {
      const hostParts = window.location.hostname.split('.');
      let currentLang;

      if (hostParts.length > 2) {
        const subdomain = hostParts[0];
        if (['fr', 'jp', 'de', 'pt'].includes(subdomain)) {
          currentLang = subdomain;
        } else {
          currentLang = 'en';
        }
      } else {
        currentLang = 'en';
      }

      return currentLang;
    };

    let currentLang = getCurrentLang();

    // Set initial display
    currentLangDisplay.textContent =
      currentLang === 'en' ? 'EN' : currentLang.toUpperCase();

    // Setup buttons
    buttons.forEach(button => {
      const lang = button.getAttribute('website-language');
      button.style.display =
        (lang === currentLang) ? 'none' : 'inline-block';

      button.addEventListener('click', () => {
        const newLang = button.getAttribute('website-language');
        const currentPath = window.location.pathname;

        let newUrl;
        if (newLang === 'en') {
          newUrl = `https://aikido.dev${currentPath}`;
        } else {
          newUrl = `https://${newLang}.aikido.dev${currentPath}`;
        }

        currentLangDisplay.textContent =
          newLang === 'en' ? 'EN' : newLang.toUpperCase();

        window.location.href = newUrl;
      });
    });
  }

  // Registration system
  window.pageFunctions = window.pageFunctions || {};
  window.pageFunctions.addFunction = function (id, fn) {
    if (!this.functions) this.functions = {};
    if (!this.executed) this.executed = {};

    if (!this.functions[id]) {
      this.functions[id] = fn;
      if (!this.executed[id]) {
        try {
          fn();
          this.executed[id] = true;
        } catch (e) {
          console.error(`Error executing function ${id}:`, e);
        }
      }
    }
  };

  // Register function
  window.pageFunctions.addFunction('languageSwitcher', languageSwitcher);

});
</script>

<script>
  //external links
document.addEventListener('DOMContentLoaded', function () {
  const origin = location.origin;
  // 1) External links (different domain)
  document.querySelectorAll('a[href^="http"]').forEach(a => {
    const isExternal = !a.href.startsWith(origin);
    if (isExternal) {
      a.setAttribute('target', '_blank');
      const rel = (a.getAttribute('rel') || '').split(' ').filter(Boolean);
      ['noopener','noreferrer'].forEach(v => { if (!rel.includes(v)) rel.push(v); });
      a.setAttribute('rel', rel.join(' '));
    }
  });
});
</script>

<script src="https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/loader.js" type="text/javascript" async="" defer=""></script><script src="https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.js" type="text/javascript" async="" defer=""></script><script src="https://js.hs-scripts.com/26076760.js" type="text/javascript" async="" defer=""></script></body></html>