• v0.1.0 e044004f7d

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 10s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-29 23:14:10 +00:00 | 0 commits to main since this release

    AI Code Refactor CLI v0.1.0

    Initial release of AI Code Refactor CLI - a powerful tool for analyzing AI-generated code for security vulnerabilities, anti-patterns, and performance issues.

    Features

    • Security vulnerability scanning (SQL injection, eval/exec, path traversal)
    • Anti-pattern detection (exception swallowing, magic numbers, deep nesting)
    • Hardcoded secret detection (AWS keys, GitHub tokens, API keys, etc.)
    • Performance issue detection (inefficient loops, redundant operations)
    • Auto-refactoring with --fix flag
    • Multi-language support (Python, JavaScript, TypeScript)
    • Configurable rules via YAML
    • Rich terminal output and JSON export for CI/CD

    Installation

    pip install ai-code-refactor-cli
    

    Quick Start

    # Analyze code
    aicoderef analyze path/to/code.py
    
    # Auto-fix issues
    aicoderef analyze path/to/code.py --fix
    
    # JSON output for CI/CD
    aicoderef analyze path/to/code.py --json
    

    Repository

    https://7000pct.gitea.bloupla.net/7000pctAUTO/ai-code-refactor-cli

    Downloads