@raishin/vanguard-frontier-agentic 2.1.0 → 2.3.0

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 (508) hide show
  1. package/.claude-plugin/plugin.json +39 -1
  2. package/.cursor-plugin/plugin.json +39 -1
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +140 -31
  5. package/agents/README.md +47 -2
  6. package/agents/dotnet/README.md +57 -0
  7. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/AGENT.md +57 -0
  8. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/claude-code.agent.md +41 -0
  9. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/codex.toml +40 -0
  10. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/copilot.agent.md +41 -0
  11. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/cursor.agent.md +41 -0
  12. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/gemini.agent.md +41 -0
  13. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-cli.agent.json +5 -0
  14. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-ide.agent.md +41 -0
  15. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/metadata.json +41 -0
  16. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/AGENT.md +56 -0
  17. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/claude-code.agent.md +40 -0
  18. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/codex.toml +38 -0
  19. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/copilot.agent.md +40 -0
  20. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/cursor.agent.md +40 -0
  21. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/gemini.agent.md +40 -0
  22. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-cli.agent.json +5 -0
  23. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-ide.agent.md +40 -0
  24. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/metadata.json +42 -0
  25. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/AGENT.md +56 -0
  26. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/claude-code.agent.md +40 -0
  27. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/codex.toml +38 -0
  28. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/copilot.agent.md +40 -0
  29. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/cursor.agent.md +40 -0
  30. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/gemini.agent.md +40 -0
  31. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-cli.agent.json +5 -0
  32. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-ide.agent.md +40 -0
  33. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/metadata.json +42 -0
  34. package/agents/dotnet/dotnet-csharp-runtime-review-agent/AGENT.md +56 -0
  35. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/claude-code.agent.md +39 -0
  36. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/codex.toml +39 -0
  37. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/copilot.agent.md +39 -0
  38. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/cursor.agent.md +39 -0
  39. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/gemini.agent.md +39 -0
  40. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-cli.agent.json +5 -0
  41. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-ide.agent.md +39 -0
  42. package/agents/dotnet/dotnet-csharp-runtime-review-agent/metadata.json +42 -0
  43. package/agents/dotnet/dotnet-efcore-data-access-review-agent/AGENT.md +58 -0
  44. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/claude-code.agent.md +42 -0
  45. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/codex.toml +41 -0
  46. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/copilot.agent.md +42 -0
  47. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/cursor.agent.md +42 -0
  48. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/gemini.agent.md +42 -0
  49. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-cli.agent.json +5 -0
  50. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-ide.agent.md +42 -0
  51. package/agents/dotnet/dotnet-efcore-data-access-review-agent/metadata.json +42 -0
  52. package/agents/dotnet/dotnet-maestro-agent/AGENT.md +53 -0
  53. package/agents/dotnet/dotnet-maestro-agent/harnesses/claude-code.agent.md +36 -0
  54. package/agents/dotnet/dotnet-maestro-agent/harnesses/codex.toml +40 -0
  55. package/agents/dotnet/dotnet-maestro-agent/harnesses/copilot.agent.md +36 -0
  56. package/agents/dotnet/dotnet-maestro-agent/harnesses/cursor.agent.md +36 -0
  57. package/agents/dotnet/dotnet-maestro-agent/harnesses/gemini.agent.md +36 -0
  58. package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  59. package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-ide.agent.md +36 -0
  60. package/agents/dotnet/dotnet-maestro-agent/metadata.json +40 -0
  61. package/agents/dotnet/dotnet-observability-otel-review-agent/AGENT.md +57 -0
  62. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/claude-code.agent.md +41 -0
  63. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/codex.toml +40 -0
  64. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/copilot.agent.md +41 -0
  65. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/cursor.agent.md +41 -0
  66. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/gemini.agent.md +41 -0
  67. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  68. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-ide.agent.md +41 -0
  69. package/agents/dotnet/dotnet-observability-otel-review-agent/metadata.json +41 -0
  70. package/agents/dotnet/dotnet-performance-aot-review-agent/AGENT.md +56 -0
  71. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/claude-code.agent.md +40 -0
  72. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/codex.toml +39 -0
  73. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/copilot.agent.md +40 -0
  74. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/cursor.agent.md +40 -0
  75. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/gemini.agent.md +40 -0
  76. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-cli.agent.json +5 -0
  77. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-ide.agent.md +40 -0
  78. package/agents/dotnet/dotnet-performance-aot-review-agent/metadata.json +41 -0
  79. package/agents/dotnet/dotnet-supply-chain-review-agent/AGENT.md +57 -0
  80. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/claude-code.agent.md +41 -0
  81. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/codex.toml +40 -0
  82. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/copilot.agent.md +41 -0
  83. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/cursor.agent.md +41 -0
  84. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/gemini.agent.md +41 -0
  85. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-cli.agent.json +5 -0
  86. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-ide.agent.md +41 -0
  87. package/agents/dotnet/dotnet-supply-chain-review-agent/metadata.json +42 -0
  88. package/agents/dotnet/dotnet-testing-quality-review-agent/AGENT.md +56 -0
  89. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/claude-code.agent.md +40 -0
  90. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/codex.toml +39 -0
  91. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/copilot.agent.md +40 -0
  92. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/cursor.agent.md +40 -0
  93. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/gemini.agent.md +40 -0
  94. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  95. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
  96. package/agents/dotnet/dotnet-testing-quality-review-agent/metadata.json +41 -0
  97. package/agents/hr/README.md +42 -0
  98. package/agents/hr/hr-analytics-people-data-agent/AGENT.md +64 -0
  99. package/agents/hr/hr-analytics-people-data-agent/harnesses/claude-code.agent.md +42 -0
  100. package/agents/hr/hr-analytics-people-data-agent/harnesses/codex.toml +73 -0
  101. package/agents/hr/hr-analytics-people-data-agent/harnesses/copilot.agent.md +42 -0
  102. package/agents/hr/hr-analytics-people-data-agent/harnesses/cursor.agent.md +42 -0
  103. package/agents/hr/hr-analytics-people-data-agent/harnesses/gemini.agent.md +42 -0
  104. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-cli.agent.json +5 -0
  105. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-ide.agent.md +42 -0
  106. package/agents/hr/hr-analytics-people-data-agent/metadata.json +38 -0
  107. package/agents/hr/hr-benefits-payroll-agent/AGENT.md +64 -0
  108. package/agents/hr/hr-benefits-payroll-agent/harnesses/claude-code.agent.md +42 -0
  109. package/agents/hr/hr-benefits-payroll-agent/harnesses/codex.toml +72 -0
  110. package/agents/hr/hr-benefits-payroll-agent/harnesses/copilot.agent.md +42 -0
  111. package/agents/hr/hr-benefits-payroll-agent/harnesses/cursor.agent.md +42 -0
  112. package/agents/hr/hr-benefits-payroll-agent/harnesses/gemini.agent.md +42 -0
  113. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-cli.agent.json +5 -0
  114. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-ide.agent.md +42 -0
  115. package/agents/hr/hr-benefits-payroll-agent/metadata.json +38 -0
  116. package/agents/hr/hr-compensation-equity-agent/AGENT.md +64 -0
  117. package/agents/hr/hr-compensation-equity-agent/harnesses/claude-code.agent.md +42 -0
  118. package/agents/hr/hr-compensation-equity-agent/harnesses/codex.toml +75 -0
  119. package/agents/hr/hr-compensation-equity-agent/harnesses/copilot.agent.md +42 -0
  120. package/agents/hr/hr-compensation-equity-agent/harnesses/cursor.agent.md +42 -0
  121. package/agents/hr/hr-compensation-equity-agent/harnesses/gemini.agent.md +42 -0
  122. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-cli.agent.json +5 -0
  123. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-ide.agent.md +42 -0
  124. package/agents/hr/hr-compensation-equity-agent/metadata.json +38 -0
  125. package/agents/hr/hr-culture-dei-agent/AGENT.md +64 -0
  126. package/agents/hr/hr-culture-dei-agent/harnesses/claude-code.agent.md +42 -0
  127. package/agents/hr/hr-culture-dei-agent/harnesses/codex.toml +73 -0
  128. package/agents/hr/hr-culture-dei-agent/harnesses/copilot.agent.md +42 -0
  129. package/agents/hr/hr-culture-dei-agent/harnesses/cursor.agent.md +42 -0
  130. package/agents/hr/hr-culture-dei-agent/harnesses/gemini.agent.md +42 -0
  131. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-cli.agent.json +5 -0
  132. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-ide.agent.md +42 -0
  133. package/agents/hr/hr-culture-dei-agent/metadata.json +38 -0
  134. package/agents/hr/hr-employee-relations-agent/AGENT.md +64 -0
  135. package/agents/hr/hr-employee-relations-agent/harnesses/claude-code.agent.md +42 -0
  136. package/agents/hr/hr-employee-relations-agent/harnesses/codex.toml +73 -0
  137. package/agents/hr/hr-employee-relations-agent/harnesses/copilot.agent.md +42 -0
  138. package/agents/hr/hr-employee-relations-agent/harnesses/cursor.agent.md +42 -0
  139. package/agents/hr/hr-employee-relations-agent/harnesses/gemini.agent.md +42 -0
  140. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-cli.agent.json +5 -0
  141. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-ide.agent.md +42 -0
  142. package/agents/hr/hr-employee-relations-agent/metadata.json +38 -0
  143. package/agents/hr/hr-hris-process-controls-agent/AGENT.md +64 -0
  144. package/agents/hr/hr-hris-process-controls-agent/harnesses/claude-code.agent.md +42 -0
  145. package/agents/hr/hr-hris-process-controls-agent/harnesses/codex.toml +73 -0
  146. package/agents/hr/hr-hris-process-controls-agent/harnesses/copilot.agent.md +42 -0
  147. package/agents/hr/hr-hris-process-controls-agent/harnesses/cursor.agent.md +42 -0
  148. package/agents/hr/hr-hris-process-controls-agent/harnesses/gemini.agent.md +42 -0
  149. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-cli.agent.json +5 -0
  150. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-ide.agent.md +42 -0
  151. package/agents/hr/hr-hris-process-controls-agent/metadata.json +38 -0
  152. package/agents/hr/hr-learning-policy-agent/AGENT.md +64 -0
  153. package/agents/hr/hr-learning-policy-agent/harnesses/claude-code.agent.md +42 -0
  154. package/agents/hr/hr-learning-policy-agent/harnesses/codex.toml +73 -0
  155. package/agents/hr/hr-learning-policy-agent/harnesses/copilot.agent.md +42 -0
  156. package/agents/hr/hr-learning-policy-agent/harnesses/cursor.agent.md +42 -0
  157. package/agents/hr/hr-learning-policy-agent/harnesses/gemini.agent.md +42 -0
  158. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-cli.agent.json +5 -0
  159. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-ide.agent.md +42 -0
  160. package/agents/hr/hr-learning-policy-agent/metadata.json +38 -0
  161. package/agents/hr/hr-leave-accommodation-agent/AGENT.md +64 -0
  162. package/agents/hr/hr-leave-accommodation-agent/harnesses/claude-code.agent.md +42 -0
  163. package/agents/hr/hr-leave-accommodation-agent/harnesses/codex.toml +76 -0
  164. package/agents/hr/hr-leave-accommodation-agent/harnesses/copilot.agent.md +42 -0
  165. package/agents/hr/hr-leave-accommodation-agent/harnesses/cursor.agent.md +42 -0
  166. package/agents/hr/hr-leave-accommodation-agent/harnesses/gemini.agent.md +42 -0
  167. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-cli.agent.json +5 -0
  168. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-ide.agent.md +42 -0
  169. package/agents/hr/hr-leave-accommodation-agent/metadata.json +38 -0
  170. package/agents/hr/hr-maestro-agent/AGENT.md +84 -0
  171. package/agents/hr/hr-maestro-agent/harnesses/claude-code.agent.md +61 -0
  172. package/agents/hr/hr-maestro-agent/harnesses/codex.toml +66 -0
  173. package/agents/hr/hr-maestro-agent/harnesses/copilot.agent.md +61 -0
  174. package/agents/hr/hr-maestro-agent/harnesses/cursor.agent.md +61 -0
  175. package/agents/hr/hr-maestro-agent/harnesses/gemini.agent.md +61 -0
  176. package/agents/hr/hr-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  177. package/agents/hr/hr-maestro-agent/harnesses/kiro-ide.agent.md +61 -0
  178. package/agents/hr/hr-maestro-agent/metadata.json +38 -0
  179. package/agents/hr/hr-performance-management-agent/AGENT.md +64 -0
  180. package/agents/hr/hr-performance-management-agent/harnesses/claude-code.agent.md +42 -0
  181. package/agents/hr/hr-performance-management-agent/harnesses/codex.toml +77 -0
  182. package/agents/hr/hr-performance-management-agent/harnesses/copilot.agent.md +42 -0
  183. package/agents/hr/hr-performance-management-agent/harnesses/cursor.agent.md +42 -0
  184. package/agents/hr/hr-performance-management-agent/harnesses/gemini.agent.md +42 -0
  185. package/agents/hr/hr-performance-management-agent/harnesses/kiro-cli.agent.json +5 -0
  186. package/agents/hr/hr-performance-management-agent/harnesses/kiro-ide.agent.md +42 -0
  187. package/agents/hr/hr-performance-management-agent/metadata.json +38 -0
  188. package/agents/hr/hr-recruiting-selection-agent/AGENT.md +64 -0
  189. package/agents/hr/hr-recruiting-selection-agent/harnesses/claude-code.agent.md +42 -0
  190. package/agents/hr/hr-recruiting-selection-agent/harnesses/codex.toml +74 -0
  191. package/agents/hr/hr-recruiting-selection-agent/harnesses/copilot.agent.md +42 -0
  192. package/agents/hr/hr-recruiting-selection-agent/harnesses/cursor.agent.md +42 -0
  193. package/agents/hr/hr-recruiting-selection-agent/harnesses/gemini.agent.md +42 -0
  194. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-cli.agent.json +5 -0
  195. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-ide.agent.md +42 -0
  196. package/agents/hr/hr-recruiting-selection-agent/metadata.json +38 -0
  197. package/agents/hr/hr-risk-triage-review-agent/AGENT.md +57 -0
  198. package/agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md +41 -0
  199. package/agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml +38 -0
  200. package/agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md +41 -0
  201. package/agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md +41 -0
  202. package/agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md +41 -0
  203. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json +5 -0
  204. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md +41 -0
  205. package/agents/hr/hr-risk-triage-review-agent/metadata.json +43 -0
  206. package/agents/hr/hr-termination-readiness-agent/AGENT.md +64 -0
  207. package/agents/hr/hr-termination-readiness-agent/harnesses/claude-code.agent.md +42 -0
  208. package/agents/hr/hr-termination-readiness-agent/harnesses/codex.toml +76 -0
  209. package/agents/hr/hr-termination-readiness-agent/harnesses/copilot.agent.md +42 -0
  210. package/agents/hr/hr-termination-readiness-agent/harnesses/cursor.agent.md +42 -0
  211. package/agents/hr/hr-termination-readiness-agent/harnesses/gemini.agent.md +42 -0
  212. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  213. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-ide.agent.md +42 -0
  214. package/agents/hr/hr-termination-readiness-agent/metadata.json +38 -0
  215. package/agents/hr/hr-workforce-planning-rif-agent/AGENT.md +64 -0
  216. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/claude-code.agent.md +42 -0
  217. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/codex.toml +74 -0
  218. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/copilot.agent.md +42 -0
  219. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/cursor.agent.md +42 -0
  220. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/gemini.agent.md +42 -0
  221. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-cli.agent.json +5 -0
  222. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-ide.agent.md +42 -0
  223. package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +38 -0
  224. package/agents/hr/hr-workplace-investigations-agent/AGENT.md +64 -0
  225. package/agents/hr/hr-workplace-investigations-agent/harnesses/claude-code.agent.md +42 -0
  226. package/agents/hr/hr-workplace-investigations-agent/harnesses/codex.toml +77 -0
  227. package/agents/hr/hr-workplace-investigations-agent/harnesses/copilot.agent.md +42 -0
  228. package/agents/hr/hr-workplace-investigations-agent/harnesses/cursor.agent.md +42 -0
  229. package/agents/hr/hr-workplace-investigations-agent/harnesses/gemini.agent.md +42 -0
  230. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  231. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  232. package/agents/hr/hr-workplace-investigations-agent/metadata.json +38 -0
  233. package/agents/legal/README.md +41 -0
  234. package/agents/legal/legal-contract-review-agent/AGENT.md +61 -0
  235. package/agents/legal/legal-contract-review-agent/harnesses/claude-code.agent.md +42 -0
  236. package/agents/legal/legal-contract-review-agent/harnesses/codex.toml +76 -0
  237. package/agents/legal/legal-contract-review-agent/harnesses/copilot.agent.md +42 -0
  238. package/agents/legal/legal-contract-review-agent/harnesses/cursor.agent.md +42 -0
  239. package/agents/legal/legal-contract-review-agent/harnesses/gemini.agent.md +42 -0
  240. package/agents/legal/legal-contract-review-agent/harnesses/kiro-cli.agent.json +5 -0
  241. package/agents/legal/legal-contract-review-agent/harnesses/kiro-ide.agent.md +42 -0
  242. package/agents/legal/legal-contract-review-agent/metadata.json +38 -0
  243. package/agents/legal/legal-counsel-review-agent/AGENT.md +55 -0
  244. package/agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md +39 -0
  245. package/agents/legal/legal-counsel-review-agent/harnesses/codex.toml +36 -0
  246. package/agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md +39 -0
  247. package/agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md +39 -0
  248. package/agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md +39 -0
  249. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  250. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md +39 -0
  251. package/agents/legal/legal-counsel-review-agent/metadata.json +43 -0
  252. package/agents/legal/legal-employment-law-risk-agent/AGENT.md +61 -0
  253. package/agents/legal/legal-employment-law-risk-agent/harnesses/claude-code.agent.md +42 -0
  254. package/agents/legal/legal-employment-law-risk-agent/harnesses/codex.toml +78 -0
  255. package/agents/legal/legal-employment-law-risk-agent/harnesses/copilot.agent.md +42 -0
  256. package/agents/legal/legal-employment-law-risk-agent/harnesses/cursor.agent.md +42 -0
  257. package/agents/legal/legal-employment-law-risk-agent/harnesses/gemini.agent.md +42 -0
  258. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  259. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  260. package/agents/legal/legal-employment-law-risk-agent/metadata.json +38 -0
  261. package/agents/legal/legal-ethics-investigations-agent/AGENT.md +61 -0
  262. package/agents/legal/legal-ethics-investigations-agent/harnesses/claude-code.agent.md +42 -0
  263. package/agents/legal/legal-ethics-investigations-agent/harnesses/codex.toml +70 -0
  264. package/agents/legal/legal-ethics-investigations-agent/harnesses/copilot.agent.md +42 -0
  265. package/agents/legal/legal-ethics-investigations-agent/harnesses/cursor.agent.md +42 -0
  266. package/agents/legal/legal-ethics-investigations-agent/harnesses/gemini.agent.md +42 -0
  267. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  268. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  269. package/agents/legal/legal-ethics-investigations-agent/metadata.json +38 -0
  270. package/agents/legal/legal-ip-open-source-agent/AGENT.md +61 -0
  271. package/agents/legal/legal-ip-open-source-agent/harnesses/claude-code.agent.md +42 -0
  272. package/agents/legal/legal-ip-open-source-agent/harnesses/codex.toml +78 -0
  273. package/agents/legal/legal-ip-open-source-agent/harnesses/copilot.agent.md +42 -0
  274. package/agents/legal/legal-ip-open-source-agent/harnesses/cursor.agent.md +42 -0
  275. package/agents/legal/legal-ip-open-source-agent/harnesses/gemini.agent.md +42 -0
  276. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-cli.agent.json +5 -0
  277. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-ide.agent.md +42 -0
  278. package/agents/legal/legal-ip-open-source-agent/metadata.json +38 -0
  279. package/agents/legal/legal-knowledge-management-agent/AGENT.md +61 -0
  280. package/agents/legal/legal-knowledge-management-agent/harnesses/claude-code.agent.md +42 -0
  281. package/agents/legal/legal-knowledge-management-agent/harnesses/codex.toml +68 -0
  282. package/agents/legal/legal-knowledge-management-agent/harnesses/copilot.agent.md +42 -0
  283. package/agents/legal/legal-knowledge-management-agent/harnesses/cursor.agent.md +42 -0
  284. package/agents/legal/legal-knowledge-management-agent/harnesses/gemini.agent.md +42 -0
  285. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-cli.agent.json +5 -0
  286. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-ide.agent.md +42 -0
  287. package/agents/legal/legal-knowledge-management-agent/metadata.json +38 -0
  288. package/agents/legal/legal-litigation-discovery-hold-agent/AGENT.md +61 -0
  289. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/claude-code.agent.md +42 -0
  290. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/codex.toml +78 -0
  291. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/copilot.agent.md +42 -0
  292. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/cursor.agent.md +42 -0
  293. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/gemini.agent.md +42 -0
  294. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-cli.agent.json +5 -0
  295. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-ide.agent.md +42 -0
  296. package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +38 -0
  297. package/agents/legal/legal-maestro-agent/AGENT.md +78 -0
  298. package/agents/legal/legal-maestro-agent/harnesses/claude-code.agent.md +56 -0
  299. package/agents/legal/legal-maestro-agent/harnesses/codex.toml +61 -0
  300. package/agents/legal/legal-maestro-agent/harnesses/copilot.agent.md +56 -0
  301. package/agents/legal/legal-maestro-agent/harnesses/cursor.agent.md +56 -0
  302. package/agents/legal/legal-maestro-agent/harnesses/gemini.agent.md +56 -0
  303. package/agents/legal/legal-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  304. package/agents/legal/legal-maestro-agent/harnesses/kiro-ide.agent.md +56 -0
  305. package/agents/legal/legal-maestro-agent/metadata.json +38 -0
  306. package/agents/legal/legal-policy-governance-agent/AGENT.md +61 -0
  307. package/agents/legal/legal-policy-governance-agent/harnesses/claude-code.agent.md +42 -0
  308. package/agents/legal/legal-policy-governance-agent/harnesses/codex.toml +68 -0
  309. package/agents/legal/legal-policy-governance-agent/harnesses/copilot.agent.md +42 -0
  310. package/agents/legal/legal-policy-governance-agent/harnesses/cursor.agent.md +42 -0
  311. package/agents/legal/legal-policy-governance-agent/harnesses/gemini.agent.md +42 -0
  312. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  313. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-ide.agent.md +42 -0
  314. package/agents/legal/legal-policy-governance-agent/metadata.json +38 -0
  315. package/agents/legal/legal-privacy-data-protection-agent/AGENT.md +61 -0
  316. package/agents/legal/legal-privacy-data-protection-agent/harnesses/claude-code.agent.md +42 -0
  317. package/agents/legal/legal-privacy-data-protection-agent/harnesses/codex.toml +79 -0
  318. package/agents/legal/legal-privacy-data-protection-agent/harnesses/copilot.agent.md +42 -0
  319. package/agents/legal/legal-privacy-data-protection-agent/harnesses/cursor.agent.md +42 -0
  320. package/agents/legal/legal-privacy-data-protection-agent/harnesses/gemini.agent.md +42 -0
  321. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-cli.agent.json +5 -0
  322. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-ide.agent.md +42 -0
  323. package/agents/legal/legal-privacy-data-protection-agent/metadata.json +38 -0
  324. package/agents/legal/legal-public-disclosure-agent/AGENT.md +61 -0
  325. package/agents/legal/legal-public-disclosure-agent/harnesses/claude-code.agent.md +42 -0
  326. package/agents/legal/legal-public-disclosure-agent/harnesses/codex.toml +69 -0
  327. package/agents/legal/legal-public-disclosure-agent/harnesses/copilot.agent.md +42 -0
  328. package/agents/legal/legal-public-disclosure-agent/harnesses/cursor.agent.md +42 -0
  329. package/agents/legal/legal-public-disclosure-agent/harnesses/gemini.agent.md +42 -0
  330. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-cli.agent.json +5 -0
  331. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-ide.agent.md +42 -0
  332. package/agents/legal/legal-public-disclosure-agent/metadata.json +38 -0
  333. package/agents/legal/legal-regulatory-compliance-agent/AGENT.md +61 -0
  334. package/agents/legal/legal-regulatory-compliance-agent/harnesses/claude-code.agent.md +42 -0
  335. package/agents/legal/legal-regulatory-compliance-agent/harnesses/codex.toml +77 -0
  336. package/agents/legal/legal-regulatory-compliance-agent/harnesses/copilot.agent.md +42 -0
  337. package/agents/legal/legal-regulatory-compliance-agent/harnesses/cursor.agent.md +42 -0
  338. package/agents/legal/legal-regulatory-compliance-agent/harnesses/gemini.agent.md +42 -0
  339. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-cli.agent.json +5 -0
  340. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-ide.agent.md +42 -0
  341. package/agents/legal/legal-regulatory-compliance-agent/metadata.json +38 -0
  342. package/agents/legal/legal-vendor-procurement-risk-agent/AGENT.md +61 -0
  343. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/claude-code.agent.md +42 -0
  344. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/codex.toml +67 -0
  345. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/copilot.agent.md +42 -0
  346. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/cursor.agent.md +42 -0
  347. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/gemini.agent.md +42 -0
  348. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  349. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  350. package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +38 -0
  351. package/catalog/agents.json +1332 -332
  352. package/catalog/asset-integrity.json +4160 -1990
  353. package/catalog/install-roles.json +69 -0
  354. package/catalog/skill-manifest.json +390 -0
  355. package/catalog/skills.json +410 -0
  356. package/package.json +1 -1
  357. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  358. package/schemas/agent.schema.json +4 -1
  359. package/schemas/skill.schema.json +4 -1
  360. package/scripts/export-marketplace-agents.mjs +13 -1
  361. package/skills/cross-functional/legal-hr-case-capsule/README.md +45 -0
  362. package/skills/cross-functional/legal-hr-case-capsule/SKILL.md +79 -0
  363. package/skills/cross-functional/legal-hr-case-capsule/metadata.json +19 -0
  364. package/skills/cross-functional/legal-hr-case-capsule/references/capsule-schema.md +110 -0
  365. package/skills/cross-functional/legal-hr-risk-taxonomy/README.md +97 -0
  366. package/skills/cross-functional/legal-hr-risk-taxonomy/SKILL.md +89 -0
  367. package/skills/cross-functional/legal-hr-risk-taxonomy/metadata.json +19 -0
  368. package/skills/cross-functional/legal-hr-risk-taxonomy/references/risk-labels.md +91 -0
  369. package/skills/cross-functional/legal-hr-routing-protocol/README.md +68 -0
  370. package/skills/cross-functional/legal-hr-routing-protocol/SKILL.md +92 -0
  371. package/skills/cross-functional/legal-hr-routing-protocol/metadata.json +19 -0
  372. package/skills/cross-functional/legal-hr-routing-protocol/references/handoff-matrix.md +48 -0
  373. package/skills/dotnet/dotnet-aspire-cloud-native-review/SKILL.md +53 -0
  374. package/skills/dotnet/dotnet-aspire-cloud-native-review/metadata.json +27 -0
  375. package/skills/dotnet/dotnet-aspire-cloud-native-review/references/workflow-and-output.md +115 -0
  376. package/skills/dotnet/dotnet-aspnetcore-api-review/SKILL.md +53 -0
  377. package/skills/dotnet/dotnet-aspnetcore-api-review/metadata.json +28 -0
  378. package/skills/dotnet/dotnet-aspnetcore-api-review/references/workflow-and-output.md +115 -0
  379. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/SKILL.md +48 -0
  380. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/metadata.json +28 -0
  381. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/references/workflow-and-output.md +125 -0
  382. package/skills/dotnet/dotnet-csharp-runtime-review/SKILL.md +56 -0
  383. package/skills/dotnet/dotnet-csharp-runtime-review/metadata.json +28 -0
  384. package/skills/dotnet/dotnet-csharp-runtime-review/references/workflow-and-output.md +141 -0
  385. package/skills/dotnet/dotnet-efcore-data-access-review/SKILL.md +57 -0
  386. package/skills/dotnet/dotnet-efcore-data-access-review/metadata.json +28 -0
  387. package/skills/dotnet/dotnet-efcore-data-access-review/references/workflow-and-output.md +140 -0
  388. package/skills/dotnet/dotnet-maestro/SKILL.md +106 -0
  389. package/skills/dotnet/dotnet-maestro/metadata.json +26 -0
  390. package/skills/dotnet/dotnet-observability-otel-review/SKILL.md +53 -0
  391. package/skills/dotnet/dotnet-observability-otel-review/metadata.json +27 -0
  392. package/skills/dotnet/dotnet-observability-otel-review/references/workflow-and-output.md +119 -0
  393. package/skills/dotnet/dotnet-performance-aot-review/SKILL.md +53 -0
  394. package/skills/dotnet/dotnet-performance-aot-review/metadata.json +27 -0
  395. package/skills/dotnet/dotnet-performance-aot-review/references/workflow-and-output.md +123 -0
  396. package/skills/dotnet/dotnet-supply-chain-review/SKILL.md +55 -0
  397. package/skills/dotnet/dotnet-supply-chain-review/metadata.json +28 -0
  398. package/skills/dotnet/dotnet-supply-chain-review/references/workflow-and-output.md +132 -0
  399. package/skills/dotnet/dotnet-testing-quality-review/SKILL.md +54 -0
  400. package/skills/dotnet/dotnet-testing-quality-review/metadata.json +27 -0
  401. package/skills/dotnet/dotnet-testing-quality-review/references/workflow-and-output.md +142 -0
  402. package/skills/hr/hr-risk-triage-review/SKILL.md +60 -0
  403. package/skills/hr/hr-risk-triage-review/metadata.json +29 -0
  404. package/skills/hr/hr-risk-triage-review/references/jurisdictions/australia.md +111 -0
  405. package/skills/hr/hr-risk-triage-review/references/jurisdictions/eu.md +97 -0
  406. package/skills/hr/hr-risk-triage-review/references/jurisdictions/singapore.md +102 -0
  407. package/skills/hr/hr-risk-triage-review/references/jurisdictions/uk.md +100 -0
  408. package/skills/hr/hr-risk-triage-review/references/jurisdictions/us.md +100 -0
  409. package/skills/hr/hr-risk-triage-review/references/workflow-and-output.md +176 -0
  410. package/skills/legal/legal-counsel-review/SKILL.md +50 -0
  411. package/skills/legal/legal-counsel-review/metadata.json +29 -0
  412. package/skills/legal/legal-counsel-review/references/jurisdictions/australia.md +86 -0
  413. package/skills/legal/legal-counsel-review/references/jurisdictions/eu.md +77 -0
  414. package/skills/legal/legal-counsel-review/references/jurisdictions/singapore.md +76 -0
  415. package/skills/legal/legal-counsel-review/references/jurisdictions/uk.md +81 -0
  416. package/skills/legal/legal-counsel-review/references/jurisdictions/us.md +100 -0
  417. package/skills/legal/legal-counsel-review/references/workflow-and-output.md +148 -0
  418. package/tests/fixtures/dotnet-maestro-routing/expected/01-csharp-runtime.json +6 -0
  419. package/tests/fixtures/dotnet-maestro-routing/expected/02-aspnetcore-api.json +6 -0
  420. package/tests/fixtures/dotnet-maestro-routing/expected/03-identity-authz.json +6 -0
  421. package/tests/fixtures/dotnet-maestro-routing/expected/04-efcore-data.json +6 -0
  422. package/tests/fixtures/dotnet-maestro-routing/expected/05-testing-quality.json +6 -0
  423. package/tests/fixtures/dotnet-maestro-routing/expected/06-supply-chain.json +6 -0
  424. package/tests/fixtures/dotnet-maestro-routing/expected/07-performance-aot.json +6 -0
  425. package/tests/fixtures/dotnet-maestro-routing/expected/08-observability-otel.json +6 -0
  426. package/tests/fixtures/dotnet-maestro-routing/expected/09-aspire-cloud-native.json +6 -0
  427. package/tests/fixtures/dotnet-maestro-routing/expected/10-multi-domain.json +7 -0
  428. package/tests/fixtures/dotnet-maestro-routing/expected/11-ambiguous.json +4 -0
  429. package/tests/fixtures/dotnet-maestro-routing/expected/adv-ambiguous-near-miss.json +4 -0
  430. package/tests/fixtures/dotnet-maestro-routing/expected/adv-instruction-injection.json +6 -0
  431. package/tests/fixtures/dotnet-maestro-routing/expected/adv-live-guard-bypass.json +4 -0
  432. package/tests/fixtures/dotnet-maestro-routing/expected/adv-parallel-saturation.json +9 -0
  433. package/tests/fixtures/dotnet-maestro-routing/expected/adv-persona-replacement.json +6 -0
  434. package/tests/fixtures/dotnet-maestro-routing/expected/adv-secrets-bait.json +6 -0
  435. package/tests/fixtures/dotnet-maestro-routing/inputs/01-csharp-runtime.json +7 -0
  436. package/tests/fixtures/dotnet-maestro-routing/inputs/02-aspnetcore-api.json +7 -0
  437. package/tests/fixtures/dotnet-maestro-routing/inputs/03-identity-authz.json +7 -0
  438. package/tests/fixtures/dotnet-maestro-routing/inputs/04-efcore-data.json +7 -0
  439. package/tests/fixtures/dotnet-maestro-routing/inputs/05-testing-quality.json +7 -0
  440. package/tests/fixtures/dotnet-maestro-routing/inputs/06-supply-chain.json +7 -0
  441. package/tests/fixtures/dotnet-maestro-routing/inputs/07-performance-aot.json +7 -0
  442. package/tests/fixtures/dotnet-maestro-routing/inputs/08-observability-otel.json +7 -0
  443. package/tests/fixtures/dotnet-maestro-routing/inputs/09-aspire-cloud-native.json +7 -0
  444. package/tests/fixtures/dotnet-maestro-routing/inputs/10-multi-domain.json +7 -0
  445. package/tests/fixtures/dotnet-maestro-routing/inputs/11-ambiguous.json +7 -0
  446. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-ambiguous-near-miss.json +7 -0
  447. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  448. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-live-guard-bypass.json +7 -0
  449. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-parallel-saturation.json +7 -0
  450. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  451. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  452. package/tests/fixtures/dotnet-maestro-routing/taxonomy.json +99 -0
  453. package/tests/fixtures/hr-maestro-routing/expected/01-employee-relations.json +6 -0
  454. package/tests/fixtures/hr-maestro-routing/expected/02-workplace-investigations.json +6 -0
  455. package/tests/fixtures/hr-maestro-routing/expected/03-performance-management.json +6 -0
  456. package/tests/fixtures/hr-maestro-routing/expected/04-termination-readiness.json +6 -0
  457. package/tests/fixtures/hr-maestro-routing/expected/05-leave-accommodation.json +6 -0
  458. package/tests/fixtures/hr-maestro-routing/expected/06-recruiting-selection.json +6 -0
  459. package/tests/fixtures/hr-maestro-routing/expected/07-compensation-equity.json +6 -0
  460. package/tests/fixtures/hr-maestro-routing/expected/08-benefits-payroll.json +6 -0
  461. package/tests/fixtures/hr-maestro-routing/expected/09-workforce-planning-rif.json +6 -0
  462. package/tests/fixtures/hr-maestro-routing/expected/10-learning-policy.json +6 -0
  463. package/tests/fixtures/hr-maestro-routing/expected/11-analytics-people-data.json +6 -0
  464. package/tests/fixtures/hr-maestro-routing/expected/12-culture-dei.json +6 -0
  465. package/tests/fixtures/hr-maestro-routing/expected/13-hris-process-controls.json +6 -0
  466. package/tests/fixtures/hr-maestro-routing/expected/14-ambiguous.json +4 -0
  467. package/tests/fixtures/hr-maestro-routing/inputs/01-employee-relations.json +7 -0
  468. package/tests/fixtures/hr-maestro-routing/inputs/02-workplace-investigations.json +7 -0
  469. package/tests/fixtures/hr-maestro-routing/inputs/03-performance-management.json +7 -0
  470. package/tests/fixtures/hr-maestro-routing/inputs/04-termination-readiness.json +7 -0
  471. package/tests/fixtures/hr-maestro-routing/inputs/05-leave-accommodation.json +7 -0
  472. package/tests/fixtures/hr-maestro-routing/inputs/06-recruiting-selection.json +7 -0
  473. package/tests/fixtures/hr-maestro-routing/inputs/07-compensation-equity.json +7 -0
  474. package/tests/fixtures/hr-maestro-routing/inputs/08-benefits-payroll.json +7 -0
  475. package/tests/fixtures/hr-maestro-routing/inputs/09-workforce-planning-rif.json +7 -0
  476. package/tests/fixtures/hr-maestro-routing/inputs/10-learning-policy.json +7 -0
  477. package/tests/fixtures/hr-maestro-routing/inputs/11-analytics-people-data.json +7 -0
  478. package/tests/fixtures/hr-maestro-routing/inputs/12-culture-dei.json +7 -0
  479. package/tests/fixtures/hr-maestro-routing/inputs/13-hris-process-controls.json +7 -0
  480. package/tests/fixtures/hr-maestro-routing/inputs/14-ambiguous.json +7 -0
  481. package/tests/fixtures/hr-maestro-routing/taxonomy.json +59 -0
  482. package/tests/fixtures/legal-maestro-routing/expected/01-contract-review.json +6 -0
  483. package/tests/fixtures/legal-maestro-routing/expected/02-privacy-data-protection.json +6 -0
  484. package/tests/fixtures/legal-maestro-routing/expected/03-employment-law-risk.json +6 -0
  485. package/tests/fixtures/legal-maestro-routing/expected/04-litigation-discovery-hold.json +6 -0
  486. package/tests/fixtures/legal-maestro-routing/expected/05-regulatory-compliance.json +6 -0
  487. package/tests/fixtures/legal-maestro-routing/expected/06-ip-open-source.json +6 -0
  488. package/tests/fixtures/legal-maestro-routing/expected/07-vendor-procurement-risk.json +6 -0
  489. package/tests/fixtures/legal-maestro-routing/expected/08-ethics-investigations.json +6 -0
  490. package/tests/fixtures/legal-maestro-routing/expected/09-policy-governance.json +6 -0
  491. package/tests/fixtures/legal-maestro-routing/expected/10-public-disclosure.json +6 -0
  492. package/tests/fixtures/legal-maestro-routing/expected/11-knowledge-management.json +6 -0
  493. package/tests/fixtures/legal-maestro-routing/expected/12-ambiguous.json +4 -0
  494. package/tests/fixtures/legal-maestro-routing/inputs/01-contract-review.json +7 -0
  495. package/tests/fixtures/legal-maestro-routing/inputs/02-privacy-data-protection.json +7 -0
  496. package/tests/fixtures/legal-maestro-routing/inputs/03-employment-law-risk.json +7 -0
  497. package/tests/fixtures/legal-maestro-routing/inputs/04-litigation-discovery-hold.json +7 -0
  498. package/tests/fixtures/legal-maestro-routing/inputs/05-regulatory-compliance.json +7 -0
  499. package/tests/fixtures/legal-maestro-routing/inputs/06-ip-open-source.json +7 -0
  500. package/tests/fixtures/legal-maestro-routing/inputs/07-vendor-procurement-risk.json +7 -0
  501. package/tests/fixtures/legal-maestro-routing/inputs/08-ethics-investigations.json +7 -0
  502. package/tests/fixtures/legal-maestro-routing/inputs/09-policy-governance.json +7 -0
  503. package/tests/fixtures/legal-maestro-routing/inputs/10-public-disclosure.json +7 -0
  504. package/tests/fixtures/legal-maestro-routing/inputs/11-knowledge-management.json +7 -0
  505. package/tests/fixtures/legal-maestro-routing/inputs/12-ambiguous.json +7 -0
  506. package/tests/fixtures/legal-maestro-routing/taxonomy.json +51 -0
  507. package/tests/test-vfa-export-coverage.test.mjs +21 -4
  508. package/tests/validate-catalog.py +3 -0
