Skip to content

Commit c6a8bc2

Browse files
author
=
committed
Add CodeSafer to Multiple languages section
1 parent 4ef3d02 commit c6a8bc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
14411441

14421442
- [Code-Graph-RAG](https://code-graph-rag.com) — Builds knowledge graphs from multi-language codebases using Tree-sitter AST parsing and stores them in Memgraph. Supports 11 programming languages with a unified graph schema and enables natural language querying and editing of code structure and relationships. Functions as an MCP server for AI assistant integration.
14431443

1444+
- [CodeSafer](https://codesafer.org/) — AI code security scanner (available as an MCP server) detecting 9 categories of threats in AI-generated code: invisible Unicode characters, BiDi/Trojan Source attacks, homoglyphs, Glassworm steganography, rules-file backdoors, dependency typosquatting, and obfuscation patterns. Combines 8 static analysis scanners with CodeBERT deep learning. Runs locally.
1445+
14441446
- [Codeac](https://www.codeac.io/?ref=awesome-static-analysis) :copyright: — Automated code review tool integrates with GitHub, Bitbucket and GitLab (even self-hosted). Available for JavaScript, TypeScript, Python, Ruby, Go, PHP, Java, Docker, and more. (open-source free)
14451447

14461448
- [codeburner](https://groupon.github.io/codeburner) — Provides a unified interface to sort and act on the issues it finds.

0 commit comments

Comments
 (0)