LICENSE
README.md
pyproject.toml
humanbound_cli/__init__.py
humanbound_cli/client.py
humanbound_cli/config.py
humanbound_cli/exceptions.py
humanbound_cli/main.py
humanbound_cli/mcp_server.py
humanbound_cli/report.py
humanbound_cli/report_builder.py
humanbound_cli.egg-info/PKG-INFO
humanbound_cli.egg-info/SOURCES.txt
humanbound_cli.egg-info/dependency_links.txt
humanbound_cli.egg-info/entry_points.txt
humanbound_cli.egg-info/requires.txt
humanbound_cli.egg-info/top_level.txt
humanbound_cli/adapters/__init__.py
humanbound_cli/adapters/promptfoo.py
humanbound_cli/adapters/pyrit.py
humanbound_cli/commands/__init__.py
humanbound_cli/commands/_report_helper.py
humanbound_cli/commands/api_keys.py
humanbound_cli/commands/assessments.py
humanbound_cli/commands/auth.py
humanbound_cli/commands/campaigns.py
humanbound_cli/commands/completion.py
humanbound_cli/commands/config_cmd.py
humanbound_cli/commands/connect.py
humanbound_cli/commands/docs.py
humanbound_cli/commands/experiments.py
humanbound_cli/commands/findings.py
humanbound_cli/commands/firewall.py
humanbound_cli/commands/guardrails.py
humanbound_cli/commands/logs.py
humanbound_cli/commands/mcp.py
humanbound_cli/commands/members.py
humanbound_cli/commands/monitor.py
humanbound_cli/commands/orgs.py
humanbound_cli/commands/posture.py
humanbound_cli/commands/projects.py
humanbound_cli/commands/providers.py
humanbound_cli/commands/redteam.py
humanbound_cli/commands/report.py
humanbound_cli/commands/scan.py
humanbound_cli/commands/sentinel.py
humanbound_cli/commands/test.py
humanbound_cli/commands/upload_logs.py
humanbound_cli/commands/webhooks.py
humanbound_cli/connectors/__init__.py
humanbound_cli/connectors/microsoft.py
humanbound_cli/engine/__init__.py
humanbound_cli/engine/bot.py
humanbound_cli/engine/callbacks.py
humanbound_cli/engine/local_runner.py
humanbound_cli/engine/platform_runner.py
humanbound_cli/engine/presenter.py
humanbound_cli/engine/runner.py
humanbound_cli/engine/schemas.py
humanbound_cli/engine/scope.py
humanbound_cli/engine/llm/__init__.py
humanbound_cli/engine/llm/azureopenai.py
humanbound_cli/engine/llm/claude.py
humanbound_cli/engine/llm/gemini.py
humanbound_cli/engine/llm/grok.py
humanbound_cli/engine/llm/ollama.py
humanbound_cli/engine/llm/openai.py
humanbound_cli/engine/orchestrators/__init__.py
humanbound_cli/engine/orchestrators/base.py
humanbound_cli/engine/orchestrators/behavioral_qa/__init__.py
humanbound_cli/engine/orchestrators/behavioral_qa/config.py
humanbound_cli/engine/orchestrators/behavioral_qa/generator.py
humanbound_cli/engine/orchestrators/behavioral_qa/judge.py
humanbound_cli/engine/orchestrators/behavioral_qa/orchestrator.py
humanbound_cli/engine/orchestrators/owasp_agentic/__init__.py
humanbound_cli/engine/orchestrators/owasp_agentic/config.py
humanbound_cli/engine/orchestrators/owasp_agentic/generator.py
humanbound_cli/engine/orchestrators/owasp_agentic/judge.py
humanbound_cli/engine/orchestrators/owasp_agentic/orchestrator.py
humanbound_cli/engine/orchestrators/owasp_single_turn/__init__.py
humanbound_cli/engine/orchestrators/owasp_single_turn/config.py
humanbound_cli/engine/orchestrators/owasp_single_turn/generator.py
humanbound_cli/engine/orchestrators/owasp_single_turn/judge.py
humanbound_cli/engine/orchestrators/owasp_single_turn/orchestrator.py
humanbound_cli/extractors/__init__.py
humanbound_cli/extractors/openapi.py
humanbound_cli/extractors/repo.py
humanbound_cli/pytest_plugin/__init__.py
humanbound_cli/pytest_plugin/fixtures.py
humanbound_cli/pytest_plugin/report.py
humanbound_cli/templates/logo.svg
humanbound_cli/templates/report_base.html
relay/relay.py
tests/__init__.py
tests/cli_integration_test.py
tests/conftest.py
tests/test_cli_commands.py
tests/engine/__init__.py
tests/engine/test_config_and_commands.py
tests/engine/test_e2e_finassist.py
tests/engine/test_engine_core.py
tests/engine/test_final_integration.py
tests/engine/test_get_runner.py
tests/engine/test_local_runner.py
tests/engine/test_orchestrator_routing.py
tests/engine/test_platform_runner.py
tests/engine/test_runner.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_api_keys.py
tests/unit/test_assessments.py
tests/unit/test_auth.py
tests/unit/test_campaigns.py
tests/unit/test_client.py
tests/unit/test_commands_unit.py
tests/unit/test_completion.py
tests/unit/test_connect.py
tests/unit/test_docs.py
tests/unit/test_experiments.py
tests/unit/test_findings.py
tests/unit/test_firewall.py
tests/unit/test_guardrails.py
tests/unit/test_init.py
tests/unit/test_json_output.py
tests/unit/test_logs.py
tests/unit/test_members.py
tests/unit/test_monitor.py
tests/unit/test_orgs.py
tests/unit/test_posture.py
tests/unit/test_projects.py
tests/unit/test_providers.py
tests/unit/test_redteam.py
tests/unit/test_report.py
tests/unit/test_sentinel.py
tests/unit/test_smoke_help.py
tests/unit/test_test_cmd.py
tests/unit/test_upload_logs.py
tests/unit/test_webhooks.py