@@ -12,7 +12,7 @@
12
12
  "gemini",
13
13
  "kiro"
14
14
  ],
15
- "summary": "Review ad-platform audience targeting configurations and declared AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5 \u2014 proxy segments, algorithmic disparate impact, and missing Special Ad Category declarations.",
15
+ "summary": "Review ad-platform audience targeting configurations and declared AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5 proxy segments, algorithmic disparate impact, and missing Special Ad Category declarations.",
16
16
  "companion_skills": [
17
17
  "ai-advertising-targeting-fairness-review"
18
18
  ],
@@ -59,7 +59,7 @@
59
59
  "https://www.alibabacloud.com/help/en/acr",
60
60
  "https://www.alibabacloud.com/help/en/asm"
61
61
  ],
62
- "security_notes": "ACK cluster version upgrades are irreversible. Node pool scale-down may evict workloads. Production namespace mutations require confirmation. ACK Serverless (ASK) has no node-level access \u2014 do not recommend node-level debugging commands for ASK.",
62
+ "security_notes": "ACK cluster version upgrades are irreversible. Node pool scale-down may evict workloads. Production namespace mutations require confirmation. ACK Serverless (ASK) has no node-level access do not recommend node-level debugging commands for ASK.",
63
63
  "last_verified": "2026-05-08",
64
64
  "path": "agents/alibaba/alibaba-ack-container-platform-operator-agent",
65
65
  "author": "github: Raishin",
@@ -84,7 +84,7 @@
84
84
  "https://www.alibabacloud.com/help/en/actiontrail",
85
85
  "https://www.alibabacloud.com/help/en/sls"
86
86
  ],
87
- "security_notes": "Do not delete ActionTrail trails, SLS logstores, or audit evidence without backup verification \u2014 audit log destruction may violate MLPS 2.0 retention requirements.",
87
+ "security_notes": "Do not delete ActionTrail trails, SLS logstores, or audit evidence without backup verification audit log destruction may violate MLPS 2.0 retention requirements.",
88
88
  "last_verified": "2026-05-08",
89
89
  "path": "agents/alibaba/alibaba-actiontrail-audit-analyst-agent",
90
90
  "author": "github: Raishin",
@@ -129,14 +129,14 @@
129
129
  "gemini",
130
130
  "kiro"
131
131
  ],
132
- "summary": "Review Alibaba Cloud SSL Certificate Service \u2014 DV/OV/EV certificate lifecycle, auto-renewal configuration, certificate deployment to SLB/ALB/CDN/OSS, domain validation status, CAA record compliance, and expiry monitoring.",
132
+ "summary": "Review Alibaba Cloud SSL Certificate Service DV/OV/EV certificate lifecycle, auto-renewal configuration, certificate deployment to SLB/ALB/CDN/OSS, domain validation status, CAA record compliance, and expiry monitoring.",
133
133
  "source_type": "original",
134
134
  "official_docs": [
135
135
  "https://www.alibabacloud.com/help/en/ssl-certificate/latest/what-is-ssl-certificates-service",
136
136
  "https://www.alibabacloud.com/help/en/slb/application-load-balancer/user-guide/create-an-https-listener",
137
137
  "https://www.alibabacloud.com/help/en/cdn/user-guide/configure-an-ssl-certificate"
138
138
  ],
139
- "security_notes": "Alibaba Cloud certificate private keys generated on the platform are stored in Alibaba's systems \u2014 for maximum security, use CSR-based upload with your own private key generated locally. SLB/ALB HTTPS listeners using TLS 1.0 or 1.1 are non-compliant with PCI-DSS and MLPS 2.0 \u2014 enforce TLS 1.2+ via security policy configuration.",
139
+ "security_notes": "Alibaba Cloud certificate private keys generated on the platform are stored in Alibaba's systems for maximum security, use CSR-based upload with your own private key generated locally. SLB/ALB HTTPS listeners using TLS 1.0 or 1.1 are non-compliant with PCI-DSS and MLPS 2.0 enforce TLS 1.2+ via security policy configuration.",
140
140
  "last_verified": "2026-05-09",
141
141
  "path": "agents/alibaba/alibaba-certificate-manager-issuer-review-agent",
142
142
  "version": "0.1.0",
@@ -155,7 +155,7 @@
155
155
  "gemini",
156
156
  "kiro"
157
157
  ],
158
- "summary": "Pre-change blast radius analysis for Alibaba Cloud \u2014 Resource Directory OU scope mapping, RAM policy cascade effects, VPC peering and CEN impact, SLB backend pool changes, RDS connection pool disruption, and safe change sequencing.",
158
+ "summary": "Pre-change blast radius analysis for Alibaba Cloud Resource Directory OU scope mapping, RAM policy cascade effects, VPC peering and CEN impact, SLB backend pool changes, RDS connection pool disruption, and safe change sequencing.",
159
159
  "source_type": "original",
160
160
  "official_docs": [
161
161
  "https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
@@ -163,7 +163,7 @@
163
163
  "https://www.alibabacloud.com/help/en/cen/latest/what-is-cen",
164
164
  "https://www.alibabacloud.com/help/en/vpc/latest/vpc-peering-connections-overview"
165
165
  ],
166
- "security_notes": "Alibaba Cloud Resource Directory root account has override capabilities for all member account policies \u2014 changes at root level must have explicit dual approval. CEN route changes are near-instantaneous and propagate globally \u2014 always test in a staging CEN attachment before applying to production.",
166
+ "security_notes": "Alibaba Cloud Resource Directory root account has override capabilities for all member account policies changes at root level must have explicit dual approval. CEN route changes are near-instantaneous and propagate globally always test in a staging CEN attachment before applying to production.",
167
167
  "last_verified": "2026-05-09",
168
168
  "path": "agents/alibaba/alibaba-change-impact-advisor-agent",
169
169
  "version": "0.1.0",
@@ -207,7 +207,7 @@
207
207
  "gemini",
208
208
  "kiro"
209
209
  ],
210
- "summary": "Detect and coordinate response to Alibaba Cloud cost anomalies \u2014 MaxCompute CU vs on-demand billing mismatch, ECS spot instance interruption cascades, CDN traffic spike billing, OSS API request cost explosions, budget alert \u2192 DingTalk notification \u2192 remediation playbook.",
210
+ "summary": "Detect and coordinate response to Alibaba Cloud cost anomalies MaxCompute CU vs on-demand billing mismatch, ECS spot instance interruption cascades, CDN traffic spike billing, OSS API request cost explosions, budget alert DingTalk notification remediation playbook.",
211
211
  "source_type": "original",
212
212
  "official_docs": [
213
213
  "https://www.alibabacloud.com/help/en/maxcompute/latest/billing-overview",
@@ -215,7 +215,7 @@
215
215
  "https://www.alibabacloud.com/help/en/cost-management/latest/overview",
216
216
  "https://www.alibabacloud.com/help/en/cdn/user-guide/billing-overview"
217
217
  ],
218
- "security_notes": "Alibaba Cloud cost data is accessible via the billing API \u2014 restrict AccessKey permissions for billing API access to read-only (AliyunBSSReadOnlyAccess). China mainland billing accounts and international accounts cannot be consolidated \u2014 separate anomaly monitoring pipelines required for each account type.",
218
+ "security_notes": "Alibaba Cloud cost data is accessible via the billing API restrict AccessKey permissions for billing API access to read-only (AliyunBSSReadOnlyAccess). China mainland billing accounts and international accounts cannot be consolidated separate anomaly monitoring pipelines required for each account type.",
219
219
  "last_verified": "2026-05-09",
220
220
  "path": "agents/alibaba/alibaba-cost-anomaly-watch-coordinator-agent",
221
221
  "version": "0.1.0",
@@ -260,7 +260,7 @@
260
260
  "gemini",
261
261
  "kiro"
262
262
  ],
263
- "summary": "Coordinate the daily Alibaba Cloud operations standup \u2014 cost delta from Cost Manager, ActionTrail anomaly review, ACK pod failure triage, quota utilization warnings, Security Center finding review, and action item assignment.",
263
+ "summary": "Coordinate the daily Alibaba Cloud operations standup cost delta from Cost Manager, ActionTrail anomaly review, ACK pod failure triage, quota utilization warnings, Security Center finding review, and action item assignment.",
264
264
  "source_type": "original",
265
265
  "official_docs": [
266
266
  "https://www.alibabacloud.com/help/en/cost-management/latest/overview",
@@ -268,7 +268,7 @@
268
268
  "https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/overview-7",
269
269
  "https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center"
270
270
  ],
271
- "security_notes": "Alibaba Cloud ActionTrail logs contain API call details that may reveal internal architecture \u2014 restrict ActionTrail SLS project access to security team members only. Daily briefing cost data reveals workload scale and spending patterns \u2014 distribute briefing reports only to authorized stakeholders.",
271
+ "security_notes": "Alibaba Cloud ActionTrail logs contain API call details that may reveal internal architecture restrict ActionTrail SLS project access to security team members only. Daily briefing cost data reveals workload scale and spending patterns distribute briefing reports only to authorized stakeholders.",
272
272
  "last_verified": "2026-05-09",
273
273
  "path": "agents/alibaba/alibaba-daily-operations-briefing-coordinator-agent",
274
274
  "version": "0.1.0",
@@ -339,7 +339,7 @@
339
339
  "gemini",
340
340
  "kiro"
341
341
  ],
342
- "summary": "Review Alibaba Cloud EventBridge, MNS (Message Notification Service), RocketMQ, and MSE event-driven designs \u2014 dead-letter queues, message ordering, idempotency, retry storm prevention, schema registry, and consumer group lag monitoring.",
342
+ "summary": "Review Alibaba Cloud EventBridge, MNS (Message Notification Service), RocketMQ, and MSE event-driven designs dead-letter queues, message ordering, idempotency, retry storm prevention, schema registry, and consumer group lag monitoring.",
343
343
  "source_type": "original",
344
344
  "official_docs": [
345
345
  "https://www.alibabacloud.com/help/en/eventbridge/latest/what-is-eventbridge",
@@ -347,7 +347,7 @@
347
347
  "https://www.alibabacloud.com/help/en/apsaramq-for-rocketmq/latest/what-is-rocketmq",
348
348
  "https://www.alibabacloud.com/help/en/mse/latest/overview-of-mse"
349
349
  ],
350
- "security_notes": "Alibaba Cloud EventBridge event buses can be public \u2014 restrict event bus policies to specific source services and target endpoints. MNS message bodies may contain sensitive data \u2014 use SSE encryption at rest for MNS queues in regulated environments.",
350
+ "security_notes": "Alibaba Cloud EventBridge event buses can be public restrict event bus policies to specific source services and target endpoints. MNS message bodies may contain sensitive data use SSE encryption at rest for MNS queues in regulated environments.",
351
351
  "last_verified": "2026-05-09",
352
352
  "path": "agents/alibaba/alibaba-event-driven-architecture-review-agent",
353
353
  "version": "0.1.0",
@@ -392,7 +392,7 @@
392
392
  "gemini",
393
393
  "kiro"
394
394
  ],
395
- "summary": "Review Terraform and ROS (Resource Orchestration Service) changes targeting Alibaba Cloud \u2014 blast radius analysis, resource deletion detection, cross-stack dependency impact, Resource Directory scope, and rollback plan completeness.",
395
+ "summary": "Review Terraform and ROS (Resource Orchestration Service) changes targeting Alibaba Cloud blast radius analysis, resource deletion detection, cross-stack dependency impact, Resource Directory scope, and rollback plan completeness.",
396
396
  "source_type": "original",
397
397
  "official_docs": [
398
398
  "https://www.alibabacloud.com/help/en/resource-orchestration-service/latest/what-is-ros",
@@ -400,7 +400,7 @@
400
400
  "https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
401
401
  "https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption"
402
402
  ],
403
- "security_notes": "Alibaba Cloud Terraform provider state files expose resource attribute details \u2014 OSS backend bucket must deny public access and use SSE-KMS. ROS resource deletion protection must be enabled on production stacks \u2014 stacks without deletion protection can be destroyed with a single API call.",
403
+ "security_notes": "Alibaba Cloud Terraform provider state files expose resource attribute details OSS backend bucket must deny public access and use SSE-KMS. ROS resource deletion protection must be enabled on production stacks stacks without deletion protection can be destroyed with a single API call.",
404
404
  "last_verified": "2026-05-09",
405
405
  "path": "agents/alibaba/alibaba-iac-change-safety-review-agent",
406
406
  "version": "0.1.0",
@@ -495,7 +495,7 @@
495
495
  "gemini",
496
496
  "kiro"
497
497
  ],
498
- "summary": "Gate financial authority actions \u2014 budget threshold changes can trigger service suspension, Savings Plan purchases are committed spend contracts, RI purchases lock capacity spend.",
498
+ "summary": "Gate financial authority actions budget threshold changes can trigger service suspension, Savings Plan purchases are committed spend contracts, RI purchases lock capacity spend.",
499
499
  "source_type": "original",
500
500
  "official_docs": [
501
501
  "https://www.alibabacloud.com/help/en/bss"
@@ -520,7 +520,7 @@
520
520
  "gemini",
521
521
  "kiro"
522
522
  ],
523
- "summary": "Gate KMS key deletion and disable operations \u2014 all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
523
+ "summary": "Gate KMS key deletion and disable operations all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
524
524
  "source_type": "original",
525
525
  "official_docs": [
526
526
  "https://www.alibabacloud.com/help/en/kms",
@@ -544,7 +544,7 @@
544
544
  "gemini",
545
545
  "kiro"
546
546
  ],
547
- "summary": "Gate OSS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data immediately to internet crawlers; CN-* cross-border replication may violate DSL/MLPS.",
547
+ "summary": "Gate OSS bucket ACL and policy mutations public-read/write ACL exposes data immediately to internet crawlers; CN-* cross-border replication may violate DSL/MLPS.",
548
548
  "source_type": "original",
549
549
  "official_docs": [
550
550
  "https://www.alibabacloud.com/help/en/oss"
@@ -569,13 +569,13 @@
569
569
  "gemini",
570
570
  "kiro"
571
571
  ],
572
- "summary": "Gate RAM policy/role mutations \u2014 account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
572
+ "summary": "Gate RAM policy/role mutations account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
573
573
  "source_type": "original",
574
574
  "official_docs": [
575
575
  "https://www.alibabacloud.com/help/en/ram",
576
576
  "https://www.alibabacloud.com/help/en/ram/user-guide/create-a-custom-policy"
577
577
  ],
578
- "security_notes": "RAM AdministratorAccess is account-wide; assigning it to any RAM user/role is the highest-risk RAM mutation. RAM policy deletion may break active STS tokens immediately. Resource Directory Control Policy changes affect all member accounts in that OU \u2014 require org-admin equivalent approval.",
578
+ "security_notes": "RAM AdministratorAccess is account-wide; assigning it to any RAM user/role is the highest-risk RAM mutation. RAM policy deletion may break active STS tokens immediately. Resource Directory Control Policy changes affect all member accounts in that OU require org-admin equivalent approval.",
579
579
  "last_verified": "2026-05-08",
580
580
  "path": "agents/alibaba/alibaba-live-ram-policy-change-guard-agent",
581
581
  "author": "github: Raishin"
@@ -593,7 +593,7 @@
593
593
  "gemini",
594
594
  "kiro"
595
595
  ],
596
- "summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal \u2014 data loss is permanent without backup verification.",
596
+ "summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal data loss is permanent without backup verification.",
597
597
  "source_type": "original",
598
598
  "official_docs": [
599
599
  "https://www.alibabacloud.com/help/en/polardb",
@@ -618,7 +618,7 @@
618
618
  "gemini",
619
619
  "kiro"
620
620
  ],
621
- "summary": "Traffic engineering for Alibaba Cloud load balancers \u2014 CLB (Classic, legacy), SLB (Server Load Balancer, Layer 4/7), ALB (Application Load Balancer, Layer 7 advanced routing), NLB (Network Load Balancer, Layer 4 high throughput), and GA (Global Accelerator) \u2014 type selection, health check design, and traffic distribution.",
621
+ "summary": "Traffic engineering for Alibaba Cloud load balancers CLB (Classic, legacy), SLB (Server Load Balancer, Layer 4/7), ALB (Application Load Balancer, Layer 7 advanced routing), NLB (Network Load Balancer, Layer 4 high throughput), and GA (Global Accelerator) type selection, health check design, and traffic distribution.",
622
622
  "source_type": "original",
623
623
  "official_docs": [
624
624
  "https://www.alibabacloud.com/help/en/slb/classic-load-balancer/product-overview/what-is-clb",
@@ -626,7 +626,7 @@
626
626
  "https://www.alibabacloud.com/help/en/slb/network-load-balancer/product-overview/what-is-nlb",
627
627
  "https://www.alibabacloud.com/help/en/global-accelerator/latest/what-is-global-accelerator"
628
628
  ],
629
- "security_notes": "CLB instances with public listeners and no WAF integration are exposed directly to the internet \u2014 ALB with WAF integration is required for PCI-DSS and MLPS 2.0 Level 3 regulated HTTP workloads. NLB passes client source IP directly to backends \u2014 backend security groups must account for this and restrict access from the NLB CIDR range.",
629
+ "security_notes": "CLB instances with public listeners and no WAF integration are exposed directly to the internet ALB with WAF integration is required for PCI-DSS and MLPS 2.0 Level 3 regulated HTTP workloads. NLB passes client source IP directly to backends backend security groups must account for this and restrict access from the NLB CIDR range.",
630
630
  "last_verified": "2026-05-09",
631
631
  "path": "agents/alibaba/alibaba-load-balancer-traffic-engineer-agent",
632
632
  "version": "0.1.0",
@@ -646,7 +646,7 @@
646
646
  "gemini",
647
647
  "kiro"
648
648
  ],
649
- "summary": "Per-cloud router agent for Alibaba Cloud. Classifies the user's task, selects the narrowest Alibaba Cloud specialist agent or the right team of specialists from the catalog, and dispatches them. China-region aware \u2014 flags MLPS 2.0, DSL, and PIPL obligations for CN-* workloads. Never auto-dispatches live-guard agents.",
649
+ "summary": "Per-cloud router agent for Alibaba Cloud. Classifies the user's task, selects the narrowest Alibaba Cloud specialist agent or the right team of specialists from the catalog, and dispatches them. China-region aware flags MLPS 2.0, DSL, and PIPL obligations for CN-* workloads. Never auto-dispatches live-guard agents.",
650
650
  "source_type": "original",
651
651
  "official_docs": [
652
652
  "https://www.alibabacloud.com/help/en",
@@ -654,7 +654,7 @@
654
654
  "https://www.alibabacloud.com/help/en/vpc",
655
655
  "https://www.alibabacloud.com/help/en/ecs"
656
656
  ],
657
- "security_notes": "Live-guard gate is non-negotiable. RAM AdministratorAccess mutations and KMS key deletion are irreversible. China mainland (CN-*) regions carry DSL/MLPS 2.0/PIPL obligations \u2014 always flag cross-border data transfer and compliance grading questions before routing.",
657
+ "security_notes": "Live-guard gate is non-negotiable. RAM AdministratorAccess mutations and KMS key deletion are irreversible. China mainland (CN-*) regions carry DSL/MLPS 2.0/PIPL obligations always flag cross-border data transfer and compliance grading questions before routing.",
658
658
  "last_verified": "2026-05-08",
659
659
  "path": "agents/alibaba/alibaba-maestro-agent",
660
660
  "author": "github: Raishin"
@@ -679,7 +679,7 @@
679
679
  "https://www.alibabacloud.com/help/en/dataworks",
680
680
  "https://www.alibabacloud.com/help/en/pai"
681
681
  ],
682
- "security_notes": "Do not switch MaxCompute billing mode (CU package to on-demand) without modeling cost impact \u2014 wrong mode can multiply costs 10x.",
682
+ "security_notes": "Do not switch MaxCompute billing mode (CU package to on-demand) without modeling cost impact wrong mode can multiply costs 10x.",
683
683
  "last_verified": "2026-05-08",
684
684
  "path": "agents/alibaba/alibaba-maxcompute-dataworks-analyst-agent",
685
685
  "author": "github: Raishin",
@@ -724,7 +724,7 @@
724
724
  "gemini",
725
725
  "kiro"
726
726
  ],
727
- "summary": "Configure and operate Alibaba MSE (Microservice Engine) \u2014 Nacos (service discovery + config), Sentinel (rate limiting + circuit breaking), Seata (distributed transactions), and ARMS APM for microservices observability.",
727
+ "summary": "Configure and operate Alibaba MSE (Microservice Engine) Nacos (service discovery + config), Sentinel (rate limiting + circuit breaking), Seata (distributed transactions), and ARMS APM for microservices observability.",
728
728
  "source_type": "original",
729
729
  "official_docs": [
730
730
  "https://www.alibabacloud.com/help/en/mse",
@@ -802,7 +802,7 @@
802
802
  "gemini",
803
803
  "kiro"
804
804
  ],
805
- "summary": "Govern Alibaba Cloud OSS data perimeters \u2014 bucket ACL and policy conflict resolution, Block Public Access configuration, cross-account access via RAM role, VPC endpoint binding for private access, WORM (Object Lock), and MLPS 2.0 data residency compliance.",
805
+ "summary": "Govern Alibaba Cloud OSS data perimeters bucket ACL and policy conflict resolution, Block Public Access configuration, cross-account access via RAM role, VPC endpoint binding for private access, WORM (Object Lock), and MLPS 2.0 data residency compliance.",
806
806
  "source_type": "original",
807
807
  "official_docs": [
808
808
  "https://www.alibabacloud.com/help/en/oss/user-guide/block-public-access",
@@ -810,7 +810,7 @@
810
810
  "https://www.alibabacloud.com/help/en/oss/user-guide/use-bucket-policies-to-authorize-other-users-to-access-oss-resources",
811
811
  "https://www.alibabacloud.com/help/en/oss/user-guide/oss-interface-for-vpc"
812
812
  ],
813
- "security_notes": "Alibaba Cloud OSS bucket names are globally unique \u2014 a publicly accessible bucket with a guessable name exposes data without authentication. OSS Cross-Region Replication (CRR) to international regions from CN-* buckets containing personal data violates PIPL and may violate MLPS 2.0 \u2014 verify replication destination region compliance.",
813
+ "security_notes": "Alibaba Cloud OSS bucket names are globally unique a publicly accessible bucket with a guessable name exposes data without authentication. OSS Cross-Region Replication (CRR) to international regions from CN-* buckets containing personal data violates PIPL and may violate MLPS 2.0 verify replication destination region compliance.",
814
814
  "last_verified": "2026-05-09",
815
815
  "path": "agents/alibaba/alibaba-oss-data-perimeter-governor-agent",
816
816
  "version": "0.1.0",
@@ -906,14 +906,14 @@
906
906
  "gemini",
907
907
  "kiro"
908
908
  ],
909
- "summary": "Govern Alibaba Cloud Container Registry (ACR) \u2014 Enterprise Edition vs Personal Edition selection, image vulnerability scanning, namespace IAM least privilege, image retention policies, cross-region replication, and supply chain security posture.",
909
+ "summary": "Govern Alibaba Cloud Container Registry (ACR) Enterprise Edition vs Personal Edition selection, image vulnerability scanning, namespace IAM least privilege, image retention policies, cross-region replication, and supply chain security posture.",
910
910
  "source_type": "original",
911
911
  "official_docs": [
912
912
  "https://www.alibabacloud.com/help/en/acr/product-overview/what-is-container-registry",
913
913
  "https://www.alibabacloud.com/help/en/acr/user-guide/configure-image-tag-immutability",
914
914
  "https://www.alibabacloud.com/help/en/acr/user-guide/use-image-scanner-to-scan-images"
915
915
  ],
916
- "security_notes": "ACR Personal Edition namespaces are globally shared \u2014 namespace name collisions are possible; use ACR Enterprise Edition with isolated instance for production. Public ACR namespaces in CN-* regions are accessible globally \u2014 this creates cross-border data flow implications under Chinese data regulations.",
916
+ "security_notes": "ACR Personal Edition namespaces are globally shared namespace name collisions are possible; use ACR Enterprise Edition with isolated instance for production. Public ACR namespaces in CN-* regions are accessible globally this creates cross-border data flow implications under Chinese data regulations.",
917
917
  "last_verified": "2026-05-09",
918
918
  "path": "agents/alibaba/alibaba-registry-artifact-governor-agent",
919
919
  "version": "0.1.0",
@@ -932,7 +932,7 @@
932
932
  "gemini",
933
933
  "kiro"
934
934
  ],
935
- "summary": "Review Alibaba Cloud workload HA and BCDR designs \u2014 RDS High-Availability Edition failover, PolarDB Global Database Network, ACK multi-zone, ECS disaster recovery cross-region, RTO/RPO target analysis, and HBR (Hybrid Backup Recovery) coverage.",
935
+ "summary": "Review Alibaba Cloud workload HA and BCDR designs RDS High-Availability Edition failover, PolarDB Global Database Network, ACK multi-zone, ECS disaster recovery cross-region, RTO/RPO target analysis, and HBR (Hybrid Backup Recovery) coverage.",
936
936
  "source_type": "original",
937
937
  "official_docs": [
938
938
  "https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-mysql/disaster-recovery-solution",
@@ -941,7 +941,7 @@
941
941
  "https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/what-is-hbr",
942
942
  "https://www.alibabacloud.com/help/en/server-load-balancer/latest/what-is-global-traffic-manager"
943
943
  ],
944
- "security_notes": "HBR backup vaults in the same region as production provide no DR value for region-level failures \u2014 require cross-region vault configuration. PolarDB Global Database Network write routing to primary means regional primary failure requires manual failover promotion \u2014 confirm this is documented in runbooks.",
944
+ "security_notes": "HBR backup vaults in the same region as production provide no DR value for region-level failures require cross-region vault configuration. PolarDB Global Database Network write routing to primary means regional primary failure requires manual failover promotion confirm this is documented in runbooks.",
945
945
  "last_verified": "2026-05-09",
946
946
  "path": "agents/alibaba/alibaba-resilience-bcdr-review-agent",
947
947
  "version": "0.1.0",
@@ -987,7 +987,7 @@
987
987
  "gemini",
988
988
  "kiro"
989
989
  ],
990
- "summary": "Review Function Compute 3.0 (FC3), SAE (Serverless App Engine), and EDAS for production readiness \u2014 cold start optimization, VPC binding, RAM role injection, ARMS distributed tracing, security group rules, concurrency limits, and SLA-readiness.",
990
+ "summary": "Review Function Compute 3.0 (FC3), SAE (Serverless App Engine), and EDAS for production readiness cold start optimization, VPC binding, RAM role injection, ARMS distributed tracing, security group rules, concurrency limits, and SLA-readiness.",
991
991
  "source_type": "original",
992
992
  "official_docs": [
993
993
  "https://www.alibabacloud.com/help/en/functioncompute/latest/overview",
@@ -995,7 +995,7 @@
995
995
  "https://www.alibabacloud.com/help/en/arms/latest/what-is-arms",
996
996
  "https://www.alibabacloud.com/help/en/ram/latest/overview-1"
997
997
  ],
998
- "security_notes": "FC function AccessKey IDs in environment variables are exposed in the FC console to anyone with fc:GetFunction permission \u2014 use RAM role binding exclusively. SAE applications in the same namespace share network access unless namespace-level VPC isolation is configured.",
998
+ "security_notes": "FC function AccessKey IDs in environment variables are exposed in the FC console to anyone with fc:GetFunction permission use RAM role binding exclusively. SAE applications in the same namespace share network access unless namespace-level VPC isolation is configured.",
999
999
  "last_verified": "2026-05-09",
1000
1000
  "path": "agents/alibaba/alibaba-serverless-production-readiness-agent",
1001
1001
  "version": "0.1.0",
@@ -1040,7 +1040,7 @@
1040
1040
  "gemini",
1041
1041
  "kiro"
1042
1042
  ],
1043
- "summary": "Coordinate Alibaba Cloud support incidents \u2014 case creation with correct severity (\u7d27\u6025/\u9ad8/\u4e2d/\u4f4e), Enterprise Support SLA enforcement, account manager escalation path, status page monitoring for CN-* and international, internal stakeholder communication, and post-incident evidence packaging.",
1043
+ "summary": "Coordinate Alibaba Cloud support incidents case creation with correct severity (紧急/高/中/低), Enterprise Support SLA enforcement, account manager escalation path, status page monitoring for CN-* and international, internal stakeholder communication, and post-incident evidence packaging.",
1044
1044
  "source_type": "original",
1045
1045
  "official_docs": [
1046
1046
  "https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
@@ -1048,7 +1048,7 @@
1048
1048
  "https://status.aliyun.com/",
1049
1049
  "https://www.alibabacloud.com/help/en/support/user-guide/technical-support-plans"
1050
1050
  ],
1051
- "security_notes": "Alibaba Cloud support case attachments are stored on Alibaba Cloud infrastructure \u2014 never attach files containing customer financial data, personal health information, or unredacted credentials. Enterprise Support SLA breach timestamps must be documented for contractual credit claims.",
1051
+ "security_notes": "Alibaba Cloud support case attachments are stored on Alibaba Cloud infrastructure never attach files containing customer financial data, personal health information, or unredacted credentials. Enterprise Support SLA breach timestamps must be documented for contractual credit claims.",
1052
1052
  "last_verified": "2026-05-09",
1053
1053
  "path": "agents/alibaba/alibaba-support-incident-coordinator-agent",
1054
1054
  "version": "0.1.0",
@@ -1067,7 +1067,7 @@
1067
1067
  "gemini",
1068
1068
  "kiro"
1069
1069
  ],
1070
- "summary": "Triage Alibaba Cloud operational alerts, incidents, and support tickets \u2014 P0/P1/P2/P3 classification, Alibaba Cloud Support SLA enforcement, account manager escalation, DingTalk war room coordination, evidence collection from CloudMonitor and SLS, and safe escalation paths.",
1070
+ "summary": "Triage Alibaba Cloud operational alerts, incidents, and support tickets P0/P1/P2/P3 classification, Alibaba Cloud Support SLA enforcement, account manager escalation, DingTalk war room coordination, evidence collection from CloudMonitor and SLS, and safe escalation paths.",
1071
1071
  "source_type": "original",
1072
1072
  "official_docs": [
1073
1073
  "https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
@@ -1075,7 +1075,7 @@
1075
1075
  "https://www.alibabacloud.com/help/en/cms/user-guide/what-is-cloud-monitor",
1076
1076
  "https://www.alibabacloud.com/help/en/sls/user-guide/what-is-log-service"
1077
1077
  ],
1078
- "security_notes": "Alibaba Cloud support ticket attachments visible to Alibaba support staff \u2014 scrub AccessKey IDs, account IDs, customer PII, and unredacted log data before sharing. China mainland support team and international support team are organizationally separate \u2014 tickets filed in the wrong region receive slower response.",
1078
+ "security_notes": "Alibaba Cloud support ticket attachments visible to Alibaba support staff scrub AccessKey IDs, account IDs, customer PII, and unredacted log data before sharing. China mainland support team and international support team are organizationally separate tickets filed in the wrong region receive slower response.",
1079
1079
  "last_verified": "2026-05-09",
1080
1080
  "path": "agents/alibaba/alibaba-ticket-triage-escalation-coordinator-agent",
1081
1081
  "version": "0.1.0",
@@ -1175,7 +1175,7 @@
1175
1175
  "https://www.alibabacloud.com/help/en/actiontrail",
1176
1176
  "https://www.alibabacloud.com/help/en/waf"
1177
1177
  ],
1178
- "security_notes": "Read-only advisory. Do not modify RAM policies, Security Group rules, KMS keys, or ActionTrail configurations without explicit approval. Note: Alibaba Cloud has separate China (CN-*) and international regions with different regulatory scopes \u2014 always confirm region before assessing compliance.",
1178
+ "security_notes": "Read-only advisory. Do not modify RAM policies, Security Group rules, KMS keys, or ActionTrail configurations without explicit approval. Note: Alibaba Cloud has separate China (CN-*) and international regions with different regulatory scopes always confirm region before assessing compliance.",
1179
1179
  "last_verified": "2026-05-09",
1180
1180
  "path": "agents/alibaba/alibaba-waf-security-review-agent",
1181
1181
  "author": "github: Raishin",
@@ -1194,7 +1194,7 @@
1194
1194
  "gemini",
1195
1195
  "kiro"
1196
1196
  ],
1197
- "summary": "Review analytics platform configuration \u2014 GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations \u2014 for data-minimization violations, excessive collection, and storage-period over-retention under GDPR Article 5(1)(c) and 5(1)(e) and EU DPA enforcement on GA4.",
1197
+ "summary": "Review analytics platform configuration GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations for data-minimization violations, excessive collection, and storage-period over-retention under GDPR Article 5(1)(c) and 5(1)(e) and EU DPA enforcement on GA4.",
1198
1198
  "companion_skills": [
1199
1199
  "analytics-data-minimization-review"
1200
1200
  ],
@@ -1206,7 +1206,7 @@
1206
1206
  "https://www.garanteprivacy.it/home/docweb/-/docweb-display/docweb/9782874",
1207
1207
  "https://support.google.com/analytics/answer/9019185"
1208
1208
  ],
1209
- "security_notes": "Read-only advisory. Works from sanitized analytics configuration exports and schema definitions only; never requests live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border transfer violations requiring DPA notification \u2014 the agent surfaces that possibility and routes legal assessment to qualified privacy counsel rather than deciding it.",
1209
+ "security_notes": "Read-only advisory. Works from sanitized analytics configuration exports and schema definitions only; never requests live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border transfer violations requiring DPA notification the agent surfaces that possibility and routes legal assessment to qualified privacy counsel rather than deciding it.",
1210
1210
  "last_verified": "2026-05-17",
1211
1211
  "path": "agents/marketing/analytics-data-minimization-review-agent/",
1212
1212
  "harness_variants": {
@@ -3008,7 +3008,7 @@
3008
3008
  "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/security",
3009
3009
  "https://learn.microsoft.com/en-us/azure/key-vault/general/network-security"
3010
3010
  ],
3011
- "security_notes": "Key Vault Contributor role assigned to cert-manager allows deletion of the Key Vault, management policy changes, and purge of soft-deleted certs \u2014 a full management plane compromise. Use Key Vault Certificate Officer (data plane RBAC) instead. Exportable certificates allow private key extraction from Key Vault; use non-exportable certs for cluster-internal mTLS.",
3011
+ "security_notes": "Key Vault Contributor role assigned to cert-manager allows deletion of the Key Vault, management policy changes, and purge of soft-deleted certs a full management plane compromise. Use Key Vault Certificate Officer (data plane RBAC) instead. Exportable certificates allow private key extraction from Key Vault; use non-exportable certs for cluster-internal mTLS.",
3012
3012
  "last_verified": "2026-05-02",
3013
3013
  "path": "agents/azure/azure-keyvault-certificate-issuer-review-agent",
