DeepAudit is a free, open source version control & collaboration project written in Python and released under AGPL-3.0. It has 7,028 GitHub stars, 851 forks and 94 open issues, and was last pushed 40 hours ago. On this registry it ranks #17 of 30 tracked projects in Version Control & Collaboration, with 5 head-to-head comparisons available. It gained 7 stars over the last 3 tracked days.

What is DeepAudit?

DeepAudit is an open-source, AGPL-3.0 licensed multi-agent system for mining code vulnerabilities, written in Python, that gives individual developers, small security teams, and DevSecOps groups an AI audit crew they can deploy and run themselves.

What it is

DeepAudit is a multi-agent code audit platform that lives in the Developer Tools / Version Control & Collaboration ecosystem. A React 18 and TypeScript 5.7 frontend talks to a FastAPI 0.100+ backend on Python 3.11 or newer, and the agents inside it collaborate autonomously to review a codebase and then verify what they suspect by executing an automated sandbox proof of concept. The project is described as the first open-source multi-agent system of its kind for code vulnerability mining, with version 3.0.4 published on its releases page.

The concrete problem it targets is the cost and complexity of security audit. Traditional static analysis tools produce long lists of unverified candidates that a human must triage, while commercial AI audit platforms are closed, expensive, and require shipping source code to a vendor. DeepAudit replaces that combination with an open, self-hostable pipeline in which the reasoning is visible in a live audit-stream log and each candidate finding can be pushed through sandbox PoC verification before anyone acts on it. Its topic list places it squarely among SAST, security-scanner, code-review, and DevSecOps tooling.

Key capabilities

  • Multi-agent collaborative audit, with the audit-stream log showing agent reasoning and execution step by step as the review proceeds.
  • Automated sandbox PoC verification of suspected vulnerabilities, so findings arrive confirmed rather than as raw candidates.
  • Ollama private deployment, allowing the language model to run locally, plus support for relay stations where a hosted model endpoint is needed.
  • Instant analysis mode that accepts pasted code or an uploaded file and returns results directly.
  • Project management that imports repositories from GitHub, GitLab, and Gitea and tracks multiple projects side by side.
  • One-click report export in PDF, Markdown, and JSON formats.
  • A dashboard view of overall project security posture, and a published track record of 49 CVE identifiers and 6 GHSA advisories across 17 well-known open-source projects.

Who uses it and how

  • Individual developers and small teams without a dedicated security function use the one-click deployment path to run an audit without standing up a security programme.
  • DevSecOps groups that cannot send proprietary source code to a third party run the model through Ollama private deployment instead of an external API.
  • Security researchers auditing third-party open-source software, as in the OpenClaw engagement where six confirmed advisories covering command injection, signature verification bypass, code execution, credential exposure, resource exhaustion, and information disclosure were reported.
  • Organisations managing several repositories import them from GitHub, GitLab, or Gitea and use the dashboard to compare security posture across the portfolio.
  • Teams with reporting obligations export findings as PDF, Markdown, or JSON for handoff and remediation tracking.

Getting started

The README describes one-click deployment intended to work without deep setup experience, with the model backend supplied either by an Ollama private deployment or by a relay station. The current release is version 3.0.4; the facts here do not list a package name, Docker image, or compose file, so installation specifics should be read from the repository itself.

How it compares

No list of paid products that this project replaces is provided in the facts, and no comparable tools are named either, so DeepAudit stands alone in this registry. Its distinguishing property is that it is the open-source member of a category otherwise represented by closed products, which is what makes its AGPL-3.0 licence and self-hosting story relevant.

When to use it — and when not to

A self-hoster must operate the FastAPI backend and React frontend together and supply a model, either locally through Ollama or through a relay station; the facts do not specify the database, storage, or mail services involved, so those requirements should be confirmed before planning a deployment. Anyone expecting the published CVE and GHSA record to be reproduced by the open-source edition should note that the 49 CVEs and 6 advisories were found by the closed-source version, and the open repository currently carries 94 open issues. Teams unwilling to accept AGPL-3.0 copyleft obligations, or those needing a vendor-supported contract with defined SLAs, are not the right fit.

project readme (upstream, from github) — read inline

