LICENSE
README.md
pyproject.toml
agents/__init__.py
agents/base.py
agents/ad/__init__.py
agents/ad/ad_agent.py
agents/api_security/__init__.py
agents/api_security/api_security_agent.py
agents/browser/__init__.py
agents/browser/browser_agent.py
agents/cloud/__init__.py
agents/cloud/cloud_agent.py
agents/credential_tester/__init__.py
agents/credential_tester/credential_tester_agent.py
agents/detection/__init__.py
agents/detection/detection_agent.py
agents/exploit_chain/__init__.py
agents/exploit_chain/chain_agent.py
agents/llm_redteam/__init__.py
agents/llm_redteam/adapter.py
agents/llm_redteam/agent.py
agents/llm_redteam/corpus.py
agents/llm_redteam/corpus.yaml
agents/llm_redteam/detector.py
agents/mobile/__init__.py
agents/mobile/mobile_agent.py
agents/poc_validator/__init__.py
agents/poc_validator/poc_agent.py
agents/privesc/__init__.py
agents/privesc/privesc_agent.py
agents/recon/__init__.py
agents/recon/recon_agent.py
agents/report/__init__.py
agents/report/renderer.py
agents/report/report_agent.py
agents/report/templates/report.html.j2
agents/selection/__init__.py
agents/selection/selection_agent.py
agents/social_engineer/__init__.py
agents/social_engineer/social_engineer_agent.py
agents/vuln_scanner/__init__.py
agents/vuln_scanner/vuln_scanner_agent.py
agents/web/__init__.py
agents/web/spa_probes.py
agents/web/web_agent.py
agents/wireless/__init__.py
agents/wireless/wireless_agent.py
cli/__init__.py
cli/auth.py
cli/auth_profiles.py
cli/chain.py
cli/ci.py
cli/main.py
cli/mcp_setup.py
cli/menu.py
cli/secure_credential.py
cli/credential_resolvers/__init__.py
cli/credential_resolvers/aws_sm.py
cli/credential_resolvers/env.py
cli/credential_resolvers/op.py
cli/credential_resolvers/vault.py
config/__init__.py
config/pentest-ai.yaml
config/settings.py
engine/__init__.py
engine/agent_loop.py
engine/aup_consent.py
engine/auth_handler.py
engine/auth_session.py
engine/authenticated_scan.py
engine/cache.py
engine/compliance.py
engine/cve_db.py
engine/cvss.py
engine/dedup.py
engine/diff.py
engine/evidence.py
engine/exec_context.py
engine/findings_db.py
engine/hitl.py
engine/junit_xml.py
engine/mcp_client.py
engine/orchestrator.py
engine/playbook.py
engine/playbook_conditions.py
engine/process_registry.py
engine/rate_limiter.py
engine/sarif.py
engine/scanners.py
engine/scope.py
engine/target_expander.py
engine/telemetry.py
engine/tool_installer.py
engine/tracing.py
engine/webhooks.py
engine/working_memory.py
engine/agents/__init__.py
engine/agents/anthropic_agent.py
engine/agents/handlers/__init__.py
engine/agents/handlers/web_probes.py
engine/llm/__init__.py
engine/llm/client.py
engine/llm/cost.py
engine/llm/factory.py
engine/llm/prompts.py
engine/llm/tool_schemas.py
engine/llm/providers/__init__.py
engine/llm/providers/anthropic.py
engine/llm/providers/litellm_provider.py
engine/llm/providers/ollama.py
engine/llm/providers/openai.py
mcp_server/__init__.py
mcp_server/server.py
playbooks/__init__.py
playbooks/builtin/__init__.py
playbooks/builtin/external-recon.yaml
playbooks/builtin/llm-app-redteam.yaml
playbooks/builtin/web-app-quick.yaml
ptai.egg-info/PKG-INFO
ptai.egg-info/SOURCES.txt
ptai.egg-info/dependency_links.txt
ptai.egg-info/entry_points.txt
ptai.egg-info/requires.txt
ptai.egg-info/top_level.txt
tests/test_ad_agent_e2e_smoke.py
tests/test_agent_loop.py
tests/test_agent_mode_cli.py
tests/test_agents.py
tests/test_agents_parallel.py
tests/test_anthropic_agent.py
tests/test_api_security_e2e_smoke.py
tests/test_api_server.py
tests/test_arjun_integration.py
tests/test_aup_consent.py
tests/test_auth_profile_cli.py
tests/test_auth_profiles.py
tests/test_auth_scan_e2e_smoke.py
tests/test_auth_session.py
tests/test_authenticated_scan_coverage.py
tests/test_base_agent_coverage.py
tests/test_browser_agent.py
tests/test_browser_agent_e2e_smoke.py
tests/test_browser_crawler.py
tests/test_cache.py
tests/test_chain.py
tests/test_chain_quality.py
tests/test_chain_validation.py
tests/test_ci_mode.py
tests/test_cli.py
tests/test_cli_auth_coverage.py
tests/test_cli_menu.py
tests/test_cloud_agent_e2e_smoke.py
tests/test_compliance.py
tests/test_core.py
tests/test_cost_tracker.py
tests/test_csrf_auth_e2e_smoke.py
tests/test_cve_db.py
tests/test_cvss.py
tests/test_dashboard.py
tests/test_dedup.py
tests/test_diff.py
tests/test_engagement_lifecycle_e2e.py
tests/test_evidence.py
tests/test_evidence_contract.py
tests/test_exec_context.py
tests/test_findings_db_reconciler.py
tests/test_handler_web_probes.py
tests/test_hitl_coverage.py
tests/test_integration_dvwa.py
tests/test_juiceshop_e2e_smoke.py
tests/test_litellm_provider.py
tests/test_llm.py
tests/test_llm_e2e_smoke.py
tests/test_llm_redteam.py
tests/test_mcp_auth_profile.py
tests/test_mcp_client_and_hitl.py
tests/test_mcp_server.py
tests/test_mcp_server_coverage.py
tests/test_mcp_setup.py
tests/test_misc_coverage.py
tests/test_misc_coverage_2.py
tests/test_mobile_agent_e2e_smoke.py
tests/test_orchestrator.py
tests/test_playbook.py
tests/test_playbook_auth_profile.py
tests/test_plugin_loader.py
tests/test_process_registry.py
tests/test_profile_migration.py
tests/test_providers.py
tests/test_providers_and_small_agents.py
tests/test_rate_limiter.py
tests/test_registry_coverage.py
tests/test_registry_extended.py
tests/test_resolver_env.py
tests/test_resolvers_external.py
tests/test_sarif.py
tests/test_scanners.py
tests/test_scope.py
tests/test_secure_credential.py
tests/test_selection_agent.py
tests/test_severity_calibration.py
tests/test_spa_probes.py
tests/test_specialist_agents_coverage.py
tests/test_target_expander.py
tests/test_tool_installer.py
tests/test_tool_installer_coverage.py
tests/test_tool_result_persistence.py
tests/test_tracing_and_telemetry.py
tests/test_tracing_coverage.py
tests/test_web_agent_crawl_inject.py
tests/test_webhooks.py
tests/test_working_memory.py
tools/__init__.py
tools/plugin_loader.py
tools/registry.py
tools/binary/__init__.py
tools/cloud/__init__.py
tools/network/__init__.py
tools/osint/__init__.py
tools/password/__init__.py
tools/web/__init__.py
tools/wordlists/common.txt