3014
3014
  "version": "0.1.0"
@@ -3229,7 +3229,7 @@
3229
3229
  "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
3230
3230
  "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
3231
3231
  ],
3232
- "security_notes": "Never activate a PIM role without justification, ticket reference, and MFA confirmation. An agent cannot activate another user's PIM role on their behalf \u2014 only the eligible principal may submit. Requires Entra ID P2 or equivalent license.",
3232
+ "security_notes": "Never activate a PIM role without justification, ticket reference, and MFA confirmation. An agent cannot activate another user's PIM role on their behalf only the eligible principal may submit. Requires Entra ID P2 or equivalent license.",
3233
3233
  "last_verified": "2026-04-30",
3234
3234
  "path": "agents/azure/azure-live-pim-jit-activation-guard-agent",
3235
3235
  "author": "github: Raishin",
@@ -3787,7 +3787,7 @@
3787
3787
  "gemini",
3788
3788
  "kiro"
3789
3789
  ],
3790
- "summary": "Review how a CI pipeline runs tests \u2014 gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure \u2014 to verify the suite actually blocks bad merges.",
3790
+ "summary": "Review how a CI pipeline runs tests gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure to verify the suite actually blocks bad merges.",
3791
3791
  "source_type": "original",
3792
3792
  "official_docs": [
3793
3793
  "https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs",
@@ -3796,7 +3796,7 @@
3796
3796
  "https://docs.gitlab.com/ee/ci/yaml/",
3797
3797
  "https://playwright.dev/docs/test-sharding"
3798
3798
  ],
3799
- "security_notes": "Static review only \u2014 reads CI workflow and branch-protection configuration, never triggers or runs pipelines. Flags secret exposure to test jobs on pull_request_target or fork PRs. Never requests CI secrets, deploy keys, or registry tokens.",
3799
+ "security_notes": "Static review only reads CI workflow and branch-protection configuration, never triggers or runs pipelines. Flags secret exposure to test jobs on pull_request_target or fork PRs. Never requests CI secrets, deploy keys, or registry tokens.",
3800
3800
  "last_verified": "2026-05-17",
3801
3801
  "path": "agents/qa/ci-test-pipeline-review-agent",
3802
3802
  "author": "github: Raishin",
@@ -3850,7 +3850,7 @@
3850
3850
  "https://docs.contabo.com/",
3851
3851
  "https://contabo.com/en/vps/"
3852
3852
  ],
3853
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) are binding at instance creation \u2014 capacity plans must declare the period and its billing impact. SSH keys are managed as secret IDs; never expose raw key material in plans or API calls.",
3853
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes never cache or log them. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) are binding at instance creation capacity plans must declare the period and its billing impact. SSH keys are managed as secret IDs; never expose raw key material in plans or API calls.",
3854
3854
  "last_verified": "2026-05-10",
3855
3855
  "path": "agents/contabo/contabo-capacity-planner-agent",
3856
3856
  "author": "github: Raishin",
@@ -3888,7 +3888,7 @@
3888
3888
  "https://docs.contabo.com/",
3889
3889
  "https://contabo.com/en/vps/"
3890
3890
  ],
3891
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Store CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD in environment variables only. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual billing periods (1, 3, 6, 12 months) create irreversible obligations \u2014 always surface billing impact before any sizing or period recommendation.",
3891
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes never cache or log them. Store CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD in environment variables only. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual billing periods (1, 3, 6, 12 months) create irreversible obligations always surface billing impact before any sizing or period recommendation.",
3892
3892
  "last_verified": "2026-05-10",
3893
3893
  "path": "agents/contabo/contabo-cost-optimization-analyst-agent",
3894
3894
  "author": "github: Raishin",
@@ -3925,7 +3925,7 @@
3925
3925
  "https://api.contabo.com/",
3926
3926
  "https://docs.contabo.com/"
3927
3927
  ],
3928
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 refresh handling must not log token values. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq. Contractual periods (1, 3, 6, 12 months) are binding at creation \u2014 cancellation may incur early-termination billing. x-request-id (UUIDv4) is mandatory for all mutation calls to enable support traceability. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
3928
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes refresh handling must not log token values. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq. Contractual periods (1, 3, 6, 12 months) are binding at creation cancellation may incur early-termination billing. x-request-id (UUIDv4) is mandatory for all mutation calls to enable support traceability. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
3929
3929
  "last_verified": "2026-05-10",
3930
3930
  "path": "agents/contabo/contabo-live-instance-lifecycle-guard-agent",
3931
3931
  "author": "github: Raishin",
@@ -3962,7 +3962,7 @@
3962
3962
  "https://api.contabo.com/",
3963
3963
  "https://docs.contabo.com/"
3964
3964
  ],
3965
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 refresh handling must not log token values. Credentials must remain in environment variables. Contabo Object Storage is S3-compatible \u2014 access key and secret key for S3 API must be stored as environment variables, never hardcoded. x-request-id (UUIDv4) is mandatory for Contabo REST API calls. Hard-stop on any bucket deletion without verified backup evidence. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq and S3-compatible tools for Object Storage.",
3965
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes refresh handling must not log token values. Credentials must remain in environment variables. Contabo Object Storage is S3-compatible access key and secret key for S3 API must be stored as environment variables, never hardcoded. x-request-id (UUIDv4) is mandatory for Contabo REST API calls. Hard-stop on any bucket deletion without verified backup evidence. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq and S3-compatible tools for Object Storage.",
3966
3966
  "last_verified": "2026-05-10",
3967
3967
  "path": "agents/contabo/contabo-live-storage-operations-guard-agent",
3968
3968
  "author": "github: Raishin",
@@ -3999,7 +3999,7 @@
3999
3999
  "https://api.contabo.com/",
4000
4000
  "https://docs.contabo.com/"
4001
4001
  ],
4002
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Credentials must remain in environment variables. The x-request-id UUIDv4 header is mandatory for support traceability. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) create billing obligations \u2014 never route lifecycle changes without explicit period acknowledgment.",
4002
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes never cache or log them. Credentials must remain in environment variables. The x-request-id UUIDv4 header is mandatory for support traceability. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) create billing obligations never route lifecycle changes without explicit period acknowledgment.",
4003
4003
  "last_verified": "2026-05-10",
4004
4004
  "path": "agents/contabo/contabo-maestro-agent",
4005
4005
  "author": "github: Raishin",
@@ -4036,7 +4036,7 @@
4036
4036
  "https://api.contabo.com/",
4037
4037
  "https://docs.contabo.com/"
4038
4038
  ],
4039
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 short TTL reduces exposure window but refresh logic must not log tokens. Credentials (CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD) must never be hardcoded. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. SSH keys are referenced via secret IDs \u2014 raw private key material must never appear in API payloads, scripts, or recommendations. The x-request-id UUIDv4 header is mandatory for audit traceability.",
4039
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes short TTL reduces exposure window but refresh logic must not log tokens. Credentials (CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD) must never be hardcoded. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. SSH keys are referenced via secret IDs raw private key material must never appear in API payloads, scripts, or recommendations. The x-request-id UUIDv4 header is mandatory for audit traceability.",
4040
4040
  "last_verified": "2026-05-10",
4041
4041
  "path": "agents/contabo/contabo-security-hardening-agent",
4042
4042
  "author": "github: Raishin",
@@ -4053,6 +4053,270 @@
4053
4053
  "kiro-cli": "agents/contabo/contabo-security-hardening-agent/harnesses/kiro-cli.agent.json"
4054
4054
  }
4055
4055
  },
4056
+ {
4057
+ "id": "dotnet-aspire-cloud-native-review-agent",
4058
+ "name": ".NET Aspire Cloud-Native Review Agent",
4059
+ "type": "agent",
4060
+ "provider": "dotnet",
4061
+ "harnesses": [
4062
+ "codex",
4063
+ "copilot",
4064
+ "claude-code",
4065
+ "cursor",
4066
+ "gemini",
4067
+ "kiro"
4068
+ ],
4069
+ "summary": "Static review of .NET Aspire AppHost and service-defaults projects for cloud-native readiness — health checks, service dependency wiring, resiliency policies, configuration and secret hygiene, and the boundary to a real deployment platform. Reads source and sanitized configuration only.",
4070
+ "source_type": "original",
4071
+ "official_docs": [
4072
+ "https://learn.microsoft.com/en-us/dotnet/aspire/",
4073
+ "https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/service-defaults",
4074
+ "https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/app-host-overview",
4075
+ "https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/health-checks"
4076
+ ],
4077
+ "security_notes": "Static review only — reads the AppHost project, ServiceDefaults, the Aspire manifest, and sanitized configuration; never runs the AppHost or deploys. Flags secrets committed in appsettings as critical. Never requests secrets, connection strings, or customer data. Note: .NET Aspire APIs evolve quickly — keep last_verified current.",
4078
+ "last_verified": "2026-05-19",
4079
+ "path": "agents/dotnet/dotnet-aspire-cloud-native-review-agent",
4080
+ "version": "0.1.0"
4081
+ },
4082
+ {
4083
+ "id": "dotnet-aspnetcore-api-review-agent",
4084
+ "name": ".NET ASP.NET Core API Review Agent",
4085
+ "type": "agent",
4086
+ "provider": "dotnet",
4087
+ "harnesses": [
4088
+ "codex",
4089
+ "copilot",
4090
+ "claude-code",
4091
+ "cursor",
4092
+ "gemini",
4093
+ "kiro"
4094
+ ],
4095
+ "summary": "Static review of ASP.NET Core HTTP API architecture — middleware ordering, dependency-injection lifetimes, CORS, model validation, API versioning, error responses, rate limiting, and health/readiness boundaries. Reads source and sanitized configuration only.",
4096
+ "source_type": "original",
4097
+ "official_docs": [
4098
+ "https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/",
4099
+ "https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection",
4100
+ "https://learn.microsoft.com/en-us/aspnet/core/security/cors",
4101
+ "https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit",
4102
+ "https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/security"
4103
+ ],
4104
+ "security_notes": "Static review only — reads source and sanitized configuration, never runs the app or calls endpoints. Never requests secrets, connection strings, tokens, or customer data; asks for sanitized appsettings with placeholders.",
4105
+ "last_verified": "2026-05-19",
4106
+ "path": "agents/dotnet/dotnet-aspnetcore-api-review-agent",
4107
+ "version": "0.1.0"
4108
+ },
4109
+ {
4110
+ "id": "dotnet-aspnetcore-identity-authz-review-agent",
4111
+ "name": ".NET ASP.NET Core Identity & AuthZ Review Agent",
4112
+ "type": "agent",
4113
+ "provider": "dotnet",
4114
+ "harnesses": [
4115
+ "codex",
4116
+ "copilot",
4117
+ "claude-code",
4118
+ "cursor",
4119
+ "gemini",
4120
+ "kiro"
4121
+ ],
4122
+ "summary": "Static review of ASP.NET Core authentication, authorization, identity boundaries, JWT token validation, cookie and session security, and multi-tenant isolation. Reads source and sanitized configuration only — never runs the app or contacts an identity provider.",
4123
+ "source_type": "original",
4124
+ "official_docs": [
4125
+ "https://learn.microsoft.com/en-us/aspnet/core/security/",
4126
+ "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-jwt-bearer-authentication",
4127
+ "https://learn.microsoft.com/en-us/aspnet/core/security/authorization/introduction",
4128
+ "https://learn.microsoft.com/en-us/aspnet/core/security/authorization/policies",
4129
+ "https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie"
4130
+ ],
4131
+ "security_notes": "Static review only — reads source and sanitized configuration, never runs the application, mints or inspects tokens, or contacts an identity provider. Flags disabled token validation, anonymous state-changing endpoints, and client-supplied tenant claims as critical. Never requests secrets, signing keys, client secrets, tokens, connection strings, tenant identifiers, or customer data.",
4132
+ "last_verified": "2026-05-19",
4133
+ "path": "agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent",
4134
+ "version": "0.1.0"
4135
+ },
4136
+ {
4137
+ "id": "dotnet-csharp-runtime-review-agent",
4138
+ "name": ".NET C# & Runtime Review Agent",
4139
+ "type": "agent",
4140
+ "provider": "dotnet",
4141
+ "harnesses": [
4142
+ "codex",
4143
+ "copilot",
4144
+ "claude-code",
4145
+ "cursor",
4146
+ "gemini",
4147
+ "kiro"
4148
+ ],
4149
+ "summary": "Static review of C# language and runtime correctness — nullable reference types, async/await, cancellation, disposal, allocations on hot paths, LINQ misuse, and AOT/trimming hazards. Reads source only; never compiles or runs code.",
4150
+ "source_type": "original",
4151
+ "official_docs": [
4152
+ "https://learn.microsoft.com/en-us/dotnet/csharp/",
4153
+ "https://learn.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/",
4154
+ "https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nullable-reference-types",
4155
+ "https://learn.microsoft.com/en-us/dotnet/core/diagnostics/debug-threadpool-starvation",
4156
+ "https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings"
4157
+ ],
4158
+ "security_notes": "Static review only — reads C# source and project files, never compiles, runs, or instruments code. Never requests secrets, connection strings, tokens, or customer data.",
4159
+ "last_verified": "2026-05-19",
4160
+ "path": "agents/dotnet/dotnet-csharp-runtime-review-agent",
4161
+ "version": "0.1.0"
4162
+ },
4163
+ {
4164
+ "id": "dotnet-efcore-data-access-review-agent",
4165
+ "name": ".NET EF Core Data Access Review Agent",
4166
+ "type": "agent",
4167
+ "provider": "dotnet",
4168
+ "harnesses": [
4169
+ "codex",
4170
+ "copilot",
4171
+ "claude-code",
4172
+ "cursor",
4173
+ "gemini",
4174
+ "kiro"
4175
+ ],
4176
+ "summary": "Static review of EF Core data access — DbContext lifetime, N+1 queries, unbounded result sets, raw SQL injection surface, optimistic concurrency tokens, migration discipline, multi-tenant query filters, and connection resiliency. Reads source only.",
4177
+ "source_type": "original",
4178
+ "official_docs": [
4179
+ "https://learn.microsoft.com/en-us/ef/core/",
4180
+ "https://learn.microsoft.com/en-us/ef/core/dbcontext-configuration",
4181
+ "https://learn.microsoft.com/en-us/ef/core/querying/single-split-queries",
4182
+ "https://learn.microsoft.com/en-us/ef/core/miscellaneous/multitenancy",
4183
+ "https://learn.microsoft.com/en-us/ef/core/saving/concurrency"
4184
+ ],
4185
+ "security_notes": "Static review only — reads DbContext classes, entity configuration, migrations, and query sites; never runs migrations, opens a database connection, or executes SQL. Never requests connection strings, database credentials, or customer data.",
4186
+ "last_verified": "2026-05-19",
4187
+ "path": "agents/dotnet/dotnet-efcore-data-access-review-agent",
4188
+ "version": "0.1.0"
4189
+ },
4190
+ {
4191
+ "id": "dotnet-maestro-agent",
4192
+ "name": ".NET Maestro",
4193
+ "type": "agent",
4194
+ "provider": "dotnet",
4195
+ "harnesses": [
4196
+ "codex",
4197
+ "copilot",
4198
+ "claude-code",
4199
+ "cursor",
4200
+ "gemini",
4201
+ "kiro"
4202
+ ],
4203
+ "summary": "Router agent for the .NET board. Classifies a .NET task and dispatches the narrowest specialist agent, or a parallel team of up to four for multi-domain tasks. Routes only — never answers .NET questions itself.",
4204
+ "source_type": "original",
4205
+ "official_docs": [
4206
+ "https://learn.microsoft.com/en-us/dotnet/",
4207
+ "https://learn.microsoft.com/en-us/aspnet/core/",
4208
+ "https://learn.microsoft.com/en-us/ef/core/"
4209
+ ],
4210
+ "security_notes": "Routing only — performs no review itself, never runs code, never requests secrets, connection strings, tokens, tenant identifiers, or customer data. Every dispatched .NET specialist is static-review.",
4211
+ "last_verified": "2026-05-19",
4212
+ "path": "agents/dotnet/dotnet-maestro-agent",
4213
+ "version": "0.1.0"
4214
+ },
4215
+ {
4216
+ "id": "dotnet-observability-otel-review-agent",
4217
+ "name": ".NET Observability & OpenTelemetry Review Agent",
4218
+ "type": "agent",
4219
+ "provider": "dotnet",
4220
+ "harnesses": [
4221
+ "codex",
4222
+ "copilot",
4223
+ "claude-code",
4224
+ "cursor",
4225
+ "gemini",
4226
+ "kiro"
4227
+ ],
4228
+ "summary": "Static review of in-application OpenTelemetry wiring in ASP.NET Core — SDK registration, trace context propagation, structured logging, correlation IDs, metrics instrumentation, sampling, and PII leakage in telemetry. Reads source and sanitized configuration only.",
4229
+ "source_type": "original",
4230
+ "official_docs": [
4231
+ "https://learn.microsoft.com/en-us/dotnet/core/diagnostics/observability-with-otel",
4232
+ "https://learn.microsoft.com/en-us/dotnet/core/extensions/logging",
4233
+ "https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/",
4234
+ "https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing"
4235
+ ],
4236
+ "security_notes": "Static review only — reads OpenTelemetry registration, logging configuration, and instrumentation source; never runs the app or contacts a telemetry backend. Flags PII in spans or logs as critical. Never requests secrets, tokens, or customer data.",
4237
+ "last_verified": "2026-05-19",
4238
+ "path": "agents/dotnet/dotnet-observability-otel-review-agent",
4239
+ "version": "0.1.0"
4240
+ },
4241
+ {
4242
+ "id": "dotnet-performance-aot-review-agent",
4243
+ "name": ".NET Performance, AOT & Trimming Review Agent",
4244
+ "type": "agent",
4245
+ "provider": "dotnet",
4246
+ "harnesses": [
4247
+ "codex",
4248
+ "copilot",
4249
+ "claude-code",
4250
+ "cursor",
4251
+ "gemini",
4252
+ "kiro"
4253
+ ],
4254
+ "summary": "Static, evidence-gated review of .NET performance posture, Native AOT, and trimming readiness — reflection and serialization hazards, hot-path allocations, and benchmark discipline. Any performance claim with no benchmark artifact is downgraded to inference.",
4255
+ "source_type": "original",
4256
+ "official_docs": [
4257
+ "https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/",
4258
+ "https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained",
4259
+ "https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings",
4260
+ "https://learn.microsoft.com/en-us/dotnet/core/diagnostics/"
4261
+ ],
4262
+ "security_notes": "Static review only — reads project files, benchmark results, trim-warning output, and hot-path source; never runs the application, a benchmark, or a profiler. Never requests secrets or customer data.",
4263
+ "last_verified": "2026-05-19",
4264
+ "path": "agents/dotnet/dotnet-performance-aot-review-agent",
4265
+ "version": "0.1.0"
4266
+ },
4267
+ {
4268
+ "id": "dotnet-supply-chain-review-agent",
4269
+ "name": ".NET Supply Chain Review Agent",
4270
+ "type": "agent",
4271
+ "provider": "dotnet",
4272
+ "harnesses": [
4273
+ "codex",
4274
+ "copilot",
4275
+ "claude-code",
4276
+ "cursor",
4277
+ "gemini",
4278
+ "kiro"
4279
+ ],
4280
+ "summary": "Static review of .NET CI/CD and NuGet supply-chain integrity — SDK pinning, package version pinning and lock files, feed trust, fork-PR secret exposure, vulnerability scanning, and build reproducibility. Reads workflow and project configuration only.",
4281
+ "source_type": "original",
4282
+ "official_docs": [
4283
+ "https://learn.microsoft.com/en-us/nuget/",
4284
+ "https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management",
4285
+ "https://learn.microsoft.com/en-us/dotnet/core/tools/global-json",
4286
+ "https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files",
4287
+ "https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"
4288
+ ],
4289
+ "security_notes": "Static review only — reads CI workflow files, global.json, Directory.Packages.props, NuGet.config, lock files, and publish profiles; never triggers a pipeline or restores packages. Flags secret exposure to fork-PR builds as critical. Never requests CI secrets, feed credentials, or signing keys.",
4290
+ "last_verified": "2026-05-19",
4291
+ "path": "agents/dotnet/dotnet-supply-chain-review-agent",
4292
+ "version": "0.1.0"
4293
+ },
4294
+ {
4295
+ "id": "dotnet-testing-quality-review-agent",
4296
+ "name": ".NET Testing Quality Review Agent",
4297
+ "type": "agent",
4298
+ "provider": "dotnet",
4299
+ "harnesses": [
4300
+ "codex",
4301
+ "copilot",
4302
+ "claude-code",
4303
+ "cursor",
4304
+ "gemini",
4305
+ "kiro"
4306
+ ],
4307
+ "summary": "Static review of .NET test suites — detects assertion-free and tautological tests, over-mocking, coverage theater, weak isolation, flaky patterns, and missing negative or security tests across xUnit, NUnit, and MSTest. Reads test source only; never runs the suite.",
4308
+ "source_type": "original",
4309
+ "official_docs": [
4310
+ "https://learn.microsoft.com/en-us/dotnet/core/testing/",
4311
+ "https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices",
4312
+ "https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests",
4313
+ "https://learn.microsoft.com/en-us/aspnet/core/test/middleware"
4314
+ ],
4315
+ "security_notes": "Static review only — reads test projects, test source, and coverage configuration; never runs the test suite, a coverage tool, or a test container. Never requests secrets or customer data.",
4316
+ "last_verified": "2026-05-19",
4317
+ "path": "agents/dotnet/dotnet-testing-quality-review-agent",
4318
+ "version": "0.1.0"
4319
+ },
4056
4320
  {
4057
4321
  "id": "email-sender-authentication-review-agent",
4058
4322
  "name": "Email Sender Authentication Review Agent",
@@ -4106,7 +4370,7 @@
4106
4370
  "gemini",
4107
4371
  "kiro"
4108
4372
  ],
4109
- "summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria \u2014 classify the system, flag documentation obligations (Articles 11, 13, 14, 43), and identify deployment-readiness gaps before the August 2, 2026 full-enforcement date.",
4373
+ "summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria classify the system, flag documentation obligations (Articles 11, 13, 14, 43), and identify deployment-readiness gaps before the August 2, 2026 full-enforcement date.",
4110
4374
  "companion_skills": [
4111
4375
  "eu-ai-act-marketing-system-review"
4112
4376
  ],
@@ -4184,7 +4448,7 @@
4184
4448
  "https://falco.org/docs/install-operate/deployment/",
4185
4449
  "https://github.com/falcosecurity/rules/tree/main/rules"
4186
4450
  ],
4187
- "security_notes": "Falco with overly broad rule exceptions creates detection blind spots. A rule exception matching an entire process family (java, python, node) or a specific container name completely disables detection for that workload \u2014 attackers can exploit known exception patterns.",
4451
+ "security_notes": "Falco with overly broad rule exceptions creates detection blind spots. A rule exception matching an entire process family (java, python, node) or a specific container name completely disables detection for that workload attackers can exploit known exception patterns.",
4188
4452
  "last_verified": "2026-05-02",
4189
4453
  "path": "agents/falco/falco-runtime-threat-rules-review-agent",
4190
4454
  "version": "0.1.0"
@@ -4248,7 +4512,7 @@
4248
4512
  "https://www.alibabacloud.com/cloud-computing/pricing",
4249
4513
  "https://cloud.tencent.com/product/cvm/pricing"
4250
4514
  ],
4251
- "security_notes": "AWS, Azure, and OCI pricing APIs are public and unauthenticated. Scaleway beta billing API requires a user-provided IAM token; if not supplied, fall back to the public pricing page. Gandi pricing requires a user-provided API key (never stored or logged). Alibaba Cloud and Tencent Cloud pricing is retrieved via official documentation and scrape-based fallback \u2014 no credentials required. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data beyond what is strictly needed.",
4515
+ "security_notes": "AWS, Azure, and OCI pricing APIs are public and unauthenticated. Scaleway beta billing API requires a user-provided IAM token; if not supplied, fall back to the public pricing page. Gandi pricing requires a user-provided API key (never stored or logged). Alibaba Cloud and Tencent Cloud pricing is retrieved via official documentation and scrape-based fallback no credentials required. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data beyond what is strictly needed.",
4252
4516
  "provider_coverage": [
4253
4517
  "aws",
4254
4518
  "azure",
@@ -4308,14 +4572,14 @@
4308
4572
  "gemini",
4309
4573
  "kiro"
4310
4574
  ],
4311
- "summary": "Per-domain router agent for FinOps. Classifies AI workload economics, Kubernetes rightsizing, and multi-cloud price advisory tasks, then dispatches the narrowest specialist or a parallel team (ceiling 4). Never answers directly. Never auto-dispatches mutating specialists \u2014 requires explicit human gate.",
4575
+ "summary": "Per-domain router agent for FinOps. Classifies AI workload economics, Kubernetes rightsizing, and multi-cloud price advisory tasks, then dispatches the narrowest specialist or a parallel team (ceiling 4). Never answers directly. Never auto-dispatches mutating specialists requires explicit human gate.",
4312
4576
  "source_type": "original",
4313
4577
  "official_docs": [
4314
4578
  "https://www.finops.org/framework/",
4315
4579
  "https://focus.finops.org/",
4316
4580
  "https://www.opencost.io/docs/"
4317
4581
  ],
4318
- "security_notes": "Read-only routing agent. Never accepts, stores, or relays cloud credentials, billing account IDs, tenant identifiers, or customer data. No cloud API calls made directly \u2014 all API access delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet. FOCUS-aware classification.",
4582
+ "security_notes": "Read-only routing agent. Never accepts, stores, or relays cloud credentials, billing account IDs, tenant identifiers, or customer data. No cloud API calls made directly all API access delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet. FOCUS-aware classification.",
4319
4583
  "last_verified": "2026-05-13",
4320
4584
  "path": "agents/finops/finops-maestro-agent",
4321
4585
  "author": "github: Raishin",
@@ -4345,7 +4609,7 @@
4345
4609
  "https://fluxcd.io/flux/security/secrets-management/",
4346
4610
  "https://fluxcd.io/flux/installation/configuration/multitenancy/"
4347
4611
  ],
4348
- "security_notes": "Plaintext Kubernetes Secret manifests committed to a FluxCD Git source are exposed to anyone with repo read access \u2014 including CI systems, PR participants, and auditors. GitRepository sources without commit signature verification allow any commit (including injected ones) to deploy to production.",
4612
+ "security_notes": "Plaintext Kubernetes Secret manifests committed to a FluxCD Git source are exposed to anyone with repo read access including CI systems, PR participants, and auditors. GitRepository sources without commit signature verification allow any commit (including injected ones) to deploy to production.",
4349
4613
  "last_verified": "2026-05-02",
4350
4614
  "path": "agents/fluxcd/fluxcd-kustomization-helmrelease-review-agent",
4351
4615
  "version": "0.1.0"
@@ -4392,7 +4656,7 @@
4392
4656
  "gemini",
4393
4657
  "kiro"
4394
4658
  ],
4395
- "summary": "Operate AlloyDB clusters and Cloud SQL instances \u2014 HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4659
+ "summary": "Operate AlloyDB clusters and Cloud SQL instances HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4396
4660
  "source_type": "original",
4397
4661
  "official_docs": [
4398
4662
  "https://cloud.google.com/alloydb/docs/overview",
@@ -4400,7 +4664,7 @@
4400
4664
  "https://cloud.google.com/sql/docs/postgres/high-availability",
4401
4665
  "https://cloud.google.com/alloydb/docs/auth-proxy/overview"
4402
4666
  ],
4403
- "security_notes": "Private IP is strongly preferred over public IP for Cloud SQL. AlloyDB is NOT a drop-in replacement for Cloud SQL \u2014 backup/restore procedures differ. Always set maintenance windows to off-peak hours.",
4667
+ "security_notes": "Private IP is strongly preferred over public IP for Cloud SQL. AlloyDB is NOT a drop-in replacement for Cloud SQL backup/restore procedures differ. Always set maintenance windows to off-peak hours.",
4404
4668
  "last_verified": "2026-05-08",
4405
4669
  "path": "agents/gcp/gcp-alloydb-cloudsql-dba-agent",
4406
4670
  "author": "github: Raishin",
@@ -4427,7 +4691,7 @@
4427
4691
  "https://cloud.google.com/anthos/fleet-management/docs/fleet-concepts",
4428
4692
  "https://cloud.google.com/service-mesh/docs/overview"
4429
4693
  ],
4430
- "security_notes": "Policy Controller audit mode detects violations but does not block them \u2014 enforcement mode is required for hard compliance guarantees. Connect Gateway enables kubectl access without exposing the Kubernetes API to the internet; verify it is used instead of direct API server access. Fleet-level IAM controls cluster management scope.",
4694
+ "security_notes": "Policy Controller audit mode detects violations but does not block them enforcement mode is required for hard compliance guarantees. Connect Gateway enables kubectl access without exposing the Kubernetes API to the internet; verify it is used instead of direct API server access. Fleet-level IAM controls cluster management scope.",
4431
4695
  "last_verified": "2026-05-08",
4432
4696
  "path": "agents/gcp/gcp-anthos-multicloud-architect-agent",
4433
4697
  "author": "github: Raishin",
@@ -4446,14 +4710,14 @@
4446
4710
  "gemini",
4447
4711
  "kiro"
4448
4712
  ],
4449
- "summary": "Agent for gcp-apigee-api-platform-operator. Design and operate Apigee X API proxies \u2014 rate limiting, OAuth/JWT security policies, quota plans, developer portal setup, and API product management.",
4713
+ "summary": "Agent for gcp-apigee-api-platform-operator. Design and operate Apigee X API proxies rate limiting, OAuth/JWT security policies, quota plans, developer portal setup, and API product management.",
4450
4714
  "source_type": "original",
4451
4715
  "official_docs": [
4452
4716
  "https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee",
4453
4717
  "https://cloud.google.com/apigee/docs/api-platform/security/oauth/oauth-home",
4454
4718
  "https://cloud.google.com/apigee/docs/api-platform/reference/policies/spike-arrest-policy"
4455
4719
  ],
4456
- "security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load \u2014 both SpikeArrest and Quota are required. Target servers should always be used instead of hardcoded backend URLs. Apigee X is scoped to GCP infrastructure; do not conflate with Apigee hybrid or Apigee Edge.",
4720
+ "security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load both SpikeArrest and Quota are required. Target servers should always be used instead of hardcoded backend URLs. Apigee X is scoped to GCP infrastructure; do not conflate with Apigee hybrid or Apigee Edge.",
4457
4721
  "last_verified": "2026-05-08",
4458
4722
  "path": "agents/gcp/gcp-apigee-api-platform-operator-agent",
4459
4723
  "author": "github: Raishin",
@@ -4499,7 +4763,7 @@
4499
4763
  "gemini",
4500
4764
  "kiro"
4501
4765
  ],
4502
- "summary": "Agent for gcp-certificate-manager-issuer-review. Review GCP Certificate Manager and classic Google-managed TLS certificates \u2014 certificate map configuration, DNS authorization, CAA record validation, certificate rotation automation, wildcard vs SAN design, and expiry monitoring.",
4766
+ "summary": "Agent for gcp-certificate-manager-issuer-review. Review GCP Certificate Manager and classic Google-managed TLS certificates certificate map configuration, DNS authorization, CAA record validation, certificate rotation automation, wildcard vs SAN design, and expiry monitoring.",
4503
4767
  "source_type": "original",
4504
4768
  "official_docs": [
4505
4769
  "https://cloud.google.com/certificate-manager/docs/overview",
@@ -4507,7 +4771,7 @@
4507
4771
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs",
4508
4772
  "https://cloud.google.com/certificate-manager/docs/monitor-certificate-status"
4509
4773
  ],
4510
- "security_notes": "Classic Google-managed certificates auto-renew but have no visibility into renewal status \u2014 Certificate Manager provides explicit certificate status fields. TLS 1.0 and 1.1 are deprecated \u2014 GCP LB default SSL policy allows TLS 1.0; create a custom SSL policy requiring TLS 1.2+ for all production load balancers.",
4774
+ "security_notes": "Classic Google-managed certificates auto-renew but have no visibility into renewal status Certificate Manager provides explicit certificate status fields. TLS 1.0 and 1.1 are deprecated GCP LB default SSL policy allows TLS 1.0; create a custom SSL policy requiring TLS 1.2+ for all production load balancers.",
4511
4775
  "last_verified": "2026-05-09",
4512
4776
  "path": "agents/gcp/gcp-certificate-manager-issuer-review-agent",
4513
4777
  "version": "0.1.0",
@@ -4526,7 +4790,7 @@
4526
4790
  "gemini",
4527
4791
  "kiro"
4528
4792
  ],
4529
- "summary": "Agent for gcp-change-impact-advisor. Pre-change blast radius analysis for GCP \u2014 cross-project resource dependency mapping, org policy cascade effects, Shared VPC peering impact, Service Account impersonation chain analysis, and safe change sequencing.",
4793
+ "summary": "Agent for gcp-change-impact-advisor. Pre-change blast radius analysis for GCP cross-project resource dependency mapping, org policy cascade effects, Shared VPC peering impact, Service Account impersonation chain analysis, and safe change sequencing.",
4530
4794
  "source_type": "original",
4531
4795
  "official_docs": [
4532
4796
  "https://cloud.google.com/asset-inventory/docs/overview",
@@ -4535,7 +4799,7 @@
4535
4799
  "https://cloud.google.com/resource-manager/docs/organization-policy/overview",
4536
4800
  "https://cloud.google.com/vpc/docs/vpc-peering"
4537
4801
  ],
4538
- "security_notes": "Cloud Asset Inventory requires roles/cloudasset.viewer \u2014 ensure the reviewing principal has this before attempting dependency analysis. Org policy changes with deny-override can lock out even org admins from specific resources \u2014 test in a non-production folder first.",
4802
+ "security_notes": "Cloud Asset Inventory requires roles/cloudasset.viewer ensure the reviewing principal has this before attempting dependency analysis. Org policy changes with deny-override can lock out even org admins from specific resources test in a non-production folder first.",
4539
4803
  "last_verified": "2026-05-09",
4540
4804
  "path": "agents/gcp/gcp-change-impact-advisor-agent",
4541
4805
  "version": "0.1.0",
@@ -4554,7 +4818,7 @@
4554
4818
  "gemini",
4555
4819
  "kiro"
4556
4820
  ],
4557
- "summary": "Advise on Google Cloud authentication and authorization patterns \u2014 covering ADC, service account best practices, Workload Identity Federation, human user auth, service-to-service auth, and anti-patterns like service account key downloads.",
4821
+ "summary": "Advise on Google Cloud authentication and authorization patterns covering ADC, service account best practices, Workload Identity Federation, human user auth, service-to-service auth, and anti-patterns like service account key downloads.",
4558
4822
  "companion_skills": [
4559
4823
  "gcp-cloud-auth-advisor"
4560
4824
  ],
@@ -4619,7 +4883,7 @@
4619
4883
  "https://cloud.google.com/artifact-registry/docs/overview",
4620
4884
  "https://cloud.google.com/build/docs/securing-builds/view-build-provenance"
4621
4885
  ],
4622
- "security_notes": "Cloud Build service accounts are commonly over-privileged \u2014 minimum required permissions are Cloud Run Admin + Artifact Registry Writer + GKE Developer. Over-privileged build accounts are a supply chain risk. SLSA provenance combined with Binary Authorization prevents tampered artifacts from reaching production.",
4886
+ "security_notes": "Cloud Build service accounts are commonly over-privileged minimum required permissions are Cloud Run Admin + Artifact Registry Writer + GKE Developer. Over-privileged build accounts are a supply chain risk. SLSA provenance combined with Binary Authorization prevents tampered artifacts from reaching production.",
4623
4887
  "last_verified": "2026-05-08",
4624
4888
  "path": "agents/gcp/gcp-cloudbuild-deploy-cicd-operator-agent",
4625
4889
  "author": "github: Raishin",
@@ -4645,7 +4909,7 @@
4645
4909
  "https://cloud.google.com/security/compliance/offerings",
4646
4910
  "https://cloud.google.com/security-command-center/docs/compliance-dashboard"
4647
4911
  ],
4648
- "security_notes": "Not all GCP services are authorized for every compliance framework \u2014 always verify against the applicable authorized services list before recommending a service. HIPAA requires Google BAA coverage for any service storing PHI. ITAR configuration restricts personnel access to US persons. Assured Workloads creates a compliance boundary but does not replace customer-side controls.",
4912
+ "security_notes": "Not all GCP services are authorized for every compliance framework always verify against the applicable authorized services list before recommending a service. HIPAA requires Google BAA coverage for any service storing PHI. ITAR configuration restricts personnel access to US persons. Assured Workloads creates a compliance boundary but does not replace customer-side controls.",
4649
4913
  "last_verified": "2026-05-08",
4650
4914
  "path": "agents/gcp/gcp-compliance-assured-workloads-agent",
4651
4915
  "author": "github: Raishin",
@@ -4672,7 +4936,7 @@
4672
4936
  "https://cloud.google.com/compute/docs/os-patch-management",
4673
4937
  "https://cloud.google.com/compute/docs/instances/spot"
4674
4938
  ],
4675
- "security_notes": "Spot VMs are preempted without advance notice \u2014 never use for latency-sensitive or non-fault-tolerant workloads. OS Login is preferred over metadata SSH keys for enterprise environments.",
4939
+ "security_notes": "Spot VMs are preempted without advance notice never use for latency-sensitive or non-fault-tolerant workloads. OS Login is preferred over metadata SSH keys for enterprise environments.",
4676
4940
  "last_verified": "2026-05-08",
