foxguard 0.7.1

A security scanner as fast as a linter, written in Rust. 170+ built-in rules across 10 languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
import BenchmarkChart from '../ui/BenchmarkChart.astro';
---

<section class="py-24" id="speed">
  <div class="max-w-5xl mx-auto px-6">
    <h2 class="font-heading text-noir-50 text-3xl sm:text-4xl mb-4">Fast enough to leave on</h2>
    <p class="text-noir-500 text-base mb-2">Security scanning that takes minutes gets turned off.</p>
    <p class="text-noir-500 text-base mb-12">foxguard finishes before your editor saves.</p>
    <BenchmarkChart />
  </div>
</section>