Files
ai-code-audit-cli/README.md
7000pctAUTO 1aa2c8884a
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
fix: resolve CI import and type mismatch issues
2026-02-03 10:39:01 +00:00

34 lines
531 B
Markdown

# AI Code Audit CLI
A CLI tool for scanning code and auditing for issues using AI.
## Features
- Scan Python, JavaScript, and TypeScript files
- Multiple output formats (terminal, JSON, markdown)
- Severity-based filtering
- Confidence scoring for results
## Installation
```bash
pip install ai-code-audit-cli
```
## Usage
```bash
audit scan <path> [--format terminal|json|markdown] [--severity low|medium|high|critical]
```
## Configuration
Create a `.env` file with:
```
OPENAI_API_KEY=your_api_key
```
## License
MIT