From 9663dcd602f2ab5a4c8b3e332277145073690e52 Mon Sep 17 00:00:00 2001
From: Data Wizual <121548721+DataWizual@users.noreply.github.com>
Date: Fri, 24 Apr 2026 07:52:40 +0500
Subject: [PATCH 1/4] Add Auditor Core to README
Added a new entry for Auditor Core with a brief description.
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e39f4d00f..14e339149 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
| [.env](#dotenv) | [Embedded Ruby (a.k.a. ERB, eRuby)](#erb) | [Prometheus](#prometheus) |
| [Ansible](#ansible) | [Gherkin](#gherkin) | [Protocol Buffers](#protobuf) |
| [Archive](#archive) | [HTML](#html) | [Puppet](#puppet) |
+| [Auditor Core](https://github.com/DataWizual/auditor-core-technical-overview) :copyright: — Deterministic security audit engine with 11 detection engines (SAST, secrets, IaC, supply chain), AI-powered false positive elimination via Gemini/Groq, vulnerability chain analysis, and SOC 2/CIS/ISO 27001 compliance mapping.
| [Azure Resource Manager](#arm) | [JSON](#json) | [Rails](#rails) |
| [Binaries](#binary) | [Kubernetes](#kubernetes) | [Security/SAST](#security) |
| [Build tools](#buildtool) | [LaTeX](#latex) | [Smart Contracts](#smart-contracts) |
@@ -2427,4 +2428,4 @@ To the extent possible under law, [Matthias Endler](https://endler.dev) has waiv
The underlying source code used to format and display that content is licensed under the MIT license.
-Title image [Designed by Freepik](https://www.freepik.com).
\ No newline at end of file
+Title image [Designed by Freepik](https://www.freepik.com).
From 50c2b614929d0a02fd2c252e6da2344566f61ef3 Mon Sep 17 00:00:00 2001
From: Data Wizual <121548721+DataWizual@users.noreply.github.com>
Date: Fri, 24 Apr 2026 07:57:45 +0500
Subject: [PATCH 2/4] Remove Auditor Core description from README
Removed detailed description of Auditor Core from the README.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 14e339149..8ac1b696f 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
| [.env](#dotenv) | [Embedded Ruby (a.k.a. ERB, eRuby)](#erb) | [Prometheus](#prometheus) |
| [Ansible](#ansible) | [Gherkin](#gherkin) | [Protocol Buffers](#protobuf) |
| [Archive](#archive) | [HTML](#html) | [Puppet](#puppet) |
-| [Auditor Core](https://github.com/DataWizual/auditor-core-technical-overview) :copyright: — Deterministic security audit engine with 11 detection engines (SAST, secrets, IaC, supply chain), AI-powered false positive elimination via Gemini/Groq, vulnerability chain analysis, and SOC 2/CIS/ISO 27001 compliance mapping.
| [Azure Resource Manager](#arm) | [JSON](#json) | [Rails](#rails) |
| [Binaries](#binary) | [Kubernetes](#kubernetes) | [Security/SAST](#security) |
| [Build tools](#buildtool) | [LaTeX](#latex) | [Smart Contracts](#smart-contracts) |
@@ -135,7 +134,8 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
Awk
-
+- [Auditor Core](https://github.com/DataWizual/auditor-core-technical-overview) :copyright: — Deterministic security audit engine with 11 detection engines (SAST, secrets, IaC, supply chain), AI-powered false positive elimination via Gemini/Groq, vulnerability chain analysis, and SOC 2/CIS/ISO 27001 compliance mapping.
+-
- [gawk --lint](https://www.gnu.org/software/gawk/manual/html_node/Options.html) — Warns about constructs that are dubious or nonportable to other awk implementations.
From d9c7ae599b0f38acc359379b44694882d95c1fc2 Mon Sep 17 00:00:00 2001
From: Data Wizual <121548721+DataWizual@users.noreply.github.com>
Date: Fri, 24 Apr 2026 08:01:14 +0500
Subject: [PATCH 3/4] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8ac1b696f..655181733 100644
--- a/README.md
+++ b/README.md
@@ -134,8 +134,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
Awk
-- [Auditor Core](https://github.com/DataWizual/auditor-core-technical-overview) :copyright: — Deterministic security audit engine with 11 detection engines (SAST, secrets, IaC, supply chain), AI-powered false positive elimination via Gemini/Groq, vulnerability chain analysis, and SOC 2/CIS/ISO 27001 compliance mapping.
--
- [gawk --lint](https://www.gnu.org/software/gawk/manual/html_node/Options.html) — Warns about constructs that are dubious or nonportable to other awk implementations.
@@ -1350,6 +1348,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
- **Atom-Beautify** :warning: — Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom editor.
+- [Auditor Core](https://github.com/DataWizual/auditor-core-technical-overview) :copyright: — Deterministic security audit engine with 11 detection engines (SAST, secrets, IaC, supply chain), AI-powered false positive elimination via Gemini/Groq, vulnerability chain analysis, and SOC 2/CIS/ISO 27001 compliance mapping.
+
- [autocorrect](https://huacnlee.github.io/autocorrect) — A linter and formatter to help you to improve copywriting, correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean).
- [Axivion Bauhaus Suite](https://www.axivion.com/en/products-services-9#products_bauhaussuite) :copyright: — Tracks down error-prone code locations, style violations, cloned or dead code, cyclic dependencies and more for C/C++, C#/.NET, Java and Ada 83/Ada 95.
From 166c3dbb9f347aa3e701a57dec46cf366a4c1e6e Mon Sep 17 00:00:00 2001
From: Data Wizual <121548721+DataWizual@users.noreply.github.com>
Date: Fri, 24 Apr 2026 09:03:42 +0500
Subject: [PATCH 4/4] Create auditor-core.yml for Auditor Core tool
Added configuration for Auditor Core tool with details.
---
data/tools/auditor-core.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 data/tools/auditor-core.yml
diff --git a/data/tools/auditor-core.yml b/data/tools/auditor-core.yml
new file mode 100644
index 000000000..25599fbae
--- /dev/null
+++ b/data/tools/auditor-core.yml
@@ -0,0 +1,14 @@
+name: Auditor Core
+categories:
+ - linter
+tags:
+ - security
+ - sast
+ - python
+license: Proprietary
+types:
+ - cli
+source: 'https://github.com/DataWizual/auditor-core-technical-overview'
+homepage: 'https://github.com/DataWizual/auditor-core-technical-overview'
+description: >-
+ Deterministic security audit engine with 11 detection engines (SAST, secrets, IaC, supply chain), AI-powered false positive elimination via Gemini/Groq, vulnerability chain analysis, and SOC 2/CIS/ISO 27001 compliance mapping.