AI Vulnerability Scanner. Automated security vulnerability detection and fix suggestions.
vulnfix exists to make this workflow practical. Ai vulnerability scanner. automated security vulnerability detection and fix suggestions. It favours a small, inspectable surface over sprawling configuration.
- CLI command
vulnfix - Included test suite
- Worked examples included
- Runtime: Python
- Frameworks: Click
- Tooling: pytest, Pydantic, Rich
The codebase is organised into examples/, src/, tests/. The primary entry points are src/vulnfix/cli.py, src/vulnfix/__init__.py. src/vulnfix/cli.py exposes functions like _run_scan, cli.
pip install -e .
vulnfix --helpvulnfix --helpvulnfix/
├── .env.example
├── CONTRIBUTING.md
├── README.md
├── config.example.yaml
├── examples/
├── index.html
├── pyproject.toml
├── requirements.txt
├── src/
├── tests/