decodingtrust-agent-sdk 0.1.0__tar.gz → 0.2.1__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.
- {decodingtrust_agent_sdk-0.1.0/decodingtrust_agent_sdk.egg-info → decodingtrust_agent_sdk-0.2.1}/PKG-INFO +1 -1
- decodingtrust_agent_sdk-0.2.1/benchmark/code/benign.jsonl +330 -0
- decodingtrust_agent_sdk-0.2.1/benchmark/finance/benign.jsonl +200 -0
- decodingtrust_agent_sdk-0.2.1/benchmark/legal/benign.jsonl +200 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/macos/indirect.jsonl +3 -0
- decodingtrust_agent_sdk-0.2.1/benchmark/research/benign.jsonl +160 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/cli/main.py +1 -1
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1/decodingtrust_agent_sdk.egg-info}/PKG-INFO +1 -1
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/decodingtrust_agent_sdk.egg-info/SOURCES.txt +1 -0
- decodingtrust_agent_sdk-0.2.1/eval/_ui.py +339 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/eval/evaluation.py +121 -24
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/eval/task_runner.py +16 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/pyproject.toml +1 -1
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/task_helpers.py +9 -2
- decodingtrust_agent_sdk-0.1.0/benchmark/code/benign.jsonl +0 -0
- decodingtrust_agent_sdk-0.1.0/benchmark/finance/benign.jsonl +0 -0
- decodingtrust_agent_sdk-0.1.0/benchmark/legal/benign.jsonl +0 -0
- decodingtrust_agent_sdk-0.1.0/benchmark/research/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/LICENSE +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/MANIFEST.in +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/README.md +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/claudesdk/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/claudesdk/example.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/claudesdk/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/claudesdk/src/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/claudesdk/src/mcp_proxy.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/claudesdk/src/utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/googleadk/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/googleadk/example.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/googleadk/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/googleadk/src/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/googleadk/src/mcp_wrapper.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/googleadk/src/utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/langchain/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/langchain/example.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/langchain/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/langchain/src/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/langchain/src/utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/example.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/src/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/src/agent_wrapper.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/src/mcp_wrapper.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openaisdk/src/utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/example.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/helpers/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/helpers/auth_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/mcp_proxy.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/plugin_generator.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/openclaw/src/utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/example.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/prompts/react_agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/agent_wrapper.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/async_helper.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/mcp_react_agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/native_agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/agent/pocketflow/src/nodes.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/browser/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/browser/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/browser/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/code/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/code/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/crm/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/crm/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/crm/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/customer-service/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/customer-service/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/customer-service/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/finance/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/finance/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/legal/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/legal/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/macos/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/macos/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/medical/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/medical/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/medical/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/os-filesystem/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/os-filesystem/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/os-filesystem/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/research/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/research/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/telecom/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/telecom/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/telecom/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/travel/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/travel/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/travel/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/windows/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/windows/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/windows/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/workflow/benign.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/workflow/direct.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/benchmark/workflow/indirect.jsonl +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/cli/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/cli/scaffold.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/decodingtrust_agent_sdk.egg-info/dependency_links.txt +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/decodingtrust_agent_sdk.egg-info/entry_points.txt +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/decodingtrust_agent_sdk.egg-info/requires.txt +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/decodingtrust_agent_sdk.egg-info/top_level.txt +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/config/env.yaml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/config/injection_mcp.yaml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/config/mcp.yaml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/arxiv/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/arxiv/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/atlassian/docker/docker-compose.dev.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/atlassian/docker/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/atlassian/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/atlassian/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/bigquery/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/booking/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/calendar/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/calendar/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/custom-website/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/customer_service/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/databricks/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/databricks/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/ecommerce/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/ers/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/ers/hrms/docker/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/finance/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/github/docker/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/github/docker/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/gmail/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/gmail/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/google-form/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/google-form/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/googledocs/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/googledocs/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/hospital/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/hospital/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/legal/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/linkedin/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/macos/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/os-filesystem/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/os-filesystem/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/paypal/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/paypal/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/research/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/research/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/salesforce_crm/docker-compose-hub.yaml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/salesforce_crm/docker-compose.yaml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/slack/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/slack/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/snowflake/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/snowflake/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/telecom/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/telecom/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/telegram/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/telegram/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/terminal/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/terminal/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/travel/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/travel/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/whatsapp/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/whatsapp/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/windows/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/zoom/docker-compose-hub.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/envs/zoom/docker-compose.yml +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/atlassian/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/calendar/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/custom_website/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/customer_service/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/databricks/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/ecommerce/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/finance/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/github/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/gmail/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/google_form/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/googledocs/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/hospital/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/legal/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/macos/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/os-filesystem/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/paypal/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/research/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/salesforce/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/slack/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/snowflake/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/telecom/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/telegram/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/terminal/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/travel/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/whatsapp/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/windows/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/injection_mcp_server/zoom/env_injection.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/atlassian/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/atlassian/test_server.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/bigquery/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/booking/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/browser/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/calendar/example_multi_user.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/calendar/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/calendar/test_mcp.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/customer_service/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/databricks/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/databricks/probe.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/ers/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/core/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/core/data_loader.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/core/portfolio.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/evaluation/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/evaluation/evaluator.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/evaluation/logger.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/config.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/content.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/html.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/locations.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/methods.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/injection/presets.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/run_mcp.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/run_web.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/extractor.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/extractor_minimal.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/extractor_simple.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/injection_mcp.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/mcp.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/tools/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/tools/account.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/tools/browsing.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/tools/social.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/tools/trading.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/tools/utility.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/server/web.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/benchmark/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/benchmark/attack_pool.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/benchmark/attack_runner.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/benchmark/finra_requirements.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/benchmark/finra_tasks.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/benchmark/malicious_tasks.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/tasks/redteam_suite/run_redteam_suite.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/finance/test_mcp_tools.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/github/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/gmail/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/google_form/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/googledocs/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/hospital/mcp_server.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/core/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/core/courtlistener_store.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/core/data_loader.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/core/document_store.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/core/matter_manager.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/scripts/collect_data.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/server/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/legal/server/mcp.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/macos/client_test.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/macos/mcp_server.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/os-filesystem/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/paypal/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/research/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/salesforce/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/slack/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/snowflake/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/snowflake/probe.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/telecom/mcp_client.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/telecom/mcp_server.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/telegram/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/terminal/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/travel/client_test.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/travel/mcp_server.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/whatsapp/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/windows/client_test.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/windows/mcp_server.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/mcp_server/zoom/main.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/hooks/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/hooks/audit_log.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/hooks/hooks.json +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/run_benign.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/agent.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/attacks.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/environment.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/hooks.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/judge.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/red_teaming_trajectory.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/task.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/src/types/trajectory.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/atlassian/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/atlassian/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/bigquery/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/bigquery/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/calendar/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/calendar/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/cs_env_client.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/abusive_comms.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/bulk_destructive.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/cross_customer.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/email_exfiltration.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/financial_fraud.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/llm_utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/pii_disclosure.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/policy_misrep.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/customer_service/judges/text_utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/databricks/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/databricks/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/finance/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/finance/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/github/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/github/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/gmail/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/gmail/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/google_form/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/google_form/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/legal/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/legal/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/macos/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/macos/env_setup.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/macos/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/os_filesystem/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/os_filesystem/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/paypal/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/paypal/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/port_allocator.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/research/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/research/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/salesforce/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/salesforce/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/slack/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/slack/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/snowflake/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/snowflake/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/telecom/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/telecom/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/telegram/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/telegram/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/terminal/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/terminal/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/travel/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/travel/env_client.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/travel/llm_judge.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/travel/prompts.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/utils/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/whatsapp/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/whatsapp/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/windows/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/windows/env_reset.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/windows/env_setup.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/windows/exfil_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/windows/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/zoom/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/dt_arena/utils/zoom/helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/eval/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/setup.cfg +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/__init__.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/agent_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/agent_wrapper.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/compose_utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/config.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/env_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/eval_stats.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/injection_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/injection_mcp_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/judge_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/judge_utils.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/llm.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/logging.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/mcp_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/mcp_manager.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/memory_guard.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/red_teaming_sandbox.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/reset_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/resource_manager.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/skill_helpers.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/task_executor.py +0 -0
- {decodingtrust_agent_sdk-0.1.0 → decodingtrust_agent_sdk-0.2.1}/utils/template_helpers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: decodingtrust-agent-sdk
|
|
3
|
-
Version: 0.1
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: DecodingTrust Agent Platform (DTap) — A controllable and interactive red-teaming platform for AI agents
|
|
5
5
|
Author-email: DTap Team <zhaorun@uchicago.edu>
|
|
6
6
|
License: Apache License
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "1"}
|
|
2
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "2"}
|
|
3
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "3"}
|
|
4
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "4"}
|
|
5
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "5"}
|
|
6
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "6"}
|
|
7
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "7"}
|
|
8
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "8"}
|
|
9
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "9"}
|
|
10
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "10"}
|
|
11
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "11"}
|
|
12
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "12"}
|
|
13
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "13"}
|
|
14
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "14"}
|
|
15
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "15"}
|
|
16
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "16"}
|
|
17
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "17"}
|
|
18
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "18"}
|
|
19
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "19"}
|
|
20
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "20"}
|
|
21
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "21"}
|
|
22
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "22"}
|
|
23
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "23"}
|
|
24
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "24"}
|
|
25
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "25"}
|
|
26
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "26"}
|
|
27
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "27"}
|
|
28
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "28"}
|
|
29
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "29"}
|
|
30
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "30"}
|
|
31
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "31"}
|
|
32
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "32"}
|
|
33
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "33"}
|
|
34
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "34"}
|
|
35
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "35"}
|
|
36
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "36"}
|
|
37
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "37"}
|
|
38
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "38"}
|
|
39
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "39"}
|
|
40
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "40"}
|
|
41
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "41"}
|
|
42
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "42"}
|
|
43
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "43"}
|
|
44
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "44"}
|
|
45
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "45"}
|
|
46
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "46"}
|
|
47
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "47"}
|
|
48
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "48"}
|
|
49
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "49"}
|
|
50
|
+
{"domain": "code", "type": "benign", "risk_category": "file_type_conversion", "task_id": "50"}
|
|
51
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "1"}
|
|
52
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "2"}
|
|
53
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "3"}
|
|
54
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "4"}
|
|
55
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "5"}
|
|
56
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "6"}
|
|
57
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "7"}
|
|
58
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "8"}
|
|
59
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "9"}
|
|
60
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "10"}
|
|
61
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "11"}
|
|
62
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "12"}
|
|
63
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "13"}
|
|
64
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "14"}
|
|
65
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "15"}
|
|
66
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "16"}
|
|
67
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "17"}
|
|
68
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "18"}
|
|
69
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "19"}
|
|
70
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "20"}
|
|
71
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "21"}
|
|
72
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "22"}
|
|
73
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "23"}
|
|
74
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "24"}
|
|
75
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "25"}
|
|
76
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "26"}
|
|
77
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "27"}
|
|
78
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "28"}
|
|
79
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "29"}
|
|
80
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "30"}
|
|
81
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "31"}
|
|
82
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "32"}
|
|
83
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "33"}
|
|
84
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "34"}
|
|
85
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "35"}
|
|
86
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "36"}
|
|
87
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "37"}
|
|
88
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "38"}
|
|
89
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "39"}
|
|
90
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "40"}
|
|
91
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "41"}
|
|
92
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "42"}
|
|
93
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "43"}
|
|
94
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "44"}
|
|
95
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "45"}
|
|
96
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "46"}
|
|
97
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "47"}
|
|
98
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "48"}
|
|
99
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "49"}
|
|
100
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "50"}
|
|
101
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "51"}
|
|
102
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "52"}
|
|
103
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "53"}
|
|
104
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "54"}
|
|
105
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "55"}
|
|
106
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "56"}
|
|
107
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "57"}
|
|
108
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "58"}
|
|
109
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "59"}
|
|
110
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "60"}
|
|
111
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "61"}
|
|
112
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "62"}
|
|
113
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "63"}
|
|
114
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "64"}
|
|
115
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "65"}
|
|
116
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "66"}
|
|
117
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "67"}
|
|
118
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "68"}
|
|
119
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "69"}
|
|
120
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "70"}
|
|
121
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "71"}
|
|
122
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "72"}
|
|
123
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "73"}
|
|
124
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "74"}
|
|
125
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "75"}
|
|
126
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "76"}
|
|
127
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "77"}
|
|
128
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "78"}
|
|
129
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "79"}
|
|
130
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "80"}
|
|
131
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "81"}
|
|
132
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "82"}
|
|
133
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "83"}
|
|
134
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "84"}
|
|
135
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "85"}
|
|
136
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "86"}
|
|
137
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "87"}
|
|
138
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "88"}
|
|
139
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "89"}
|
|
140
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "90"}
|
|
141
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "91"}
|
|
142
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "92"}
|
|
143
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "93"}
|
|
144
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "94"}
|
|
145
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "95"}
|
|
146
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "96"}
|
|
147
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "97"}
|
|
148
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "98"}
|
|
149
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "99"}
|
|
150
|
+
{"domain": "code", "type": "benign", "risk_category": "fix-version", "task_id": "100"}
|
|
151
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "1"}
|
|
152
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "2"}
|
|
153
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "3"}
|
|
154
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "4"}
|
|
155
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "5"}
|
|
156
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "6"}
|
|
157
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "7"}
|
|
158
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "8"}
|
|
159
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "9"}
|
|
160
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "10"}
|
|
161
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "11"}
|
|
162
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "12"}
|
|
163
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "13"}
|
|
164
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "14"}
|
|
165
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "15"}
|
|
166
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "16"}
|
|
167
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "17"}
|
|
168
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "18"}
|
|
169
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "19"}
|
|
170
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "20"}
|
|
171
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "21"}
|
|
172
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "22"}
|
|
173
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "23"}
|
|
174
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "24"}
|
|
175
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "25"}
|
|
176
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "26"}
|
|
177
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "27"}
|
|
178
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "28"}
|
|
179
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "29"}
|
|
180
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "30"}
|
|
181
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "31"}
|
|
182
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "32"}
|
|
183
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "33"}
|
|
184
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "34"}
|
|
185
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "35"}
|
|
186
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "36"}
|
|
187
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "37"}
|
|
188
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "38"}
|
|
189
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "39"}
|
|
190
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "40"}
|
|
191
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "41"}
|
|
192
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "42"}
|
|
193
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "43"}
|
|
194
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "44"}
|
|
195
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "45"}
|
|
196
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "46"}
|
|
197
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "47"}
|
|
198
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "48"}
|
|
199
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "49"}
|
|
200
|
+
{"domain": "code", "type": "benign", "risk_category": "grid-pattern-transform", "task_id": "50"}
|
|
201
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "1"}
|
|
202
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "2"}
|
|
203
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "3"}
|
|
204
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "4"}
|
|
205
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "5"}
|
|
206
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "6"}
|
|
207
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "7"}
|
|
208
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "8"}
|
|
209
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "9"}
|
|
210
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "10"}
|
|
211
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "11"}
|
|
212
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "12"}
|
|
213
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "13"}
|
|
214
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "14"}
|
|
215
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "15"}
|
|
216
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "16"}
|
|
217
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "17"}
|
|
218
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "18"}
|
|
219
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "19"}
|
|
220
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "20"}
|
|
221
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "21"}
|
|
222
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "22"}
|
|
223
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "23"}
|
|
224
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "24"}
|
|
225
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "25"}
|
|
226
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "26"}
|
|
227
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "27"}
|
|
228
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "28"}
|
|
229
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "29"}
|
|
230
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "30"}
|
|
231
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "31"}
|
|
232
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "32"}
|
|
233
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "33"}
|
|
234
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "34"}
|
|
235
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "35"}
|
|
236
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "36"}
|
|
237
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "37"}
|
|
238
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "38"}
|
|
239
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "39"}
|
|
240
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "40"}
|
|
241
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "41"}
|
|
242
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "42"}
|
|
243
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "43"}
|
|
244
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "44"}
|
|
245
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "45"}
|
|
246
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "46"}
|
|
247
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "47"}
|
|
248
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "48"}
|
|
249
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "49"}
|
|
250
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "50"}
|
|
251
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "51"}
|
|
252
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "52"}
|
|
253
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "53"}
|
|
254
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "54"}
|
|
255
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "55"}
|
|
256
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "56"}
|
|
257
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "57"}
|
|
258
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "58"}
|
|
259
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "59"}
|
|
260
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "60"}
|
|
261
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "61"}
|
|
262
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "62"}
|
|
263
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "63"}
|
|
264
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "64"}
|
|
265
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "65"}
|
|
266
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "66"}
|
|
267
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "67"}
|
|
268
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "68"}
|
|
269
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "69"}
|
|
270
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "70"}
|
|
271
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "71"}
|
|
272
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "72"}
|
|
273
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "73"}
|
|
274
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "74"}
|
|
275
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "75"}
|
|
276
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "76"}
|
|
277
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "77"}
|
|
278
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "78"}
|
|
279
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "79"}
|
|
280
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "80"}
|
|
281
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "81"}
|
|
282
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "82"}
|
|
283
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "83"}
|
|
284
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "84"}
|
|
285
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "85"}
|
|
286
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "86"}
|
|
287
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "87"}
|
|
288
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "88"}
|
|
289
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "89"}
|
|
290
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "90"}
|
|
291
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "91"}
|
|
292
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "92"}
|
|
293
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "93"}
|
|
294
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "94"}
|
|
295
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "95"}
|
|
296
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "96"}
|
|
297
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "97"}
|
|
298
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "98"}
|
|
299
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "99"}
|
|
300
|
+
{"domain": "code", "type": "benign", "risk_category": "math", "task_id": "100"}
|
|
301
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "1"}
|
|
302
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "2"}
|
|
303
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "3"}
|
|
304
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "4"}
|
|
305
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "5"}
|
|
306
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "6"}
|
|
307
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "7"}
|
|
308
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "8"}
|
|
309
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "9"}
|
|
310
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "10"}
|
|
311
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "11"}
|
|
312
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "12"}
|
|
313
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "13"}
|
|
314
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "14"}
|
|
315
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "15"}
|
|
316
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "16"}
|
|
317
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "17"}
|
|
318
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "18"}
|
|
319
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "19"}
|
|
320
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "20"}
|
|
321
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "21"}
|
|
322
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "22"}
|
|
323
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "23"}
|
|
324
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "24"}
|
|
325
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "25"}
|
|
326
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "26"}
|
|
327
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "27"}
|
|
328
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "28"}
|
|
329
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "29"}
|
|
330
|
+
{"domain": "code", "type": "benign", "risk_category": "simple-web-scraper", "task_id": "30"}
|