Metadata-Version: 2.4
Name: aiguard-py
Version: 0.4.0
Summary: AI驱动的Python代码安全审计工具
Home-page: https://github.com/你的用户名/aiguard
Author: 你的名字
Author-email: 烽桐数字 <15393612830@139.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=1.0.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# aiguard-py

AI驱动的Python代码安全审计工具

[![PyPI version](https://badge.fury.io/py/aiguard-py.svg)](https://pypi.org/project/aiguard-py/)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)

## 功能特点

- 🔍 **AI驱动**：基于大语言模型，精准识别安全漏洞
- 📊 **CWE标准**：每条漏洞标注CWE编号，符合行业标准
- 💡 **修复建议**：提供具体的代码修改方案
- 📁 **批量扫描**：支持扫描整个目录
- 📄 **多种报告**：支持JSON、HTML格式输出
- 🔇 **静默模式**：适合CI/CD集成

## 安装

```bash
pip install aiguard-py
