Skip to content

Commit 76445e8

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 69d3165 commit 76445e8

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

README.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
129129
- [Dockerfile](#dockerfile)
130130
- [Embedded](#embedded)
131131
- [Embedded Ruby (a.k.a. ERB, eRuby)](#erb)
132-
- [Formatter](#formatter)
133132
- [Gherkin](#gherkin)
134133
- [HTML](#html)
135134
- [JSON](#json)
@@ -176,8 +175,6 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
176175
<h2>Ada</h2>
177176

178177

179-
- [Codepeer](https://www.adacore.com/static-analysis/codepeer) :copyright: — Detects run-time and logic errors.
180-
181178
- [Polyspace for Ada](https://www.mathworks.com/products/polyspace-ada.html) :copyright: — Provide code verification that proves the absence of overflow, divide-by-zero, out-of-bounds array access, and certain other run-time errors in source code.
182179

183180
- [SPARK](https://www.adacore.com/about-spark) :copyright: — Static analysis and formal verification toolset for Ada.
@@ -400,7 +397,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
400397

401398
- [effective_dart](https://pub.dev/packages/effective_dart) — Linter rules corresponding to the guidelines in Effective Dart
402399

403-
- [lint](https://github.com/passsy/dart-lint) — An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
400+
- **lint** :warning: — An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
404401

405402
- **Linter for dart** :warning: — Style linter for Dart.
406403

@@ -1452,8 +1449,6 @@ It supports multiple languages and is designed to be extensible, allowing you to
14521449

14531450
- [CodeFlow](https://www.getcodeflow.com) :copyright: — Automated code analysis tool to deal with technical depth. Integrates with Bitbucket and Gitlab. (free for Open Source Projects)
14541451

1455-
- [CodeIt.Right](https://submain.com/products/codeit.right.aspx) :copyright: — CodeIt.Right&trade; provides a fast, automated way to ensure that your source code adheres to (your) predefined design and style guidelines as well as best coding practices.
1456-
14571452
- [Codemodder](https://codemodder.io/) — Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and other code quality problems.
14581453

14591454
- [codeql](https://github.com/github/codeql) — Deep code analysis - semantic queries and dataflow for several languages with VSCode plugin support.
@@ -1555,7 +1550,13 @@ It supports multiple languages and is designed to be extensible, allowing you to
15551550

15561551
- [MOPSA](https://mopsa.lip6.fr) — A static analyzer designed to easily reuse abstract domains across widely different languages (such as C and Python).
15571552

1558-
- **oclint** :warning: — A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C.
1553+
- [Neurolint-CLI](https://neurolint.dev) — Deterministic code transformation tool using AST parsing and rule-based transformations.
1554+
Automatically fixes 50+ issues including accessibility violations, hydration errors,
1555+
React 19/Next.js 16 migrations, and configuration updates. Features 5-step fail-safe
1556+
orchestration to ensure zero breaking changes. Specialized for React, Next.js, and TypeScript projects.
1557+
1558+
1559+
- [oclint](http://oclint.org) — A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C.
15591560

15601561
- [Offensive 360](https://offensive360.com/) :copyright: — Commercial Static Code Analysis system doesn't require building the source code or pre-compilation.
15611562

@@ -1651,7 +1652,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
16511652

16521653
- [Synopsys](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) :copyright: — A commercial static analysis platform that allows for scanning of multiple languages (C/C++, Android, C#, Java, JS, PHP, Python, Node.JS, Ruby, Fortran, and Swift).
16531654

1654-
- [Teamscale](https://www.cqse.eu/en/teamscale/overview/) :copyright: — Static and dynamic analysis tool supporting more than 25 languages and direct IDE integration. Free hosting for Open Source projects available on request. Free academic licenses available.
1655+
- [Teamscale](https://teamscale.com) :copyright: — Static and dynamic analysis tool supporting more than 25 languages and direct IDE integration. Free hosting for Open Source projects available on request. Free academic licenses available.
16551656

16561657
- [TencentCodeAnalysis](https://tca.tencent.com/) — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
16571658

@@ -1757,8 +1758,6 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
17571758

17581759
- [JEB Decompiler](https://www.pnfsoftware.com/) :copyright: — Decompile and debug binary code. Break down and analyze document files. Android Dalvik, MIPS, ARM, Intel x86, Java, WebAssembly & Ethereum Decompilers.
17591760

1760-
- [ktool](https://ktool.cynder.me/en/latest/ktool.html) — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
1761-
17621761
- [Malcat](https://malcat.fr/) :copyright: — Hexadecimal editor and disassembler for malware analysis and binary file inspection. Supports over 50 file formats and multiple CPU architectures (x86/x64, MIPS, .NET, Python, VB p-code). Features rapid analysis, embedded file extraction, Yara signature scanning, anomaly detection, and Python scripting. Designed for malware analysts, SOC operators, incident responders, and CTF players.
17631762

17641763
- [Manalyze](https://github.com/JusticeRage/Manalyze) — A static analyzer, which checks portable executables for malicious content.
@@ -1831,7 +1830,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
18311830
<h2>Configuration Management</h2>
18321831

18331832

1834-
- [ansible-lint](https://docs.ansible.com/ansible-lint) — Checks playbooks for practices and behaviour that could potentially be improved.
1833+
- [ansible-lint](https://ansible.readthedocs.io/projects/lint/) — Checks playbooks for practices and behaviour that could potentially be improved.
18351834

18361835
- [AWS CloudFormation Guard](https://github.com/aws-cloudformation/cloudformation-guard) — Check local CloudFormation templates against policy-as-code rules and generate rules from existing templates.
18371836

@@ -1991,17 +1990,6 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19911990
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) — A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
19921991

19931992

1994-
<a name="formatter" />
1995-
<h2>Formatter</h2>
1996-
1997-
1998-
- [Neurolint-CLI](https://neurolint.dev) — Deterministic code transformation tool using AST parsing and rule-based transformations.
1999-
Automatically fixes 50+ issues including accessibility violations, hydration errors,
2000-
React 19/Next.js 16 migrations, and configuration updates. Features 5-step fail-safe
2001-
orchestration to ensure zero breaking changes. Specialized for React, Next.js, and TypeScript projects.
2002-
2003-
2004-
20051993
<a name="gherkin" />
20061994
<h2>Gherkin</h2>
20071995

@@ -2313,8 +2301,6 @@ Kani verifies:
23132301

23142302
- [kics](https://kics.io/) — Find security vulnerabilities, compliance issues, and infrastructure misconfigurations in your infrastructure-as-code. Supports Terraform, Kubernetes, Docker, AWS CloudFormation and Ansible
23152303

2316-
- [ktool](https://ktool.cynder.me/en/latest/ktool.html) — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
2317-
23182304
- **kube-hunter** :warning: — Hunt for security weaknesses in Kubernetes clusters.
23192305

23202306
- [lockfile-lint](https://github.com/lirantal/lockfile-lint) — Lint an npm or yarn lockfile to analyze and detect security issues
@@ -2341,14 +2327,10 @@ Kani verifies:
23412327

23422328
- **QuantifiedCode** :warning: — Automated code review & repair. It helps you to keep track of issues and metrics in your software projects, and can be easily extended to support new types of analyses.
23432329

2344-
- [Rezilion](https://www.rezilion.com/) :copyright: — Discovers vulnerabilities for all components in your environment, filters out 85% non-exploitable vulnerabilities and creates a remediation plan and open tickets to upgrade components that violate your security policy and/or patch automatically in CI.
2345-
23462330
- [Safety](https://safetycli.com/) — Python dependency vulnerability scanner designed to enhance software supply chain security by detecting packages with known vulnerabilities. Checks Python dependencies against a database of known security vulnerabilities and provides detailed reports. Supports CI/CD integration and multiple output formats.
23472331

23482332
- [scorecard](https://github.com/ossf/scorecard) — Security Scorecards - Security health metrics for Open Source
23492333

2350-
- [SearchDiggity](https://resources.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/) :copyright: — Identifies vulnerabilities in open source code projects hosted on Github, Google Code, MS CodePlex, SourceForge, and more. The tool comes with over 130 default searches that identify SQL injection, cross-site scripting (XSS), insecure remote and local file includes, hard-coded passwords, etc.
2351-
23522334
- [Steampunk Spotter](https://steampunk.si/spotter/) :copyright: — Ansible Playbook Scanning Tool that analyzes and offers recommendations for your playbooks.
23532335

23542336
- [Symfony Insight](https://insight.symfony.com/) :copyright: — Detect security risks, find bugs and provide actionable metrics for PHP projects.

data/api/tools.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,7 +3498,7 @@
34983498
"plans": null,
34993499
"description": "Static Code Analysis for R.",
35003500
"discussion": null,
3501-
"deprecated": true,
3501+
"deprecated": null,
35023502
"resources": null,
35033503
"reviews": null,
35043504
"demos": null,
@@ -11321,7 +11321,7 @@
1132111321
"plans": null,
1132211322
"description": "An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter",
1132311323
"discussion": null,
11324-
"deprecated": null,
11324+
"deprecated": true,
1132511325
"resources": null,
1132611326
"reviews": null,
1132711327
"demos": null,
@@ -12102,7 +12102,7 @@
1210212102
"plans": null,
1210312103
"description": "Format markdown code blocks using your favorite code formatters.",
1210412104
"discussion": null,
12105-
"deprecated": false,
12105+
"deprecated": null,
1210612106
"resources": null,
1210712107
"reviews": null,
1210812108
"demos": null,
@@ -13033,7 +13033,7 @@
1303313033
"plans": null,
1303413034
"description": "A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C.",
1303513035
"discussion": null,
13036-
"deprecated": true,
13036+
"deprecated": null,
1303713037
"resources": null,
1303813038
"reviews": null,
1303913039
"demos": null,
@@ -13777,7 +13777,7 @@
1377713777
"plans": null,
1377813778
"description": "Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.",
1377913779
"discussion": null,
13780-
"deprecated": true,
13780+
"deprecated": null,
1378113781
"resources": null,
1378213782
"reviews": null,
1378313783
"demos": null,
@@ -20430,7 +20430,7 @@
2043020430
"plans": null,
2043120431
"description": "Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.",
2043220432
"discussion": null,
20433-
"deprecated": true,
20433+
"deprecated": null,
2043420434
"resources": null,
2043520435
"reviews": null,
2043620436
"demos": null,

0 commit comments

Comments
 (0)