Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
<a name="awk" />
<h2>Awk</h2>


- [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.


Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Title image [Designed by Freepik](https://www.freepik.com).
14 changes: 14 additions & 0 deletions data/tools/auditor-core.yml
Original file line number Diff line number Diff line change
@@ -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.
Loading