-
v1.0.0
Stablereleased this
2026-01-30 18:05:27 +00:00 | 47 commits to main since this releaseWhat's Changed
Initial release of Config Auditor CLI - A powerful CLI tool that scans project configuration files, detects issues and vulnerabilities, suggests intelligent fixes using local LLMs, and can automatically fix common problems.
Features
- Config File Discovery
- Multi-format Parser (JSON, YAML, TOML)
- Issue Detection Engine
- Auto-fix Capability
- Local LLM Integration (Ollama)
- Optimal Config Generation
- Report Generation (JSON, YAML, text)
Supported Configuration Files
- package.json, tsconfig.json, .eslintrc
- pyproject.toml, setup.cfg
- And many more...
Installation
pip install -e .Usage
config-auditor scan /path/to/project config-auditor audit /path/to/project config-auditor fix /path/to/project config-auditor generate --template node /path/to/projectDownloads