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.
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/PKG-INFO +17 -1
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/README.md +16 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/PKG-INFO +17 -1
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/pyproject.toml +1 -1
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/LICENSE +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/client.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/api_keys.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/assessments.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/auth.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/campaigns.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/completion.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/connect.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/connectors.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/coverage.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/discover.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/docs.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/experiments.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/findings.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/guardrails.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/init.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/inventory.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/logs.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/mcp.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/members.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/monitor.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/orgs.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/posture.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/projects.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/providers.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/report.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/scan.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/sentinel.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/test.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/upload_logs.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/commands/webhooks.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/config.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/connectors/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/connectors/microsoft.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/exceptions.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/extractors/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/extractors/openapi.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/extractors/repo.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/main.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/mcp_server.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/pytest_plugin/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/pytest_plugin/fixtures.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/pytest_plugin/report.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/report.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/report_builder.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/config_builder.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/local_server.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/runtime_detector.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli/serve/tunnel_client.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/SOURCES.txt +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/dependency_links.txt +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/entry_points.txt +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/requires.txt +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/humanbound_cli.egg-info/top_level.txt +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/relay/relay.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/setup.cfg +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/__init__.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/cli_integration_test.py +0 -0
- {humanbound_cli-0.7.0 → humanbound_cli-0.8.0}/tests/conftest.py +0 -0
- {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.
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|