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