Metadata-Version: 2.4
Name: codesecure-cli
Version: 1.0.20
Summary: CodeSecure Command Line Interface
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: codesecure-core
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0

# CodeSecure CLI
![CodeSecure Logo](logo.png)
AI-powered security analysis from your terminal.

The CodeSecure CLI allows you to run professional-grade security audits on your codebase with one-click AI remediation suggestions.

### Installation
```bash
pip install codesecure-cli
```

### Quick Start
```bash
# Scan the current directory
codesecure scan .

# Scan a specific file and export to HTML
codesecure scan main.py --format html --output report.html

# Run a full security audit with AI enrichment
codesecure scan . --full --ai google
```

### Features
- **Multi-Scanner**: Orchestrates Bandit, Semgrep, Checkov, and more.
- **AI-Native**: Direct integration with Gemini and Claude for fixing vulnerabilities.
- **Exportable**: Generate SARIF, JSON, and HTML reports.

### Requirements
- Python 3.9+
