-
v0.1.0
Stablereleased this
2026-01-29 23:14:10 +00:00 | 0 commits to main since this releaseAI 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-cliQuick 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 --jsonRepository
https://7000pct.gitea.bloupla.net/7000pctAUTO/ai-code-refactor-cli
Downloads