• v0.1.0 f2181c00f3

    v0.1.0
    Some checks failed
    CI / test (3.10) (push) Failing after 22s
    CI / test (3.11) (push) Failing after 15s
    CI / test (3.12) (push) Failing after 16s
    CI / test (3.9) (push) Failing after 15s
    CI / build (push) Has been skipped
    CI / release (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-03 10:30:34 +00:00 | 20 commits to main since this release

    Initial 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-cli
    

    Usage

    audit scan path/to/code/
    
    Downloads