humanbound-cli 0.7.0__tar.gz → 0.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/PKG-INFO +17 -1
  2. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/README.md +16 -0
  3. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/PKG-INFO +17 -1
  4. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/pyproject.toml +1 -1
  5. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/LICENSE +0 -0
  6. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/__init__.py +0 -0
  7. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/client.py +0 -0
  8. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/__init__.py +0 -0
  9. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/api_keys.py +0 -0
  10. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/assessments.py +0 -0
  11. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/auth.py +0 -0
  12. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/campaigns.py +0 -0
  13. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/completion.py +0 -0
  14. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/connect.py +0 -0
  15. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/connectors.py +0 -0
  16. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/coverage.py +0 -0
  17. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/discover.py +0 -0
  18. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/docs.py +0 -0
  19. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/experiments.py +0 -0
  20. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/findings.py +0 -0
  21. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/guardrails.py +0 -0
  22. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/init.py +0 -0
  23. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/inventory.py +0 -0
  24. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/logs.py +0 -0
  25. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/mcp.py +0 -0
  26. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/members.py +0 -0
  27. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/monitor.py +0 -0
  28. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/orgs.py +0 -0
  29. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/posture.py +0 -0
  30. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/projects.py +0 -0
  31. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/providers.py +0 -0
  32. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/report.py +0 -0
  33. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/scan.py +0 -0
  34. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/sentinel.py +0 -0
  35. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/test.py +0 -0
  36. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/upload_logs.py +0 -0
  37. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/webhooks.py +0 -0
  38. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/config.py +0 -0
  39. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/connectors/__init__.py +0 -0
  40. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/connectors/microsoft.py +0 -0
  41. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/exceptions.py +0 -0
  42. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/extractors/__init__.py +0 -0
  43. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/extractors/openapi.py +0 -0
  44. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/extractors/repo.py +0 -0
  45. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/main.py +0 -0
  46. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/mcp_server.py +0 -0
  47. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/pytest_plugin/__init__.py +0 -0
  48. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/pytest_plugin/fixtures.py +0 -0
  49. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/pytest_plugin/report.py +0 -0
  50. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/report.py +0 -0
  51. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/report_builder.py +0 -0
  52. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/__init__.py +0 -0
  53. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/config_builder.py +0 -0
  54. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/local_server.py +0 -0
  55. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/runtime_detector.py +0 -0
  56. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/tunnel_client.py +0 -0
  57. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/SOURCES.txt +0 -0
  58. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/dependency_links.txt +0 -0
  59. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/entry_points.txt +0 -0
  60. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/requires.txt +0 -0
  61. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/top_level.txt +0 -0
  62. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/relay/relay.py +0 -0
  63. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/setup.cfg +0 -0
  64. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/__init__.py +0 -0
  65. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/cli_integration_test.py +0 -0
  66. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/conftest.py +0 -0
  67. {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/test_cli_commands.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: humanbound-cli
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: Humanbound CLI - command line interface for AI agent security testing.
5
5
  Author-email: Kostas Siabanis <hello@humanbound.ai>, Demetris Gerogiannis <hello@humanbound.ai>
6
6
  License: Apache-2.0
@@ -723,6 +723,22 @@ hb connect -e ./bot-config.json
723
723
  hb test -e ./bot-config.json
724
724
  ```
725
725
 
726
+ ### Whitebox testing with telemetry
727
+
728
+ Add a `telemetry` block to your agent config to enable whitebox testing. Humanbound fetches tool calls, memory operations, and resource usage from your observability platform (LangFuse, LangSmith, OpenAI Assistants, W&B, Helicone, AgentOps, or custom).
729
+
730
+ ```json
731
+ {
732
+ "telemetry": {
733
+ "format": "langfuse",
734
+ "endpoint": "https://cloud.langfuse.com/api/public/sessions/$session_id",
735
+ "headers": { "Authorization": "Basic <base64(pk:sk)>" }
736
+ }
737
+ }
738
+ ```
739
+
740
+ See the full [Telemetry Integration Guide](https://docs.humanbound.ai/integrations/telemetry/) for vendor-specific setup and the custom extraction map reference.
741
+
726
742
  ### Shadow AI discovery & governance
727
743
 
728
744
  ```bash
@@ -690,6 +690,22 @@ hb connect -e ./bot-config.json
690
690
  hb test -e ./bot-config.json
691
691
  ```
692
692
 
693
+ ### Whitebox testing with telemetry
694
+
695
+ Add a `telemetry` block to your agent config to enable whitebox testing. Humanbound fetches tool calls, memory operations, and resource usage from your observability platform (LangFuse, LangSmith, OpenAI Assistants, W&B, Helicone, AgentOps, or custom).
696
+
697
+ ```json
698
+ {
699
+ "telemetry": {
700
+ "format": "langfuse",
701
+ "endpoint": "https://cloud.langfuse.com/api/public/sessions/$session_id",
702
+ "headers": { "Authorization": "Basic <base64(pk:sk)>" }
703
+ }
704
+ }
705
+ ```
706
+
707
+ See the full [Telemetry Integration Guide](https://docs.humanbound.ai/integrations/telemetry/) for vendor-specific setup and the custom extraction map reference.
708
+
693
709
  ### Shadow AI discovery & governance
694
710
 
695
711
  ```bash
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: humanbound-cli
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: Humanbound CLI - command line interface for AI agent security testing.
5
5
  Author-email: Kostas Siabanis <hello@humanbound.ai>, Demetris Gerogiannis <hello@humanbound.ai>
6
6
  License: Apache-2.0
@@ -723,6 +723,22 @@ hb connect -e ./bot-config.json
723
723
  hb test -e ./bot-config.json
724
724
  ```
725
725
 
726
+ ### Whitebox testing with telemetry
727
+
728
+ Add a `telemetry` block to your agent config to enable whitebox testing. Humanbound fetches tool calls, memory operations, and resource usage from your observability platform (LangFuse, LangSmith, OpenAI Assistants, W&B, Helicone, AgentOps, or custom).
729
+
730
+ ```json
731
+ {
732
+ "telemetry": {
733
+ "format": "langfuse",
734
+ "endpoint": "https://cloud.langfuse.com/api/public/sessions/$session_id",
735
+ "headers": { "Authorization": "Basic <base64(pk:sk)>" }
736
+ }
737
+ }
738
+ ```
739
+
740
+ See the full [Telemetry Integration Guide](https://docs.humanbound.ai/integrations/telemetry/) for vendor-specific setup and the custom extraction map reference.
741
+
726
742
  ### Shadow AI discovery & governance
727
743
 
728
744
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "humanbound-cli"
7
- version = "0.7.0"
7
+ version = "0.8.0"
8
8
  authors = [
9
9
  { name="Kostas Siabanis", email="hello@humanbound.ai" },
10
10
  { name="Demetris Gerogiannis", email="hello@humanbound.ai" },
File without changes
File without changes