7000pctAUTO 9c9f4437bb
Some checks failed
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
CI / test (3.10) (push) Has been cancelled
fix: resolve CI import and type mismatch issues
2026-02-03 10:39:09 +00:00

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

pip install ai-code-audit-cli

Usage

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

Description
A CLI tool that validates AI-generated code for common issues, anti-patterns, and security vulnerabilities
Readme MIT 117 KiB
v0.1.0 Latest
2026-02-03 10:30:34 +00:00
Languages
Python 100%