DeepAudit - 人人拥有的 AI 审计战队,让漏洞挖掘触手可及 🦸‍♂️

Version License: AGPL-3.0 React TypeScript FastAPI Python Ask DeepWiki

Stars Forks

lintsinghua%2FDeepAudit | Trendshift

简体中文 | English


📸 界面预览

🤖 Agent 审计入口

首页快速进入 Multi-Agent 深度审计

📋 审计流日志


实时查看 Agent 思考与执行过程
🎛️ 智能仪表盘


一眼掌握项目安全态势
⚡ 即时分析


粘贴代码 / 上传文件,秒出结果
🗂️ 项目管理


GitHub/GitLab/Gitea 导入,多项目协同管理

📊 专业报告

一键导出 PDF / Markdown / JSON(图中为快速模式,非Agent模式报告)


🏆 CVE 漏洞发现

DeepAudit(闭源版本) 已成功发现并获得 49 个 CVE 编号 和 6 个 GHSA 安全公告🦞

涉及17个知名开源项目

OpenClaw🦞 漏洞挖掘成果

DeepAudit 内测版本对 OpenClaw 项目进行了深度安全审计,目前已发现 6 个安全漏洞,均已被官方确认并发布安全公告(GHSA)。漏洞类型覆盖命令注入、签名验证绕过、远程代码执行、凭证泄露、资源耗尽及敏感信息泄露,其中包含多个 High 级别漏洞。更多漏洞仍在持续挖掘中。

GHSA 编号 项目 项目热度 漏洞类型 严重性
GHSA-g353-mgv3-8pcj OpenClaw Stars Signature Verification Bypass 8.6
GHSA-99qw-6mr3-36qr OpenClaw Stars Code Execution 8.5
GHSA-7h7g-x2px-94hj OpenClaw Stars Credential Exposure 6.9
GHSA-g2f6-pwvx-r275 OpenClaw Stars Command Injection Medium
GHSA-jq3f-vjww-8rq7 OpenClaw Stars Resource Exhaustion High
GHSA-xwcj-hwhf-h378 OpenClaw Stars Information Disclosure Medium
CVE 编号 项目 项目热度 漏洞类型 CVSS
CVE-2026-1884 Zentao PMS Stars SSRF 5.1
CVE-2025-13789 Zentao PMS Stars SSRF 5.3
CVE-2025-13787 Zentao PMS Stars Privilege Escalation 9.1
CVE-2025-64428 Dataease Stars JNDI Injection 9.8
CVE-2025-13246 Modulithshop Stars SQL Injection 6.3
CVE-2025-64163 Dataease Stars SSRF 9.8
CVE-2025-64164 Dataease Stars JNDI Injection 9.8
CVE-2025-11581 PowerJob Stars Privilege Escalation 7.5
CVE-2025-11580 PowerJob Stars Privilege Escalation 5.3
CVE-2025-10771 Jimureport Stars Deserialization 9.8
CVE-2025-10770 Jimureport Stars Deserialization 6.5
CVE-2025-10769 H2o-3 Stars Deserialization 9.8
CVE-2025-10768 H2o-3 Stars Deserialization 9.8
CVE-2025-58045 Dataease Stars JNDI Injection 9.8
CVE-2025-10423 Newbee-mall Stars Guessable Captcha 3.7
CVE-2025-10422 Newbee-mall Stars Privilege Escalation 4.3
CVE-2025-9835 Mall Stars Privilege Escalation 4.3
CVE-2025-9737 O2oa

readme truncated — read the full docs on github

Frequently asked questions

Is DeepAudit free to use?

DeepAudit is open source under the AGPL-3.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does DeepAudit do?

DeepAudit:人人拥有的 AI 黑客战队,让漏洞挖掘触手可及。国内首个开源的代码漏洞挖掘多智能体系统。小白一键部署运行,自主协作审计 + 自动化沙箱 PoC 验证。支持 Ollama 私有部署 ,一键生成报告。支持中转站。​让安全不再昂贵,让审计不再复杂。

What is DeepAudit written in?

DeepAudit is primarily written in Python. Its source is publicly available at https://github.com/lintsinghua/DeepAudit, and it has 7,028 GitHub stars.