4677
4941
  "path": "agents/gcp/gcp-compute-engine-operator-agent",
4678
4942
  "author": "github: Raishin",
@@ -4691,7 +4955,7 @@
4691
4955
  "gemini",
4692
4956
  "kiro"
4693
4957
  ],
4694
- "summary": "Agent for gcp-cost-anomaly-watch-coordinator. Detect and coordinate response to GCP cost anomalies \u2014 BigQuery on-demand query cost spikes ($5/TB scanned), Cloud Run scaling runaway, unattached Persistent Disks, idle GCE instances, budget alert \u2192 notification channel \u2192 remediation playbook.",
4958
+ "summary": "Agent for gcp-cost-anomaly-watch-coordinator. Detect and coordinate response to GCP cost anomalies BigQuery on-demand query cost spikes ($5/TB scanned), Cloud Run scaling runaway, unattached Persistent Disks, idle GCE instances, budget alert notification channel remediation playbook.",
4695
4959
  "source_type": "original",
4696
4960
  "official_docs": [
4697
4961
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4700,7 +4964,7 @@
4700
4964
  "https://cloud.google.com/run/docs/configuring/max-instances",
4701
4965
  "https://cloud.google.com/recommender/docs/overview"
4702
4966
  ],
4703
- "security_notes": "BigQuery billing export dataset must restrict access \u2014 avoid allAuthenticatedUsers binding on the billing dataset as it exposes cost structure. Budget action to disable billing stops ALL services in the project \u2014 test on non-production projects first and use notification-only alerts for production unless willing to accept full service disruption.",
4967
+ "security_notes": "BigQuery billing export dataset must restrict access avoid allAuthenticatedUsers binding on the billing dataset as it exposes cost structure. Budget action to disable billing stops ALL services in the project test on non-production projects first and use notification-only alerts for production unless willing to accept full service disruption.",
4704
4968
  "last_verified": "2026-05-09",
4705
4969
  "path": "agents/gcp/gcp-cost-anomaly-watch-coordinator-agent",
4706
4970
  "version": "0.1.0",
@@ -4747,7 +5011,7 @@
4747
5011
  "gemini",
4748
5012
  "kiro"
4749
5013
  ],
4750
- "summary": "Agent for gcp-daily-operations-briefing-coordinator. Coordinate the daily GCP operations standup \u2014 cost delta from previous day, quota warning review, failed deployment detection, Security Command Center finding triage, SLO burn rate alert review, and action item assignment.",
5014
+ "summary": "Agent for gcp-daily-operations-briefing-coordinator. Coordinate the daily GCP operations standup cost delta from previous day, quota warning review, failed deployment detection, Security Command Center finding triage, SLO burn rate alert review, and action item assignment.",
4751
5015
  "source_type": "original",
4752
5016
  "official_docs": [
4753
5017
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4756,7 +5020,7 @@
4756
5020
  "https://cloud.google.com/deploy/docs/view-pipeline-status",
4757
5021
  "https://cloud.google.com/monitoring/slo-monitoring"
4758
5022
  ],
4759
- "security_notes": "Daily briefing participants may include non-security team members \u2014 sanitize SCC finding details to exclude exploit paths or unpatched CVE specifics from the general briefing. Cost delta data contains billing structure information \u2014 restrict briefing distribution to authorized personnel.",
5023
+ "security_notes": "Daily briefing participants may include non-security team members sanitize SCC finding details to exclude exploit paths or unpatched CVE specifics from the general briefing. Cost delta data contains billing structure information restrict briefing distribution to authorized personnel.",
4760
5024
  "last_verified": "2026-05-09",
4761
5025
  "path": "agents/gcp/gcp-daily-operations-briefing-coordinator-agent",
4762
5026
  "version": "0.1.0",
@@ -4784,7 +5048,7 @@
4784
5048
  "https://cloud.google.com/composer/docs/concepts/overview",
4785
5049
  "https://cloud.google.com/dataplex/docs/introduction"
4786
5050
  ],
4787
- "security_notes": "Dead letter topics are critical for any production Pub/Sub pipeline. Use ephemeral Dataproc clusters for cost efficiency. Pub/Sub delivers at-least-once \u2014 design consumers for idempotency.",
5051
+ "security_notes": "Dead letter topics are critical for any production Pub/Sub pipeline. Use ephemeral Dataproc clusters for cost efficiency. Pub/Sub delivers at-least-once design consumers for idempotency.",
4788
5052
  "last_verified": "2026-05-08",
4789
5053
  "path": "agents/gcp/gcp-data-pipeline-engineer-agent",
4790
5054
  "author": "github: Raishin",
@@ -4803,7 +5067,7 @@
4803
5067
  "gemini",
4804
5068
  "kiro"
4805
5069
  ],
4806
- "summary": "Agent for gcp-event-driven-architecture-review. Review GCP Pub/Sub, Eventarc, Cloud Tasks, Cloud Scheduler, and Workflows designs \u2014 dead-letter topics, message ordering, idempotency, fan-out blast radius, schema registry, and retry storm risk.",
5070
+ "summary": "Agent for gcp-event-driven-architecture-review. Review GCP Pub/Sub, Eventarc, Cloud Tasks, Cloud Scheduler, and Workflows designs dead-letter topics, message ordering, idempotency, fan-out blast radius, schema registry, and retry storm risk.",
4807
5071
  "source_type": "original",
4808
5072
  "official_docs": [
4809
5073
  "https://cloud.google.com/pubsub/docs/dead-letter-topics",
@@ -4813,7 +5077,7 @@
4813
5077
  "https://cloud.google.com/scheduler/docs/overview",
4814
5078
  "https://cloud.google.com/workflows/docs/overview"
4815
5079
  ],
4816
- "security_notes": "Pub/Sub topics with allUsers subscriber binding expose all messages publicly \u2014 always verify subscription IAM. Eventarc service account must follow least privilege \u2014 avoid binding roles/editor. Cloud Tasks payloads may contain sensitive data \u2014 use CMEK-encrypted queues for regulated workloads.",
5080
+ "security_notes": "Pub/Sub topics with allUsers subscriber binding expose all messages publicly always verify subscription IAM. Eventarc service account must follow least privilege avoid binding roles/editor. Cloud Tasks payloads may contain sensitive data use CMEK-encrypted queues for regulated workloads.",
4817
5081
  "last_verified": "2026-05-09",
4818
5082
  "path": "agents/gcp/gcp-event-driven-architecture-review-agent",
4819
5083
  "version": "0.1.0",
@@ -4845,7 +5109,7 @@
4845
5109
  "https://firebase.google.com/docs/functions",
4846
5110
  "https://firebase.google.com/docs/app-check"
4847
5111
  ],
4848
- "security_notes": "Read-only advisory. Do not deploy to production, modify Firestore security rules, or change Firebase project settings without explicit approval. Client config (apiKey, projectId) is public \u2014 service account keys are private and must never be embedded in client code.",
5112
+ "security_notes": "Read-only advisory. Do not deploy to production, modify Firestore security rules, or change Firebase project settings without explicit approval. Client config (apiKey, projectId) is public service account keys are private and must never be embedded in client code.",
4849
5113
  "last_verified": "2026-05-09",
4850
5114
  "path": "agents/gcp/gcp-firebase-developer-agent",
4851
5115
  "author": "github: Raishin",
@@ -4864,7 +5128,7 @@
4864
5128
  "gemini",
4865
5129
  "kiro"
4866
5130
  ],
4867
- "summary": "Agent for gcp-gcs-data-perimeter-governor. Govern Google Cloud Storage data perimeters \u2014 uniform bucket-level access enforcement, public access prevention, VPC Service Controls perimeter coverage, IAM Conditions for time-bounded access, Object Lifecycle policies, and data residency compliance.",
5131
+ "summary": "Agent for gcp-gcs-data-perimeter-governor. Govern Google Cloud Storage data perimeters uniform bucket-level access enforcement, public access prevention, VPC Service Controls perimeter coverage, IAM Conditions for time-bounded access, Object Lifecycle policies, and data residency compliance.",
4868
5132
  "source_type": "original",
4869
5133
  "official_docs": [
4870
5134
  "https://cloud.google.com/storage/docs/access-control/uniform-bucket-level-access",
@@ -4873,7 +5137,7 @@
4873
5137
  "https://cloud.google.com/storage/docs/lifecycle",
4874
5138
  "https://cloud.google.com/storage/docs/bucket-lock"
4875
5139
  ],
4876
- "security_notes": "GCS buckets with allUsers binding are indexed by search engines and data scrapers within minutes of creation \u2014 remediation must be immediate. VPC-SC perimeter around GCS requires testing in dry-run mode first \u2014 enforcement mode can break legitimate GCS access from outside the perimeter instantly.",
5140
+ "security_notes": "GCS buckets with allUsers binding are indexed by search engines and data scrapers within minutes of creation remediation must be immediate. VPC-SC perimeter around GCS requires testing in dry-run mode first enforcement mode can break legitimate GCS access from outside the perimeter instantly.",
4877
5141
  "last_verified": "2026-05-09",
4878
5142
  "path": "agents/gcp/gcp-gcs-data-perimeter-governor-agent",
4879
5143
  "version": "0.1.0",
@@ -4892,7 +5156,7 @@
4892
5156
  "gemini",
4893
5157
  "kiro"
4894
5158
  ],
4895
- "summary": "Build, integrate, and debug Gemini API applications on Google Cloud Agent Platform using the unified google-genai SDK \u2014 covering text generation, multimodal inputs, function calling, structured output, embeddings, context caching, batch prediction, Live API, and model tuning.",
5159
+ "summary": "Build, integrate, and debug Gemini API applications on Google Cloud Agent Platform using the unified google-genai SDK covering text generation, multimodal inputs, function calling, structured output, embeddings, context caching, batch prediction, Live API, and model tuning.",
4896
5160
  "companion_skills": [
4897
5161
  "gcp-gemini-api-developer"
4898
5162
  ],
@@ -4929,7 +5193,7 @@
4929
5193
  "https://cloud.google.com/binary-authorization/docs/overview",
4930
5194
  "https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels"
4931
5195
  ],
4932
- "security_notes": "Binary Authorization must be set to WARN mode before ENFORCE mode \u2014 enforce mode will break deployments if images are unsigned. Always prefer Workload Identity over mounted SA key files.",
5196
+ "security_notes": "Binary Authorization must be set to WARN mode before ENFORCE mode enforce mode will break deployments if images are unsigned. Always prefer Workload Identity over mounted SA key files.",
4933
5197
  "last_verified": "2026-05-08",
4934
5198
  "path": "agents/gcp/gcp-gke-platform-operator-agent",
4935
5199
  "author": "github: Raishin",
@@ -4948,7 +5212,7 @@
4948
5212
  "gemini",
4949
5213
  "kiro"
4950
5214
  ],
4951
- "summary": "Agent for gcp-iac-change-safety-review. Review Terraform and Deployment Manager changes targeting GCP \u2014 blast radius analysis, destroy-operation detection, cross-project impact, state file conflicts, org policy drift, and rollback plan completeness.",
5215
+ "summary": "Agent for gcp-iac-change-safety-review. Review Terraform and Deployment Manager changes targeting GCP blast radius analysis, destroy-operation detection, cross-project impact, state file conflicts, org policy drift, and rollback plan completeness.",
4952
5216
  "source_type": "original",
4953
5217
  "official_docs": [
4954
5218
  "https://cloud.google.com/docs/terraform/best-practices-for-terraform",
@@ -4957,7 +5221,7 @@
4957
5221
  "https://cloud.google.com/iam/docs/org-policy-overview",
4958
5222
  "https://developer.hashicorp.com/terraform/cli/commands/plan"
4959
5223
  ],
4960
- "security_notes": "Terraform state files contain sensitive resource attributes \u2014 backend bucket must use CMEK and uniform bucket-level access. Org-level IAM and org policy changes via Terraform have org-wide blast radius \u2014 require dual approval and tested rollback. Force-unlocking state under an active apply causes corruption.",
5224
+ "security_notes": "Terraform state files contain sensitive resource attributes backend bucket must use CMEK and uniform bucket-level access. Org-level IAM and org policy changes via Terraform have org-wide blast radius require dual approval and tested rollback. Force-unlocking state under an active apply causes corruption.",
4961
5225
  "last_verified": "2026-05-09",
4962
5226
  "path": "agents/gcp/gcp-iac-change-safety-review-agent",
4963
5227
  "version": "0.1.0",
@@ -5012,7 +5276,7 @@
5012
5276
  "https://cloud.google.com/vpc/docs/shared-vpc",
5013
5277
  "https://cloud.google.com/logging/docs/audit/configure-data-access"
5014
5278
  ],
5015
- "security_notes": "Org policies applied at org node apply to ALL resources \u2014 test in non-prod folder first. Data Access audit logs must be enabled for sensitive services (KMS, IAM, BigQuery) \u2014 not enabled by default.",
5279
+ "security_notes": "Org policies applied at org node apply to ALL resources test in non-prod folder first. Data Access audit logs must be enabled for sensitive services (KMS, IAM, BigQuery) not enabled by default.",
5016
5280
  "last_verified": "2026-05-08",
5017
5281
  "path": "agents/gcp/gcp-landing-zone-architect-agent",
5018
5282
  "author": "github: Raishin",
@@ -5031,14 +5295,14 @@
5031
5295
  "gemini",
5032
5296
  "kiro"
5033
5297
  ],
5034
- "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes \u2014 irreversible data loss and downstream pipeline breakage.",
5298
+ "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes irreversible data loss and downstream pipeline breakage.",
5035
5299
  "source_type": "original",
5036
5300
  "official_docs": [
5037
5301
  "https://cloud.google.com/bigquery/docs/managing-tables",
5038
5302
  "https://cloud.google.com/bigquery/docs/datasets",
5039
5303
  "https://cloud.google.com/bigquery/docs/authorized-views"
5040
5304
  ],
5041
- "security_notes": "Dataset deletion removes all tables, views, and routines permanently. Downstream Data Transfer jobs, scheduled queries, Looker/BI connections, and Dataflow pipelines all break immediately. BigQuery dataset deletion is immediate and permanent \u2014 there is no recycle bin for datasets. Tables with default expiration may be partially recoverable if within the expiration window.",
5305
+ "security_notes": "Dataset deletion removes all tables, views, and routines permanently. Downstream Data Transfer jobs, scheduled queries, Looker/BI connections, and Dataflow pipelines all break immediately. BigQuery dataset deletion is immediate and permanent there is no recycle bin for datasets. Tables with default expiration may be partially recoverable if within the expiration window.",
5042
5306
  "last_verified": "2026-05-08",
5043
5307
  "path": "agents/gcp/gcp-live-bigquery-dataset-deletion-guard-agent",
5044
5308
  "author": "github: Raishin",
@@ -5057,14 +5321,14 @@
5057
5321
  "gemini",
5058
5322
  "kiro"
5059
5323
  ],
5060
- "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions \u2014 production traffic blast radius with no automatic rollback.",
5324
+ "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions production traffic blast radius with no automatic rollback.",
5061
5325
  "source_type": "original",
5062
5326
  "official_docs": [
5063
5327
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
5064
5328
  "https://cloud.google.com/run/docs/configuring/min-instances",
5065
5329
  "https://cloud.google.com/run/docs/managing/revisions"
5066
5330
  ],
5067
- "security_notes": "Migrating 100% traffic to a broken revision causes complete service unavailability. Min-instances changes affect cost and cold-start behavior. Revision deletion prevents rollback to that revision \u2014 never delete a revision that holds traffic or is the last known-good. No automatic rollback exists in Cloud Run; rollback requires a new traffic split or re-deployment.",
5331
+ "security_notes": "Migrating 100% traffic to a broken revision causes complete service unavailability. Min-instances changes affect cost and cold-start behavior. Revision deletion prevents rollback to that revision never delete a revision that holds traffic or is the last known-good. No automatic rollback exists in Cloud Run; rollback requires a new traffic split or re-deployment.",
5068
5332
  "last_verified": "2026-05-08",
5069
5333
  "path": "agents/gcp/gcp-live-cloud-run-traffic-migration-guard-agent",
5070
5334
  "author": "github: Raishin",
@@ -5083,7 +5347,7 @@
5083
5347
  "gemini",
5084
5348
  "kiro"
5085
5349
  ],
5086
- "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests \u2014 financial authority gate.",
5350
+ "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests financial authority gate.",
5087
5351
  "source_type": "original",
5088
5352
  "official_docs": [
5089
5353
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -5136,7 +5400,7 @@
5136
5400
  "gemini",
5137
5401
  "kiro"
5138
5402
  ],
5139
- "summary": "Gate IAM binding mutations, org policy changes, and Service Account key creation \u2014 org-wide blast radius, cannot be undone without a full audit trail.",
5403
+ "summary": "Gate IAM binding mutations, org policy changes, and Service Account key creation org-wide blast radius, cannot be undone without a full audit trail.",
5140
5404
  "source_type": "original",
5141
5405
  "official_docs": [
5142
5406
  "https://cloud.google.com/iam/docs/manage-access-other-resources",
@@ -5162,7 +5426,7 @@
5162
5426
  "gemini",
5163
5427
  "kiro"
5164
5428
  ],
5165
- "summary": "Gate Cloud KMS key version destruction and key ring deletion \u2014 CMEK-encrypted data becomes permanently and irrecoverably inaccessible once a key version is destroyed.",
5429
+ "summary": "Gate Cloud KMS key version destruction and key ring deletion CMEK-encrypted data becomes permanently and irrecoverably inaccessible once a key version is destroyed.",
5166
5430
  "source_type": "original",
5167
5431
  "official_docs": [
5168
5432
  "https://cloud.google.com/kms/docs/destroy-restore",
@@ -5188,7 +5452,7 @@
5188
5452
  "gemini",
5189
5453
  "kiro"
5190
5454
  ],
5191
- "summary": "Agent for gcp-load-balancer-traffic-engineer. Traffic engineering for GCP load balancers \u2014 Global HTTPS LB, Regional HTTPS LB, TCP/SSL Proxy LB, Network LB (passthrough), Internal TCP/UDP LB \u2014 type selection, health check configuration, Cloud Armor integration, and traffic distribution.",
5455
+ "summary": "Agent for gcp-load-balancer-traffic-engineer. Traffic engineering for GCP load balancers Global HTTPS LB, Regional HTTPS LB, TCP/SSL Proxy LB, Network LB (passthrough), Internal TCP/UDP LB type selection, health check configuration, Cloud Armor integration, and traffic distribution.",
5192
5456
  "source_type": "original",
5193
5457
  "official_docs": [
5194
5458
  "https://cloud.google.com/load-balancing/docs/load-balancing-overview",
@@ -5197,7 +5461,7 @@
5197
5461
  "https://cloud.google.com/load-balancing/docs/backend-service",
5198
5462
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs"
5199
5463
  ],
5200
- "security_notes": "Global HTTPS LB with Cloud Armor is the only GCP-native L7 DDoS and WAF layer \u2014 bypassing it with Network LB or TCP Proxy eliminates WAF capability. Self-managed SSL certificates in GCP LB expose the private key during upload \u2014 use Google-managed certificates or Certificate Manager for all production workloads.",
5464
+ "security_notes": "Global HTTPS LB with Cloud Armor is the only GCP-native L7 DDoS and WAF layer bypassing it with Network LB or TCP Proxy eliminates WAF capability. Self-managed SSL certificates in GCP LB expose the private key during upload use Google-managed certificates or Certificate Manager for all production workloads.",
5201
5465
  "last_verified": "2026-05-09",
5202
5466
  "path": "agents/gcp/gcp-load-balancer-traffic-engineer-agent",
5203
5467
  "version": "0.1.0",
@@ -5217,7 +5481,7 @@
5217
5481
  "gemini",
5218
5482
  "kiro"
5219
5483
  ],
5220
- "summary": "Per-cloud router agent for GCP. Classifies the user's task, selects the narrowest GCP specialist agent or the right team of specialists from the catalog, and dispatches them \u2014 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
5484
+ "summary": "Per-cloud router agent for GCP. Classifies the user's task, selects the narrowest GCP specialist agent or the right team of specialists from the catalog, and dispatches them single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
5221
5485
  "source_type": "original",
5222
5486
  "official_docs": [
5223
5487
  "https://cloud.google.com/docs/overview",
@@ -5225,7 +5489,7 @@
5225
5489
  "https://cloud.google.com/iam/docs/overview",
5226
5490
  "https://cloud.google.com/vpc/docs/vpc"
5227
5491
  ],
5228
- "security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents must never be auto-dispatched \u2014 GCP IAM org-level mutations and KMS key destruction are irreversible. Always require blast-radius assessment and explicit human written confirmation before routing to any live-guard agent.",
5492
+ "security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents must never be auto-dispatched GCP IAM org-level mutations and KMS key destruction are irreversible. Always require blast-radius assessment and explicit human written confirmation before routing to any live-guard agent.",
5229
5493
  "last_verified": "2026-05-08",
5230
5494
  "path": "agents/gcp/gcp-maestro-agent",
5231
5495
  "author": "github: Raishin"
@@ -5250,7 +5514,7 @@
5250
5514
  "https://cloud.google.com/database-migration/docs/overview",
5251
5515
  "https://cloud.google.com/storage-transfer/docs/overview"
5252
5516
  ],
5253
- "security_notes": "Keep original source available for minimum 30 days post-cutover. DNS TTL must be reduced to 60s at least 24-48h before cutover \u2014 reverting DNS is faster than reverting data if cutover fails. DMS continuous replication must be validated before cutover window begins.",
5517
+ "security_notes": "Keep original source available for minimum 30 days post-cutover. DNS TTL must be reduced to 60s at least 24-48h before cutover reverting DNS is faster than reverting data if cutover fails. DMS continuous replication must be validated before cutover window begins.",
5254
5518
  "last_verified": "2026-05-08",
5255
5519
  "path": "agents/gcp/gcp-migration-cutover-architect-agent",
5256
5520
  "author": "github: Raishin",
@@ -5278,7 +5542,7 @@
5278
5542
  "https://cloud.google.com/nat/docs/overview",
5279
5543
  "https://cloud.google.com/armor/docs/cloud-armor-overview"
5280
5544
  ],
5281
- "security_notes": "GCP VPCs are global \u2014 a single VPC spans all regions. Shared VPC IAM roles at subnet level control service project access. Never expose internal services through public IP without Cloud Armor or equivalent WAF protection.",
5545
+ "security_notes": "GCP VPCs are global a single VPC spans all regions. Shared VPC IAM roles at subnet level control service project access. Never expose internal services through public IP without Cloud Armor or equivalent WAF protection.",
5282
5546
  "last_verified": "2026-05-08",
5283
5547
  "path": "agents/gcp/gcp-network-architect-agent",
5284
5548
  "author": "github: Raishin",
@@ -5336,7 +5600,7 @@
5336
5600
  "https://cloud.google.com/trace/docs",
5337
5601
  "https://cloud.google.com/monitoring/slos/slo-monitoring"
5338
5602
  ],
5339
- "security_notes": "Log Router sinks to GCS/BigQuery/Pub/Sub are required for compliance log retention \u2014 missing sinks may violate audit requirements. Do not claim root cause without evidence. Separate live telemetry from inference. Require containment before remediation for active incidents.",
5603
+ "security_notes": "Log Router sinks to GCS/BigQuery/Pub/Sub are required for compliance log retention missing sinks may violate audit requirements. Do not claim root cause without evidence. Separate live telemetry from inference. Require containment before remediation for active incidents.",
5340
5604
  "last_verified": "2026-05-08",
5341
5605
  "path": "agents/gcp/gcp-observability-incident-responder-agent",
5342
5606
  "author": "github: Raishin",
@@ -5355,7 +5619,7 @@
5355
5619
  "gemini",
5356
5620
  "kiro"
5357
5621
  ],
5358
- "summary": "Agent for gcp-registry-artifact-governor. Govern GCP Artifact Registry \u2014 container image signing via Binary Authorization, vulnerability scanning via Container Analysis, repository IAM least privilege, artifact retention policies, and supply chain security posture.",
5622
+ "summary": "Agent for gcp-registry-artifact-governor. Govern GCP Artifact Registry container image signing via Binary Authorization, vulnerability scanning via Container Analysis, repository IAM least privilege, artifact retention policies, and supply chain security posture.",
5359
5623
  "source_type": "original",
5360
5624
  "official_docs": [
5361
5625
  "https://cloud.google.com/artifact-registry/docs/overview",
@@ -5363,7 +5627,7 @@
5363
5627
  "https://cloud.google.com/container-analysis/docs/container-analysis",
5364
5628
  "https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy"
5365
5629
  ],
5366
- "security_notes": "Binary Authorization with 'Allow all images' is equivalent to no supply chain protection \u2014 enforce attested images from trusted build pipelines. Artifact Registry supports CMEK \u2014 enable for regulated workloads. Public repositories expose all tags and digests; use private repositories with Workload Identity Federation for CI/CD access.",
5630
+ "security_notes": "Binary Authorization with 'Allow all images' is equivalent to no supply chain protection enforce attested images from trusted build pipelines. Artifact Registry supports CMEK enable for regulated workloads. Public repositories expose all tags and digests; use private repositories with Workload Identity Federation for CI/CD access.",
5367
5631
  "last_verified": "2026-05-09",
5368
5632
  "path": "agents/gcp/gcp-registry-artifact-governor-agent",
5369
5633
  "version": "0.1.0",
@@ -5382,7 +5646,7 @@
5382
5646
  "gemini",
5383
5647
  "kiro"
5384
5648
  ],
5385
- "summary": "Agent for gcp-resilience-bcdr-review. Review GCP workload HA and BCDR designs \u2014 multi-region architectures, Cloud SQL HA failover, Spanner global instances, GKE multi-cluster, RTO/RPO target analysis, and runbook completeness.",
5649
+ "summary": "Agent for gcp-resilience-bcdr-review. Review GCP workload HA and BCDR designs multi-region architectures, Cloud SQL HA failover, Spanner global instances, GKE multi-cluster, RTO/RPO target analysis, and runbook completeness.",
5386
5650
  "source_type": "original",
5387
5651
  "official_docs": [
5388
5652
  "https://cloud.google.com/architecture/disaster-recovery",
@@ -5390,7 +5654,7 @@
5390
5654
  "https://cloud.google.com/spanner/docs/instance-configurations",
5391
5655
  "https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress"
5392
5656
  ],
5393
- "security_notes": "Cloud SQL HA standby is zone-redundant but not region-redundant \u2014 cross-region failover requires manual replica promotion. Cloud Run has no built-in multi-region failover. RTO/RPO targets without tested recovery evidence are aspirational. Require last recovery test date and result before marking BCDR as operational.",
5657
+ "security_notes": "Cloud SQL HA standby is zone-redundant but not region-redundant cross-region failover requires manual replica promotion. Cloud Run has no built-in multi-region failover. RTO/RPO targets without tested recovery evidence are aspirational. Require last recovery test date and result before marking BCDR as operational.",
5394
5658
  "last_verified": "2026-05-08",
5395
5659
  "path": "agents/gcp/gcp-resilience-bcdr-review-agent",
5396
5660
  "author": "github: Raishin",
@@ -5416,7 +5680,7 @@
5416
5680
  "https://cloud.google.com/asset-inventory/docs/searching-resources",
5417
5681
  "https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes"
5418
5682
  ],
5419
- "security_notes": "Cloud Asset Inventory change history covers 35 days \u2014 be explicit about this window when investigating historical changes. Stale resources (unattached static IPs, persistent disks, orphaned firewall rules) incur ongoing charges. Resources missing required labels cannot be attributed in billing exports, creating cost allocation gaps.",
5683
+ "security_notes": "Cloud Asset Inventory change history covers 35 days be explicit about this window when investigating historical changes. Stale resources (unattached static IPs, persistent disks, orphaned firewall rules) incur ongoing charges. Resources missing required labels cannot be attributed in billing exports, creating cost allocation gaps.",
5420
5684
  "last_verified": "2026-05-08",
5421
5685
  "path": "agents/gcp/gcp-resource-inventory-analyst-agent",
5422
5686
  "author": "github: Raishin",
@@ -5444,7 +5708,7 @@
5444
5708
  "https://cloud.google.com/kms/docs/key-rotation",
5445
5709
  "https://cloud.google.com/kms/docs/importing-a-key"
5446
5710
  ],
5447
- "security_notes": "Prefer read-only inspection. Do not delete key versions, disable keys, or modify CMEK bindings without explicit user approval and a confirmed rollback plan \u2014 key deletion or disablement can cause irreversible data loss.",
5711
+ "security_notes": "Prefer read-only inspection. Do not delete key versions, disable keys, or modify CMEK bindings without explicit user approval and a confirmed rollback plan key deletion or disablement can cause irreversible data loss.",
5448
5712
  "last_verified": "2026-05-08",
5449
5713
  "path": "agents/gcp/gcp-secret-kms-lifecycle-steward-agent",
5450
5714
  "author": "github: Raishin",
@@ -5491,7 +5755,7 @@
5491
5755
  "gemini",
5492
5756
  "kiro"
5493
5757
  ],
5494
- "summary": "Agent for gcp-serverless-production-readiness. Review Cloud Run and Cloud Functions gen2 for production readiness \u2014 min-instances cold start, memory and CPU allocation, VPC connector configuration, Secret Manager injection, CMEK encryption, concurrency limits, and traffic splitting safety.",
5758
+ "summary": "Agent for gcp-serverless-production-readiness. Review Cloud Run and Cloud Functions gen2 for production readiness min-instances cold start, memory and CPU allocation, VPC connector configuration, Secret Manager injection, CMEK encryption, concurrency limits, and traffic splitting safety.",
5495
5759
  "source_type": "original",
5496
5760
  "official_docs": [
5497
5761
  "https://cloud.google.com/run/docs/configuring/min-instances",
@@ -5500,7 +5764,7 @@
5500
5764
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
5501
5765
  "https://cloud.google.com/functions/docs/concepts/version-comparison"
5502
5766
  ],
5503
- "security_notes": "Cloud Run service accounts must follow least privilege \u2014 avoid binding roles/editor or roles/owner. Secrets in environment variables appear in plaintext in Cloud Run revision metadata accessible to anyone with run.revisions.get \u2014 always use Secret Manager references. Cloud Run with --allow-unauthenticated is public to the internet \u2014 require authentication for all non-public endpoints.",
5767
+ "security_notes": "Cloud Run service accounts must follow least privilege avoid binding roles/editor or roles/owner. Secrets in environment variables appear in plaintext in Cloud Run revision metadata accessible to anyone with run.revisions.get always use Secret Manager references. Cloud Run with --allow-unauthenticated is public to the internet require authentication for all non-public endpoints.",
5504
5768
  "last_verified": "2026-05-09",
5505
5769
  "path": "agents/gcp/gcp-serverless-production-readiness-agent",
5506
5770
  "version": "0.1.0",
@@ -5519,7 +5783,7 @@
5519
5783
  "gemini",
5520
5784
  "kiro"
5521
5785
  ],
5522
- "summary": "Design GCP solutions aligned with the Google Cloud Architecture Framework \u2014 reliability, security, cost optimization, operational excellence, and performance efficiency \u2014 covering resource hierarchy design, product selection, and multi-service architecture patterns.",
5786
+ "summary": "Design GCP solutions aligned with the Google Cloud Architecture Framework reliability, security, cost optimization, operational excellence, and performance efficiency covering resource hierarchy design, product selection, and multi-service architecture patterns.",
5523
5787
  "source_type": "original",
5524
5788
  "official_docs": [
5525
5789
  "https://cloud.google.com/architecture/framework",
@@ -5553,7 +5817,7 @@
5553
5817
  "https://cloud.google.com/spanner/docs/instances",
5554
5818
  "https://cloud.google.com/spanner/docs/secondary-indexes"
5555
5819
  ],
5556
- "security_notes": "Monotonically increasing keys (e.g., auto-increment integers) cause all writes to hit the same split \u2014 use UUIDs or bit-reversed sequential IDs. Over-indexing in Spanner is expensive and slows writes \u2014 every indexed column is replicated.",
5820
+ "security_notes": "Monotonically increasing keys (e.g., auto-increment integers) cause all writes to hit the same split use UUIDs or bit-reversed sequential IDs. Over-indexing in Spanner is expensive and slows writes every indexed column is replicated.",
5557
5821
  "last_verified": "2026-05-08",
5558
5822
  "path": "agents/gcp/gcp-spanner-architect-agent",
5559
5823
  "author": "github: Raishin",
@@ -5572,7 +5836,7 @@
5572
5836
  "gemini",
5573
5837
  "kiro"
5574
5838
  ],
5575
- "summary": "Agent for gcp-support-incident-coordinator. Coordinate GCP support incidents \u2014 case creation with correct severity, Premium/Enhanced Support SLA enforcement, TAM escalation path, status page monitoring, internal stakeholder communication, and post-incident evidence packaging.",
5839
+ "summary": "Agent for gcp-support-incident-coordinator. Coordinate GCP support incidents case creation with correct severity, Premium/Enhanced Support SLA enforcement, TAM escalation path, status page monitoring, internal stakeholder communication, and post-incident evidence packaging.",
5576
5840
  "source_type": "original",
5577
5841
  "official_docs": [
5578
5842
  "https://cloud.google.com/support/docs/overview",
@@ -5580,7 +5844,7 @@
5580
5844
  "https://status.google.com/",
5581
5845
  "https://cloud.google.com/support/docs/managed-incident"
5582
5846
  ],
5583
- "security_notes": "GCP support case attachments are accessible to Google support engineers \u2014 never attach files containing customer PII, credentials, or unredacted production logs. Premium Support SLA is contractual \u2014 document SLA breach timestamps with case numbers for potential SLA credits.",
5847
+ "security_notes": "GCP support case attachments are accessible to Google support engineers never attach files containing customer PII, credentials, or unredacted production logs. Premium Support SLA is contractual document SLA breach timestamps with case numbers for potential SLA credits.",
5584
5848
  "last_verified": "2026-05-09",
5585
5849
  "path": "agents/gcp/gcp-support-incident-coordinator-agent",
5586
5850
  "version": "0.1.0",
@@ -5599,7 +5863,7 @@
5599
5863
  "gemini",
5600
5864
  "kiro"
5601
5865
  ],
5602
- "summary": "Agent for gcp-ticket-triage-escalation-coordinator. Triage GCP operational alerts, incidents, and support tickets \u2014 P0/P1/P2/P3 classification, GCP Premium/Enhanced Support SLA enforcement, war room coordination, evidence collection from Cloud Monitoring and Cloud Logging, and safe escalation paths.",
5866
+ "summary": "Agent for gcp-ticket-triage-escalation-coordinator. Triage GCP operational alerts, incidents, and support tickets P0/P1/P2/P3 classification, GCP Premium/Enhanced Support SLA enforcement, war room coordination, evidence collection from Cloud Monitoring and Cloud Logging, and safe escalation paths.",
5603
5867
  "source_type": "original",
5604
5868
  "official_docs": [
5605
5869
  "https://cloud.google.com/support/docs/severity-definitions",
@@ -5607,7 +5871,7 @@
5607
5871
  "https://cloud.google.com/logging/docs/view/logs-explorer-interface",
5608
5872
  "https://status.google.com/"
5609
5873
  ],
5610
- "security_notes": "GCP support tickets may require sharing sanitized logs or configuration \u2014 scrub project IDs, IP addresses, and customer data before sharing with Google support. War room communication channels must be secure \u2014 use dedicated incident Slack/Meet channels, not public ones.",
5874
+ "security_notes": "GCP support tickets may require sharing sanitized logs or configuration scrub project IDs, IP addresses, and customer data before sharing with Google support. War room communication channels must be secure use dedicated incident Slack/Meet channels, not public ones.",
5611
5875
  "last_verified": "2026-05-09",
5612
5876
  "path": "agents/gcp/gcp-ticket-triage-escalation-coordinator-agent",
5613
5877
  "version": "0.1.0",
@@ -5634,7 +5898,7 @@
5634
5898
  "https://cloud.google.com/vertex-ai/docs/model-registry/introduction",
5635
5899
  "https://cloud.google.com/vertex-ai/docs/featurestore/overview"
5636
5900
  ],
5637
- "security_notes": "Training jobs have no automatic cost cap \u2014 always verify max_run_time is set. Feature Store writes are irreversible and can silently corrupt training data. Gemini via Vertex AI has different privacy commitments than via AI Studio. Prefer least-privilege service accounts and read-only discovery before mutation.",
5901
+ "security_notes": "Training jobs have no automatic cost cap always verify max_run_time is set. Feature Store writes are irreversible and can silently corrupt training data. Gemini via Vertex AI has different privacy commitments than via AI Studio. Prefer least-privilege service accounts and read-only discovery before mutation.",
5638
5902
  "last_verified": "2026-05-08",
5639
5903
  "path": "agents/gcp/gcp-vertex-ai-mlops-engineer-agent",
5640
5904
  "author": "github: Raishin",
@@ -5662,7 +5926,7 @@
5662
5926
  "https://cloud.google.com/access-context-manager/docs/overview",
5663
5927
  "https://cloud.google.com/vpc-service-controls/docs/create-service-perimeters"
5664
5928
  ],
