Hi @xnuinside,
I came across codegraph while searching for Python code analysis tools. Great project!
Im the author of Code Guardian, a minimalist code review tool with a similar philosophy:
| Feature | Code Graph | Code Guardian |
|---|
| Approach | AST analysis | Regex-based rules |
| Core size | ~400 lines | ~183 lines |
| Focus | Code structure | Security & bugs |
| Speed | Fast | ~5ms/1000 lines |
Potential collaboration
I wonder if theres potential for integration:
- Code Guardian as a pre-processor – Quick regex scan before deep AST analysis
- Combined reporting – Security issues + code structure in one view
- Shared knowledge base – Common patterns and fixes
Code Guardian
Would love to hear your thoughts!
Cheers
Hi @xnuinside,
I came across codegraph while searching for Python code analysis tools. Great project!
Im the author of Code Guardian, a minimalist code review tool with a similar philosophy:
Potential collaboration
I wonder if theres potential for integration:
Code Guardian
Would love to hear your thoughts!
Cheers