LICENSE
README.md
pyproject.toml
pentestai/__init__.py
pentestai/cli.py
pentestai/ai/__init__.py
pentestai/ai/loader.py
pentestai/ai/prompts.py
pentestai/ai/router.py
pentestai/ai/tasks.py
pentestai/ai/providers/__init__.py
pentestai/ai/providers/anthropic_provider.py
pentestai/ai/providers/base.py
pentestai/ai/providers/deepseek_provider.py
pentestai/ai/providers/gemini_provider.py
pentestai/ai/providers/openai_provider.py
pentestai/core/__init__.py
pentestai/core/artifacts.py
pentestai/core/config.py
pentestai/core/guardrails.py
pentestai/core/logging.py
pentestai/core/workflow.py
pentestai/plugins/__init__.py
pentestai/plugins/base.py
pentestai/plugins/recon_httpx.py
pentestai/plugins/recon_nmap.py
pentestai/plugins/recon_subfinder.py
pentestai/plugins/registry.py
pentestai/plugins/scan_nuclei.py
pentestai_cli.egg-info/PKG-INFO
pentestai_cli.egg-info/SOURCES.txt
pentestai_cli.egg-info/dependency_links.txt
pentestai_cli.egg-info/entry_points.txt
pentestai_cli.egg-info/requires.txt
pentestai_cli.egg-info/top_level.txt
tests/test_smoke.py