5665
- "security_notes": "Prefer dry-run mode before enforcement. Do not switch perimeters to enforcement mode without reviewing dry-run violations \u2014 live enforcement silently blocks API calls and can disrupt production workloads.",
5929
+ "security_notes": "Prefer dry-run mode before enforcement. Do not switch perimeters to enforcement mode without reviewing dry-run violations live enforcement silently blocks API calls and can disrupt production workloads.",
5666
5930
  "last_verified": "2026-05-08",
5667
5931
  "path": "agents/gcp/gcp-vpc-service-controls-architect-agent",
5668
5932
  "author": "github: Raishin",
@@ -5769,7 +6033,7 @@
5769
6033
  "gemini",
5770
6034
  "kiro"
5771
6035
  ],
5772
- "summary": "Review a Helm chart for quality, security, and testability defects \u2014 linting gaps, insecure securityContext, missing resource limits, absent health probes, RBAC over-permission, hardcoded secrets, and missing helm test coverage \u2014 statically, without installing or contacting a cluster.",
6036
+ "summary": "Review a Helm chart for quality, security, and testability defects linting gaps, insecure securityContext, missing resource limits, absent health probes, RBAC over-permission, hardcoded secrets, and missing helm test coverage statically, without installing or contacting a cluster.",
5773
6037
  "source_type": "original",
5774
6038
  "official_docs": [
5775
6039
  "https://helm.sh/docs/chart_best_practices/",
@@ -5780,7 +6044,7 @@
5780
6044
  "https://kubernetes.io/docs/concepts/security/pod-security-standards/",
5781
6045
  "https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
5782
6046
  ],
5783
- "security_notes": "Static review only \u2014 reads chart source files (Chart.yaml, values.yaml, templates/, tests/), never installs a chart, never connects to a Kubernetes cluster, never requests kubeconfig, cluster credentials, or cloud provider credentials. Do not accept values files containing live credentials, connection strings, or tenant IDs; ask for sanitized versions with placeholder values.",
6047
+ "security_notes": "Static review only reads chart source files (Chart.yaml, values.yaml, templates/, tests/), never installs a chart, never connects to a Kubernetes cluster, never requests kubeconfig, cluster credentials, or cloud provider credentials. Do not accept values files containing live credentials, connection strings, or tenant IDs; ask for sanitized versions with placeholder values.",
5784
6048
  "last_verified": "2026-05-17",
5785
6049
  "path": "agents/qa/helm-chart-quality-review-agent",
5786
6050
  "version": "0.1.0"
@@ -5805,7 +6069,7 @@
5805
6069
  "https://docs.hetzner.com/cloud/servers/overview/",
5806
6070
  "https://docs.hetzner.com/general/others/contacting-support/"
5807
6071
  ],
5808
- "security_notes": "Hetzner does not offer auto-scaling \u2014 always verify current resource counts via API before planning growth to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete snapshot schedules may silently fail. Do not expose project API tokens in capacity reports.",
6072
+ "security_notes": "Hetzner does not offer auto-scaling always verify current resource counts via API before planning growth to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete snapshot schedules may silently fail. Do not expose project API tokens in capacity reports.",
5809
6073
  "last_verified": "2026-05-10",
5810
6074
  "path": "agents/hetzner/hetzner-capacity-planner-agent",
5811
6075
  "author": "github: Raishin",
@@ -5840,7 +6104,7 @@
5840
6104
  "https://www.hetzner.com/cloud/pricing/",
5841
6105
  "https://docs.hetzner.com/"
5842
6106
  ],
5843
- "security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Floating IPs and Primary IPs incur cost \u2014 verify attachment state before recommending deletion. Do not expose project API tokens or billing credentials in analysis output.",
6107
+ "security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Floating IPs and Primary IPs incur cost verify attachment state before recommending deletion. Do not expose project API tokens or billing credentials in analysis output.",
5844
6108
  "last_verified": "2026-05-10",
5845
6109
  "path": "agents/hetzner/hetzner-cost-optimization-analyst-agent",
5846
6110
  "author": "github: Raishin",
@@ -5875,7 +6139,7 @@
5875
6139
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5876
6140
  "https://docs.hetzner.com/cloud/networks/overview/"
5877
6141
  ],
5878
- "security_notes": "Public IPs on Hetzner are opt-in since API v1.34 \u2014 flag servers with unnecessary public IPs. Hetzner Firewalls must be explicitly attached to servers or Labels groups; an unattached Firewall provides zero protection. Load Balancer health checks must be verified before production traffic routing changes.",
6142
+ "security_notes": "Public IPs on Hetzner are opt-in since API v1.34 flag servers with unnecessary public IPs. Hetzner Firewalls must be explicitly attached to servers or Labels groups; an unattached Firewall provides zero protection. Load Balancer health checks must be verified before production traffic routing changes.",
5879
6143
  "last_verified": "2026-05-10",
5880
6144
  "path": "agents/hetzner/hetzner-infrastructure-reviewer-agent",
5881
6145
  "author": "github: Raishin",
@@ -5910,7 +6174,7 @@
5910
6174
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5911
6175
  "https://docs.hetzner.com/cloud/firewalls/faq/"
5912
6176
  ],
5913
- "security_notes": "Must snapshot current Firewall rules before any mutation \u2014 Hetzner Firewall changes are immediate and affect all attached servers. Verify project-scoped API token scope before any write operation. Public IPs are opt-in since API v1.34 \u2014 verify exposure before and after rule changes. Never proceed without explicit human approval confirming the target Firewall ID, blast-radius, and rollback plan.",
6177
+ "security_notes": "Must snapshot current Firewall rules before any mutation Hetzner Firewall changes are immediate and affect all attached servers. Verify project-scoped API token scope before any write operation. Public IPs are opt-in since API v1.34 verify exposure before and after rule changes. Never proceed without explicit human approval confirming the target Firewall ID, blast-radius, and rollback plan.",
5914
6178
  "last_verified": "2026-05-10",
5915
6179
  "path": "agents/hetzner/hetzner-live-firewall-rule-guard-agent",
5916
6180
  "author": "github: Raishin",
@@ -5945,7 +6209,7 @@
5945
6209
  "https://docs.hetzner.com/cloud/servers/overview/",
5946
6210
  "https://docs.hetzner.com/cloud/servers/server-types/"
5947
6211
  ],
5948
- "security_notes": "Server deletion on Hetzner is irreversible \u2014 always require a confirmed snapshot before deletion. Public IPs (IPv4/IPv6) are opt-in since API v1.34 and must be explicitly requested; do not auto-enable them. Server type changes require server stop \u2014 confirm downtime window. Always verify API token is project-scoped before any write operation. Never proceed without server ID, region, explicit human approval, and rollback plan.",
6212
+ "security_notes": "Server deletion on Hetzner is irreversible always require a confirmed snapshot before deletion. Public IPs (IPv4/IPv6) are opt-in since API v1.34 and must be explicitly requested; do not auto-enable them. Server type changes require server stop confirm downtime window. Always verify API token is project-scoped before any write operation. Never proceed without server ID, region, explicit human approval, and rollback plan.",
5949
6213
  "last_verified": "2026-05-10",
5950
6214
  "path": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent",
5951
6215
  "author": "github: Raishin",
@@ -5979,7 +6243,7 @@
5979
6243
  "https://docs.hetzner.cloud/",
5980
6244
  "https://docs.hetzner.com/"
5981
6245
  ],
5982
- "security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before any routing involving live data. Public IPs on Hetzner are opt-in since API v1.34 \u2014 do not assume servers have public IPs.",
6246
+ "security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before any routing involving live data. Public IPs on Hetzner are opt-in since API v1.34 do not assume servers have public IPs.",
5983
6247
  "last_verified": "2026-05-10",
5984
6248
  "path": "agents/hetzner/hetzner-maestro-agent",
5985
6249
  "author": "github: Raishin",
@@ -5995,10 +6259,10 @@
5995
6259
  }
5996
6260
  },
5997
6261
  {
5998
- "id": "huawei-cce-container-platform-operator-agent",
5999
- "name": "Huawei CCE Container Platform Operator",
6262
+ "id": "hr-analytics-people-data-agent",
6263
+ "name": "HR Analytics and People Data Agent",
6000
6264
  "type": "agent",
6001
- "provider": "huawei",
6265
+ "provider": "hr",
6002
6266
  "harnesses": [
6003
6267
  "codex",
6004
6268
  "copilot",
@@ -6007,23 +6271,23 @@
6007
6271
  "gemini",
6008
6272
  "kiro"
6009
6273
  ],
6010
- "summary": "Operate CCE clusters, SWR image lifecycle, ASM traffic policies, and IEF edge node integration for Huawei Cloud container workloads.",
6274
+ "summary": "Adversarial people-analytics reviewer for HR data minimization, reporting ethics, access controls, algorithmic bias, employee monitoring, and privacy-safe metrics. Surfaces risks and escalation paths for the privacy owner and counsel; does not give legal or HR advice.",
6011
6275
  "source_type": "original",
6012
6276
  "official_docs": [
6013
- "https://support.huaweicloud.com/intl/en-us/cce/index.html",
6014
- "https://support.huaweicloud.com/intl/en-us/swr/index.html"
6277
+ "https://www.eeoc.gov",
6278
+ "https://www.dol.gov",
6279
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6015
6280
  ],
6016
- "security_notes": "CCE cluster version downgrade is not supported. Node pool scale-down evicts workloads. Production namespace mutations require explicit confirmation.",
6017
- "last_verified": "2026-05-08",
6018
- "path": "agents/huawei/huawei-cce-container-platform-operator-agent",
6019
- "author": "github: Raishin",
6281
+ "security_notes": "Static review only works from sanitized aggregate summaries and never requests individual employee records, identifiers, or protected-class data beyond what the matter requires. Never endorses a metric or model as bias-free; routes employee-data processing to the privacy owner. Does not form an attorney-client relationship.",
6282
+ "last_verified": "2026-05-18",
6283
+ "path": "agents/hr/hr-analytics-people-data-agent",
6020
6284
  "version": "0.1.0"
6021
6285
  },
6022
6286
  {
6023
- "id": "huawei-certificate-manager-issuer-review-agent",
6024
- "name": "Huawei Cloud Certificate Manager Issuer Review",
6287
+ "id": "hr-benefits-payroll-agent",
6288
+ "name": "HR Benefits and Payroll Agent",
6025
6289
  "type": "agent",
6026
- "provider": "huawei",
6290
+ "provider": "hr",
6027
6291
  "harnesses": [
6028
6292
  "codex",
6029
6293
  "copilot",
@@ -6032,24 +6296,23 @@
6032
6296
  "gemini",
6033
6297
  "kiro"
6034
6298
  ],
6035
- "summary": "Agent for huawei-certificate-manager-issuer-review. Review Huawei Cloud SSL certificate management \u2014 SCM certificate lifecycle, ELB SSL certificate binding coverage, DEW-managed certificate key storage, renewal automation, wildcard vs SAN cert selection, certificate expiry alerting via CES, and HTTPS enforcement on ELB listeners.",
6299
+ "summary": "Adversarial benefits and payroll-risk reviewer for benefits administration, payroll-process risk, deductions, classification dependencies, leave and pay interaction, and final-pay dependencies. Surfaces risks and escalation paths for employment counsel and payroll owners; does not give legal or HR advice.",
6036
6300
  "source_type": "original",
6037
6301
  "official_docs": [
6038
- "https://support.huaweicloud.com/intl/en-us/scm/index.html",
6039
- "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6040
- "https://support.huaweicloud.com/intl/en-us/dew/index.html"
6302
+ "https://www.eeoc.gov",
6303
+ "https://www.dol.gov",
6304
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6041
6305
  ],
6042
- "security_notes": "Certificate private keys stored in DEW must have IAM access policies that restrict access to authorized identities only \u2014 overly permissive DEW key policies expose private key material. SCM certificates are region-scoped \u2014 verify the certificate is present in all regions where ELB listeners consume it to prevent cross-region binding failures.",
6043
- "last_verified": "2026-05-09",
6044
- "path": "agents/huawei/huawei-certificate-manager-issuer-review-agent",
6045
- "version": "0.1.0",
6046
- "author": "github: Raishin"
6306
+ "security_notes": "Static review only works from sanitized summaries and never requests individual compensation records, bank detail, or employee identifiers beyond what the matter requires. Never confirms payroll or classification is compliant; requires current authoritative wage and payroll sources. Does not form an attorney-client relationship.",
6307
+ "last_verified": "2026-05-18",
6308
+ "path": "agents/hr/hr-benefits-payroll-agent",
6309
+ "version": "0.1.0"
6047
6310
  },
6048
6311
  {
6049
- "id": "huawei-change-impact-advisor-agent",
6050
- "name": "Huawei Cloud Change Impact Advisor",
6312
+ "id": "hr-compensation-equity-agent",
6313
+ "name": "HR Compensation and Equity Agent",
6051
6314
  "type": "agent",
6052
- "provider": "huawei",
6315
+ "provider": "hr",
6053
6316
  "harnesses": [
6054
6317
  "codex",
6055
6318
  "copilot",
@@ -6058,26 +6321,23 @@
6058
6321
  "gemini",
6059
6322
  "kiro"
6060
6323
  ],
6061
- "summary": "Agent for huawei-change-impact-advisor. Pre-change blast radius analysis for Huawei Cloud \u2014 Organizations SCP cascade scope, IAM agency dependency chain, VPC route table and VPC Peering impact, GaussDB instance class change disruption, CCE node pool resize safety, and Enterprise Project boundary clarity.",
6324
+ "summary": "Adversarial compensation and pay-equity reviewer for compensation, promotion, leveling, pay equity, incentives, bonus eligibility, calibration, and adverse-impact risk. Surfaces risks and escalation paths for employment counsel; does not give legal or HR advice.",
6062
6325
  "source_type": "original",
6063
6326
  "official_docs": [
6064
- "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
6065
- "https://support.huaweicloud.com/intl/en-us/iam/index.html",
6066
- "https://support.huaweicloud.com/intl/en-us/vpc/index.html",
6067
- "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
6068
- "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6327
+ "https://www.eeoc.gov",
6328
+ "https://www.dol.gov",
6329
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6069
6330
  ],
6070
- "security_notes": "Huawei Cloud Organizations SCP deny rules have org-level blast radius \u2014 a misconfigured SCP can lock out all member accounts from critical services; test SCP changes in a sandbox member account first. IAM agency deletion is immediate and irreversible \u2014 all services using the agency lose permissions instantly.",
6071
- "last_verified": "2026-05-09",
6072
- "path": "agents/huawei/huawei-change-impact-advisor-agent",
6073
- "version": "0.1.0",
6074
- "author": "github: Raishin"
6331
+ "security_notes": "Static review only works from sanitized cohort summaries and never requests individual compensation records or employee identifiers beyond what the matter requires. Never confirms pay is equitable; routes pay-equity analysis through employment counsel to protect privilege. Does not form an attorney-client relationship.",
6332
+ "last_verified": "2026-05-18",
6333
+ "path": "agents/hr/hr-compensation-equity-agent",
6334
+ "version": "0.1.0"
6075
6335
  },
6076
6336
  {
6077
- "id": "huawei-codearts-devops-operator-agent",
6078
- "name": "Huawei CodeArts DevOps Operator",
6337
+ "id": "hr-culture-dei-agent",
6338
+ "name": "HR Culture and Inclusion Agent",
6079
6339
  "type": "agent",
6080
- "provider": "huawei",
6340
+ "provider": "hr",
6081
6341
  "harnesses": [
6082
6342
  "codex",
6083
6343
  "copilot",
@@ -6086,23 +6346,23 @@
6086
6346
  "gemini",
6087
6347
  "kiro"
6088
6348
  ],
6089
- "summary": "Agent for huawei-codearts-devops-operator. Build and operate CI/CD pipelines using Huawei CodeArts (CodeHub, Build, Deploy, TestPlan, Pipeline), SWR image lifecycle, and release automation.",
6349
+ "summary": "Adversarial culture and inclusion reviewer for inclusion, culture, engagement, belonging, anti-harassment prevention, DEI program governance, and employee-trust risk. Surfaces risks and escalation paths for senior HR and counsel without making unsupported legal claims; does not give legal or HR advice.",
6090
6350
  "source_type": "original",
6091
6351
  "official_docs": [
6092
- "https://support.huaweicloud.com/intl/en-us/codearts/index.html",
6093
- "https://support.huaweicloud.com/intl/en-us/swr/index.html"
6352
+ "https://www.eeoc.gov",
6353
+ "https://www.dol.gov",
6354
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6094
6355
  ],
6095
- "security_notes": "Do not approve production deployments without passing approval gates, image vulnerability scans, and CodeArts Inspector sign-off. Canary and blue-green rollbacks must be verified before promoting.",
6096
- "last_verified": "2026-05-08",
6097
- "path": "agents/huawei/huawei-codearts-devops-operator-agent",
6098
- "author": "github: Raishin",
6356
+ "security_notes": "Static review only works from sanitized aggregate summaries and never requests protected-class data or employee identifiers beyond what the matter requires. Never makes legal claims about discrimination or quotas and never recommends protected-class-based decisions; routes legal questions to counsel. Does not form an attorney-client relationship.",
6357
+ "last_verified": "2026-05-18",
6358
+ "path": "agents/hr/hr-culture-dei-agent",
6099
6359
  "version": "0.1.0"
6100
6360
  },
6101
6361
  {
6102
- "id": "huawei-compliance-sovereignty-agent",
6103
- "name": "Huawei Compliance Sovereignty Advisor",
6362
+ "id": "hr-employee-relations-agent",
6363
+ "name": "HR Employee Relations Agent",
6104
6364
  "type": "agent",
6105
- "provider": "huawei",
6365
+ "provider": "hr",
6106
6366
  "harnesses": [
6107
6367
  "codex",
6108
6368
  "copilot",
@@ -6111,23 +6371,23 @@
6111
6371
  "gemini",
6112
6372
  "kiro"
6113
6373
  ],
6114
- "summary": "Advise on MLPS 2.0 Level 3 technical controls mapping to Huawei Cloud services, China data localization requirements, Trusted Cloud certification, and government cloud configuration requirements.",
6374
+ "summary": "Adversarial employee-relations reviewer for misconduct allegations, grievances, manager behavior, interpersonal conflict, escalation readiness, and documentation gaps. Surfaces risks and escalation paths for employment counsel and senior HR; does not give legal or HR advice.",
6115
6375
  "source_type": "original",
6116
6376
  "official_docs": [
6117
- "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
6118
- "https://support.huaweicloud.com/intl/en-us/iam/index.html"
6377
+ "https://www.eeoc.gov",
6378
+ "https://www.dol.gov",
6379
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6119
6380
  ],
6120
- "security_notes": "MLPS Level 3 gap represents regulatory risk. Data stored outside CN-* regions for Chinese entities may violate CSL. Always flag cross-border data movement for MLPS assessment.",
6121
- "last_verified": "2026-05-08",
6122
- "path": "agents/huawei/huawei-compliance-sovereignty-agent",
6123
- "author": "github: Raishin",
6381
+ "security_notes": "Static review only works from sanitized summaries and never requests medical detail, investigation notes, or employee identifiers beyond what the matter requires. Never reaches a finding and never recommends discipline; requires corroboration and routes escalation-grade matters to employment counsel. Does not form an attorney-client relationship.",
6382
+ "last_verified": "2026-05-18",
6383
+ "path": "agents/hr/hr-employee-relations-agent",
6124
6384
  "version": "0.1.0"
6125
6385
  },
6126
6386
  {
6127
- "id": "huawei-cost-anomaly-watch-coordinator-agent",
6128
- "name": "Huawei Cloud Cost Anomaly Watch Coordinator",
6387
+ "id": "hr-hris-process-controls-agent",
6388
+ "name": "HR HRIS Process Controls Agent",
6129
6389
  "type": "agent",
6130
- "provider": "huawei",
6390
+ "provider": "hr",
6131
6391
  "harnesses": [
6132
6392
  "codex",
6133
6393
  "copilot",
@@ -6136,24 +6396,23 @@
6136
6396
  "gemini",
6137
6397
  "kiro"
6138
6398
  ],
6139
- "summary": "Agent for huawei-cost-anomaly-watch-coordinator. Coordinate Huawei Cloud cost anomaly detection \u2014 CBC Cost Center delta analysis (>15% day-over-day threshold), budget alert configuration via Budget Management, ECS/GaussDB Yearly/Monthly vs On-Demand mode cost anomalies, OBS request cost spikes, unattached EVS volume waste, DWS idle cluster cost detection, and reserved instance coverage gaps.",
6399
+ "summary": "Adversarial HRIS controls reviewer for HRIS workflow controls, access permissions, approval chains, audit logs, data-quality controls, separation of duties, and system-change risk. Surfaces risks and escalation paths for HR systems and security owners; does not give legal or HR advice.",
6140
6400
  "source_type": "original",
6141
6401
  "official_docs": [
6142
- "https://support.huaweicloud.com/intl/en-us/billing/index.html",
6143
- "https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
6144
- "https://support.huaweicloud.com/intl/en-us/ces/index.html"
6402
+ "https://www.eeoc.gov",
6403
+ "https://www.dol.gov",
6404
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6145
6405
  ],
6146
- "security_notes": "CBC Cost Center exports contain billing data \u2014 restrict export access to authorized IAM identities using least-privilege policies. Budget alert actions may trigger FunctionGraph functions \u2014 verify the function IAM execution role has only the permissions needed to respond to the alert action.",
6147
- "last_verified": "2026-05-09",
6148
- "path": "agents/huawei/huawei-cost-anomaly-watch-coordinator-agent",
6149
- "version": "0.1.0",
6150
- "author": "github: Raishin"
6406
+ "security_notes": "Static review only works from sanitized summaries and never requests credentials, employee identifiers, or HRIS records beyond what the matter requires. Never approves a system change or access grant; recommends least-privilege access and routes to HR systems and security owners. Does not form an attorney-client relationship.",
6407
+ "last_verified": "2026-05-18",
6408
+ "path": "agents/hr/hr-hris-process-controls-agent",
6409
+ "version": "0.1.0"
6151
6410
  },
6152
6411
  {
6153
- "id": "huawei-cost-finops-analyst-agent",
6154
- "name": "Huawei Cost FinOps Analyst",
6412
+ "id": "hr-learning-policy-agent",
6413
+ "name": "HR Learning and Policy Agent",
6155
6414
  "type": "agent",
6156
- "provider": "huawei",
6415
+ "provider": "hr",
6157
6416
  "harnesses": [
6158
6417
  "codex",
6159
6418
  "copilot",
@@ -6162,23 +6421,23 @@
6162
6421
  "gemini",
6163
6422
  "kiro"
6164
6423
  ],
6165
- "summary": "Agent for huawei-cost-finops-analyst. Analyze Huawei Cloud spend via CBC, optimize RI and resource package coverage, manage Cost Center budgets, and investigate budget alert drift.",
6424
+ "summary": "Adversarial HR learning and policy reviewer for policy training, manager enablement, compliance training, employee guidance materials, policy comprehension, and training-completion controls. Surfaces risks and escalation paths for senior HR and counsel; does not give legal or HR advice.",
6166
6425
  "source_type": "original",
6167
6426
  "official_docs": [
6168
- "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
6169
- "https://support.huaweicloud.com/intl/en-us/usermanual-billing/bills-topic_0000122.html"
6427
+ "https://www.eeoc.gov",
6428
+ "https://www.dol.gov",
6429
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6170
6430
  ],
6171
- "security_notes": "Do not recommend cost cuts that remove backups, logging, security controls, redundancy, or tested capacity without explicit risk acceptance and rollback evidence.",
6172
- "last_verified": "2026-05-08",
6173
- "path": "agents/huawei/huawei-cost-finops-analyst-agent",
6174
- "author": "github: Raishin",
6431
+ "security_notes": "Static review only works from sanitized summaries and never requests employee identifiers or training records beyond what the matter requires. Never presents training content as legal advice; routes policy-accuracy questions to policy governance and counsel. Does not form an attorney-client relationship.",
6432
+ "last_verified": "2026-05-18",
6433
+ "path": "agents/hr/hr-learning-policy-agent",
6175
6434
  "version": "0.1.0"
6176
6435
  },
6177
6436
  {
6178
- "id": "huawei-daily-operations-briefing-coordinator-agent",
6179
- "name": "Huawei Cloud Daily Operations Briefing Coordinator",
6437
+ "id": "hr-leave-accommodation-agent",
6438
+ "name": "HR Leave and Accommodation Agent",
6180
6439
  "type": "agent",
6181
- "provider": "huawei",
6440
+ "provider": "hr",
6182
6441
  "harnesses": [
6183
6442
  "codex",
6184
6443
  "copilot",
@@ -6187,27 +6446,23 @@
6187
6446
  "gemini",
6188
6447
  "kiro"
6189
6448
  ],
6190
- "summary": "Agent for huawei-daily-operations-briefing-coordinator. Coordinate the daily Huawei Cloud operations standup \u2014 CBC cost delta by Enterprise Project, AOM anomaly alert review, CCE pod failure triage, CES quota utilization warnings, LTS log error spike detection, SecMaster security finding triage, and action item assignment.",
6449
+ "summary": "Adversarial leave and accommodation reviewer for leave, disability accommodation, return-to-work, medical-information minimization, interactive-process readiness, and escalation requirements. Surfaces risks and escalation paths for employment counsel; does not give legal or HR advice.",
6191
6450
  "source_type": "original",
6192
6451
  "official_docs": [
6193
- "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
6194
- "https://support.huaweicloud.com/intl/en-us/aom/index.html",
6195
- "https://support.huaweicloud.com/intl/en-us/cce/index.html",
6196
- "https://support.huaweicloud.com/intl/en-us/ces/index.html",
6197
- "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
6198
- "https://support.huaweicloud.com/intl/en-us/lts/index.html"
6452
+ "https://www.eeoc.gov",
6453
+ "https://www.dol.gov",
6454
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6199
6455
  ],
6200
- "security_notes": "Huawei Cloud SecMaster finding details may contain vulnerability exploit paths \u2014 restrict SecMaster report distribution to security team members only in daily briefings. CBC Enterprise Project cost data reveals workload architecture details \u2014 distribute cost briefing only to authorized engineering and finance leads.",
6201
- "last_verified": "2026-05-09",
6202
- "path": "agents/huawei/huawei-daily-operations-briefing-coordinator-agent",
6203
- "version": "0.1.0",
6204
- "author": "github: Raishin"
6456
+ "security_notes": "Static review only works from sanitized summaries and never requests or retains medical records, disability detail, or diagnosis information beyond the minimum the matter requires. Never recommends denial of leave or accommodation; routes to employment counsel and the privacy owner. Does not form an attorney-client relationship.",
6457
+ "last_verified": "2026-05-18",
6458
+ "path": "agents/hr/hr-leave-accommodation-agent",
6459
+ "version": "0.1.0"
6205
6460
  },
6206
6461
  {
6207
- "id": "huawei-dew-kms-lifecycle-steward-agent",
6208
- "name": "Huawei DEW/KMS Lifecycle Steward",
6462
+ "id": "hr-maestro-agent",
6463
+ "name": "HR Maestro Agent",
6209
6464
  "type": "agent",
6210
- "provider": "huawei",
6465
+ "provider": "hr",
6211
6466
  "harnesses": [
6212
6467
  "codex",
6213
6468
  "copilot",
@@ -6216,22 +6471,23 @@
6216
6471
  "gemini",
6217
6472
  "kiro"
6218
6473
  ],
6219
- "summary": "Manage DEW (Data Encryption Workshop) \u2014 KMS key lifecycle, CSMS secret rotation, CBH privileged access management, and DBSS database encryption on Huawei Cloud.",
6474
+ "summary": "Routes HR matters to the right HR specialist agent and coordinates cross-functional review with Legal, Compliance, Privacy, Security, Finance, Payroll, and leadership using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only — does not give HR or legal advice or make final HR decisions.",
6220
6475
  "source_type": "original",
6221
6476
  "official_docs": [
6222
- "https://support.huaweicloud.com/intl/en-us/dew/index.html"
6477
+ "https://www.nist.gov/privacy-framework",
6478
+ "https://www.eeoc.gov",
6479
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6223
6480
  ],
6224
- "security_notes": "KMS key deletion is irreversible post-pending-window. CSMS secret deletion without backup loses the secret permanently. CBH session logs must be retained per MLPS requirements.",
6225
- "last_verified": "2026-05-08",
6226
- "path": "agents/huawei/huawei-dew-kms-lifecycle-steward-agent",
6227
- "author": "github: Raishin",
6481
+ "security_notes": "Classification and coordination only routes from sanitized signals and never requests secrets, credentials, medical detail, government IDs, or protected-class data. Never recommends termination, discipline, or adverse action as a final decision; expresses every handoff as a redacted case capsule with a named human decision owner. Does not form an attorney-client relationship.",
6482
+ "last_verified": "2026-05-18",
6483
+ "path": "agents/hr/hr-maestro-agent",
6228
6484
  "version": "0.1.0"
6229
6485
  },
