diff --git a/README.md b/README.md index 2c6956f82b..bc19a7a530 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- - Code Analysis - [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. + - [codesight](https://github.com/AvixoSec/codesight) - LLM-based code review, bug detection and security analysis CLI with CWE/OWASP coverage and multi-provider support (OpenAI, Anthropic, Google, Ollama, 10+ OpenAI-compatible). - [prospector](https://github.com/prospector-dev/prospector) - A tool to analyze Python code. - [repowise](https://github.com/repowise-dev/repowise) - Codebase intelligence that indexes repos into dependency graphs, git history, and auto-generated docs with dead code detection. - [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.