Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Static Analysis

Static Analysis

865 projects

Showing 36 of 865 projects

RegExp
RegExpTypeScript

An ESLint plugin that provides 80+ rules to detect regex mistakes, enforce style consistency, and optimize regular expressions.

#developer-tools#regex#regular-expression
Stars769
Forks16
Last commit1 day ago
deadnix
deadnixRust

A static analysis tool that scans Nix files for dead code like unused variable bindings and lambda arguments.

#nix-lang#pre-commit#linter
Stars769
Forks18
Last commit7 months ago
typed_struct
typed_structElixir

An Elixir library for defining structs with a type without writing boilerplate code.

#elixir#metaprogramming#boilerplate-reduction
Stars768
Forks37
Last commit7 months ago
React Native
React NativeJavaScript

ESLint plugin providing React Native-specific linting rules to enforce code quality and best practices.

#npm#react-native#code-quality
Stars763
Forks134
Last commit1 year ago
demovfuscator
demovfuscatorC++

A deobfuscator that recovers control flow from binaries compiled with the M/o/Vfuscator one-instruction compiler.

#taint-analysis#ctf-tools#control-flow-recovery
Stars762
Forks59
Last commit1 year ago
ts-graphql-plugin
ts-graphql-pluginTypeScript

A TypeScript Language Service plugin that provides GraphQL autocompletion, validation, and type generation for client development.

#autocompletion#developer-tools#language-server
Stars759
Forks28
Last commit1 day ago
Ansible Playbook Grapher
Ansible Playbook GrapherPython

A command line tool to generate visual graphs of Ansible playbook structures for documentation and analysis.

#devops#playbook#documentation-tool
Stars754
Forks56
Last commit23 days ago
HaboMalHunter
HaboMalHunterPython

An automated malware analysis tool for Linux ELF files, extracting static and dynamic features for security assessment.

#yara-rules#security#security-tools
Stars751
Forks222
Last commit3 years ago
EmmyLua
EmmyLuaTypeScript

A powerful Lua IDE and debugger extension for Visual Studio Code with intelligent code completion and advanced debugging.

#vscode-extension#language-server-protocol#ide
Stars749
Forks112
Last commit14 days ago
dawnscanner
dawnscannerRuby

A static analysis security scanner for Ruby web applications, supporting Rails, Sinatra, and Padrino frameworks.

#hanami#vulnerabilities#rails
Stars749
Forks84
Last commit2 years ago
ERB Lint
ERB LintRuby

A Ruby tool to lint ERB and HTML files using built-in and custom linters for code quality and security.

#html-linter#erb-linter#rails
Stars747
Forks137
Last commit3 months ago
import-x
import-xTypeScript

A performant, lightweight ESLint plugin for linting ES2015+ import/export syntax, forked from eslint-plugin-import.

#hacktoberfest#developer-tools#typescript
Stars744
Forks63
Last commit24 days ago
krane
kraneRuby

A Kubernetes RBAC static analysis tool that identifies security risks and visualizes RBAC design.

#redisgraph#rbac#rbac-roles
Stars743
Forks34
Last commit5 months ago
clazy
clazyC++

A Qt-oriented static code analyzer based on Clang that provides over 50 Qt-specific compiler warnings and automatic fix-its.

#clang#qt#moc
Stars742
Forks97
Last commit6 days ago
Rubocop Performance
Rubocop PerformanceRuby

A RuboCop extension that adds performance-focused static analysis to detect inefficient Ruby code patterns.

#hacktoberfest#developer-tools#code-formatter
Stars738
Forks95
Last commit10 days ago
Awesome Roslyn
Awesome Roslyn

A curated list of awesome resources for the .NET Compiler Platform (Roslyn), including books, tutorials, projects, analyzers, and source generators.

#hacktoberfest#roslyn-api#developer-tools
Stars737
Forks62
Last commit2 years ago
Roslyn
Roslyn

A curated list of awesome resources for the .NET Roslyn compiler platform, including analyzers, source generators, and tools.

#hacktoberfest#roslyn-api#developer-tools
Stars737
Forks62
Last commit2 years ago
PHPCS Security Audit
PHPCS Security AuditPHP

A PHP_CodeSniffer ruleset that detects security vulnerabilities and weaknesses in PHP code, including Drupal 7.

