You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -662,6 +662,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
662
662
663
663
-[JBMC](https://www.cprover.org/jbmc) — Bounded model-checker for Java (bytecode), verifies user-defined assertions, standard assertions, several coverage metric analyses.
664
664
665
+
-[JLiSA](https://github.com/lisa-analyzer/jlisa) — An abstract interpretation-based static analyzer for Java build upon the [LiSA](https://github.com/lisa-analyzer/lisa) framekwork.
666
+
665
667
-[Mariana Trench](https://mariana-tren.ch/) — Our security focused static analysis tool for Android and Java applications. Mariana Trench analyzes Dalvik bytecode and is built to run fast on large codebases (10s of millions of lines of code). It can find vulnerabilities as code changes, before it ever lands in your repository.
666
668
667
669
-[NullAway](https://github.com/uber/NullAway) — Type-based null-pointer checker with low build-time overhead; an [Error Prone](http://errorprone.info/) plugin.
@@ -1016,6 +1018,8 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
1016
1018
1017
1019
-[pylyzers](https://mtshiba.github.io/pylyzer/) — A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.
1018
1020
1021
+
-[Pyra](https://github.com/spangea/Pyra) — Pyra is a high-level linter static analyzer for data science applications written in Python, that helps developers identify potential issues in their data science code written in Python, as an extension of [Lyra](https://github.com/caterinaurban/Lyra).
1022
+
1019
1023
-**pyre-check**:warning: — A fast, scalable type checker for large Python codebases. Pyre-check has been superseded by Pyrefly, its next iteration.
1020
1024
1021
1025
-[pyrefly](https://pyrefly.org/) — A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.
@@ -1615,7 +1619,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
1615
1619
1616
1620
-[Seqra](https://seqra.dev) — Security-focused static analyzer for Java and Kotlin web applications. Analyzes bytecode with Semgrep-style YAML rules and CodeQL-grade dataflow (with first-class Spring support) to find vulnerabilities that source-only scanners miss.
1617
1621
1618
-
-[ShiftLeft Scan](https://github.com/ShiftLeftSecurity/sast-scan) — Scan is a free open-source DevSecOps platform for detecting security issues in source code and dependencies. It supports a broad range of languages and CI/CD pipelines.
1622
+
-**ShiftLeft Scan**:warning: — Scan is a free open-source DevSecOps platform for detecting security issues in source code and dependencies. It supports a broad range of languages and CI/CD pipelines. Note: ShiftLeft rebranded to Qwiet AI in 2023, which was subsequently acquired by Harness in September 2025. This open-source project is no longer maintained.
1619
1623
1620
1624
-**shipshape**:warning: — Static program analysis platform that allows custom analyzers to plug in through a common interface.
"description": "An abstract interpretation-based static analyzer for Java build upon the [LiSA](https://github.com/lisa-analyzer/lisa) framekwork.",
10394
+
"discussion": null,
10395
+
"deprecated": null,
10396
+
"resources": null,
10397
+
"reviews": null,
10398
+
"demos": null,
10399
+
"wrapper": null
10400
+
},
10374
10401
"joern": {
10375
10402
"name": "Joern",
10376
10403
"categories": [
@@ -15997,6 +16024,38 @@
15997
16024
"demos": null,
15998
16025
"wrapper": null
15999
16026
},
16027
+
"pyra": {
16028
+
"name": "Pyra",
16029
+
"categories": [
16030
+
"linter"
16031
+
],
16032
+
"languages": [
16033
+
"python"
16034
+
],
16035
+
"other": [],
16036
+
"licenses": [
16037
+
"MPL-2.0 license"
16038
+
],
16039
+
"types": [
16040
+
"cli"
16041
+
],
16042
+
"homepage": "https://github.com/spangea/Pyra",
16043
+
"source": "https://github.com/spangea/Pyra",
16044
+
"pricing": null,
16045
+
"plans": null,
16046
+
"description": "Pyra is a high-level linter static analyzer for data science applications written in Python, that helps developers identify potential issues in their data science code written in Python, as an extension of [Lyra](https://github.com/caterinaurban/Lyra).",
"description": "Scan is a free open-source DevSecOps platform for detecting security issues in source code and dependencies. It supports a broad range of languages and CI/CD pipelines.",
18442
+
"description": "Scan is a free open-source DevSecOps platform for detecting security issues in source code and dependencies. It supports a broad range of languages and CI/CD pipelines. Note: ShiftLeft rebranded to Qwiet AI in 2023, which was subsequently acquired by Harness in September 2025. This open-source project is no longer maintained.",
0 commit comments