6230
6486
  {
6231
- "id": "huawei-drs-data-replication-operator-agent",
6232
- "name": "Huawei DRS Data Replication Operator",
6487
+ "id": "hr-performance-management-agent",
6488
+ "name": "HR Performance Management Agent",
6233
6489
  "type": "agent",
6234
- "provider": "huawei",
6490
+ "provider": "hr",
6235
6491
  "harnesses": [
6236
6492
  "codex",
6237
6493
  "copilot",
@@ -6240,15 +6496,416 @@
6240
6496
  "gemini",
6241
6497
  "kiro"
6242
6498
  ],
6243
- "summary": "Plan and execute DRS (Data Replication Service) migrations and real-time sync tasks, CDM batch ETL jobs, and DMS Kafka cluster operations with safe migration sequencing.",
6499
+ "summary": "Adversarial performance-management reviewer for performance documentation, coaching plans, PIPs, calibration, manager bias risk, consistency, and defensibility. Surfaces risks and escalation paths for employment counsel and senior HR; does not give legal or HR advice.",
6244
6500
  "source_type": "original",
6245
6501
  "official_docs": [
6246
- "https://support.huaweicloud.com/intl/en-us/drs/index.html",
6247
- "https://support.huaweicloud.com/intl/en-us/dms/index.html"
6502
+ "https://www.eeoc.gov",
6503
+ "https://www.dol.gov",
6504
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6248
6505
  ],
6249
- "security_notes": "DRS task deletion during sync stops replication permanently. CDM job retry without deduplication may cause duplicate records. DMS Kafka partition count can only be increased, never decreased.",
6250
- "last_verified": "2026-05-08",
6251
- "path": "agents/huawei/huawei-drs-data-replication-operator-agent",
6506
+ "security_notes": "Static review only works from sanitized summaries and never requests medical detail or employee identifiers beyond what the matter requires. Refuses to backdate or retroactively create performance documentation; never recommends termination and routes escalation-grade matters to employment counsel. Does not form an attorney-client relationship.",
6507
+ "last_verified": "2026-05-18",
6508
+ "path": "agents/hr/hr-performance-management-agent",
6509
+ "version": "0.1.0"
6510
+ },
6511
+ {
6512
+ "id": "hr-recruiting-selection-agent",
6513
+ "name": "HR Recruiting and Selection Agent",
6514
+ "type": "agent",
6515
+ "provider": "hr",
6516
+ "harnesses": [
6517
+ "codex",
6518
+ "copilot",
6519
+ "claude-code",
6520
+ "cursor",
6521
+ "gemini",
6522
+ "kiro"
6523
+ ],
6524
+ "summary": "Adversarial recruiting and selection reviewer for recruiting workflows, job descriptions, selection criteria, interview structure, candidate communications, assessment fairness, and adverse-impact risk. Surfaces risks and escalation paths for employment counsel; does not give legal or HR advice.",
6525
+ "source_type": "original",
6526
+ "official_docs": [
6527
+ "https://www.eeoc.gov",
6528
+ "https://www.dol.gov",
6529
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6530
+ ],
6531
+ "security_notes": "Static review only — works from sanitized summaries and never requests candidate identifiers, protected-class data, or assessment records beyond what the matter requires. Never confirms a selection process is bias-free; routes adverse-impact concerns to employment counsel. Does not form an attorney-client relationship.",
6532
+ "last_verified": "2026-05-18",
6533
+ "path": "agents/hr/hr-recruiting-selection-agent",
6534
+ "version": "0.1.0"
6535
+ },
6536
+ {
6537
+ "id": "hr-risk-triage-review-agent",
6538
+ "name": "HR Risk Triage Review Agent",
6539
+ "type": "agent",
6540
+ "provider": "hr",
6541
+ "harnesses": [
6542
+ "codex",
6543
+ "copilot",
6544
+ "claude-code",
6545
+ "cursor",
6546
+ "gemini",
6547
+ "kiro"
6548
+ ],
6549
+ "summary": "Adversarial HR and employment-risk triage reviewer for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions — surfaces risks, evidence gaps, and escalation paths for employment counsel. Does not give legal or HR advice.",
6550
+ "source_type": "original",
6551
+ "official_docs": [
6552
+ "https://www.eeoc.gov/laws-guidance",
6553
+ "https://www.dol.gov/agencies/whd",
6554
+ "https://www.acas.org.uk/",
6555
+ "https://www.gov.uk/browse/working",
6556
+ "https://www.mom.gov.sg/employment-practices",
6557
+ "https://www.fairwork.gov.au/"
6558
+ ],
6559
+ "security_notes": "Static review only — works from sanitized excerpts and never requests employee medical records, personal data, or protected-characteristic data beyond what the question requires. Never issues binding employment-law conclusions; refuses pretextual or retaliatory documentation and recommends escalation to employment counsel. Does not form an attorney-client relationship.",
6560
+ "last_verified": "2026-05-18",
6561
+ "path": "agents/hr/hr-risk-triage-review-agent/",
6562
+ "harness_variants": {
6563
+ "codex": "agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml",
6564
+ "copilot": "agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md",
6565
+ "claude-code": "agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md",
6566
+ "cursor": "agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md",
6567
+ "gemini": "agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md",
6568
+ "kiro-ide": "agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md",
6569
+ "kiro-cli": "agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json"
6570
+ },
6571
+ "companion_skills": [
6572
+ "hr-risk-triage-review"
6573
+ ],
6574
+ "execution_tier": "static-review",
6575
+ "lifecycle": "experimental",
6576
+ "author": "github: Raishin",
6577
+ "version": "0.1.0"
6578
+ },
6579
+ {
6580
+ "id": "hr-termination-readiness-agent",
6581
+ "name": "HR Termination Readiness Agent",
6582
+ "type": "agent",
6583
+ "provider": "hr",
6584
+ "harnesses": [
6585
+ "codex",
6586
+ "copilot",
6587
+ "claude-code",
6588
+ "cursor",
6589
+ "gemini",
6590
+ "kiro"
6591
+ ],
6592
+ "summary": "Adversarial termination-readiness reviewer for documentation sufficiency, consistency, retaliation risk, final-pay dependencies, access-removal coordination, and legal escalation triggers. Surfaces risks and escalation paths for employment counsel; does not give legal or HR advice.",
6593
+ "source_type": "original",
6594
+ "official_docs": [
6595
+ "https://www.eeoc.gov",
6596
+ "https://www.dol.gov",
6597
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6598
+ ],
6599
+ "security_notes": "Static review only — works from sanitized summaries and never requests medical detail, investigation notes, or employee identifiers beyond what the matter requires. Never concludes a termination is safe and never recommends termination; routes to employment counsel. Does not form an attorney-client relationship.",
6600
+ "last_verified": "2026-05-18",
6601
+ "path": "agents/hr/hr-termination-readiness-agent",
6602
+ "version": "0.1.0"
6603
+ },
6604
+ {
6605
+ "id": "hr-workforce-planning-rif-agent",
6606
+ "name": "HR Workforce Planning and RIF Agent",
6607
+ "type": "agent",
6608
+ "provider": "hr",
6609
+ "harnesses": [
6610
+ "codex",
6611
+ "copilot",
6612
+ "claude-code",
6613
+ "cursor",
6614
+ "gemini",
6615
+ "kiro"
6616
+ ],
6617
+ "summary": "Adversarial workforce-planning reviewer for restructuring, reductions in force, redeployment, selection criteria, mass-layoff notice triggers, communications dependencies, and fairness analysis. Surfaces risks and escalation paths for employment counsel; does not give legal or HR advice.",
6618
+ "source_type": "original",
6619
+ "official_docs": [
6620
+ "https://www.eeoc.gov",
6621
+ "https://www.dol.gov",
6622
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6623
+ ],
6624
+ "security_notes": "Static review only — works from sanitized cohort summaries and never requests individual employee records or identifiers beyond what the matter requires. Never approves a reduction in force or a selection list; routes mass-layoff and notice triggers to employment counsel. Does not form an attorney-client relationship.",
6625
+ "last_verified": "2026-05-18",
6626
+ "path": "agents/hr/hr-workforce-planning-rif-agent",
6627
+ "version": "0.1.0"
6628
+ },
6629
+ {
6630
+ "id": "hr-workplace-investigations-agent",
6631
+ "name": "HR Workplace Investigations Agent",
6632
+ "type": "agent",
6633
+ "provider": "hr",
6634
+ "harnesses": [
6635
+ "codex",
6636
+ "copilot",
6637
+ "claude-code",
6638
+ "cursor",
6639
+ "gemini",
6640
+ "kiro"
6641
+ ],
6642
+ "summary": "Adversarial investigation-readiness reviewer for investigation planning, evidence mapping, witness sequencing, neutrality checks, confidentiality controls, and closeout documentation. Surfaces risks and escalation paths for employment counsel; does not give legal or HR advice.",
6643
+ "source_type": "original",
6644
+ "official_docs": [
6645
+ "https://www.eeoc.gov",
6646
+ "https://www.dol.gov",
6647
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6648
+ ],
6649
+ "security_notes": "Static review only — works from sanitized summaries and never requests investigation notes, medical detail, or employee identifiers beyond what the matter requires. Never reaches a finding of fact or guilt; protects investigation confidentiality and privilege and routes to employment counsel. Does not form an attorney-client relationship.",
6650
+ "last_verified": "2026-05-18",
6651
+ "path": "agents/hr/hr-workplace-investigations-agent",
6652
+ "version": "0.1.0"
6653
+ },
6654
+ {
6655
+ "id": "huawei-cce-container-platform-operator-agent",
6656
+ "name": "Huawei CCE Container Platform Operator",
6657
+ "type": "agent",
6658
+ "provider": "huawei",
6659
+ "harnesses": [
6660
+ "codex",
6661
+ "copilot",
6662
+ "claude-code",
6663
+ "cursor",
6664
+ "gemini",
6665
+ "kiro"
6666
+ ],
6667
+ "summary": "Operate CCE clusters, SWR image lifecycle, ASM traffic policies, and IEF edge node integration for Huawei Cloud container workloads.",
6668
+ "source_type": "original",
6669
+ "official_docs": [
6670
+ "https://support.huaweicloud.com/intl/en-us/cce/index.html",
6671
+ "https://support.huaweicloud.com/intl/en-us/swr/index.html"
6672
+ ],
6673
+ "security_notes": "CCE cluster version downgrade is not supported. Node pool scale-down evicts workloads. Production namespace mutations require explicit confirmation.",
6674
+ "last_verified": "2026-05-08",
6675
+ "path": "agents/huawei/huawei-cce-container-platform-operator-agent",
6676
+ "author": "github: Raishin",
6677
+ "version": "0.1.0"
6678
+ },
6679
+ {
6680
+ "id": "huawei-certificate-manager-issuer-review-agent",
6681
+ "name": "Huawei Cloud Certificate Manager Issuer Review",
6682
+ "type": "agent",
6683
+ "provider": "huawei",
6684
+ "harnesses": [
6685
+ "codex",
6686
+ "copilot",
6687
+ "claude-code",
6688
+ "cursor",
6689
+ "gemini",
6690
+ "kiro"
6691
+ ],
6692
+ "summary": "Agent for huawei-certificate-manager-issuer-review. Review Huawei Cloud SSL certificate management — SCM certificate lifecycle, ELB SSL certificate binding coverage, DEW-managed certificate key storage, renewal automation, wildcard vs SAN cert selection, certificate expiry alerting via CES, and HTTPS enforcement on ELB listeners.",
6693
+ "source_type": "original",
6694
+ "official_docs": [
6695
+ "https://support.huaweicloud.com/intl/en-us/scm/index.html",
6696
+ "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6697
+ "https://support.huaweicloud.com/intl/en-us/dew/index.html"
6698
+ ],
6699
+ "security_notes": "Certificate private keys stored in DEW must have IAM access policies that restrict access to authorized identities only — overly permissive DEW key policies expose private key material. SCM certificates are region-scoped — verify the certificate is present in all regions where ELB listeners consume it to prevent cross-region binding failures.",
6700
+ "last_verified": "2026-05-09",
6701
+ "path": "agents/huawei/huawei-certificate-manager-issuer-review-agent",
6702
+ "version": "0.1.0",
6703
+ "author": "github: Raishin"
6704
+ },
6705
+ {
6706
+ "id": "huawei-change-impact-advisor-agent",
6707
+ "name": "Huawei Cloud Change Impact Advisor",
6708
+ "type": "agent",
6709
+ "provider": "huawei",
6710
+ "harnesses": [
6711
+ "codex",
6712
+ "copilot",
6713
+ "claude-code",
6714
+ "cursor",
6715
+ "gemini",
6716
+ "kiro"
6717
+ ],
6718
+ "summary": "Agent for huawei-change-impact-advisor. Pre-change blast radius analysis for Huawei Cloud — Organizations SCP cascade scope, IAM agency dependency chain, VPC route table and VPC Peering impact, GaussDB instance class change disruption, CCE node pool resize safety, and Enterprise Project boundary clarity.",
6719
+ "source_type": "original",
6720
+ "official_docs": [
6721
+ "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
6722
+ "https://support.huaweicloud.com/intl/en-us/iam/index.html",
6723
+ "https://support.huaweicloud.com/intl/en-us/vpc/index.html",
6724
+ "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
6725
+ "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6726
+ ],
6727
+ "security_notes": "Huawei Cloud Organizations SCP deny rules have org-level blast radius — a misconfigured SCP can lock out all member accounts from critical services; test SCP changes in a sandbox member account first. IAM agency deletion is immediate and irreversible — all services using the agency lose permissions instantly.",
6728
+ "last_verified": "2026-05-09",
6729
+ "path": "agents/huawei/huawei-change-impact-advisor-agent",
6730
+ "version": "0.1.0",
6731
+ "author": "github: Raishin"
6732
+ },
6733
+ {
6734
+ "id": "huawei-codearts-devops-operator-agent",
6735
+ "name": "Huawei CodeArts DevOps Operator",
6736
+ "type": "agent",
6737
+ "provider": "huawei",
6738
+ "harnesses": [
6739
+ "codex",
6740
+ "copilot",
6741
+ "claude-code",
6742
+ "cursor",
6743
+ "gemini",
6744
+ "kiro"
6745
+ ],
6746
+ "summary": "Agent for huawei-codearts-devops-operator. Build and operate CI/CD pipelines using Huawei CodeArts (CodeHub, Build, Deploy, TestPlan, Pipeline), SWR image lifecycle, and release automation.",
6747
+ "source_type": "original",
6748
+ "official_docs": [
6749
+ "https://support.huaweicloud.com/intl/en-us/codearts/index.html",
6750
+ "https://support.huaweicloud.com/intl/en-us/swr/index.html"
6751
+ ],
6752
+ "security_notes": "Do not approve production deployments without passing approval gates, image vulnerability scans, and CodeArts Inspector sign-off. Canary and blue-green rollbacks must be verified before promoting.",
6753
+ "last_verified": "2026-05-08",
6754
+ "path": "agents/huawei/huawei-codearts-devops-operator-agent",
6755
+ "author": "github: Raishin",
6756
+ "version": "0.1.0"
6757
+ },
6758
+ {
6759
+ "id": "huawei-compliance-sovereignty-agent",
6760
+ "name": "Huawei Compliance Sovereignty Advisor",
6761
+ "type": "agent",
6762
+ "provider": "huawei",
6763
+ "harnesses": [
6764
+ "codex",
6765
+ "copilot",
6766
+ "claude-code",
6767
+ "cursor",
6768
+ "gemini",
6769
+ "kiro"
6770
+ ],
6771
+ "summary": "Advise on MLPS 2.0 Level 3 technical controls mapping to Huawei Cloud services, China data localization requirements, Trusted Cloud certification, and government cloud configuration requirements.",
6772
+ "source_type": "original",
6773
+ "official_docs": [
6774
+ "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
6775
+ "https://support.huaweicloud.com/intl/en-us/iam/index.html"
6776
+ ],
6777
+ "security_notes": "MLPS Level 3 gap represents regulatory risk. Data stored outside CN-* regions for Chinese entities may violate CSL. Always flag cross-border data movement for MLPS assessment.",
6778
+ "last_verified": "2026-05-08",
6779
+ "path": "agents/huawei/huawei-compliance-sovereignty-agent",
6780
+ "author": "github: Raishin",
6781
+ "version": "0.1.0"
6782
+ },
6783
+ {
6784
+ "id": "huawei-cost-anomaly-watch-coordinator-agent",
6785
+ "name": "Huawei Cloud Cost Anomaly Watch Coordinator",
6786
+ "type": "agent",
6787
+ "provider": "huawei",
6788
+ "harnesses": [
6789
+ "codex",
6790
+ "copilot",
6791
+ "claude-code",
6792
+ "cursor",
6793
+ "gemini",
6794
+ "kiro"
6795
+ ],
6796
+ "summary": "Agent for huawei-cost-anomaly-watch-coordinator. Coordinate Huawei Cloud cost anomaly detection — CBC Cost Center delta analysis (>15% day-over-day threshold), budget alert configuration via Budget Management, ECS/GaussDB Yearly/Monthly vs On-Demand mode cost anomalies, OBS request cost spikes, unattached EVS volume waste, DWS idle cluster cost detection, and reserved instance coverage gaps.",
6797
+ "source_type": "original",
6798
+ "official_docs": [
6799
+ "https://support.huaweicloud.com/intl/en-us/billing/index.html",
6800
+ "https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
6801
+ "https://support.huaweicloud.com/intl/en-us/ces/index.html"
6802
+ ],
6803
+ "security_notes": "CBC Cost Center exports contain billing data — restrict export access to authorized IAM identities using least-privilege policies. Budget alert actions may trigger FunctionGraph functions — verify the function IAM execution role has only the permissions needed to respond to the alert action.",
6804
+ "last_verified": "2026-05-09",
6805
+ "path": "agents/huawei/huawei-cost-anomaly-watch-coordinator-agent",
6806
+ "version": "0.1.0",
6807
+ "author": "github: Raishin"
6808
+ },
6809
+ {
6810
+ "id": "huawei-cost-finops-analyst-agent",
6811
+ "name": "Huawei Cost FinOps Analyst",
6812
+ "type": "agent",
6813
+ "provider": "huawei",
6814
+ "harnesses": [
6815
+ "codex",
6816
+ "copilot",
6817
+ "claude-code",
6818
+ "cursor",
6819
+ "gemini",
6820
+ "kiro"
6821
+ ],
6822
+ "summary": "Agent for huawei-cost-finops-analyst. Analyze Huawei Cloud spend via CBC, optimize RI and resource package coverage, manage Cost Center budgets, and investigate budget alert drift.",
6823
+ "source_type": "original",
6824
+ "official_docs": [
6825
+ "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
6826
+ "https://support.huaweicloud.com/intl/en-us/usermanual-billing/bills-topic_0000122.html"
6827
+ ],
6828
+ "security_notes": "Do not recommend cost cuts that remove backups, logging, security controls, redundancy, or tested capacity without explicit risk acceptance and rollback evidence.",
6829
+ "last_verified": "2026-05-08",
6830
+ "path": "agents/huawei/huawei-cost-finops-analyst-agent",
6831
+ "author": "github: Raishin",
6832
+ "version": "0.1.0"
6833
+ },
6834
+ {
6835
+ "id": "huawei-daily-operations-briefing-coordinator-agent",
6836
+ "name": "Huawei Cloud Daily Operations Briefing Coordinator",
6837
+ "type": "agent",
6838
+ "provider": "huawei",
6839
+ "harnesses": [
6840
+ "codex",
6841
+ "copilot",
6842
+ "claude-code",
6843
+ "cursor",
6844
+ "gemini",
6845
+ "kiro"
6846
+ ],
6847
+ "summary": "Agent for huawei-daily-operations-briefing-coordinator. Coordinate the daily Huawei Cloud operations standup — CBC cost delta by Enterprise Project, AOM anomaly alert review, CCE pod failure triage, CES quota utilization warnings, LTS log error spike detection, SecMaster security finding triage, and action item assignment.",
6848
+ "source_type": "original",
6849
+ "official_docs": [
6850
+ "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
6851
+ "https://support.huaweicloud.com/intl/en-us/aom/index.html",
6852
+ "https://support.huaweicloud.com/intl/en-us/cce/index.html",
6853
+ "https://support.huaweicloud.com/intl/en-us/ces/index.html",
6854
+ "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
6855
+ "https://support.huaweicloud.com/intl/en-us/lts/index.html"
6856
+ ],
6857
+ "security_notes": "Huawei Cloud SecMaster finding details may contain vulnerability exploit paths — restrict SecMaster report distribution to security team members only in daily briefings. CBC Enterprise Project cost data reveals workload architecture details — distribute cost briefing only to authorized engineering and finance leads.",
6858
+ "last_verified": "2026-05-09",
6859
+ "path": "agents/huawei/huawei-daily-operations-briefing-coordinator-agent",
6860
+ "version": "0.1.0",
6861
+ "author": "github: Raishin"
6862
+ },
6863
+ {
6864
+ "id": "huawei-dew-kms-lifecycle-steward-agent",
6865
+ "name": "Huawei DEW/KMS Lifecycle Steward",
6866
+ "type": "agent",
6867
+ "provider": "huawei",
6868
+ "harnesses": [
6869
+ "codex",
6870
+ "copilot",
6871
+ "claude-code",
6872
+ "cursor",
6873
+ "gemini",
6874
+ "kiro"
6875
+ ],
6876
+ "summary": "Manage DEW (Data Encryption Workshop) — KMS key lifecycle, CSMS secret rotation, CBH privileged access management, and DBSS database encryption on Huawei Cloud.",
6877
+ "source_type": "original",
6878
+ "official_docs": [
6879
+ "https://support.huaweicloud.com/intl/en-us/dew/index.html"
6880
+ ],
6881
+ "security_notes": "KMS key deletion is irreversible post-pending-window. CSMS secret deletion without backup loses the secret permanently. CBH session logs must be retained per MLPS requirements.",
6882
+ "last_verified": "2026-05-08",
6883
+ "path": "agents/huawei/huawei-dew-kms-lifecycle-steward-agent",
6884
+ "author": "github: Raishin",
6885
+ "version": "0.1.0"
6886
+ },
6887
+ {
6888
+ "id": "huawei-drs-data-replication-operator-agent",
6889
+ "name": "Huawei DRS Data Replication Operator",
6890
+ "type": "agent",
6891
+ "provider": "huawei",
6892
+ "harnesses": [
6893
+ "codex",
6894
+ "copilot",
6895
+ "claude-code",
6896
+ "cursor",
6897
+ "gemini",
6898
+ "kiro"
6899
+ ],
6900
+ "summary": "Plan and execute DRS (Data Replication Service) migrations and real-time sync tasks, CDM batch ETL jobs, and DMS Kafka cluster operations with safe migration sequencing.",
6901
+ "source_type": "original",
6902
+ "official_docs": [
6903
+ "https://support.huaweicloud.com/intl/en-us/drs/index.html",
6904
+ "https://support.huaweicloud.com/intl/en-us/dms/index.html"
6905
+ ],
6906
+ "security_notes": "DRS task deletion during sync stops replication permanently. CDM job retry without deduplication may cause duplicate records. DMS Kafka partition count can only be increased, never decreased.",
6907
+ "last_verified": "2026-05-08",
6908
+ "path": "agents/huawei/huawei-drs-data-replication-operator-agent",
6252
6909
  "author": "github: Raishin",
6253
6910
  "version": "0.1.0"
6254
6911
  },
@@ -6295,7 +6952,7 @@
6295
6952
  "official_docs": [
6296
6953
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html"
6297
6954
  ],
6298
- "security_notes": "ECS deletion without CSBS backup is permanently destructive. AS scale-in terminates instances \u2014 verify stateless before enabling. DeH migration to shared host requires explicit approval.",
6955
+ "security_notes": "ECS deletion without CSBS backup is permanently destructive. AS scale-in terminates instances verify stateless before enabling. DeH migration to shared host requires explicit approval.",
6299
6956
  "last_verified": "2026-05-08",
6300
6957
  "path": "agents/huawei/huawei-ecs-compute-operator-agent",
6301
6958
  "author": "github: Raishin",
@@ -6314,7 +6971,7 @@
6314
6971
  "gemini",
6315
6972
  "kiro"
6316
6973
  ],
6317
- "summary": "Agent for huawei-event-driven-architecture-review. Review Huawei Cloud DMS (Distributed Message Service) for Kafka, ROMA Connect, FunctionGraph event triggers, and SMN (Simple Message Notification) designs \u2014 dead-letter configuration, message ordering, idempotency, consumer group lag monitoring, and retry storm prevention.",
6974
+ "summary": "Agent for huawei-event-driven-architecture-review. Review Huawei Cloud DMS (Distributed Message Service) for Kafka, ROMA Connect, FunctionGraph event triggers, and SMN (Simple Message Notification) designs dead-letter configuration, message ordering, idempotency, consumer group lag monitoring, and retry storm prevention.",
6318
6975
  "source_type": "original",
6319
6976
  "official_docs": [
6320
6977
  "https://support.huaweicloud.com/intl/en-us/dms/index.html",
@@ -6322,7 +6979,7 @@
6322
6979
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6323
6980
  "https://support.huaweicloud.com/intl/en-us/smn/index.html"
6324
6981
  ],
6325
- "security_notes": "DMS Kafka instances without SSL/TLS encryption transmit messages in plaintext \u2014 enable SSL for all production Kafka instances. ROMA Connect integration flows may process sensitive data \u2014 verify ROMA instance security group rules restrict access to authorized callers only.",
6982
+ "security_notes": "DMS Kafka instances without SSL/TLS encryption transmit messages in plaintext enable SSL for all production Kafka instances. ROMA Connect integration flows may process sensitive data verify ROMA instance security group rules restrict access to authorized callers only.",
6326
6983
  "last_verified": "2026-05-09",
6327
6984
  "path": "agents/huawei/huawei-event-driven-architecture-review-agent",
6328
6985
  "version": "0.1.0",
@@ -6372,7 +7029,7 @@
6372
7029
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
6373
7030
  "https://support.huaweicloud.com/intl/en-us/rds/index.html"
6374
7031
  ],
6375
- "security_notes": "Database deletion without backup is permanently destructive. GaussDB for Oracle PL/SQL compatibility gaps can break migration \u2014 test before cutover. Failover testing must be coordinated with application teams.",
7032
+ "security_notes": "Database deletion without backup is permanently destructive. GaussDB for Oracle PL/SQL compatibility gaps can break migration test before cutover. Failover testing must be coordinated with application teams.",
6376
7033
  "last_verified": "2026-05-08",
6377
7034
  "path": "agents/huawei/huawei-gaussdb-rds-dba-agent",
6378
7035
  "author": "github: Raishin",
@@ -6391,7 +7048,7 @@
6391
7048
  "gemini",
6392
7049
  "kiro"
6393
7050
  ],
6394
- "summary": "Agent for huawei-iac-change-safety-review. Review Terraform and RFS (Resource Formation Service) changes targeting Huawei Cloud \u2014 blast radius analysis, resource deletion detection, Organizations SCP cascade scope, cross-stack dependency impact, state file security, and rollback plan completeness.",
7051
+ "summary": "Agent for huawei-iac-change-safety-review. Review Terraform and RFS (Resource Formation Service) changes targeting Huawei Cloud blast radius analysis, resource deletion detection, Organizations SCP cascade scope, cross-stack dependency impact, state file security, and rollback plan completeness.",
6395
7052
  "source_type": "original",
6396
7053
  "official_docs": [
6397
7054
  "https://support.huaweicloud.com/intl/en-us/rfs/index.html",
@@ -6399,7 +7056,7 @@
6399
7056
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
6400
7057
  "https://support.huaweicloud.com/intl/en-us/obs/index.html"
6401
7058
  ],
6402
- "security_notes": "Huawei Cloud Terraform provider state files contain resource attribute details \u2014 OBS backend bucket must deny public access and use SSE-KMS CMEK. RFS stacks without termination protection can be deleted with a single API call \u2014 always enable termination protection on production stacks.",
7059
+ "security_notes": "Huawei Cloud Terraform provider state files contain resource attribute details OBS backend bucket must deny public access and use SSE-KMS CMEK. RFS stacks without termination protection can be deleted with a single API call always enable termination protection on production stacks.",
6403
7060
  "last_verified": "2026-05-09",
6404
7061
  "path": "agents/huawei/huawei-iac-change-safety-review-agent",
6405
7062
  "version": "0.1.0",
@@ -6516,7 +7173,7 @@
6516
7173
  "gemini",
6517
7174
  "kiro"
6518
7175
  ],
6519
- "summary": "Gate financial authority actions \u2014 budget threshold changes, RI purchases, and CUD commitments. Budget threshold reduction can trigger service suspension; RI/CUD purchases are committed spend.",
7176
+ "summary": "Gate financial authority actions budget threshold changes, RI purchases, and CUD commitments. Budget threshold reduction can trigger service suspension; RI/CUD purchases are committed spend.",
6520
7177
  "source_type": "original",
6521
7178
  "official_docs": [
6522
7179
  "https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html"
@@ -6540,7 +7197,7 @@
6540
7197
  "gemini",
6541
7198
  "kiro"
6542
7199
  ],
6543
- "summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy changes \u2014 database deletion without verified backup is permanently destructive; MLPS Level 3 data destruction triggers mandatory incident reporting.",
7200
+ "summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy changes database deletion without verified backup is permanently destructive; MLPS Level 3 data destruction triggers mandatory incident reporting.",
6544
7201
  "source_type": "original",
6545
7202
  "companion_skills": [
6546
7203
  "huawei-live-gaussdb-mutation-guard"
@@ -6569,13 +7226,13 @@
6569
7226
  "gemini",
6570
7227
  "kiro"
6571
7228
  ],
6572
- "summary": "Gate IAM fine-grained policy and SCP mutations \u2014 account-wide blast radius, privilege escalation, and potential full access denial.",
7229
+ "summary": "Gate IAM fine-grained policy and SCP mutations account-wide blast radius, privilege escalation, and potential full access denial.",
6573
7230
  "source_type": "original",
6574
7231
  "official_docs": [
6575
7232
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
6576
7233
  "https://support.huaweicloud.com/intl/en-us/usermanual-organizations/organizations_03_0001.html"
6577
7234
  ],
6578
- "security_notes": "SCP deny statements at Organizations level cascade to ALL member accounts and CANNOT be overridden by IAM policies in member accounts. Granting FullAccess system policies gives complete service control. Agency trust relationships granting SecurityAdministrator are among the most dangerous grants. IAM policy changes propagate across Huawei Cloud services \u2014 confirm post-change access for all dependent systems.",
7235
+ "security_notes": "SCP deny statements at Organizations level cascade to ALL member accounts and CANNOT be overridden by IAM policies in member accounts. Granting FullAccess system policies gives complete service control. Agency trust relationships granting SecurityAdministrator are among the most dangerous grants. IAM policy changes propagate across Huawei Cloud services confirm post-change access for all dependent systems.",
6579
7236
  "last_verified": "2026-05-08",
6580
7237
  "path": "agents/huawei/huawei-live-iam-policy-change-guard-agent",
6581
7238
  "author": "github: Raishin"
@@ -6593,7 +7250,7 @@
6593
7250
  "gemini",
6594
7251
  "kiro"
6595
7252
  ],
6596
- "summary": "Gate DEW/KMS key deletion and disable operations \u2014 CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key is deleted.",
7253
+ "summary": "Gate DEW/KMS key deletion and disable operations CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key is deleted.",
6597
7254
  "source_type": "original",
6598
7255
  "official_docs": [
6599
7256
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
@@ -6617,7 +7274,7 @@
6617
7274
  "gemini",
6618
7275
  "kiro"
6619
7276
  ],
6620
- "summary": "Gate OBS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data immediately; CN-* cross-border replication may violate MLPS 2.0/DSL data localization requirements.",
7277
+ "summary": "Gate OBS bucket ACL and policy mutations public-read/write ACL exposes data immediately; CN-* cross-border replication may violate MLPS 2.0/DSL data localization requirements.",
6621
7278
  "source_type": "original",
6622
7279
  "companion_skills": [
6623
7280
  "huawei-live-obs-bucket-policy-guard"
@@ -6644,13 +7301,13 @@
6644
7301
  "gemini",
6645
7302
  "kiro"
6646
7303
  ],
6647
- "summary": "Agent for huawei-load-balancer-traffic-engineer. Engineer and review Huawei Cloud ELB configurations \u2014 dedicated vs shared ELB type selection, HTTP/HTTPS/TCP/UDP listener protocols, health check configuration, WAF integration on ELB, backend server group routing, connection draining, and TLS policy enforcement on Dedicated ELB.",
7304
+ "summary": "Agent for huawei-load-balancer-traffic-engineer. Engineer and review Huawei Cloud ELB configurations dedicated vs shared ELB type selection, HTTP/HTTPS/TCP/UDP listener protocols, health check configuration, WAF integration on ELB, backend server group routing, connection draining, and TLS policy enforcement on Dedicated ELB.",
6648
7305
  "source_type": "original",
6649
7306
  "official_docs": [
6650
7307
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6651
7308
  "https://support.huaweicloud.com/intl/en-us/waf/index.html"
6652
7309
  ],
6653
- "security_notes": "ELB HTTPS listeners should enforce TLS-1-2 or TLS-1-2-Strict policy to disable TLSv1.0 and TLSv1.1 \u2014 weaker TLS policies expose traffic to known downgrade attacks. WAF integration on ELB adds a security inspection hop; verify WAF security policy is tuned for the application before enabling block mode to avoid service disruption from false positives.",
7310
+ "security_notes": "ELB HTTPS listeners should enforce TLS-1-2 or TLS-1-2-Strict policy to disable TLSv1.0 and TLSv1.1 weaker TLS policies expose traffic to known downgrade attacks. WAF integration on ELB adds a security inspection hop; verify WAF security policy is tuned for the application before enabling block mode to avoid service disruption from false positives.",
6654
7311
  "last_verified": "2026-05-09",
6655
7312
  "path": "agents/huawei/huawei-load-balancer-traffic-engineer-agent",
6656
7313
  "version": "0.1.0",
@@ -6670,7 +7327,7 @@
6670
7327
  "gemini",
6671
7328
  "kiro"
6672
7329
  ],
6673
- "summary": "Per-cloud router agent for Huawei Cloud. Classifies the user's task, selects the narrowest Huawei Cloud specialist agent or the right team of specialists from the catalog, and dispatches them \u2014 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. MLPS 2.0 and sovereignty-aware. Never auto-dispatches live-guard agents.",
7330
+ "summary": "Per-cloud router agent for Huawei Cloud. Classifies the user's task, selects the narrowest Huawei Cloud specialist agent or the right team of specialists from the catalog, and dispatches them single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. MLPS 2.0 and sovereignty-aware. Never auto-dispatches live-guard agents.",
6674
7331
  "source_type": "original",
6675
7332
  "official_docs": [
6676
7333
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
@@ -6727,7 +7384,7 @@
6727
7384
  "official_docs": [
6728
7385
  "https://support.huaweicloud.com/intl/en-us/modelarts/index.html"
6729
7386
  ],
6730
- "security_notes": "ModelArts training jobs have no automatic cost cap. Specify budget limit before starting large GPU/NPU jobs. Ascend NPU OOM errors differ from Nvidia CUDA OOM \u2014 know the error pattern before acting.",
7387
+ "security_notes": "ModelArts training jobs have no automatic cost cap. Specify budget limit before starting large GPU/NPU jobs. Ascend NPU OOM errors differ from Nvidia CUDA OOM know the error pattern before acting.",
6731
7388
  "last_verified": "2026-05-08",
6732
7389
  "path": "agents/huawei/huawei-modelarts-mlops-engineer-agent",
6733
7390
  "author": "github: Raishin",
@@ -6746,7 +7403,7 @@
6746
7403
  "gemini",
6747
7404
  "kiro"
6748
7405
  ],
6749
- "summary": "Agent for huawei-network-architect. Design Huawei Cloud network architecture \u2014 VPC, ELB type selection (dedicated/shared), VPN and DC Gateway (Direct Connect), Cloud Connect for inter-VPC, CFW (Cloud Firewall), Anti-DDoS, DNS.",
7406
+ "summary": "Agent for huawei-network-architect. Design Huawei Cloud network architecture VPC, ELB type selection (dedicated/shared), VPN and DC Gateway (Direct Connect), Cloud Connect for inter-VPC, CFW (Cloud Firewall), Anti-DDoS, DNS.",
6750
7407
  "source_type": "original",
6751
7408
  "official_docs": [
6752
7409
  "https://support.huaweicloud.com/intl/en-us/vpc/index.html",
@@ -6773,14 +7430,14 @@
6773
7430
  "gemini",
6774
7431
  "kiro"
6775
7432
  ],
6776
- "summary": "Agent for huawei-obs-data-perimeter-governor. Govern Huawei Cloud OBS (Object Storage Service) data perimeters \u2014 bucket policy and ACL public exposure, Block Public Access configuration, VPC endpoint binding for private access, WORM (Object Lock), cross-region replication compliance, and MLPS 2.0 data residency enforcement.",
7433
+ "summary": "Agent for huawei-obs-data-perimeter-governor. Govern Huawei Cloud OBS (Object Storage Service) data perimeters bucket policy and ACL public exposure, Block Public Access configuration, VPC endpoint binding for private access, WORM (Object Lock), cross-region replication compliance, and MLPS 2.0 data residency enforcement.",
6777
7434
  "source_type": "original",
6778
7435
  "official_docs": [
6779
7436
  "https://support.huaweicloud.com/intl/en-us/obs/index.html",
6780
7437
  "https://support.huaweicloud.com/intl/en-us/vpcep/index.html",
6781
7438
  "https://support.huaweicloud.com/intl/en-us/obs/obs_03_0086.html"
6782
7439
  ],
6783
- "security_notes": "Huawei Cloud OBS presigned URLs can expose objects publicly for the URL validity period \u2014 audit presigned URL generation in application code and set maximum validity to the shortest acceptable window. OBS cross-region replication of MLPS 2.0 Level 3 classified data to international regions violates Chinese data sovereignty regulations and carries regulatory penalty risk.",
7440
+ "security_notes": "Huawei Cloud OBS presigned URLs can expose objects publicly for the URL validity period audit presigned URL generation in application code and set maximum validity to the shortest acceptable window. OBS cross-region replication of MLPS 2.0 Level 3 classified data to international regions violates Chinese data sovereignty regulations and carries regulatory penalty risk.",
6784
7441
  "last_verified": "2026-05-09",
6785
7442
  "path": "agents/huawei/huawei-obs-data-perimeter-governor-agent",
6786
7443
  "version": "0.1.0",
@@ -6851,14 +7508,14 @@
6851
7508
  "gemini",
6852
7509
  "kiro"
6853
7510
  ],
6854
- "summary": "Agent for huawei-registry-artifact-governor. Govern Huawei Cloud SWR (Software Repository for Container) \u2014 image retention policy, vulnerability scanning via VSS (Vulnerability Scan Service) integration, namespace permission least privilege, cross-region image replication, and supply chain security posture.",
7511
+ "summary": "Agent for huawei-registry-artifact-governor. Govern Huawei Cloud SWR (Software Repository for Container) image retention policy, vulnerability scanning via VSS (Vulnerability Scan Service) integration, namespace permission least privilege, cross-region image replication, and supply chain security posture.",
6855
7512
  "source_type": "original",
6856
7513
  "official_docs": [
6857
7514
  "https://support.huaweicloud.com/intl/en-us/swr/index.html",
6858
7515
  "https://support.huaweicloud.com/intl/en-us/vss/index.html",
6859
7516
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6860
7517
  ],
6861
- "security_notes": "Public SWR namespaces expose images to Huawei Cloud's global network \u2014 an attacker can enumerate public namespaces and pull all images without authentication. SWR image signing is not natively supported \u2014 use third-party image signing (Notary v2/cosign) for supply chain attestation on sensitive production images.",
7518
+ "security_notes": "Public SWR namespaces expose images to Huawei Cloud's global network an attacker can enumerate public namespaces and pull all images without authentication. SWR image signing is not natively supported use third-party image signing (Notary v2/cosign) for supply chain attestation on sensitive production images.",
6862
7519
  "last_verified": "2026-05-09",
6863
7520
  "path": "agents/huawei/huawei-registry-artifact-governor-agent",
6864
7521
  "version": "0.1.0",
@@ -6877,7 +7534,7 @@
6877
7534
  "gemini",
6878
7535
  "kiro"
6879
7536
  ],
6880
- "summary": "Agent for huawei-resilience-bcdr-review. Review Huawei Cloud workload HA and BCDR designs \u2014 GaussDB High Availability (HA) instance failover, CBR (Cloud Backup and Recovery) cross-region vault, CCE multi-AZ deployment, DRS (Data Replication Service) for DR, RTO/RPO target analysis, and runbook completeness.",
7537
+ "summary": "Agent for huawei-resilience-bcdr-review. Review Huawei Cloud workload HA and BCDR designs GaussDB High Availability (HA) instance failover, CBR (Cloud Backup and Recovery) cross-region vault, CCE multi-AZ deployment, DRS (Data Replication Service) for DR, RTO/RPO target analysis, and runbook completeness.",
6881
7538
  "source_type": "original",
6882
7539
  "official_docs": [
6883
7540
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
@@ -6886,7 +7543,7 @@
6886
7543
  "https://support.huaweicloud.com/intl/en-us/drs/index.html",
6887
7544
  "https://support.huaweicloud.com/intl/en-us/elb/index.html"
6888
7545
  ],
6889
- "security_notes": "Huawei Cloud CBR vaults use default encryption \u2014 enable KMS CMEK for vaults containing sensitive production data. GaussDB cross-region read replicas involve data leaving the source region \u2014 verify this is compliant with MLPS 2.0 Level 3 data residency requirements before enabling.",
7546
+ "security_notes": "Huawei Cloud CBR vaults use default encryption enable KMS CMEK for vaults containing sensitive production data. GaussDB cross-region read replicas involve data leaving the source region verify this is compliant with MLPS 2.0 Level 3 data residency requirements before enabling.",
6890
7547
  "last_verified": "2026-05-09",
6891
7548
  "path": "agents/huawei/huawei-resilience-bcdr-review-agent",
6892
7549
  "version": "0.1.0",
@@ -6933,14 +7590,14 @@
6933
7590
  "gemini",
6934
7591
  "kiro"
6935
7592
  ],
6936
- "summary": "Agent for huawei-serverless-production-readiness. Review FunctionGraph production readiness \u2014 VPC access configuration, concurrency limits and reserved instances, cold-start optimization, observability via LTS log output and AOM metrics, timeout configuration, dependency package size, custom vs managed runtimes, and ServiceStage application lifecycle.",
7593
+ "summary": "Agent for huawei-serverless-production-readiness. Review FunctionGraph production readiness VPC access configuration, concurrency limits and reserved instances, cold-start optimization, observability via LTS log output and AOM metrics, timeout configuration, dependency package size, custom vs managed runtimes, and ServiceStage application lifecycle.",
6937
7594
  "source_type": "original",
6938
7595
  "official_docs": [
6939
7596
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6940
7597
  "https://support.huaweicloud.com/intl/en-us/servicestage/index.html",
6941
7598
  "https://support.huaweicloud.com/intl/en-us/aom/index.html"
6942
7599
  ],
6943
- "security_notes": "FunctionGraph function environment variables may contain secrets \u2014 use DEW (Data Encryption Workshop) or Secret Manager references instead of plaintext values in environment variables. Custom runtimes require the function author to maintain runtime security patch lifecycle \u2014 document a patching cadence if custom runtimes are used in production.",
7600
+ "security_notes": "FunctionGraph function environment variables may contain secrets use DEW (Data Encryption Workshop) or Secret Manager references instead of plaintext values in environment variables. Custom runtimes require the function author to maintain runtime security patch lifecycle document a patching cadence if custom runtimes are used in production.",
6944
7601
  "last_verified": "2026-05-09",
6945
7602
  "path": "agents/huawei/huawei-serverless-production-readiness-agent",
6946
7603
  "version": "0.1.0",
@@ -6959,7 +7616,7 @@
6959
7616
  "gemini",
6960
7617
  "kiro"
6961
7618
  ],
6962
- "summary": "Agent for huawei-solution-architect. Design Huawei Cloud solutions \u2014 product selection, enterprise-project model design, region selection for MLPS/sovereignty requirements, architecture patterns, multi-zone and multi-region HA.",
7619
+ "summary": "Agent for huawei-solution-architect. Design Huawei Cloud solutions product selection, enterprise-project model design, region selection for MLPS/sovereignty requirements, architecture patterns, multi-zone and multi-region HA.",
6963
7620
  "source_type": "original",
6964
7621
  "official_docs": [
6965
7622
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html",
@@ -6985,14 +7642,14 @@
6985
7642
  "gemini",
6986
7643
  "kiro"
6987
7644
  ],
6988
- "summary": "Agent for huawei-support-incident-coordinator. Coordinate Huawei Cloud support incidents \u2014 case creation with correct severity (\u7d27\u6025/\u9ad8/\u4e2d/\u4f4e), Premium Support SLA enforcement, Account Manager and TAM escalation path, status page monitoring, internal stakeholder communication, and post-incident evidence packaging.",
7645
+ "summary": "Agent for huawei-support-incident-coordinator. Coordinate Huawei Cloud support incidents case creation with correct severity (紧急/高/中/低), Premium Support SLA enforcement, Account Manager and TAM escalation path, status page monitoring, internal stakeholder communication, and post-incident evidence packaging.",
6989
7646
  "source_type": "original",
6990
7647
  "official_docs": [
6991
7648
  "https://support.huaweicloud.com/intl/en-us/",
6992
7649
  "https://status.huaweicloud.com/",
6993
7650
  "https://support.huaweicloud.com/intl/en-us/usermanual-ticket/topic_0065264094.html"
6994
7651
  ],
6995
- "security_notes": "Huawei Cloud support case attachments are stored on Huawei Cloud infrastructure \u2014 never attach files with customer financial data, health records, or unredacted credentials. Premium Support SLA breach timestamps must be logged with case numbers for contractual credit claims.",
7652
+ "security_notes": "Huawei Cloud support case attachments are stored on Huawei Cloud infrastructure never attach files with customer financial data, health records, or unredacted credentials. Premium Support SLA breach timestamps must be logged with case numbers for contractual credit claims.",
6996
7653
  "last_verified": "2026-05-09",