#phpcs#php-security#drupal-security
Stars728
Forks78
Last commit3 years ago
goimports-reviser
goimports-reviserGo

A Go tool for sorting imports into configurable groups, removing unused imports, setting aliases, and formatting code.

#developer-tools#gofmt#sort-goimports
Stars716
Forks78
Last commit5 months ago
Andromeda
AndromedaC++

Interactive reverse engineering tool for Android applications, written in C/C++ for performance.

#apk-analysis#android#android-reverse-engineering
Stars713
Forks74
Last commit6 years ago
/fix-github-issue
/fix-github-issueKotlin

A Gradle plugin for linting and formatting Kotlin code using ktlint with zero configuration and fast incremental builds.

#developer-tools#code-linting#code-formatting
Stars707
Forks51
Last commit4 days ago
protolint
protolintGo

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.

#developer-tools#fixer#style-linter
Stars696
Forks62
Last commit1 month ago
PHP Censor
PHP CensorPHP

An open-source, self-hosted continuous integration server specifically designed for PHP projects.

#devops#unit-testing#database-testing
Stars688
Forks145
Last commit1 month ago
Rezoom.SQL
Rezoom.SQLF#

An F# ORM that statically typechecks a SQL dialect and translates it to SQLite, SQL Server, and PostgreSQL backends.

#type-provider#orm#compiler
Stars679
Forks23
Last commit1 month ago
Awesome Electron.js Hacking
Awesome Electron.js Hacking

A curated collection of resources for security research, vulnerability discovery, and pentesting of Electron.js applications.

#electronjs#desktop-apps#awesome-list
Stars677
Forks65
Last commit1 year ago
R Language Server
R Language ServerR

An implementation of the Language Server Protocol (LSP) for the R programming language.

#developer-tools#r-package#editor-integration
Stars673
Forks117
Last commit7 days ago
go-mutesting
go-mutestingGo

A framework for performing mutation testing on Go source code to find untested implementation cases.

#software-testing#go-testing#test-coverage
Stars672
Forks59
Last commit2 years ago
MARA
MARAPython

A comprehensive mobile application reverse engineering and analysis framework for security testing against OWASP mobile threats.

#mobile-security#owasp#apk-analysis
Stars670
Forks176
Last commit7 years ago
prealloc
preallocGo

A Go static analysis tool that identifies slice declarations that could be preallocated for better performance.

#developer-tools#linter#slice
Stars666
Forks26
Last commit4 months ago
cargo-call-stack
cargo-call-stackRust

A static analyzer for Rust programs that computes stack usage and generates call graphs, primarily for embedded systems.

#embedded#memory-safety#microcontroller
Stars660
Forks58
Last commit1 year ago
esprint
esprintJavaScript

A fast ESLint runner that speeds up linting by using a caching server and parallel execution across multiple threads.

#developer-tools#linter#ci-cd
Stars656
Forks28
Last commit3 months ago
Roslyn Clr Heap Allocation Analyzer
Roslyn Clr Heap Allocation AnalyzerC#

A Roslyn-based C# analyzer that detects explicit and implicit heap allocations like boxing, closures, and delegate creations.

#compiler#diagnostic-tools#heap-allocation
Stars655
Forks63
Last commit
Rubrowser
RubrowserJavaScript

A Ruby code dependency graph interactive visualizer that generates self-contained HTML visualizations.

#graph#developer-tools#rails
Stars645
Forks29
Last commit2 years ago
awesome-analyzers
awesome-analyzers

A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers, code fixes, and related resources.

#developer-tools#diagnostic-analyzers#ide-integration
Stars643
Forks35
Last commit2 months ago
RefactoringEssentials
RefactoringEssentialsC#

A Visual Studio extension and NuGet package providing C#/VB refactorings, analyzers, and code converters.

#developer-tools#ide-integration#csharp
Stars633
Forks117
Last commit5 years ago
Metric Fu
Metric FuRuby

A Ruby gem that aggregates multiple code quality metrics into unified reports to identify areas needing improvement.

#hacktoberfest#code-metrics#test-coverage
Stars627
Forks94
Last commit2 years ago
PreviousPage 10 of 25

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
4 years ago
Next
#Code Quality447
#Developer Tools323
#Linting187
#Javascript136
#Linter134
#Ci Cd118
#Eslint Plugin112
#Eslint96
#Python88
#Code Analysis86
#Typescript85
#Cli Tool77