deslop 0.2.0

A static analyzer that spots low-context and AI-assisted code patterns across naming, concurrency, security, performance, and test quality.
Documentation
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/deslop/favicon.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap" rel="stylesheet">
    <meta
      name="description"
      content="AI is flooding Go code with slop. deslop finds it in seconds with Cargo installs, release binaries, and GitHub Actions support for fast repository scans."
    />
    <meta
      name="keywords"
      content="deslop, go static analysis, ai generated code, code quality, rust cli, golang tooling"
    />
    <meta name="theme-color" content="#07110d" />
    <script>
      const storedTheme = window.localStorage.getItem('deslop-theme')
      const theme = storedTheme === 'light' ? 'light' : 'dark'
      document.documentElement.dataset.theme = theme
      document.documentElement.classList.toggle('light', theme === 'light')
      document.querySelector('meta[name="theme-color"]')?.setAttribute('content', theme === 'light' ? '#f3f5f8' : '#07110d')
    </script>
    <title>deslop | Find AI slop in your code within seconds</title>
    <script type="module" crossorigin src="/deslop/assets/index-co4N5PrG.js"></script>
    <link rel="stylesheet" crossorigin href="/deslop/assets/index-B6gHUBVy.css">
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>