-
v0.1.0
StableSome checks failedreleased this
2026-02-03 10:30:34 +00:00 | 20 commits to main since this releaseInitial release of AI Code Audit CLI - A CLI tool that validates AI-generated code for common issues, anti-patterns, and security vulnerabilities.
Features
- Security vulnerability detection with Bandit
- Code quality linting with Ruff
- Multi-language pattern detection with Tree-sitter
- Confidence scoring for AI-generated code
- Multiple output formats (terminal, JSON, Markdown)
- Support for Python, JavaScript, and TypeScript
Installation
pip install ai-code-audit-cliUsage
audit scan path/to/code/Downloads