6997
7654
  "path": "agents/huawei/huawei-support-incident-coordinator-agent",
6998
7655
  "version": "0.1.0",
@@ -7011,7 +7668,7 @@
7011
7668
  "gemini",
7012
7669
  "kiro"
7013
7670
  ],
7014
- "summary": "Agent for huawei-ticket-triage-escalation-coordinator. Triage Huawei Cloud operational alerts, incidents, and support tickets \u2014 P0/P1/P2/P3 classification, Huawei Cloud Premium Support SLA enforcement, Account Manager escalation, AOM alert routing, war room coordination, evidence collection from CES and LTS, and safe escalation paths.",
7671
+ "summary": "Agent for huawei-ticket-triage-escalation-coordinator. Triage Huawei Cloud operational alerts, incidents, and support tickets P0/P1/P2/P3 classification, Huawei Cloud Premium Support SLA enforcement, Account Manager escalation, AOM alert routing, war room coordination, evidence collection from CES and LTS, and safe escalation paths.",
7015
7672
  "source_type": "original",
7016
7673
  "official_docs": [
7017
7674
  "https://support.huaweicloud.com/intl/en-us/",
@@ -7020,7 +7677,7 @@
7020
7677
  "https://support.huaweicloud.com/intl/en-us/ces/index.html",
7021
7678
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
7022
7679
  ],
7023
- "security_notes": "Huawei Cloud support ticket attachments are accessible to Huawei support engineers \u2014 scrub AK/SK values, account IDs, customer PII, and unredacted log data before sharing. War room communication must use secure channels \u2014 avoid sharing incident details in public or uncontrolled messaging platforms.",
7680
+ "security_notes": "Huawei Cloud support ticket attachments are accessible to Huawei support engineers scrub AK/SK values, account IDs, customer PII, and unredacted log data before sharing. War room communication must use secure channels avoid sharing incident details in public or uncontrolled messaging platforms.",
7024
7681
  "last_verified": "2026-05-09",
7025
7682
  "path": "agents/huawei/huawei-ticket-triage-escalation-coordinator-agent",
7026
7683
  "version": "0.1.0",
@@ -7156,7 +7813,7 @@
7156
7813
  "gemini",
7157
7814
  "kiro"
7158
7815
  ],
7159
- "summary": "Review influencer campaign audit packs \u2014 brief, contract, post descriptions, and disclosure placement specs \u2014 for FTC Endorsement Guide violations: undisclosed material connections, inadequate disclosure placement, and brand liability exposure.",
7816
+ "summary": "Review influencer campaign audit packs brief, contract, post descriptions, and disclosure placement specs for FTC Endorsement Guide violations: undisclosed material connections, inadequate disclosure placement, and brand liability exposure.",
7160
7817
  "companion_skills": [
7161
7818
  "influencer-disclosure-compliance-review"
7162
7819
  ],
@@ -7168,7 +7825,7 @@
7168
7825
  "https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act",
7169
7826
  "https://www.ftc.gov/business-guidance/resources/ftcs-endorsement-guides-what-people-are-asking"
7170
7827
  ],
7171
- "security_notes": "Read-only advisory. Works from a structured influencer campaign audit pack only \u2014 brief, contract excerpt, post descriptions, and disclosure spec. Never requests raw personal data about creators, unpublished financial negotiations, or live platform credentials. Does not generate campaign content or creator instructions. A finding of systematic non-disclosure may warrant legal escalation before campaign continuation.",
7828
+ "security_notes": "Read-only advisory. Works from a structured influencer campaign audit pack only brief, contract excerpt, post descriptions, and disclosure spec. Never requests raw personal data about creators, unpublished financial negotiations, or live platform credentials. Does not generate campaign content or creator instructions. A finding of systematic non-disclosure may warrant legal escalation before campaign continuation.",
7172
7829
  "last_verified": "2026-05-17",
7173
7830
  "path": "agents/marketing/influencer-disclosure-compliance-review-agent/",
7174
7831
  "harness_variants": {
@@ -7231,7 +7888,7 @@
7231
7888
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/datacenter",
7232
7889
  "https://docs.ionos.com/cloud/network/lans"
7233
7890
  ],
7234
- "security_notes": "DCD topology changes are infrastructure-wide blast-radius events \u2014 modifying datacenter layout can disrupt all resources within the datacenter simultaneously. Always require a current topology snapshot and blast-radius review before advising any structural change. GDPR data residency requires verifying the datacenter region matches the declared processing location.",
7891
+ "security_notes": "DCD topology changes are infrastructure-wide blast-radius events modifying datacenter layout can disrupt all resources within the datacenter simultaneously. Always require a current topology snapshot and blast-radius review before advising any structural change. GDPR data residency requires verifying the datacenter region matches the declared processing location.",
7235
7892
  "last_verified": "2026-05-10",
7236
7893
  "path": "agents/ionos/ionos-datacenter-designer-reviewer-agent",
7237
7894
  "version": "0.1.0",
@@ -7258,7 +7915,7 @@
7258
7915
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/k8s_node_pool",
7259
7916
  "https://docs.ionos.com/cloud/"
7260
7917
  ],
7261
- "security_notes": "IONOS managed Kubernetes control-plane upgrades are irreversible \u2014 always confirm rollback plan and PDB coverage before advising an upgrade. Node pool scale-down may evict workloads without PDB protection. GDPR data residency applies to cluster region selection; verify cluster datacenter region matches the declared processing location.",
7918
+ "security_notes": "IONOS managed Kubernetes control-plane upgrades are irreversible always confirm rollback plan and PDB coverage before advising an upgrade. Node pool scale-down may evict workloads without PDB protection. GDPR data residency applies to cluster region selection; verify cluster datacenter region matches the declared processing location.",
7262
7919
  "last_verified": "2026-05-10",
7263
7920
  "path": "agents/ionos/ionos-kubernetes-platform-operator-agent",
7264
7921
  "version": "0.1.0",
@@ -7311,7 +7968,7 @@
7311
7968
  "https://api.ionos.com/docs/",
7312
7969
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs"
7313
7970
  ],
7314
- "security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius \u2014 classification must stay read-only and hand off to approval-gated specialists. Do not expose bearer tokens or customer control panel credentials in routing output.",
7971
+ "security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius classification must stay read-only and hand off to approval-gated specialists. Do not expose bearer tokens or customer control panel credentials in routing output.",
7315
7972
  "last_verified": "2026-05-10",
7316
7973
  "path": "agents/ionos/ionos-maestro-agent",
7317
7974
  "version": "0.1.0",
@@ -7349,7 +8006,7 @@
7349
8006
  "name": "Istio Ambient Mesh Review",
7350
8007
  "type": "agent",
7351
8008
  "provider": "istio",
7352
- "summary": "Review Istio ambient mesh configuration \u2014 ztunnel L4 vs waypoint L7 enforcement, AuthorizationPolicy scope, PeerAuthentication mTLS mode, RequestAuthentication JWKs, and gateway configuration for service mesh security posture.",
8009
+ "summary": "Review Istio ambient mesh configuration ztunnel L4 vs waypoint L7 enforcement, AuthorizationPolicy scope, PeerAuthentication mTLS mode, RequestAuthentication JWKs, and gateway configuration for service mesh security posture.",
7353
8010
  "path": "agents/istio/istio-ambient-mesh-review-agent",
7354
8011
  "harnesses": [
7355
8012
  "codex",
@@ -7367,7 +8024,7 @@
7367
8024
  "https://istio.io/latest/docs/ops/diagnostic-tools/istioctl-analyze/",
7368
8025
  "https://istio.io/latest/docs/tasks/security/authorization/"
7369
8026
  ],
7370
- "security_notes": "L7 AuthorizationPolicy in ambient mode without a waypoint is silently bypassed \u2014 ztunnel only enforces L4. PERMISSIVE PeerAuthentication in a production namespace is a critical finding.",
8027
+ "security_notes": "L7 AuthorizationPolicy in ambient mode without a waypoint is silently bypassed ztunnel only enforces L4. PERMISSIVE PeerAuthentication in a production namespace is a critical finding.",
7371
8028
  "source_type": "original",
7372
8029
  "version": "0.1.0"
7373
8030
  },
@@ -7394,7 +8051,7 @@
7394
8051
  "https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings",
7395
8052
  "https://docs.kubecost.com/apis/apis-overview"
7396
8053
  ],
7397
- "security_notes": "Kubecost cost allocation API without authentication exposes team-level spend data to any pod in the cluster. Multi-cluster Kubecost aggregation requires cross-cluster network access \u2014 review whether the aggregation network path is private or exposed.",
8054
+ "security_notes": "Kubecost cost allocation API without authentication exposes team-level spend data to any pod in the cluster. Multi-cluster Kubecost aggregation requires cross-cluster network access review whether the aggregation network path is private or exposed.",
7398
8055
  "last_verified": "2026-05-02",
7399
8056
  "path": "agents/kubernetes/kubecost-chargeback-allocation-review-agent",
7400
8057
  "version": "0.1.0"
@@ -7557,7 +8214,7 @@
7557
8214
  "https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/",
7558
8215
  "https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
7559
8216
  ],
7560
- "security_notes": "Capture current RBAC state before every mutation \u2014 no built-in rollback. Block escalate, bind, and impersonate verbs without platform-team approval. Never approve wildcard grants. Cached tokens remain valid after binding deletion until expiry. Per docs/least-privilege-rbac.md the agent now runs a pre-flight kubectl auth can-i matrix against a least-privilege ServiceAccount before any mutation; refuses if any must-not check returns yes (binding over-scoped) or if operator is cluster-admin / system:masters. References shipped: least-privilege-rbac.yaml (deny-by-default ClusterRole), rbac-pre-flight.md (positive + negative resourceName tests), refusal-list.md (universal one-way doors plus domain-specific HARD REFUSE list). Refuses to read or process credentials volunteered by the operator; uses only the in-pod ServiceAccount token at /var/run/secrets/kubernetes.io/serviceaccount/token.",
8217
+ "security_notes": "Capture current RBAC state before every mutation no built-in rollback. Block escalate, bind, and impersonate verbs without platform-team approval. Never approve wildcard grants. Cached tokens remain valid after binding deletion until expiry. Per docs/least-privilege-rbac.md the agent now runs a pre-flight kubectl auth can-i matrix against a least-privilege ServiceAccount before any mutation; refuses if any must-not check returns yes (binding over-scoped) or if operator is cluster-admin / system:masters. References shipped: least-privilege-rbac.yaml (deny-by-default ClusterRole), rbac-pre-flight.md (positive + negative resourceName tests), refusal-list.md (universal one-way doors plus domain-specific HARD REFUSE list). Refuses to read or process credentials volunteered by the operator; uses only the in-pod ServiceAccount token at /var/run/secrets/kubernetes.io/serviceaccount/token.",
7561
8218
  "last_verified": "2026-05-08",
7562
8219
  "path": "agents/kubernetes/kubernetes-live-rbac-mutation-guard-agent",
7563
8220
  "author": "github: Raishin",
@@ -7576,7 +8233,7 @@
7576
8233
  "gemini",
7577
8234
  "kiro"
7578
8235
  ],
7579
- "summary": "Live-guard agent for Velero backup/restore operations on Kubernetes clusters \u2014 enforcing cluster context confirmation, restore scope review, dry-run gating, current-state capture, and explicit platform-team sign-off before any mutation.",
8236
+ "summary": "Live-guard agent for Velero backup/restore operations on Kubernetes clusters enforcing cluster context confirmation, restore scope review, dry-run gating, current-state capture, and explicit platform-team sign-off before any mutation.",
7580
8237
  "source_type": "original",
7581
8238
  "official_docs": [
7582
8239
  "https://velero.io/docs/latest/",
@@ -7585,7 +8242,7 @@
7585
8242
  "https://velero.io/docs/latest/locations/",
7586
8243
  "https://velero.io/docs/latest/hooks/"
7587
8244
  ],
7588
- "security_notes": "Velero restore with existingResourcePolicy:update can overwrite live RBAC resources, Secrets, and ServiceAccounts \u2014 equivalent to a partial cluster wipe. BSL credentials with write-only access prevent listing/deleting old backups, causing runaway storage costs. Never proceed with cluster-wide restores without explicit platform-team sign-off. Per docs/least-privilege-rbac.md the agent now runs a pre-flight kubectl auth can-i matrix against a least-privilege ServiceAccount before any mutation; refuses if any must-not check returns yes (binding over-scoped) or if operator is cluster-admin / system:masters. References shipped: least-privilege-rbac.yaml (deny-by-default ClusterRole), rbac-pre-flight.md (positive + negative resourceName tests), refusal-list.md (universal one-way doors plus domain-specific HARD REFUSE list). Refuses to read or process credentials volunteered by the operator; uses only the in-pod ServiceAccount token at /var/run/secrets/kubernetes.io/serviceaccount/token.",
8245
+ "security_notes": "Velero restore with existingResourcePolicy:update can overwrite live RBAC resources, Secrets, and ServiceAccounts equivalent to a partial cluster wipe. BSL credentials with write-only access prevent listing/deleting old backups, causing runaway storage costs. Never proceed with cluster-wide restores without explicit platform-team sign-off. Per docs/least-privilege-rbac.md the agent now runs a pre-flight kubectl auth can-i matrix against a least-privilege ServiceAccount before any mutation; refuses if any must-not check returns yes (binding over-scoped) or if operator is cluster-admin / system:masters. References shipped: least-privilege-rbac.yaml (deny-by-default ClusterRole), rbac-pre-flight.md (positive + negative resourceName tests), refusal-list.md (universal one-way doors plus domain-specific HARD REFUSE list). Refuses to read or process credentials volunteered by the operator; uses only the in-pod ServiceAccount token at /var/run/secrets/kubernetes.io/serviceaccount/token.",
7589
8246
  "last_verified": "2026-05-08",
7590
8247
  "path": "agents/kubernetes/kubernetes-live-velero-restore-guard-agent",
7591
8248
  "version": "0.1.0"
@@ -7633,7 +8290,7 @@
7633
8290
  "gemini",
7634
8291
  "kiro"
7635
8292
  ],
7636
- "summary": "Review raw Kubernetes YAML manifests for security, quality, and policy defects \u2014 deprecated APIs, missing securityContext, absent resource limits, missing health probes, RBAC over-permission, plaintext secrets, and network exposure \u2014 statically, without applying manifests or contacting a cluster.",
8293
+ "summary": "Review raw Kubernetes YAML manifests for security, quality, and policy defects deprecated APIs, missing securityContext, absent resource limits, missing health probes, RBAC over-permission, plaintext secrets, and network exposure statically, without applying manifests or contacting a cluster.",
7637
8294
  "source_type": "original",
7638
8295
  "official_docs": [
7639
8296
  "https://kubernetes.io/docs/concepts/security/pod-security-standards/",
@@ -7644,7 +8301,7 @@
7644
8301
  "https://github.com/yannh/kubeconform",
7645
8302
  "https://github.com/zegl/kube-score"
7646
8303
  ],
7647
- "security_notes": "Static review only \u2014 reads manifest YAML files, never applies manifests to a cluster, never connects to the Kubernetes API, and never requests kubeconfig, service account tokens, or cloud credentials. Do not accept manifests containing real secret values or connection strings decoded from base64; ask for sanitized versions with placeholder values.",
8304
+ "security_notes": "Static review only reads manifest YAML files, never applies manifests to a cluster, never connects to the Kubernetes API, and never requests kubeconfig, service account tokens, or cloud credentials. Do not accept manifests containing real secret values or connection strings decoded from base64; ask for sanitized versions with placeholder values.",
7648
8305
  "last_verified": "2026-05-17",
7649
8306
  "path": "agents/qa/kubernetes-manifest-quality-review-agent",
7650
8307
  "version": "0.1.0"
@@ -7715,7 +8372,7 @@
7715
8372
  "name": "Kubernetes Pod Security Admission Review",
7716
8373
  "type": "agent",
7717
8374
  "provider": "kubernetes",
7718
- "summary": "Review Kubernetes Pod Security Admission namespace labels \u2014 enforce/audit/warn modes, privileged/baseline/restricted profiles, version pinning, cluster AdmissionConfiguration defaults, and migration from deprecated PodSecurityPolicy.",
8375
+ "summary": "Review Kubernetes Pod Security Admission namespace labels enforce/audit/warn modes, privileged/baseline/restricted profiles, version pinning, cluster AdmissionConfiguration defaults, and migration from deprecated PodSecurityPolicy.",
7719
8376
  "path": "agents/kubernetes/kubernetes-psa-review-agent",
7720
8377
  "harnesses": [
7721
8378
  "codex",
@@ -7733,7 +8390,7 @@
7733
8390
  "https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/",
7734
8391
  "https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/"
7735
8392
  ],
7736
- "security_notes": "A production namespace with no PSA label inherits cluster default which is privileged unless overridden \u2014 treat as critical finding. enforce-version latest changes profile semantics on every Kubernetes minor upgrade.",
8393
+ "security_notes": "A production namespace with no PSA label inherits cluster default which is privileged unless overridden treat as critical finding. enforce-version latest changes profile semantics on every Kubernetes minor upgrade.",
7737
8394
  "source_type": "original",
7738
8395
  "version": "0.1.0"
7739
8396
  },
@@ -7769,7 +8426,7 @@
7769
8426
  "name": "Kubernetes Workload Identity Review",
7770
8427
  "type": "agent",
7771
8428
  "provider": "kubernetes",
7772
- "summary": "Review Kubernetes workload identity configuration \u2014 IRSA, Azure Workload Identity, GKE Workload Identity, and generic OIDC projected token bindings \u2014 for trust policy scope, static credential fallback risk, token audience validation, and cross-account reuse.",
8429
+ "summary": "Review Kubernetes workload identity configuration IRSA, Azure Workload Identity, GKE Workload Identity, and generic OIDC projected token bindings for trust policy scope, static credential fallback risk, token audience validation, and cross-account reuse.",
7773
8430
  "path": "agents/kubernetes/kubernetes-workload-identity-review-agent",
7774
8431
  "harnesses": [
7775
8432
  "codex",
@@ -7787,7 +8444,7 @@
7787
8444
  "https://kubernetes.io/docs/concepts/workloads/pods/service-accounts/",
7788
8445
  "https://openid.net/specs/openid-connect-core-1_0.html"
7789
8446
  ],
7790
- "security_notes": "OIDC trust policy with wildcard sub allows any pod in the cluster to assume the role. Static credentials in environment variables defeat workload identity migration \u2014 cloud SDKs search the credential chain in order and a leftover env var always wins.",
8447
+ "security_notes": "OIDC trust policy with wildcard sub allows any pod in the cluster to assume the role. Static credentials in environment variables defeat workload identity migration cloud SDKs search the credential chain in order and a leftover env var always wins.",
7791
8448
  "source_type": "original",
7792
8449
  "version": "0.1.0"
7793
8450
  },
@@ -7814,8 +8471,351 @@
7814
8471
  "https://kyverno.io/docs/policy-exceptions/",
7815
8472
  "https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/"
7816
8473
  ],
7817
- "security_notes": "failureAction: Audit in production is a critical finding \u2014 violations are logged but workloads are not blocked. PolicyException without expiry is an infinite escape hatch.",
8474
+ "security_notes": "failureAction: Audit in production is a critical finding violations are logged but workloads are not blocked. PolicyException without expiry is an infinite escape hatch.",
8475
+ "source_type": "original",
8476
+ "version": "0.1.0"
8477
+ },
8478
+ {
8479
+ "id": "legal-contract-review-agent",
8480
+ "name": "Legal Contract Review Agent",
8481
+ "type": "agent",
8482
+ "provider": "legal",
8483
+ "harnesses": [
8484
+ "codex",
8485
+ "copilot",
8486
+ "claude-code",
8487
+ "cursor",
8488
+ "gemini",
8489
+ "kiro"
8490
+ ],
8491
+ "summary": "Adversarial contract-risk reviewer for clauses, indemnity, limitation of liability, termination, renewal, warranties, assignment, confidentiality, audit rights, dispute resolution, governing law, and commercial risk. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
8492
+ "source_type": "original",
8493
+ "official_docs": [
8494
+ "https://www.law.cornell.edu/wex",
8495
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8496
+ "https://www.nist.gov/privacy-framework"
8497
+ ],
8498
+ "security_notes": "Static review only — works from sanitized contract excerpts and never requests secrets, credentials, personal data, or trade secrets. Never redlines or issues binding contract language as a final decision; flags privileged material and routes to qualified counsel. Does not form an attorney-client relationship.",
8499
+ "last_verified": "2026-05-18",
8500
+ "path": "agents/legal/legal-contract-review-agent",
8501
+ "version": "0.1.0"
8502
+ },
8503
+ {
8504
+ "id": "legal-counsel-review-agent",
8505
+ "name": "Legal Counsel Review Agent",
8506
+ "type": "agent",
8507
+ "provider": "legal",
8508
+ "harnesses": [
8509
+ "codex",
8510
+ "copilot",
8511
+ "claude-code",
8512
+ "cursor",
8513
+ "gemini",
8514
+ "kiro"
8515
+ ],
8516
+ "summary": "Adversarial legal-risk reviewer for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions — surfaces risks, evidence gaps, decision options, and escalation paths for qualified counsel. Does not give legal advice.",
8517
+ "source_type": "original",
8518
+ "official_docs": [
8519
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8520
+ "https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en",
8521
+ "https://www.legislation.gov.uk/ukpga/2018/12/contents",
8522
+ "https://www.pdpc.gov.sg",
8523
+ "https://www.oaic.gov.au/privacy/the-privacy-act",
8524
+ "https://www.law.cornell.edu/wex"
8525
+ ],
8526
+ "security_notes": "Static review only — works from sanitized excerpts and never requests secrets, credentials, personal data, employee medical detail, or trade secrets. Never issues binding legal conclusions; flags privileged material and recommends escalation to qualified counsel. Does not form an attorney-client relationship.",
8527
+ "last_verified": "2026-05-18",
8528
+ "path": "agents/legal/legal-counsel-review-agent/",
8529
+ "harness_variants": {
8530
+ "codex": "agents/legal/legal-counsel-review-agent/harnesses/codex.toml",
8531
+ "copilot": "agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md",
8532
+ "claude-code": "agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md",
8533
+ "cursor": "agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md",
8534
+ "gemini": "agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md",
8535
+ "kiro-ide": "agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md",
8536
+ "kiro-cli": "agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json"
8537
+ },
8538
+ "companion_skills": [
8539
+ "legal-counsel-review"
8540
+ ],
8541
+ "execution_tier": "static-review",
8542
+ "lifecycle": "experimental",
8543
+ "author": "github: Raishin",
8544
+ "version": "0.1.0"
8545
+ },
8546
+ {
8547
+ "id": "legal-employment-law-risk-agent",
8548
+ "name": "Legal Employment Law Risk Agent",
8549
+ "type": "agent",
8550
+ "provider": "legal",
8551
+ "harnesses": [
8552
+ "codex",
8553
+ "copilot",
8554
+ "claude-code",
8555
+ "cursor",
8556
+ "gemini",
8557
+ "kiro"
8558
+ ],
8559
+ "summary": "Adversarial employment-law risk reviewer for HR matters — flags employment-law exposure, escalation needs, documentation gaps, and counsel-review requirements. Does not make HR decisions and does not give legal advice.",
8560
+ "source_type": "original",
8561
+ "official_docs": [
8562
+ "https://www.law.cornell.edu/wex",
8563
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8564
+ "https://www.nist.gov/privacy-framework"
8565
+ ],
8566
+ "security_notes": "Static review only — works from sanitized HR summaries and never requests medical detail, immigration documents, compensation records, investigation notes, or employee identifiers beyond what the matter requires. Never makes an HR or employment decision and never recommends adverse action; flags privileged material and routes to qualified employment counsel. Does not form an attorney-client relationship.",
8567
+ "last_verified": "2026-05-18",
8568
+ "path": "agents/legal/legal-employment-law-risk-agent",
8569
+ "version": "0.1.0"
8570
+ },
8571
+ {
8572
+ "id": "legal-ethics-investigations-agent",
8573
+ "name": "Legal Ethics and Investigations Agent",
8574
+ "type": "agent",
8575
+ "provider": "legal",
8576
+ "harnesses": [
8577
+ "codex",
8578
+ "copilot",
8579
+ "claude-code",
8580
+ "cursor",
8581
+ "gemini",
8582
+ "kiro"
8583
+ ],
8584
+ "summary": "Adversarial ethics-intake reviewer for whistleblower reports, conflicts of interest, anti-bribery, sanctions, gifts and hospitality, executive misconduct, and misconduct-intake triage. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
8585
+ "source_type": "original",
8586
+ "official_docs": [
8587
+ "https://www.law.cornell.edu/wex",
8588
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8589
+ "https://www.nist.gov/privacy-framework"
8590
+ ],
8591
+ "security_notes": "Static review only — works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Protects whistleblower confidentiality, never contacts subjects or witnesses, and routes executive-misconduct matters to board and audit escalation. Does not form an attorney-client relationship.",
8592
+ "last_verified": "2026-05-18",
8593
+ "path": "agents/legal/legal-ethics-investigations-agent",
8594
+ "version": "0.1.0"
8595
+ },
8596
+ {
8597
+ "id": "legal-ip-open-source-agent",
8598
+ "name": "Legal IP and Open Source Agent",
8599
+ "type": "agent",
8600
+ "provider": "legal",
8601
+ "harnesses": [
8602
+ "codex",
8603
+ "copilot",
8604
+ "claude-code",
8605
+ "cursor",
8606
+ "gemini",
8607
+ "kiro"
8608
+ ],
8609
+ "summary": "Adversarial intellectual-property reviewer for copyright, trademark, patent-risk triage, open-source license obligations, invention assignment, content usage, and third-party IP exposure. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
8610
+ "source_type": "original",
8611
+ "official_docs": [
8612
+ "https://www.law.cornell.edu/wex",
8613
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8614
+ "https://www.nist.gov/privacy-framework"
8615
+ ],
8616
+ "security_notes": "Static review only — works from sanitized summaries and never requests credentials, trade secrets, or personal data beyond what the matter requires. Never opines on infringement or freedom-to-operate as a conclusion; routes patent and infringement questions to qualified counsel. Does not form an attorney-client relationship.",
8617
+ "last_verified": "2026-05-18",
8618
+ "path": "agents/legal/legal-ip-open-source-agent",
8619
+ "version": "0.1.0"
8620
+ },
8621
+ {
8622
+ "id": "legal-knowledge-management-agent",
8623
+ "name": "Legal Knowledge Management Agent",
8624
+ "type": "agent",
8625
+ "provider": "legal",
8626
+ "harnesses": [
8627
+ "codex",
8628
+ "copilot",
8629
+ "claude-code",
8630
+ "cursor",
8631
+ "gemini",
8632
+ "kiro"
8633
+ ],
8634
+ "summary": "Adversarial legal-knowledge reviewer that maintains playbooks, clause libraries, escalation matrices, matter taxonomies, risk precedents, and templates without creating binding legal advice. Surfaces gaps and escalation paths for qualified counsel; does not give legal advice.",
8635
+ "source_type": "original",
8636
+ "official_docs": [
8637
+ "https://www.law.cornell.edu/wex",
8638
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8639
+ "https://www.nist.gov/privacy-framework"
8640
+ ],
8641
+ "security_notes": "Static review only — works from sanitized summaries and never requests credentials, personal data, privileged communications, or trade secrets beyond what the matter requires. Never presents a playbook or template as binding legal advice; marks all knowledge assets as needing counsel review. Does not form an attorney-client relationship.",
8642
+ "last_verified": "2026-05-18",
8643
+ "path": "agents/legal/legal-knowledge-management-agent",
8644
+ "version": "0.1.0"
8645
+ },
8646
+ {
8647
+ "id": "legal-litigation-discovery-hold-agent",
8648
+ "name": "Legal Litigation and Discovery Hold Agent",
8649
+ "type": "agent",
8650
+ "provider": "legal",
8651
+ "harnesses": [
8652
+ "codex",
8653
+ "copilot",
8654
+ "claude-code",
8655
+ "cursor",
8656
+ "gemini",
8657
+ "kiro"
8658
+ ],
8659
+ "summary": "Adversarial litigation-readiness reviewer for litigation holds, discovery preservation, subpoena intake, document retention, investigation preservation, and spoliation risk. Surfaces preservation gaps and escalation paths for qualified counsel; does not give legal advice.",
8660
+ "source_type": "original",
8661
+ "official_docs": [
8662
+ "https://www.law.cornell.edu/wex",
8663
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8664
+ "https://www.nist.gov/privacy-framework"
8665
+ ],
8666
+ "security_notes": "Static review only — works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Never advises destruction or deletion of potentially relevant records; flags privileged and work-product material and routes to qualified counsel. Does not form an attorney-client relationship.",
8667
+ "last_verified": "2026-05-18",
8668
+ "path": "agents/legal/legal-litigation-discovery-hold-agent",
8669
+ "version": "0.1.0"
8670
+ },
8671
+ {
8672
+ "id": "legal-maestro-agent",
8673
+ "name": "Legal Maestro Agent",
8674
+ "type": "agent",
8675
+ "provider": "legal",
8676
+ "harnesses": [
8677
+ "codex",
8678
+ "copilot",
8679
+ "claude-code",
8680
+ "cursor",
8681
+ "gemini",
8682
+ "kiro"
8683
+ ],
8684
+ "summary": "Routes legal matters to the right legal specialist agent and coordinates multi-agent legal review using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only — does not give legal advice or make final legal decisions.",
8685
+ "source_type": "original",
8686
+ "official_docs": [
8687
+ "https://www.nist.gov/privacy-framework",
8688
+ "https://www.eeoc.gov",
8689
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
8690
+ ],
8691
+ "security_notes": "Classification and coordination only — routes from sanitized signals and never requests secrets, credentials, medical detail, government IDs, or protected-class data. Never makes a final legal, regulatory, settlement, or disclosure decision; expresses every handoff as a redacted case capsule with a named human decision owner. Does not form an attorney-client relationship.",
8692
+ "last_verified": "2026-05-18",
8693
+ "path": "agents/legal/legal-maestro-agent",
8694
+ "version": "0.1.0"
8695
+ },
8696
+ {
8697
+ "id": "legal-policy-governance-agent",
8698
+ "name": "Legal Policy and Governance Agent",
8699
+ "type": "agent",
8700
+ "provider": "legal",
8701
+ "harnesses": [
8702
+ "codex",
8703
+ "copilot",
8704
+ "claude-code",
8705
+ "cursor",
8706
+ "gemini",
8707
+ "kiro"
8708
+ ],
8709
+ "summary": "Adversarial policy-governance reviewer for corporate policies, approval matrices, delegated authority, records retention, document governance, compliance ownership, and board and audit escalation triggers. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
8710
+ "source_type": "original",
8711
+ "official_docs": [
8712
+ "https://www.law.cornell.edu/wex",
8713
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8714
+ "https://www.nist.gov/privacy-framework"
8715
+ ],
8716
+ "security_notes": "Static review only — works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never approves a policy or policy exception; flags authority and segregation-of-duties gaps and routes to qualified counsel. Does not form an attorney-client relationship.",
8717
+ "last_verified": "2026-05-18",
8718
+ "path": "agents/legal/legal-policy-governance-agent",
8719
+ "version": "0.1.0"
8720
+ },
8721
+ {
8722
+ "id": "legal-privacy-data-protection-agent",
8723
+ "name": "Legal Privacy and Data Protection Agent",
8724
+ "type": "agent",
8725
+ "provider": "legal",
8726
+ "harnesses": [
8727
+ "codex",
8728
+ "copilot",
8729
+ "claude-code",
8730
+ "cursor",
8731
+ "gemini",
8732
+ "kiro"
8733
+ ],
8734
+ "summary": "Adversarial privacy and data-protection reviewer for data retention, cross-border transfer, DPIA/PIA readiness, privacy notices, vendor DPAs, and employee-data processing. Surfaces risks and escalation paths for qualified counsel and privacy owners; does not give legal advice.",
8735
+ "source_type": "original",
8736
+ "official_docs": [
8737
+ "https://www.law.cornell.edu/wex",
8738
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8739
+ "https://www.nist.gov/privacy-framework"
8740
+ ],
8741
+ "security_notes": "Static review only — works from sanitized summaries and never requests raw personal data, special-category data, credentials, or identifiers beyond what the matter requires. Never confirms a transfer mechanism or processing activity is adequate or compliant; routes to qualified counsel and the privacy owner. Does not form an attorney-client relationship.",
8742
+ "last_verified": "2026-05-18",
8743
+ "path": "agents/legal/legal-privacy-data-protection-agent",
8744
+ "version": "0.1.0"
8745
+ },
8746
+ {
8747
+ "id": "legal-public-disclosure-agent",
8748
+ "name": "Legal Public Disclosure Agent",
8749
+ "type": "agent",
8750
+ "provider": "legal",
8751
+ "harnesses": [
8752
+ "codex",
8753
+ "copilot",
8754
+ "claude-code",
8755
+ "cursor",
8756
+ "gemini",
8757
+ "kiro"
8758
+ ],
8759
+ "summary": "Adversarial disclosure-risk reviewer for legal-risk inputs to public disclosure, investor relations, financial reporting, materiality escalation, securities-law sensitivity, and board visibility. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
8760
+ "source_type": "original",
8761
+ "official_docs": [
8762
+ "https://www.law.cornell.edu/wex",
8763
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8764
+ "https://www.nist.gov/privacy-framework"
8765
+ ],
8766
+ "security_notes": "Static review only — works from sanitized summaries and never requests credentials, personal data, or non-public material information beyond what the matter requires. Never makes a materiality determination or disclosure decision; routes securities-law-sensitive matters to the disclosure committee and qualified counsel. Does not form an attorney-client relationship.",
8767
+ "last_verified": "2026-05-18",
8768
+ "path": "agents/legal/legal-public-disclosure-agent",
8769
+ "version": "0.1.0"
8770
+ },
8771
+ {
8772
+ "id": "legal-regulatory-compliance-agent",
8773
+ "name": "Legal Regulatory Compliance Agent",
8774
+ "type": "agent",
8775
+ "provider": "legal",
8776
+ "harnesses": [
8777
+ "codex",
8778
+ "copilot",
8779
+ "claude-code",
8780
+ "cursor",
8781
+ "gemini",
8782
+ "kiro"
8783
+ ],
8784
+ "summary": "Adversarial regulatory-compliance reviewer that maps regulatory obligations, compliance gaps, licensing issues, policy controls, agency guidance, and enforcement-risk scenarios. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
8785
+ "source_type": "original",
8786
+ "official_docs": [
8787
+ "https://www.law.cornell.edu/wex",
8788
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8789
+ "https://www.nist.gov/privacy-framework"
8790
+ ],
8791
+ "security_notes": "Static review only — works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never confirms a control or program is compliant; requires current authoritative agency sources and routes to qualified counsel. Does not form an attorney-client relationship.",
8792
+ "last_verified": "2026-05-18",
8793
+ "path": "agents/legal/legal-regulatory-compliance-agent",
8794
+ "version": "0.1.0"
8795
+ },
8796
+ {
8797
+ "id": "legal-vendor-procurement-risk-agent",
8798
+ "name": "Legal Vendor and Procurement Risk Agent",
8799
+ "type": "agent",
8800
+ "provider": "legal",
8801
+ "harnesses": [
8802
+ "codex",
8803
+ "copilot",
8804
+ "claude-code",
8805
+ "cursor",
8806
+ "gemini",
8807
+ "kiro"
8808
+ ],
8809
+ "summary": "Adversarial vendor and procurement-risk reviewer for vendor contracts, third-party risk, audit rights, DPAs, SLAs, outsourcing, data sharing, and subcontractor obligations. Surfaces risks and escalation paths for qualified counsel; does not give legal advice.",
7818
8810
  "source_type": "original",
8811
+ "official_docs": [
8812
+ "https://www.law.cornell.edu/wex",
8813
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8814
+ "https://www.nist.gov/privacy-framework"
8815
+ ],
8816
+ "security_notes": "Static review only — works from sanitized summaries and never requests secrets, credentials, personal data, or trade secrets. Never approves a vendor or contract; routes employee-data vendors to the privacy reviewer and flags privileged material for counsel. Does not form an attorney-client relationship.",
8817
+ "last_verified": "2026-05-18",
8818
+ "path": "agents/legal/legal-vendor-procurement-risk-agent",
7819
8819
  "version": "0.1.0"
7820
8820
  },
7821
8821
  {
@@ -7831,7 +8831,7 @@
7831
8831
  "gemini",
7832
8832
  "kiro"
7833
8833
  ],
7834
- "summary": "Review an LLM or AI pipeline's evaluation setup for test-quality defects \u2014 missing hallucination, relevancy, faithfulness, bias, toxicity, and tool-correctness metrics; absent golden datasets; unthresholded or single-shot evals; and no regression gate across model versions. Static review only.",
8834
+ "summary": "Review an LLM or AI pipeline's evaluation setup for test-quality defects missing hallucination, relevancy, faithfulness, bias, toxicity, and tool-correctness metrics; absent golden datasets; unthresholded or single-shot evals; and no regression gate across model versions. Static review only.",
7835
8835
  "source_type": "original",
