diff --git a/README.md b/README.md
index e39f4d00f5..655181733a 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
Awk
-
- [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.
@@ -1349,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.
@@ -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).
diff --git a/data/tools/auditor-core.yml b/data/tools/auditor-core.yml
new file mode 100644
index 0000000000..25599fbae0
--- /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.