Metadata-Version: 2.4
Name: docgen-secure
Version: 1.0.2
Description-Content-Type: text/markdown
Dynamic: description
Dynamic: description-content-type

# DocGen Secure

Security analyzer with 35 rules covering OWASP Top 10.

## Features
- 35 security rules (SQLi, XSS, CSRF, SSRF, Path Traversal)
- Regex + AST + AI analysis
- Production/Test code separation
- Smart scoring with capping
- Export to JSON, HTML, Markdown
- Interactive mode

## Install
```bash
pip install docgen-secure
```

Quick Start

```bash
docgen-secure src/ --fast --en
docgen-secure psf/requests --fast --en
docgen-secure src/ --json --fast
```