7836
8836
  "official_docs": [
7837
8837
  "https://docs.confident-ai.com/",
@@ -7842,7 +8842,7 @@
7842
8842
  "https://docs.confident-ai.com/docs/metrics-tool-correctness",
7843
8843
  "https://www.istqb.org/certifications/certified-tester-foundation-level"
7844
8844
  ],
7845
- "security_notes": "Static review only \u2014 reads eval configuration and test source; never calls LLM APIs, never runs evaluations, never requests model API keys or inference endpoints. Do not accept eval fixtures containing real user PII, private prompt chains, or model weights; ask for sanitized configurations.",
8845
+ "security_notes": "Static review only reads eval configuration and test source; never calls LLM APIs, never runs evaluations, never requests model API keys or inference endpoints. Do not accept eval fixtures containing real user PII, private prompt chains, or model weights; ask for sanitized configurations.",
7846
8846
  "last_verified": "2026-05-17",
7847
8847
  "path": "agents/qa/llm-ai-pipeline-test-review-agent",
7848
8848
  "version": "0.1.0"
@@ -7860,7 +8860,7 @@
7860
8860
  "gemini",
7861
8861
  "kiro"
7862
8862
  ],
7863
- "summary": "Review custom-audience and lookalike-audience upload specifications for hashing adequacy, PII field scope, consent-basis validity, and platform data-sharing restrictions before upload to Meta, Google, LinkedIn, or TikTok \u2014 catching underhashed identifiers, consent-scope mismatches, and re-identification surfaces.",
8863
+ "summary": "Review custom-audience and lookalike-audience upload specifications for hashing adequacy, PII field scope, consent-basis validity, and platform data-sharing restrictions before upload to Meta, Google, LinkedIn, or TikTok catching underhashed identifiers, consent-scope mismatches, and re-identification surfaces.",
7864
8864
  "companion_skills": [
7865
8865
  "lookalike-audience-upload-compliance-review"
7866
8866
  ],
@@ -7900,7 +8900,7 @@
7900
8900
  "gemini",
7901
8901
  "kiro"
7902
8902
  ],
7903
- "summary": "Review marketing consent posture \u2014 CMP banner config, tag-manager containers, Consent Mode wiring, and cookie policy \u2014 for GDPR/ePrivacy/CCPA correctness, dark patterns, and undisclosed trackers.",
8903
+ "summary": "Review marketing consent posture CMP banner config, tag-manager containers, Consent Mode wiring, and cookie policy for GDPR/ePrivacy/CCPA correctness, dark patterns, and undisclosed trackers.",
7904
8904
  "companion_skills": [
7905
8905
  "marketing-consent-data-collection-review"
7906
8906
  ],
@@ -7940,7 +8940,7 @@
7940
8940
  "gemini",
7941
8941
  "kiro"
7942
8942
  ],
7943
- "summary": "Review marketing conversion flow specifications \u2014 subscription sign-up, upsell interstitial, free-trial enrollment, and cancellation path \u2014 for dark-pattern practices that invalidate consent or constitute unfair or deceptive acts under FTC Section 5, the FTC Negative Option Rule, CPRA, and EU AI Act Article 5(1)(b).",
8943
+ "summary": "Review marketing conversion flow specifications subscription sign-up, upsell interstitial, free-trial enrollment, and cancellation path for dark-pattern practices that invalidate consent or constitute unfair or deceptive acts under FTC Section 5, the FTC Negative Option Rule, CPRA, and EU AI Act Article 5(1)(b).",
7944
8944
  "companion_skills": [
7945
8945
  "marketing-conversion-flow-dark-pattern-review"
7946
8946
  ],
@@ -7952,7 +8952,7 @@
7952
8952
  "https://oag.ca.gov/privacy/ccpa",
7953
8953
  "https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng"
7954
8954
  ],
7955
- "security_notes": "Read-only advisory. Works from sanitized UX flow specifications and annotated wireframes only; never requests real payment credentials, live user-session data, or production A/B-test results containing real user identities. Findings may indicate FTC civil penalty exposure \u2014 the agent surfaces that possibility and routes enforcement-risk assessment to qualified legal counsel rather than quantifying penalties.",
8955
+ "security_notes": "Read-only advisory. Works from sanitized UX flow specifications and annotated wireframes only; never requests real payment credentials, live user-session data, or production A/B-test results containing real user identities. Findings may indicate FTC civil penalty exposure the agent surfaces that possibility and routes enforcement-risk assessment to qualified legal counsel rather than quantifying penalties.",
7956
8956
  "last_verified": "2026-05-17",
7957
8957
  "path": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/",
7958
8958
  "harness_variants": {
@@ -7992,7 +8992,7 @@
7992
8992
  "https://oag.ca.gov/privacy/ccpa",
7993
8993
  "https://www.canada.ca/en/radio-television-telecommunications/news/2014/07/compliance-and-enforcement-information-bulletin-crtc-2014-326.html"
7994
8994
  ],
7995
- "security_notes": "Read-only advisory. Works from sanitized CRM/ESP exports only \u2014 placeholder values for all subscriber PII; never requests real email addresses, subscriber IDs, CRM credentials, or ESP API keys. Findings of ongoing deletion-SLA breaches or broken CASL consent chains are routed to legal counsel and incident response, not resolved by the agent.",
8995
+ "security_notes": "Read-only advisory. Works from sanitized CRM/ESP exports only placeholder values for all subscriber PII; never requests real email addresses, subscriber IDs, CRM credentials, or ESP API keys. Findings of ongoing deletion-SLA breaches or broken CASL consent chains are routed to legal counsel and incident response, not resolved by the agent.",
7996
8996
  "last_verified": "2026-05-17",
7997
8997
  "path": "agents/marketing/marketing-email-list-retention-review-agent/",
7998
8998
  "harness_variants": {
@@ -8032,7 +9032,7 @@
8032
9032
  "https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB566",
8033
9033
  "https://oag.ca.gov/privacy/ccpa"
8034
9034
  ],
8035
- "security_notes": "Read-only advisory. Works from sanitized tag-manager container exports and CMP configuration exports only; never requests live consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in a CPPA enforcement proceeding \u2014 legal determinations are routed to qualified privacy counsel, not decided by this agent.",
9035
+ "security_notes": "Read-only advisory. Works from sanitized tag-manager container exports and CMP configuration exports only; never requests live consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in a CPPA enforcement proceeding legal determinations are routed to qualified privacy counsel, not decided by this agent.",
8036
9036
  "last_verified": "2026-05-17",
8037
9037
  "path": "agents/marketing/marketing-gpc-signal-honoring-review-agent/",
8038
9038
  "harness_variants": {
@@ -8067,7 +9067,7 @@
8067
9067
  "https://oag.ca.gov/privacy/ccpa",
8068
9068
  "https://developers.google.com/tag-platform/security/guides/consent"
8069
9069
  ],
8070
- "security_notes": "Read-only routing agent. Never accepts, stores, or relays real visitor data, consent-string archives, ad-platform credentials, API keys, OAuth tokens, or tenant data. No external API calls made directly \u2014 all artifact review delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet.",
9070
+ "security_notes": "Read-only routing agent. Never accepts, stores, or relays real visitor data, consent-string archives, ad-platform credentials, API keys, OAuth tokens, or tenant data. No external API calls made directly all artifact review delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet.",
8071
9071
  "last_verified": "2026-05-17",
8072
9072
  "path": "agents/marketing/marketing-maestro-agent",
8073
9073
  "author": "github: Raishin",
@@ -8100,7 +9100,7 @@
8100
9100
  "gemini",
8101
9101
  "kiro"
8102
9102
  ],
8103
- "summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks \u2014 PII in payloads, form-field auto-capture, pixels on sensitive pages, and unhashed identifier transmission.",
9103
+ "summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks PII in payloads, form-field auto-capture, pixels on sensitive pages, and unhashed identifier transmission.",
8104
9104
  "companion_skills": [
8105
9105
  "marketing-pixel-data-leakage-review"
8106
9106
  ],
@@ -8112,7 +9112,7 @@
8112
9112
  "https://support.google.com/google-ads/answer/9888656",
8113
9113
  "https://owasp.org/www-project-top-ten/"
8114
9114
  ],
8115
- "security_notes": "Read-only advisory. Works from sanitized payloads and container exports only; never requests real visitor data, conversion logs, or ad-platform credentials. A leak found here may be a reportable breach \u2014 the agent surfaces that possibility and routes the determination to counsel and incident response rather than deciding it.",
9115
+ "security_notes": "Read-only advisory. Works from sanitized payloads and container exports only; never requests real visitor data, conversion logs, or ad-platform credentials. A leak found here may be a reportable breach the agent surfaces that possibility and routes the determination to counsel and incident response rather than deciding it.",
8116
9116
  "last_verified": "2026-05-17",
8117
9117
  "path": "agents/marketing/marketing-pixel-data-leakage-review-agent/",
8118
9118
  "harness_variants": {
@@ -8140,7 +9140,7 @@
8140
9140
  "gemini",
8141
9141
  "kiro"
8142
9142
  ],
8143
- "summary": "Review access governance across a marketing technology stack \u2014 OAuth connected apps, API keys, CRM and marketing-automation roles, and integration scopes \u2014 for least-privilege violations, shared and stale credentials, and missing ownership.",
9143
+ "summary": "Review access governance across a marketing technology stack OAuth connected apps, API keys, CRM and marketing-automation roles, and integration scopes for least-privilege violations, shared and stale credentials, and missing ownership.",
8144
9144
  "companion_skills": [
8145
9145
  "martech-access-governance-review"
8146
9146
  ],
@@ -8180,7 +9180,7 @@
8180
9180
  "gemini",
8181
9181
  "kiro"
8182
9182
  ],
8183
- "summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI \u2014 NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, and audit logging.",
9183
+ "summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, and audit logging.",
8184
9184
  "source_type": "original",
8185
9185
  "official_docs": [
8186
9186
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8213,7 +9213,7 @@
8213
9213
  "gemini",
8214
9214
  "kiro"
8215
9215
  ],
8216
- "summary": "Review NVIDIA GPU infrastructure (DGX/HGX/MGX) against NVIDIA reference architectures, the AI Enterprise support matrix, and the NCA-AIIO and NCP-AII certification bodies of knowledge \u2014 driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG posture.",
9216
+ "summary": "Review NVIDIA GPU infrastructure (DGX/HGX/MGX) against NVIDIA reference architectures, the AI Enterprise support matrix, and the NCA-AIIO and NCP-AII certification bodies of knowledge driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG posture.",
8217
9217
  "source_type": "original",
8218
9218
  "official_docs": [
8219
9219
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8246,7 +9246,7 @@
8246
9246
  "gemini",
8247
9247
  "kiro"
8248
9248
  ],
8249
- "summary": "Review NVIDIA AI fabric posture per NCP-AIN \u2014 Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, and east-west isolation between training jobs.",
9249
+ "summary": "Review NVIDIA AI fabric posture per NCP-AIN Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, and east-west isolation between training jobs.",
8250
9250
  "source_type": "original",
8251
9251
  "official_docs": [
8252
9252
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8279,7 +9279,7 @@
8279
9279
  "gemini",
8280
9280
  "kiro"
8281
9281
  ],
8282
- "summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO \u2014 DCGM exporter coverage, MIG lifecycle, Xid signature to runbook mapping, and gated driver/firmware upgrade discipline.",
9282
+ "summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO DCGM exporter coverage, MIG lifecycle, Xid signature to runbook mapping, and gated driver/firmware upgrade discipline.",
8283
9283
  "source_type": "original",
8284
9284
  "official_docs": [
8285
9285
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8312,7 +9312,7 @@
8312
9312
  "gemini",
8313
9313
  "kiro"
8314
9314
  ],
8315
- "summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation \u2014 memory coalescing, shared-memory bank conflicts, occupancy, register pressure, stream concurrency, kernel launch parameters.",
9315
+ "summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation memory coalescing, shared-memory bank conflicts, occupancy, register pressure, stream concurrency, kernel launch parameters.",
8316
9316
  "source_type": "original",
8317
9317
  "official_docs": [
8318
9318
  "https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
@@ -8321,7 +9321,7 @@
8321
9321
  "https://docs.nvidia.com/nsight-systems/",
8322
9322
  "https://docs.nvidia.com/cuda/profiler-users-guide/"
8323
9323
  ],
8324
- "security_notes": "Static review only \u2014 the skill never executes nvcc, nsight-compute, or nsight-systems. It outputs the recommended invocation as text for the user to run on their own GPU host. Treat CUDA samples that disable bounds checking, copy host pointers across context boundaries, or use `cudaMallocManaged` without prefetch hints as findings rather than as patterns to imitate.",
9324
+ "security_notes": "Static review only the skill never executes nvcc, nsight-compute, or nsight-systems. It outputs the recommended invocation as text for the user to run on their own GPU host. Treat CUDA samples that disable bounds checking, copy host pointers across context boundaries, or use `cudaMallocManaged` without prefetch hints as findings rather than as patterns to imitate.",
8325
9325
  "last_verified": "2026-05-10",
8326
9326
  "path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
8327
9327
  "companion_skills": [
@@ -8352,7 +9352,7 @@
8352
9352
  "gemini",
8353
9353
  "kiro"
8354
9354
  ],
8355
- "summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL \u2014 NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, and guardrails posture.",
9355
+ "summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, and guardrails posture.",
8356
9356
  "source_type": "original",
8357
9357
  "official_docs": [
8358
9358
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8385,7 +9385,7 @@
8385
9385
  "gemini",
8386
9386
  "kiro"
8387
9387
  ],
8388
- "summary": "Review NVIDIA GPU Operator on Kubernetes \u2014 device plugin, MIG manager, node feature discovery, time-sliced GPUs, container toolkit, securityContext posture, and namespace tenancy boundaries.",
9388
+ "summary": "Review NVIDIA GPU Operator on Kubernetes device plugin, MIG manager, node feature discovery, time-sliced GPUs, container toolkit, securityContext posture, and namespace tenancy boundaries.",
8389
9389
  "source_type": "original",
8390
9390
  "official_docs": [
8391
9391
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8465,7 +9465,7 @@
8465
9465
  "https://oras.land/docs/category/oras-commands",
8466
9466
  "https://github.com/anchore/grype"
8467
9467
  ],
8468
- "security_notes": "Live agent. Allowlist locks every Bash invocation to nvcr.io/* targets and to fixed argv shapes. Egress restricted to nvcr.io and Sigstore endpoints. Default mode is static (no egress); runtime mode is per-session opt-in. Sigstore unreachable degrades to manual-review, never auto-pass. Read-only \u2014 no docker pull, no kubectl, no registry write, no sign action (operator signs the attestation). Credential flag values scrubbed from provenance output.",
9468
+ "security_notes": "Live agent. Allowlist locks every Bash invocation to nvcr.io/* targets and to fixed argv shapes. Egress restricted to nvcr.io and Sigstore endpoints. Default mode is static (no egress); runtime mode is per-session opt-in. Sigstore unreachable degrades to manual-review, never auto-pass. Read-only no docker pull, no kubectl, no registry write, no sign action (operator signs the attestation). Credential flag values scrubbed from provenance output.",
8469
9469
  "last_verified": "2026-05-11",
8470
9470
  "path": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/",
8471
9471
  "companion_skills": [
@@ -8493,7 +9493,7 @@
8493
9493
  "gemini",
8494
9494
  "kiro"
8495
9495
  ],
8496
- "summary": "Review NGC and NIM supply chain posture \u2014 NGC org/team boundaries, API key scope and rotation, NIM container cosign verification, model card and weights provenance, AI Enterprise license posture, and air-gap mirror integrity.",
9496
+ "summary": "Review NGC and NIM supply chain posture NGC org/team boundaries, API key scope and rotation, NIM container cosign verification, model card and weights provenance, AI Enterprise license posture, and air-gap mirror integrity.",
8497
9497
  "source_type": "original",
8498
9498
  "official_docs": [
8499
9499
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8526,7 +9526,7 @@
8526
9526
  "gemini",
8527
9527
  "kiro"
8528
9528
  ],
8529
- "summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation \u2014 ONNX/PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance.",
9529
+ "summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation ONNX/PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance.",
8530
9530
  "source_type": "original",
8531
9531
  "official_docs": [
8532
9532
  "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
@@ -8535,7 +9535,7 @@
8535
9535
  "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
8536
9536
  "https://docs.nvidia.com/deeplearning/tensorrt/api/"
8537
9537
  ],
8538
- "security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default \u2014 silent substitution of an engine yields silent model substitution. INT8 calibration data is unredacted production traffic by definition and is a confidentiality risk if it leaks. The skill never executes `trtexec`, `polygraphy`, or `tensorrt_llm/build.py` \u2014 it outputs the recommended invocation as text.",
9538
+ "security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default silent substitution of an engine yields silent model substitution. INT8 calibration data is unredacted production traffic by definition and is a confidentiality risk if it leaks. The skill never executes `trtexec`, `polygraphy`, or `tensorrt_llm/build.py` it outputs the recommended invocation as text.",
8539
9539
  "last_verified": "2026-05-10",
8540
9540
  "path": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/",
8541
9541
  "companion_skills": [
@@ -8566,7 +9566,7 @@
8566
9566
  "gemini",
8567
9567
  "kiro"
8568
9568
  ],
8569
- "summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation \u2014 model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints.",
9569
+ "summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints.",
8570
9570
  "source_type": "original",
8571
9571
  "official_docs": [
8572
9572
  "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
@@ -8575,7 +9575,7 @@
8575
9575
  "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
8576
9576
  "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
8577
9577
  ],
8578
- "security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process \u2014 any backend pulled from a non-vetted source is an RCE primitive. Default gRPC and HTTP endpoints are anonymous; auth is the operator's responsibility via reverse-proxy or `--grpc-restricted-protocol`. Model files in `model_repository/` are unsigned at rest. The response cache, when enabled, can be poisoned across tenants if requests are not partitioned. The skill never starts `tritonserver` or sends inference requests \u2014 it outputs `tritonserver` and `perf_analyzer` invocations as text.",
9578
+ "security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process any backend pulled from a non-vetted source is an RCE primitive. Default gRPC and HTTP endpoints are anonymous; auth is the operator's responsibility via reverse-proxy or `--grpc-restricted-protocol`. Model files in `model_repository/` are unsigned at rest. The response cache, when enabled, can be poisoned across tenants if requests are not partitioned. The skill never starts `tritonserver` or sends inference requests it outputs `tritonserver` and `perf_analyzer` invocations as text.",
8579
9579
  "last_verified": "2026-05-10",
8580
9580
  "path": "agents/nvidia/nvidia-triton-inference-serving-review-agent/",
8581
9581
  "companion_skills": [
@@ -8639,7 +9639,7 @@
8639
9639
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
8640
9640
  "https://github.com/oracle/oci-native-ingress-controller"
8641
9641
  ],
8642
- "security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint \u2014 not just cert-manager. Use OKE Workload Identity to scope cert-issuance permissions to the cert-manager ServiceAccount only. IAM policy with 'manage certificate-authorities' grants delete and update CA permissions, which is excessive for cert-manager.",
9642
+ "security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint not just cert-manager. Use OKE Workload Identity to scope cert-issuance permissions to the cert-manager ServiceAccount only. IAM policy with 'manage certificate-authorities' grants delete and update CA permissions, which is excessive for cert-manager.",
8643
9643
  "last_verified": "2026-05-02",
8644
9644
  "path": "agents/oci/oci-certificates-issuer-review-agent",
8645
9645
  "version": "0.1.0"
@@ -8990,7 +9990,7 @@
8990
9990
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
8991
9991
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
8992
9992
  ],
8993
- "security_notes": "ADB termination is permanent \u2014 the database and all backups are deleted. Always verify protection tags before any terminate operation. ADB storage scale-up cannot be reversed. Termination blocked by defined-tag protection requires explicit tag removal approval.",
9993
+ "security_notes": "ADB termination is permanent the database and all backups are deleted. Always verify protection tags before any terminate operation. ADB storage scale-up cannot be reversed. Termination blocked by defined-tag protection requires explicit tag removal approval.",
8994
9994
  "last_verified": "2026-04-30",
8995
9995
  "path": "agents/oci/oci-live-autonomous-db-lifecycle-guard-agent",
8996
9996
  "author": "github: Raishin",
@@ -9017,7 +10017,7 @@
9017
10017
  "https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
9018
10018
  "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
9019
10019
  ],
9020
- "security_notes": "GPU/HPC shapes (BM.GPU4.8, A100, BM.HPC2.36) can generate six-figure monthly costs when left running. Never approve quota increases or budget threshold raises without explicit financial-authority approval. Emergency stop requires Compute operator rights \u2014 escalate if not held.",
10020
+ "security_notes": "GPU/HPC shapes (BM.GPU4.8, A100, BM.HPC2.36) can generate six-figure monthly costs when left running. Never approve quota increases or budget threshold raises without explicit financial-authority approval. Emergency stop requires Compute operator rights escalate if not held.",
9021
10021
  "last_verified": "2026-04-30",
9022
10022
  "path": "agents/oci/oci-live-cost-budget-runaway-guard-agent",
9023
10023
  "author": "github: Raishin",
@@ -9072,7 +10072,7 @@
9072
10072
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
9073
10073
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
9074
10074
  ],
9075
- "security_notes": "oci network security-list update is a full replace \u2014 always capture current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change.",
10075
+ "security_notes": "oci network security-list update is a full replace always capture current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change.",
9076
10076
  "last_verified": "2026-05-01",
9077
10077
  "path": "agents/oci/oci-live-network-security-rule-guard-agent",
9078
10078
  "author": "github: Raishin",
@@ -9099,7 +10099,7 @@
9099
10099
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
9100
10100
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
9101
10101
  ],
9102
- "security_notes": "Never advance an OKE rollout past an approval stage without rollout status and PDB health evidence. kubectl rollout undo is irreversible in the sense that the prior version may not be identical to the deployed artifact \u2014 confirm target revision before undo.",
10102
+ "security_notes": "Never advance an OKE rollout past an approval stage without rollout status and PDB health evidence. kubectl rollout undo is irreversible in the sense that the prior version may not be identical to the deployed artifact confirm target revision before undo.",
9103
10103
  "last_verified": "2026-04-30",
9104
10104
  "path": "agents/oci/oci-live-oke-rollout-guard-agent",
9105
10105
  "author": "github: Raishin",
@@ -9197,7 +10197,7 @@
9197
10197
  "gemini",
9198
10198
  "kiro"
9199
10199
  ],
9200
- "summary": "Per-cloud router agent for OCI. Classifies the user's task, selects the narrowest OCI specialist agent or the right team of specialists from the catalog, and dispatches them \u2014 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
10200
+ "summary": "Per-cloud router agent for OCI. Classifies the user's task, selects the narrowest OCI specialist agent or the right team of specialists from the catalog, and dispatches them single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
9201
10201
  "source_type": "adapted",
9202
10202
  "official_docs": [
9203
10203
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -9206,7 +10206,7 @@
9206
10206
  "https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/security_guide.htm",
9207
10207
  "https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm"
9208
10208
  ],
9209
- "security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents (oci-live-autonomous-db-lifecycle-guard-agent, oci-live-cost-budget-runaway-guard-agent, oci-live-iam-policy-compartment-guard-agent, oci-live-oke-rollout-guard-agent, oci-live-resource-manager-stack-guard-agent, oci-live-vault-key-destruction-guard-agent) must never be auto-dispatched. OCI IAM policy deletion at the tenancy root has tenancy-wide blast radius and cannot be undone by the agent. Vault key destruction is irreversible \u2014 all data encrypted with the destroyed key becomes permanently unrecoverable. Both require explicit human confirmation, blast-radius assessment, and a documented rollback path before dispatch.",
10209
+ "security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents (oci-live-autonomous-db-lifecycle-guard-agent, oci-live-cost-budget-runaway-guard-agent, oci-live-iam-policy-compartment-guard-agent, oci-live-oke-rollout-guard-agent, oci-live-resource-manager-stack-guard-agent, oci-live-vault-key-destruction-guard-agent) must never be auto-dispatched. OCI IAM policy deletion at the tenancy root has tenancy-wide blast radius and cannot be undone by the agent. Vault key destruction is irreversible all data encrypted with the destroyed key becomes permanently unrecoverable. Both require explicit human confirmation, blast-radius assessment, and a documented rollback path before dispatch.",
9210
10210
  "last_verified": "2026-04-30",
9211
10211
  "path": "agents/oci/oci-maestro-agent",
9212
10212
  "harness_variants": {
@@ -9623,7 +10623,7 @@
9623
10623
  "name": "OpenTelemetry Collector Config Review",
9624
10624
  "type": "agent",
9625
10625
  "provider": "opentelemetry",
9626
- "summary": "Review OpenTelemetry Collector pipeline configuration \u2014 receiver/processor/exporter ordering, memory_limiter placement, batch processor tuning, exporter backend validation, Operator CRDs, and pipeline health metrics.",
10626
+ "summary": "Review OpenTelemetry Collector pipeline configuration receiver/processor/exporter ordering, memory_limiter placement, batch processor tuning, exporter backend validation, Operator CRDs, and pipeline health metrics.",
9627
10627
  "path": "agents/opentelemetry/opentelemetry-collector-config-review-agent",
9628
10628
  "harnesses": [
9629
10629
  "codex",
@@ -9641,7 +10641,7 @@
9641
10641
  "https://opentelemetry.io/docs/kubernetes/operator/",
9642
10642
  "https://opentelemetry.io/docs/collector/internal-telemetry/"
9643
10643
  ],
9644
- "security_notes": "Pipeline with a receiver and processor but no exporter silently drops all telemetry. memory_limiter must be the first processor \u2014 placing it after batch processor means the collector OOMs under burst load.",
10644
+ "security_notes": "Pipeline with a receiver and processor but no exporter silently drops all telemetry. memory_limiter must be the first processor placing it after batch processor means the collector OOMs under burst load.",
9645
10645
  "source_type": "original",
9646
10646
  "version": "0.1.0"
9647
10647
  },
@@ -9803,7 +10803,7 @@
9803
10803
  "claude-code",
9804
10804
  "cursor"
9805
10805
  ],
9806
- "summary": "Execute an existing Playwright E2E suite against an operator-confirmed non-production target and emit a structured run attestation \u2014 pass/fail/flaky counts and trace artifact locations. Read-only-runtime tier.",
10806
+ "summary": "Execute an existing Playwright E2E suite against an operator-confirmed non-production target and emit a structured run attestation pass/fail/flaky counts and trace artifact locations. Read-only-runtime tier.",
9807
10807
  "source_type": "original",
9808
10808
  "official_docs": [
9809
10809
  "https://playwright.dev/docs/test-cli",
@@ -9812,7 +10812,7 @@
9812
10812
  "https://playwright.dev/docs/trace-viewer",
9813
10813
  "https://playwright.dev/docs/ci"
9814
10814
  ],
9815
- "security_notes": "Live-execution agent, read-only-runtime tier. Default mode is static and runs nothing; runtime execution is a per-session opt-in requiring explicit operator confirmation of a non-production target. Allowlisted commands only \u2014 npx playwright test, install, show-report. Refuses production targets. Never accepts or echoes credentials, tokens, or storageState. Incomplete runs degrade to manual-review, never auto-pass.",
10815
+ "security_notes": "Live-execution agent, read-only-runtime tier. Default mode is static and runs nothing; runtime execution is a per-session opt-in requiring explicit operator confirmation of a non-production target. Allowlisted commands only npx playwright test, install, show-report. Refuses production targets. Never accepts or echoes credentials, tokens, or storageState. Incomplete runs degrade to manual-review, never auto-pass.",
9816
10816
  "last_verified": "2026-05-17",
9817
10817
  "path": "agents/qa/playwright-e2e-execution-run-agent",
9818
10818
  "author": "github: Raishin",
@@ -9842,7 +10842,7 @@
9842
10842
  "https://playwright.dev/docs/test-sharding",
9843
10843
  "https://playwright.dev/docs/trace-viewer"
9844
10844
  ],
9845
- "security_notes": "Static review only \u2014 never executes the suite, launches browsers, or contacts a target application. Never requests live URLs with embedded credentials, bearer tokens, real storageState files, or .env secrets.",
10845
+ "security_notes": "Static review only never executes the suite, launches browsers, or contacts a target application. Never requests live URLs with embedded credentials, bearer tokens, real storageState files, or .env secrets.",
9846
10846
  "last_verified": "2026-05-17",
9847
10847
  "path": "agents/qa/playwright-e2e-suite-review-agent",
9848
10848
  "author": "github: Raishin",
@@ -9861,7 +10861,7 @@
9861
10861
  "gemini",
9862
10862
  "kiro"
9863
10863
  ],
9864
- "summary": "Statically review exported IEC 61131-3 PLC program logic for safety and reliability defects \u2014 E-stop implementation, output fail-safe paths, latch integrity, memory-write races, forced I/O, interlock bypass governance, timer determinism, and watchdog coverage.",
10864
+ "summary": "Statically review exported IEC 61131-3 PLC program logic for safety and reliability defects E-stop implementation, output fail-safe paths, latch integrity, memory-write races, forced I/O, interlock bypass governance, timer determinism, and watchdog coverage.",
9865
10865
  "source_type": "original",
9866
10866
  "official_docs": [
9867
10867
  "https://plcopen.org/iec-61131-3",
@@ -9870,7 +10870,7 @@
9870
10870
  "https://webstore.iec.ch/publication/26037",
9871
10871
  "https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_structure_application_objects.html"
9872
10872
  ],
9873
- "security_notes": "Static review only \u2014 never connects to a live PLC, never writes to a controller, never advises bypassing a safety function. Never requests live controller IP addresses, plant-network hostnames, historian credentials, or production asset identifiers. Ask for sanitized, anonymized exports only.",
10873
+ "security_notes": "Static review only never connects to a live PLC, never writes to a controller, never advises bypassing a safety function. Never requests live controller IP addresses, plant-network hostnames, historian credentials, or production asset identifiers. Ask for sanitized, anonymized exports only.",
9874
10874
  "last_verified": "2026-05-17",
9875
10875
  "path": "agents/qa/plc-control-logic-safety-review-agent",
9876
10876
  "author": "github: Raishin",
@@ -9957,7 +10957,7 @@
9957
10957
  "gemini",
9958
10958
  "kiro"
9959
10959
  ],
9960
- "summary": "Review exported RPA workflow definitions for resilience and security defects \u2014 hardcoded credentials, brittle selectors, missing exception handling, non-idempotent logic, fixed delays, and invisible failures \u2014 statically, without connecting to a live orchestrator.",
10960
+ "summary": "Review exported RPA workflow definitions for resilience and security defects hardcoded credentials, brittle selectors, missing exception handling, non-idempotent logic, fixed delays, and invisible failures statically, without connecting to a live orchestrator.",
9961
10961
  "source_type": "original",
9962
10962
  "official_docs": [
9963
10963
  "https://docs.uipath.com/studio/standalone/latest/user-guide/about-workflow-analyzer",
@@ -9967,7 +10967,7 @@
9967
10967
  "https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/overview",
9968
10968
  "https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/error-handling"
9969
10969
  ],
9970
- "security_notes": "Static review only \u2014 never connects to a live orchestrator, never executes a bot, and never requests runner credentials or orchestrator connection strings. Never accepts workflow exports containing live PII, real customer data, or production connection strings.",
10970
+ "security_notes": "Static review only never connects to a live orchestrator, never executes a bot, and never requests runner credentials or orchestrator connection strings. Never accepts workflow exports containing live PII, real customer data, or production connection strings.",
9971
10971
  "last_verified": "2026-05-17",
9972
10972
  "path": "agents/qa/rpa-workflow-resilience-review-agent",
9973
10973
  "author": "github: Raishin",
@@ -10029,7 +11029,7 @@
10029
11029
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
10030
11030
  "https://www.scaleway.com/en/developers/api/iam/"
10031
11031
  ],
10032
- "security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. Service accounts assigned to resource types must be audited for implicit cross-project privilege escalation. IAM key sprawl \u2014 long-lived keys with broad scopes \u2014 is the top Scaleway access control risk.",
11032
+ "security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. Service accounts assigned to resource types must be audited for implicit cross-project privilege escalation. IAM key sprawl long-lived keys with broad scopes is the top Scaleway access control risk.",
10033
11033
  "last_verified": "2026-05-10",
10034
11034
  "path": "agents/scaleway/scaleway-iam-policy-review-agent",
10035
11035
  "version": "0.1.0",
@@ -10064,7 +11064,7 @@
10064
11064
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
10065
11065
  "https://www.scaleway.com/en/developers/api/kubernetes/"
10066
11066
  ],
10067
- "security_notes": "Kapsule control-plane upgrades are irreversible \u2014 a cluster cannot be downgraded to a previous Kubernetes minor version. Node pool scale-down may evict workloads without PDB protection. Placement group policy set to enforced can prevent node scheduling if hypervisor capacity is insufficient. CNI choice is immutable after cluster creation.",
11067
+ "security_notes": "Kapsule control-plane upgrades are irreversible a cluster cannot be downgraded to a previous Kubernetes minor version. Node pool scale-down may evict workloads without PDB protection. Placement group policy set to enforced can prevent node scheduling if hypervisor capacity is insufficient. CNI choice is immutable after cluster creation.",
10068
11068
  "last_verified": "2026-05-10",
10069
11069
  "path": "agents/scaleway/scaleway-kapsule-platform-operator-agent",
10070
11070
  "version": "0.1.0",
@@ -10099,7 +11099,7 @@
10099
11099
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
10100
11100
  "https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
10101
11101
  ],
10102
- "security_notes": "Kapsule control-plane version upgrades are irreversible \u2014 clusters cannot be downgraded to a previous minor version. Node pool deletion evicts all workloads immediately regardless of PDB coverage. CNI type is immutable after cluster creation. Hard-stop is mandatory when target cluster ID, region/zone, approval token, or rollback plan is absent or ambiguous.",
11102
+ "security_notes": "Kapsule control-plane version upgrades are irreversible clusters cannot be downgraded to a previous minor version. Node pool deletion evicts all workloads immediately regardless of PDB coverage. CNI type is immutable after cluster creation. Hard-stop is mandatory when target cluster ID, region/zone, approval token, or rollback plan is absent or ambiguous.",
10103
11103
  "last_verified": "2026-05-10",
10104
11104
  "path": "agents/scaleway/scaleway-live-kapsule-rollout-guard-agent",
10105
11105
  "version": "0.1.0",
@@ -10167,7 +11167,7 @@
10167
11167
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_placement_group",
10168
11168
  "https://www.scaleway.com/en/docs/network/load-balancer/"
10169
11169
  ],
10170
- "security_notes": "Placement groups with enforced policy may block instance scheduling if hypervisor capacity is insufficient in the target zone \u2014 always prefer max_availability for non-critical HA. Security groups are zone-scoped; cross-zone traffic must be reviewed for unintended public exposure. VPC routes are regional, but Private Network interfaces are zone-bound; verify routing consistency across zones.",
11170
+ "security_notes": "Placement groups with enforced policy may block instance scheduling if hypervisor capacity is insufficient in the target zone always prefer max_availability for non-critical HA. Security groups are zone-scoped; cross-zone traffic must be reviewed for unintended public exposure. VPC routes are regional, but Private Network interfaces are zone-bound; verify routing consistency across zones.",
10171
11171
  "last_verified": "2026-05-10",
10172
11172
  "path": "agents/scaleway/scaleway-network-architect-agent",
10173
11173
  "version": "0.1.0",
@@ -10284,7 +11284,7 @@
10284
11284
  "gemini",
10285
11285
  "kiro"
10286
11286
  ],
10287
- "summary": "Review a test suite for assertion quality over coverage percentage \u2014 detecting coverage theater, assertion-free and tautological tests, mock over-specification, untested branches, and weak coverage gates.",
11287
+ "summary": "Review a test suite for assertion quality over coverage percentage detecting coverage theater, assertion-free and tautological tests, mock over-specification, untested branches, and weak coverage gates.",
10288
11288
  "source_type": "original",
10289
11289
  "official_docs": [
10290
11290
  "https://martinfowler.com/bliki/TestCoverage.html",
@@ -10293,7 +11293,7 @@
10293
11293
  "https://jestjs.io/docs/configuration",
10294
11294
  "https://docs.pytest.org/en/stable/how-to/assert.html"
10295
11295
  ],
10296
- "security_notes": "Static review only \u2014 reads test source and coverage reports, never executes tests or runs a coverage tool. Never requests credentials, fixtures with real customer data, or production database snapshots.",
11296
+ "security_notes": "Static review only reads test source and coverage reports, never executes tests or runs a coverage tool. Never requests credentials, fixtures with real customer data, or production database snapshots.",
10297
11297
  "last_verified": "2026-05-17",
10298
11298
  "path": "agents/qa/test-coverage-quality-review-agent",
10299
11299
  "author": "github: Raishin",
@@ -10321,7 +11321,7 @@
10321
11321
  "https://docs.pytest.org/en/stable/how-to/flaky.html",
10322
11322
  "https://martinfowler.com/articles/nonDeterminism.html"
10323
11323
  ],
10324
- "security_notes": "Static review only \u2014 analyzes failure logs, rerun history, and test source; never executes or re-runs tests. Never requests CI credentials, dashboard API tokens, or production data embedded in logs.",
11324
+ "security_notes": "Static review only analyzes failure logs, rerun history, and test source; never executes or re-runs tests. Never requests CI credentials, dashboard API tokens, or production data embedded in logs.",
10325
11325
  "last_verified": "2026-05-17",
10326
11326
  "path": "agents/qa/test-flakiness-triage-agent",
10327
11327
  "author": "github: Raishin",