@raishin/vanguard-frontier-agentic 2.1.0 → 2.2.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 (348) hide show
  1. package/.claude-plugin/plugin.json +28 -0
  2. package/.cursor-plugin/plugin.json +28 -0
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +109 -17
  5. package/agents/README.md +47 -2
  6. package/agents/hr/README.md +42 -0
  7. package/agents/hr/hr-analytics-people-data-agent/AGENT.md +64 -0
  8. package/agents/hr/hr-analytics-people-data-agent/harnesses/claude-code.agent.md +42 -0
  9. package/agents/hr/hr-analytics-people-data-agent/harnesses/codex.toml +73 -0
  10. package/agents/hr/hr-analytics-people-data-agent/harnesses/copilot.agent.md +42 -0
  11. package/agents/hr/hr-analytics-people-data-agent/harnesses/cursor.agent.md +42 -0
  12. package/agents/hr/hr-analytics-people-data-agent/harnesses/gemini.agent.md +42 -0
  13. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-cli.agent.json +5 -0
  14. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-ide.agent.md +42 -0
  15. package/agents/hr/hr-analytics-people-data-agent/metadata.json +42 -0
  16. package/agents/hr/hr-benefits-payroll-agent/AGENT.md +64 -0
  17. package/agents/hr/hr-benefits-payroll-agent/harnesses/claude-code.agent.md +42 -0
  18. package/agents/hr/hr-benefits-payroll-agent/harnesses/codex.toml +72 -0
  19. package/agents/hr/hr-benefits-payroll-agent/harnesses/copilot.agent.md +42 -0
  20. package/agents/hr/hr-benefits-payroll-agent/harnesses/cursor.agent.md +42 -0
  21. package/agents/hr/hr-benefits-payroll-agent/harnesses/gemini.agent.md +42 -0
  22. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-cli.agent.json +5 -0
  23. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-ide.agent.md +42 -0
  24. package/agents/hr/hr-benefits-payroll-agent/metadata.json +42 -0
  25. package/agents/hr/hr-compensation-equity-agent/AGENT.md +64 -0
  26. package/agents/hr/hr-compensation-equity-agent/harnesses/claude-code.agent.md +42 -0
  27. package/agents/hr/hr-compensation-equity-agent/harnesses/codex.toml +75 -0
  28. package/agents/hr/hr-compensation-equity-agent/harnesses/copilot.agent.md +42 -0
  29. package/agents/hr/hr-compensation-equity-agent/harnesses/cursor.agent.md +42 -0
  30. package/agents/hr/hr-compensation-equity-agent/harnesses/gemini.agent.md +42 -0
  31. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-cli.agent.json +5 -0
  32. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-ide.agent.md +42 -0
  33. package/agents/hr/hr-compensation-equity-agent/metadata.json +42 -0
  34. package/agents/hr/hr-culture-dei-agent/AGENT.md +64 -0
  35. package/agents/hr/hr-culture-dei-agent/harnesses/claude-code.agent.md +42 -0
  36. package/agents/hr/hr-culture-dei-agent/harnesses/codex.toml +73 -0
  37. package/agents/hr/hr-culture-dei-agent/harnesses/copilot.agent.md +42 -0
  38. package/agents/hr/hr-culture-dei-agent/harnesses/cursor.agent.md +42 -0
  39. package/agents/hr/hr-culture-dei-agent/harnesses/gemini.agent.md +42 -0
  40. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-cli.agent.json +5 -0
  41. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-ide.agent.md +42 -0
  42. package/agents/hr/hr-culture-dei-agent/metadata.json +42 -0
  43. package/agents/hr/hr-employee-relations-agent/AGENT.md +64 -0
  44. package/agents/hr/hr-employee-relations-agent/harnesses/claude-code.agent.md +42 -0
  45. package/agents/hr/hr-employee-relations-agent/harnesses/codex.toml +73 -0
  46. package/agents/hr/hr-employee-relations-agent/harnesses/copilot.agent.md +42 -0
  47. package/agents/hr/hr-employee-relations-agent/harnesses/cursor.agent.md +42 -0
  48. package/agents/hr/hr-employee-relations-agent/harnesses/gemini.agent.md +42 -0
  49. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-cli.agent.json +5 -0
  50. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-ide.agent.md +42 -0
  51. package/agents/hr/hr-employee-relations-agent/metadata.json +42 -0
  52. package/agents/hr/hr-hris-process-controls-agent/AGENT.md +64 -0
  53. package/agents/hr/hr-hris-process-controls-agent/harnesses/claude-code.agent.md +42 -0
  54. package/agents/hr/hr-hris-process-controls-agent/harnesses/codex.toml +73 -0
  55. package/agents/hr/hr-hris-process-controls-agent/harnesses/copilot.agent.md +42 -0
  56. package/agents/hr/hr-hris-process-controls-agent/harnesses/cursor.agent.md +42 -0
  57. package/agents/hr/hr-hris-process-controls-agent/harnesses/gemini.agent.md +42 -0
  58. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-cli.agent.json +5 -0
  59. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-ide.agent.md +42 -0
  60. package/agents/hr/hr-hris-process-controls-agent/metadata.json +42 -0
  61. package/agents/hr/hr-learning-policy-agent/AGENT.md +64 -0
  62. package/agents/hr/hr-learning-policy-agent/harnesses/claude-code.agent.md +42 -0
  63. package/agents/hr/hr-learning-policy-agent/harnesses/codex.toml +73 -0
  64. package/agents/hr/hr-learning-policy-agent/harnesses/copilot.agent.md +42 -0
  65. package/agents/hr/hr-learning-policy-agent/harnesses/cursor.agent.md +42 -0
  66. package/agents/hr/hr-learning-policy-agent/harnesses/gemini.agent.md +42 -0
  67. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-cli.agent.json +5 -0
  68. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-ide.agent.md +42 -0
  69. package/agents/hr/hr-learning-policy-agent/metadata.json +42 -0
  70. package/agents/hr/hr-leave-accommodation-agent/AGENT.md +64 -0
  71. package/agents/hr/hr-leave-accommodation-agent/harnesses/claude-code.agent.md +42 -0
  72. package/agents/hr/hr-leave-accommodation-agent/harnesses/codex.toml +76 -0
  73. package/agents/hr/hr-leave-accommodation-agent/harnesses/copilot.agent.md +42 -0
  74. package/agents/hr/hr-leave-accommodation-agent/harnesses/cursor.agent.md +42 -0
  75. package/agents/hr/hr-leave-accommodation-agent/harnesses/gemini.agent.md +42 -0
  76. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-cli.agent.json +5 -0
  77. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-ide.agent.md +42 -0
  78. package/agents/hr/hr-leave-accommodation-agent/metadata.json +42 -0
  79. package/agents/hr/hr-maestro-agent/AGENT.md +84 -0
  80. package/agents/hr/hr-maestro-agent/harnesses/claude-code.agent.md +61 -0
  81. package/agents/hr/hr-maestro-agent/harnesses/codex.toml +66 -0
  82. package/agents/hr/hr-maestro-agent/harnesses/copilot.agent.md +61 -0
  83. package/agents/hr/hr-maestro-agent/harnesses/cursor.agent.md +61 -0
  84. package/agents/hr/hr-maestro-agent/harnesses/gemini.agent.md +61 -0
  85. package/agents/hr/hr-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  86. package/agents/hr/hr-maestro-agent/harnesses/kiro-ide.agent.md +61 -0
  87. package/agents/hr/hr-maestro-agent/metadata.json +42 -0
  88. package/agents/hr/hr-performance-management-agent/AGENT.md +64 -0
  89. package/agents/hr/hr-performance-management-agent/harnesses/claude-code.agent.md +42 -0
  90. package/agents/hr/hr-performance-management-agent/harnesses/codex.toml +77 -0
  91. package/agents/hr/hr-performance-management-agent/harnesses/copilot.agent.md +42 -0
  92. package/agents/hr/hr-performance-management-agent/harnesses/cursor.agent.md +42 -0
  93. package/agents/hr/hr-performance-management-agent/harnesses/gemini.agent.md +42 -0
  94. package/agents/hr/hr-performance-management-agent/harnesses/kiro-cli.agent.json +5 -0
  95. package/agents/hr/hr-performance-management-agent/harnesses/kiro-ide.agent.md +42 -0
  96. package/agents/hr/hr-performance-management-agent/metadata.json +42 -0
  97. package/agents/hr/hr-recruiting-selection-agent/AGENT.md +64 -0
  98. package/agents/hr/hr-recruiting-selection-agent/harnesses/claude-code.agent.md +42 -0
  99. package/agents/hr/hr-recruiting-selection-agent/harnesses/codex.toml +74 -0
  100. package/agents/hr/hr-recruiting-selection-agent/harnesses/copilot.agent.md +42 -0
  101. package/agents/hr/hr-recruiting-selection-agent/harnesses/cursor.agent.md +42 -0
  102. package/agents/hr/hr-recruiting-selection-agent/harnesses/gemini.agent.md +42 -0
  103. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-cli.agent.json +5 -0
  104. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-ide.agent.md +42 -0
  105. package/agents/hr/hr-recruiting-selection-agent/metadata.json +42 -0
  106. package/agents/hr/hr-risk-triage-review-agent/AGENT.md +57 -0
  107. package/agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md +41 -0
  108. package/agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml +38 -0
  109. package/agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md +41 -0
  110. package/agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md +41 -0
  111. package/agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md +41 -0
  112. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json +5 -0
  113. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md +41 -0
  114. package/agents/hr/hr-risk-triage-review-agent/metadata.json +43 -0
  115. package/agents/hr/hr-termination-readiness-agent/AGENT.md +64 -0
  116. package/agents/hr/hr-termination-readiness-agent/harnesses/claude-code.agent.md +42 -0
  117. package/agents/hr/hr-termination-readiness-agent/harnesses/codex.toml +76 -0
  118. package/agents/hr/hr-termination-readiness-agent/harnesses/copilot.agent.md +42 -0
  119. package/agents/hr/hr-termination-readiness-agent/harnesses/cursor.agent.md +42 -0
  120. package/agents/hr/hr-termination-readiness-agent/harnesses/gemini.agent.md +42 -0
  121. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  122. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-ide.agent.md +42 -0
  123. package/agents/hr/hr-termination-readiness-agent/metadata.json +42 -0
  124. package/agents/hr/hr-workforce-planning-rif-agent/AGENT.md +64 -0
  125. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/claude-code.agent.md +42 -0
  126. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/codex.toml +74 -0
  127. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/copilot.agent.md +42 -0
  128. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/cursor.agent.md +42 -0
  129. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/gemini.agent.md +42 -0
  130. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-cli.agent.json +5 -0
  131. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-ide.agent.md +42 -0
  132. package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +42 -0
  133. package/agents/hr/hr-workplace-investigations-agent/AGENT.md +64 -0
  134. package/agents/hr/hr-workplace-investigations-agent/harnesses/claude-code.agent.md +42 -0
  135. package/agents/hr/hr-workplace-investigations-agent/harnesses/codex.toml +77 -0
  136. package/agents/hr/hr-workplace-investigations-agent/harnesses/copilot.agent.md +42 -0
  137. package/agents/hr/hr-workplace-investigations-agent/harnesses/cursor.agent.md +42 -0
  138. package/agents/hr/hr-workplace-investigations-agent/harnesses/gemini.agent.md +42 -0
  139. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  140. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  141. package/agents/hr/hr-workplace-investigations-agent/metadata.json +42 -0
  142. package/agents/legal/README.md +41 -0
  143. package/agents/legal/legal-contract-review-agent/AGENT.md +61 -0
  144. package/agents/legal/legal-contract-review-agent/harnesses/claude-code.agent.md +42 -0
  145. package/agents/legal/legal-contract-review-agent/harnesses/codex.toml +76 -0
  146. package/agents/legal/legal-contract-review-agent/harnesses/copilot.agent.md +42 -0
  147. package/agents/legal/legal-contract-review-agent/harnesses/cursor.agent.md +42 -0
  148. package/agents/legal/legal-contract-review-agent/harnesses/gemini.agent.md +42 -0
  149. package/agents/legal/legal-contract-review-agent/harnesses/kiro-cli.agent.json +5 -0
  150. package/agents/legal/legal-contract-review-agent/harnesses/kiro-ide.agent.md +42 -0
  151. package/agents/legal/legal-contract-review-agent/metadata.json +42 -0
  152. package/agents/legal/legal-counsel-review-agent/AGENT.md +55 -0
  153. package/agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md +39 -0
  154. package/agents/legal/legal-counsel-review-agent/harnesses/codex.toml +36 -0
  155. package/agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md +39 -0
  156. package/agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md +39 -0
  157. package/agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md +39 -0
  158. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  159. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md +39 -0
  160. package/agents/legal/legal-counsel-review-agent/metadata.json +43 -0
  161. package/agents/legal/legal-employment-law-risk-agent/AGENT.md +61 -0
  162. package/agents/legal/legal-employment-law-risk-agent/harnesses/claude-code.agent.md +42 -0
  163. package/agents/legal/legal-employment-law-risk-agent/harnesses/codex.toml +78 -0
  164. package/agents/legal/legal-employment-law-risk-agent/harnesses/copilot.agent.md +42 -0
  165. package/agents/legal/legal-employment-law-risk-agent/harnesses/cursor.agent.md +42 -0
  166. package/agents/legal/legal-employment-law-risk-agent/harnesses/gemini.agent.md +42 -0
  167. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  168. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  169. package/agents/legal/legal-employment-law-risk-agent/metadata.json +42 -0
  170. package/agents/legal/legal-ethics-investigations-agent/AGENT.md +61 -0
  171. package/agents/legal/legal-ethics-investigations-agent/harnesses/claude-code.agent.md +42 -0
  172. package/agents/legal/legal-ethics-investigations-agent/harnesses/codex.toml +70 -0
  173. package/agents/legal/legal-ethics-investigations-agent/harnesses/copilot.agent.md +42 -0
  174. package/agents/legal/legal-ethics-investigations-agent/harnesses/cursor.agent.md +42 -0
  175. package/agents/legal/legal-ethics-investigations-agent/harnesses/gemini.agent.md +42 -0
  176. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  177. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  178. package/agents/legal/legal-ethics-investigations-agent/metadata.json +42 -0
  179. package/agents/legal/legal-ip-open-source-agent/AGENT.md +61 -0
  180. package/agents/legal/legal-ip-open-source-agent/harnesses/claude-code.agent.md +42 -0
  181. package/agents/legal/legal-ip-open-source-agent/harnesses/codex.toml +78 -0
  182. package/agents/legal/legal-ip-open-source-agent/harnesses/copilot.agent.md +42 -0
  183. package/agents/legal/legal-ip-open-source-agent/harnesses/cursor.agent.md +42 -0
  184. package/agents/legal/legal-ip-open-source-agent/harnesses/gemini.agent.md +42 -0
  185. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-cli.agent.json +5 -0
  186. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-ide.agent.md +42 -0
  187. package/agents/legal/legal-ip-open-source-agent/metadata.json +42 -0
  188. package/agents/legal/legal-knowledge-management-agent/AGENT.md +61 -0
  189. package/agents/legal/legal-knowledge-management-agent/harnesses/claude-code.agent.md +42 -0
  190. package/agents/legal/legal-knowledge-management-agent/harnesses/codex.toml +68 -0
  191. package/agents/legal/legal-knowledge-management-agent/harnesses/copilot.agent.md +42 -0
  192. package/agents/legal/legal-knowledge-management-agent/harnesses/cursor.agent.md +42 -0
  193. package/agents/legal/legal-knowledge-management-agent/harnesses/gemini.agent.md +42 -0
  194. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-cli.agent.json +5 -0
  195. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-ide.agent.md +42 -0
  196. package/agents/legal/legal-knowledge-management-agent/metadata.json +42 -0
  197. package/agents/legal/legal-litigation-discovery-hold-agent/AGENT.md +61 -0
  198. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/claude-code.agent.md +42 -0
  199. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/codex.toml +78 -0
  200. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/copilot.agent.md +42 -0
  201. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/cursor.agent.md +42 -0
  202. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/gemini.agent.md +42 -0
  203. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-cli.agent.json +5 -0
  204. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-ide.agent.md +42 -0
  205. package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +42 -0
  206. package/agents/legal/legal-maestro-agent/AGENT.md +78 -0
  207. package/agents/legal/legal-maestro-agent/harnesses/claude-code.agent.md +56 -0
  208. package/agents/legal/legal-maestro-agent/harnesses/codex.toml +61 -0
  209. package/agents/legal/legal-maestro-agent/harnesses/copilot.agent.md +56 -0
  210. package/agents/legal/legal-maestro-agent/harnesses/cursor.agent.md +56 -0
  211. package/agents/legal/legal-maestro-agent/harnesses/gemini.agent.md +56 -0
  212. package/agents/legal/legal-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  213. package/agents/legal/legal-maestro-agent/harnesses/kiro-ide.agent.md +56 -0
  214. package/agents/legal/legal-maestro-agent/metadata.json +42 -0
  215. package/agents/legal/legal-policy-governance-agent/AGENT.md +61 -0
  216. package/agents/legal/legal-policy-governance-agent/harnesses/claude-code.agent.md +42 -0
  217. package/agents/legal/legal-policy-governance-agent/harnesses/codex.toml +68 -0
  218. package/agents/legal/legal-policy-governance-agent/harnesses/copilot.agent.md +42 -0
  219. package/agents/legal/legal-policy-governance-agent/harnesses/cursor.agent.md +42 -0
  220. package/agents/legal/legal-policy-governance-agent/harnesses/gemini.agent.md +42 -0
  221. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  222. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-ide.agent.md +42 -0
  223. package/agents/legal/legal-policy-governance-agent/metadata.json +42 -0
  224. package/agents/legal/legal-privacy-data-protection-agent/AGENT.md +61 -0
  225. package/agents/legal/legal-privacy-data-protection-agent/harnesses/claude-code.agent.md +42 -0
  226. package/agents/legal/legal-privacy-data-protection-agent/harnesses/codex.toml +79 -0
  227. package/agents/legal/legal-privacy-data-protection-agent/harnesses/copilot.agent.md +42 -0
  228. package/agents/legal/legal-privacy-data-protection-agent/harnesses/cursor.agent.md +42 -0
  229. package/agents/legal/legal-privacy-data-protection-agent/harnesses/gemini.agent.md +42 -0
  230. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-cli.agent.json +5 -0
  231. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-ide.agent.md +42 -0
  232. package/agents/legal/legal-privacy-data-protection-agent/metadata.json +42 -0
  233. package/agents/legal/legal-public-disclosure-agent/AGENT.md +61 -0
  234. package/agents/legal/legal-public-disclosure-agent/harnesses/claude-code.agent.md +42 -0
  235. package/agents/legal/legal-public-disclosure-agent/harnesses/codex.toml +69 -0
  236. package/agents/legal/legal-public-disclosure-agent/harnesses/copilot.agent.md +42 -0
  237. package/agents/legal/legal-public-disclosure-agent/harnesses/cursor.agent.md +42 -0
  238. package/agents/legal/legal-public-disclosure-agent/harnesses/gemini.agent.md +42 -0
  239. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-cli.agent.json +5 -0
  240. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-ide.agent.md +42 -0
  241. package/agents/legal/legal-public-disclosure-agent/metadata.json +42 -0
  242. package/agents/legal/legal-regulatory-compliance-agent/AGENT.md +61 -0
  243. package/agents/legal/legal-regulatory-compliance-agent/harnesses/claude-code.agent.md +42 -0
  244. package/agents/legal/legal-regulatory-compliance-agent/harnesses/codex.toml +77 -0
  245. package/agents/legal/legal-regulatory-compliance-agent/harnesses/copilot.agent.md +42 -0
  246. package/agents/legal/legal-regulatory-compliance-agent/harnesses/cursor.agent.md +42 -0
  247. package/agents/legal/legal-regulatory-compliance-agent/harnesses/gemini.agent.md +42 -0
  248. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-cli.agent.json +5 -0
  249. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-ide.agent.md +42 -0
  250. package/agents/legal/legal-regulatory-compliance-agent/metadata.json +42 -0
  251. package/agents/legal/legal-vendor-procurement-risk-agent/AGENT.md +61 -0
  252. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/claude-code.agent.md +42 -0
  253. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/codex.toml +67 -0
  254. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/copilot.agent.md +42 -0
  255. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/cursor.agent.md +42 -0
  256. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/gemini.agent.md +42 -0
  257. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  258. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  259. package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +42 -0
  260. package/catalog/agents.json +966 -230
  261. package/catalog/asset-integrity.json +3442 -1902
  262. package/catalog/install-roles.json +41 -0
  263. package/catalog/skill-manifest.json +175 -0
  264. package/catalog/skills.json +136 -0
  265. package/package.json +1 -1
  266. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  267. package/skills/cross-functional/legal-hr-case-capsule/README.md +45 -0
  268. package/skills/cross-functional/legal-hr-case-capsule/SKILL.md +79 -0
  269. package/skills/cross-functional/legal-hr-case-capsule/metadata.json +19 -0
  270. package/skills/cross-functional/legal-hr-case-capsule/references/capsule-schema.md +110 -0
  271. package/skills/cross-functional/legal-hr-risk-taxonomy/README.md +97 -0
  272. package/skills/cross-functional/legal-hr-risk-taxonomy/SKILL.md +89 -0
  273. package/skills/cross-functional/legal-hr-risk-taxonomy/metadata.json +19 -0
  274. package/skills/cross-functional/legal-hr-risk-taxonomy/references/risk-labels.md +91 -0
  275. package/skills/cross-functional/legal-hr-routing-protocol/README.md +68 -0
  276. package/skills/cross-functional/legal-hr-routing-protocol/SKILL.md +92 -0
  277. package/skills/cross-functional/legal-hr-routing-protocol/metadata.json +19 -0
  278. package/skills/cross-functional/legal-hr-routing-protocol/references/handoff-matrix.md +48 -0
  279. package/skills/hr/hr-risk-triage-review/SKILL.md +60 -0
  280. package/skills/hr/hr-risk-triage-review/metadata.json +22 -0
  281. package/skills/hr/hr-risk-triage-review/references/jurisdictions/australia.md +111 -0
  282. package/skills/hr/hr-risk-triage-review/references/jurisdictions/eu.md +97 -0
  283. package/skills/hr/hr-risk-triage-review/references/jurisdictions/singapore.md +102 -0
  284. package/skills/hr/hr-risk-triage-review/references/jurisdictions/uk.md +100 -0
  285. package/skills/hr/hr-risk-triage-review/references/jurisdictions/us.md +100 -0
  286. package/skills/hr/hr-risk-triage-review/references/workflow-and-output.md +176 -0
  287. package/skills/legal/legal-counsel-review/SKILL.md +50 -0
  288. package/skills/legal/legal-counsel-review/metadata.json +22 -0
  289. package/skills/legal/legal-counsel-review/references/jurisdictions/australia.md +86 -0
  290. package/skills/legal/legal-counsel-review/references/jurisdictions/eu.md +77 -0
  291. package/skills/legal/legal-counsel-review/references/jurisdictions/singapore.md +76 -0
  292. package/skills/legal/legal-counsel-review/references/jurisdictions/uk.md +81 -0
  293. package/skills/legal/legal-counsel-review/references/jurisdictions/us.md +100 -0
  294. package/skills/legal/legal-counsel-review/references/workflow-and-output.md +148 -0
  295. package/tests/fixtures/hr-maestro-routing/expected/01-employee-relations.json +6 -0
  296. package/tests/fixtures/hr-maestro-routing/expected/02-workplace-investigations.json +6 -0
  297. package/tests/fixtures/hr-maestro-routing/expected/03-performance-management.json +6 -0
  298. package/tests/fixtures/hr-maestro-routing/expected/04-termination-readiness.json +6 -0
  299. package/tests/fixtures/hr-maestro-routing/expected/05-leave-accommodation.json +6 -0
  300. package/tests/fixtures/hr-maestro-routing/expected/06-recruiting-selection.json +6 -0
  301. package/tests/fixtures/hr-maestro-routing/expected/07-compensation-equity.json +6 -0
  302. package/tests/fixtures/hr-maestro-routing/expected/08-benefits-payroll.json +6 -0
  303. package/tests/fixtures/hr-maestro-routing/expected/09-workforce-planning-rif.json +6 -0
  304. package/tests/fixtures/hr-maestro-routing/expected/10-learning-policy.json +6 -0
  305. package/tests/fixtures/hr-maestro-routing/expected/11-analytics-people-data.json +6 -0
  306. package/tests/fixtures/hr-maestro-routing/expected/12-culture-dei.json +6 -0
  307. package/tests/fixtures/hr-maestro-routing/expected/13-hris-process-controls.json +6 -0
  308. package/tests/fixtures/hr-maestro-routing/expected/14-ambiguous.json +4 -0
  309. package/tests/fixtures/hr-maestro-routing/inputs/01-employee-relations.json +7 -0
  310. package/tests/fixtures/hr-maestro-routing/inputs/02-workplace-investigations.json +7 -0
  311. package/tests/fixtures/hr-maestro-routing/inputs/03-performance-management.json +7 -0
  312. package/tests/fixtures/hr-maestro-routing/inputs/04-termination-readiness.json +7 -0
  313. package/tests/fixtures/hr-maestro-routing/inputs/05-leave-accommodation.json +7 -0
  314. package/tests/fixtures/hr-maestro-routing/inputs/06-recruiting-selection.json +7 -0
  315. package/tests/fixtures/hr-maestro-routing/inputs/07-compensation-equity.json +7 -0
  316. package/tests/fixtures/hr-maestro-routing/inputs/08-benefits-payroll.json +7 -0
  317. package/tests/fixtures/hr-maestro-routing/inputs/09-workforce-planning-rif.json +7 -0
  318. package/tests/fixtures/hr-maestro-routing/inputs/10-learning-policy.json +7 -0
  319. package/tests/fixtures/hr-maestro-routing/inputs/11-analytics-people-data.json +7 -0
  320. package/tests/fixtures/hr-maestro-routing/inputs/12-culture-dei.json +7 -0
  321. package/tests/fixtures/hr-maestro-routing/inputs/13-hris-process-controls.json +7 -0
  322. package/tests/fixtures/hr-maestro-routing/inputs/14-ambiguous.json +7 -0
  323. package/tests/fixtures/hr-maestro-routing/taxonomy.json +59 -0
  324. package/tests/fixtures/legal-maestro-routing/expected/01-contract-review.json +6 -0
  325. package/tests/fixtures/legal-maestro-routing/expected/02-privacy-data-protection.json +6 -0
  326. package/tests/fixtures/legal-maestro-routing/expected/03-employment-law-risk.json +6 -0
  327. package/tests/fixtures/legal-maestro-routing/expected/04-litigation-discovery-hold.json +6 -0
  328. package/tests/fixtures/legal-maestro-routing/expected/05-regulatory-compliance.json +6 -0
  329. package/tests/fixtures/legal-maestro-routing/expected/06-ip-open-source.json +6 -0
  330. package/tests/fixtures/legal-maestro-routing/expected/07-vendor-procurement-risk.json +6 -0
  331. package/tests/fixtures/legal-maestro-routing/expected/08-ethics-investigations.json +6 -0
  332. package/tests/fixtures/legal-maestro-routing/expected/09-policy-governance.json +6 -0
  333. package/tests/fixtures/legal-maestro-routing/expected/10-public-disclosure.json +6 -0
  334. package/tests/fixtures/legal-maestro-routing/expected/11-knowledge-management.json +6 -0
  335. package/tests/fixtures/legal-maestro-routing/expected/12-ambiguous.json +4 -0
  336. package/tests/fixtures/legal-maestro-routing/inputs/01-contract-review.json +7 -0
  337. package/tests/fixtures/legal-maestro-routing/inputs/02-privacy-data-protection.json +7 -0
  338. package/tests/fixtures/legal-maestro-routing/inputs/03-employment-law-risk.json +7 -0
  339. package/tests/fixtures/legal-maestro-routing/inputs/04-litigation-discovery-hold.json +7 -0
  340. package/tests/fixtures/legal-maestro-routing/inputs/05-regulatory-compliance.json +7 -0
  341. package/tests/fixtures/legal-maestro-routing/inputs/06-ip-open-source.json +7 -0
  342. package/tests/fixtures/legal-maestro-routing/inputs/07-vendor-procurement-risk.json +7 -0
  343. package/tests/fixtures/legal-maestro-routing/inputs/08-ethics-investigations.json +7 -0
  344. package/tests/fixtures/legal-maestro-routing/inputs/09-policy-governance.json +7 -0
  345. package/tests/fixtures/legal-maestro-routing/inputs/10-public-disclosure.json +7 -0
  346. package/tests/fixtures/legal-maestro-routing/inputs/11-knowledge-management.json +7 -0
  347. package/tests/fixtures/legal-maestro-routing/inputs/12-ambiguous.json +7 -0
  348. package/tests/fixtures/legal-maestro-routing/taxonomy.json +51 -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",
@@ -4106,7 +4106,7 @@
4106
4106
  "gemini",
4107
4107
  "kiro"
4108
4108
  ],
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.",
4109
+ "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
4110
  "companion_skills": [
4111
4111
  "eu-ai-act-marketing-system-review"
4112
4112
  ],
@@ -4184,7 +4184,7 @@
4184
4184
  "https://falco.org/docs/install-operate/deployment/",
4185
4185
  "https://github.com/falcosecurity/rules/tree/main/rules"
4186
4186
  ],
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.",
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 attackers can exploit known exception patterns.",
4188
4188
  "last_verified": "2026-05-02",
4189
4189
  "path": "agents/falco/falco-runtime-threat-rules-review-agent",
4190
4190
  "version": "0.1.0"
@@ -4248,7 +4248,7 @@
4248
4248
  "https://www.alibabacloud.com/cloud-computing/pricing",
4249
4249
  "https://cloud.tencent.com/product/cvm/pricing"
4250
4250
  ],
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.",
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 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
4252
  "provider_coverage": [
4253
4253
  "aws",
4254
4254
  "azure",
@@ -4308,14 +4308,14 @@
4308
4308
  "gemini",
4309
4309
  "kiro"
4310
4310
  ],
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.",
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 requires explicit human gate.",
4312
4312
  "source_type": "original",
4313
4313
  "official_docs": [
4314
4314
  "https://www.finops.org/framework/",
4315
4315
  "https://focus.finops.org/",
4316
4316
  "https://www.opencost.io/docs/"
4317
4317
  ],
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.",
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 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
4319
  "last_verified": "2026-05-13",
4320
4320
  "path": "agents/finops/finops-maestro-agent",
4321
4321
  "author": "github: Raishin",
@@ -4345,7 +4345,7 @@
4345
4345
  "https://fluxcd.io/flux/security/secrets-management/",
4346
4346
  "https://fluxcd.io/flux/installation/configuration/multitenancy/"
4347
4347
  ],
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.",
4348
+ "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
4349
  "last_verified": "2026-05-02",
4350
4350
  "path": "agents/fluxcd/fluxcd-kustomization-helmrelease-review-agent",
4351
4351
  "version": "0.1.0"
@@ -4392,7 +4392,7 @@
4392
4392
  "gemini",
4393
4393
  "kiro"
4394
4394
  ],
4395
- "summary": "Operate AlloyDB clusters and Cloud SQL instances \u2014 HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4395
+ "summary": "Operate AlloyDB clusters and Cloud SQL instances HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4396
4396
  "source_type": "original",
4397
4397
  "official_docs": [
4398
4398
  "https://cloud.google.com/alloydb/docs/overview",
@@ -4400,7 +4400,7 @@
4400
4400
  "https://cloud.google.com/sql/docs/postgres/high-availability",
4401
4401
  "https://cloud.google.com/alloydb/docs/auth-proxy/overview"
4402
4402
  ],
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.",
4403
+ "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
4404
  "last_verified": "2026-05-08",
4405
4405
  "path": "agents/gcp/gcp-alloydb-cloudsql-dba-agent",
4406
4406
  "author": "github: Raishin",
@@ -4427,7 +4427,7 @@
4427
4427
  "https://cloud.google.com/anthos/fleet-management/docs/fleet-concepts",
4428
4428
  "https://cloud.google.com/service-mesh/docs/overview"
4429
4429
  ],
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.",
4430
+ "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
4431
  "last_verified": "2026-05-08",
4432
4432
  "path": "agents/gcp/gcp-anthos-multicloud-architect-agent",
4433
4433
  "author": "github: Raishin",
@@ -4446,14 +4446,14 @@
4446
4446
  "gemini",
4447
4447
  "kiro"
4448
4448
  ],
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.",
4449
+ "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
4450
  "source_type": "original",
4451
4451
  "official_docs": [
4452
4452
  "https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee",
4453
4453
  "https://cloud.google.com/apigee/docs/api-platform/security/oauth/oauth-home",
4454
4454
  "https://cloud.google.com/apigee/docs/api-platform/reference/policies/spike-arrest-policy"
4455
4455
  ],
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.",
4456
+ "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
4457
  "last_verified": "2026-05-08",
4458
4458
  "path": "agents/gcp/gcp-apigee-api-platform-operator-agent",
4459
4459
  "author": "github: Raishin",
@@ -4499,7 +4499,7 @@
4499
4499
  "gemini",
4500
4500
  "kiro"
4501
4501
  ],
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.",
4502
+ "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
4503
  "source_type": "original",
4504
4504
  "official_docs": [
4505
4505
  "https://cloud.google.com/certificate-manager/docs/overview",
@@ -4507,7 +4507,7 @@
4507
4507
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs",
4508
4508
  "https://cloud.google.com/certificate-manager/docs/monitor-certificate-status"
4509
4509
  ],
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.",
4510
+ "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
4511
  "last_verified": "2026-05-09",
4512
4512
  "path": "agents/gcp/gcp-certificate-manager-issuer-review-agent",
4513
4513
  "version": "0.1.0",
@@ -4526,7 +4526,7 @@
4526
4526
  "gemini",
4527
4527
  "kiro"
4528
4528
  ],
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.",
4529
+ "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
4530
  "source_type": "original",
4531
4531
  "official_docs": [
4532
4532
  "https://cloud.google.com/asset-inventory/docs/overview",
@@ -4535,7 +4535,7 @@
4535
4535
  "https://cloud.google.com/resource-manager/docs/organization-policy/overview",
4536
4536
  "https://cloud.google.com/vpc/docs/vpc-peering"
4537
4537
  ],
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.",
4538
+ "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
4539
  "last_verified": "2026-05-09",
4540
4540
  "path": "agents/gcp/gcp-change-impact-advisor-agent",
4541
4541
  "version": "0.1.0",
@@ -4554,7 +4554,7 @@
4554
4554
  "gemini",
4555
4555
  "kiro"
4556
4556
  ],
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.",
4557
+ "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
4558
  "companion_skills": [
4559
4559
  "gcp-cloud-auth-advisor"
4560
4560
  ],
@@ -4619,7 +4619,7 @@
4619
4619
  "https://cloud.google.com/artifact-registry/docs/overview",
4620
4620
  "https://cloud.google.com/build/docs/securing-builds/view-build-provenance"
4621
4621
  ],
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.",
4622
+ "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
4623
  "last_verified": "2026-05-08",
4624
4624
  "path": "agents/gcp/gcp-cloudbuild-deploy-cicd-operator-agent",
4625
4625
  "author": "github: Raishin",
@@ -4645,7 +4645,7 @@
4645
4645
  "https://cloud.google.com/security/compliance/offerings",
4646
4646
  "https://cloud.google.com/security-command-center/docs/compliance-dashboard"
4647
4647
  ],
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.",
4648
+ "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
4649
  "last_verified": "2026-05-08",
4650
4650
  "path": "agents/gcp/gcp-compliance-assured-workloads-agent",
4651
4651
  "author": "github: Raishin",
@@ -4672,7 +4672,7 @@
4672
4672
  "https://cloud.google.com/compute/docs/os-patch-management",
4673
4673
  "https://cloud.google.com/compute/docs/instances/spot"
4674
4674
  ],
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.",
4675
+ "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
4676
  "last_verified": "2026-05-08",
4677
4677
  "path": "agents/gcp/gcp-compute-engine-operator-agent",
4678
4678
  "author": "github: Raishin",
@@ -4691,7 +4691,7 @@
4691
4691
  "gemini",
4692
4692
  "kiro"
4693
4693
  ],
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.",
4694
+ "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
4695
  "source_type": "original",
4696
4696
  "official_docs": [
4697
4697
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4700,7 +4700,7 @@
4700
4700
  "https://cloud.google.com/run/docs/configuring/max-instances",
4701
4701
  "https://cloud.google.com/recommender/docs/overview"
4702
4702
  ],
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.",
4703
+ "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
4704
  "last_verified": "2026-05-09",
4705
4705
  "path": "agents/gcp/gcp-cost-anomaly-watch-coordinator-agent",
4706
4706
  "version": "0.1.0",
@@ -4747,7 +4747,7 @@
4747
4747
  "gemini",
4748
4748
  "kiro"
4749
4749
  ],
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.",
4750
+ "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
4751
  "source_type": "original",
4752
4752
  "official_docs": [
4753
4753
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4756,7 +4756,7 @@
4756
4756
  "https://cloud.google.com/deploy/docs/view-pipeline-status",
4757
4757
  "https://cloud.google.com/monitoring/slo-monitoring"
4758
4758
  ],
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.",
4759
+ "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
4760
  "last_verified": "2026-05-09",
4761
4761
  "path": "agents/gcp/gcp-daily-operations-briefing-coordinator-agent",
4762
4762
  "version": "0.1.0",
@@ -4784,7 +4784,7 @@
4784
4784
  "https://cloud.google.com/composer/docs/concepts/overview",
4785
4785
  "https://cloud.google.com/dataplex/docs/introduction"
4786
4786
  ],
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.",
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 design consumers for idempotency.",
4788
4788
  "last_verified": "2026-05-08",
4789
4789
  "path": "agents/gcp/gcp-data-pipeline-engineer-agent",
4790
4790
  "author": "github: Raishin",
@@ -4803,7 +4803,7 @@
4803
4803
  "gemini",
4804
4804
  "kiro"
4805
4805
  ],
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.",
4806
+ "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
4807
  "source_type": "original",
4808
4808
  "official_docs": [
4809
4809
  "https://cloud.google.com/pubsub/docs/dead-letter-topics",
@@ -4813,7 +4813,7 @@
4813
4813
  "https://cloud.google.com/scheduler/docs/overview",
4814
4814
  "https://cloud.google.com/workflows/docs/overview"
4815
4815
  ],
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.",
4816
+ "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
4817
  "last_verified": "2026-05-09",
4818
4818
  "path": "agents/gcp/gcp-event-driven-architecture-review-agent",
4819
4819
  "version": "0.1.0",
@@ -4845,7 +4845,7 @@
4845
4845
  "https://firebase.google.com/docs/functions",
4846
4846
  "https://firebase.google.com/docs/app-check"
4847
4847
  ],
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.",
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 service account keys are private and must never be embedded in client code.",
4849
4849
  "last_verified": "2026-05-09",
4850
4850
  "path": "agents/gcp/gcp-firebase-developer-agent",
4851
4851
  "author": "github: Raishin",
@@ -4864,7 +4864,7 @@
4864
4864
  "gemini",
4865
4865
  "kiro"
4866
4866
  ],
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.",
4867
+ "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
4868
  "source_type": "original",
4869
4869
  "official_docs": [
4870
4870
  "https://cloud.google.com/storage/docs/access-control/uniform-bucket-level-access",
@@ -4873,7 +4873,7 @@
4873
4873
  "https://cloud.google.com/storage/docs/lifecycle",
4874
4874
  "https://cloud.google.com/storage/docs/bucket-lock"
4875
4875
  ],
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.",
4876
+ "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
4877
  "last_verified": "2026-05-09",
4878
4878
  "path": "agents/gcp/gcp-gcs-data-perimeter-governor-agent",
4879
4879
  "version": "0.1.0",
@@ -4892,7 +4892,7 @@
4892
4892
  "gemini",
4893
4893
  "kiro"
4894
4894
  ],
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.",
4895
+ "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
4896
  "companion_skills": [
4897
4897
  "gcp-gemini-api-developer"
4898
4898
  ],
@@ -4929,7 +4929,7 @@
4929
4929
  "https://cloud.google.com/binary-authorization/docs/overview",
4930
4930
  "https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels"
4931
4931
  ],
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.",
4932
+ "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
4933
  "last_verified": "2026-05-08",
4934
4934
  "path": "agents/gcp/gcp-gke-platform-operator-agent",
4935
4935
  "author": "github: Raishin",
@@ -4948,7 +4948,7 @@
4948
4948
  "gemini",
4949
4949
  "kiro"
4950
4950
  ],
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.",
4951
+ "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
4952
  "source_type": "original",
4953
4953
  "official_docs": [
4954
4954
  "https://cloud.google.com/docs/terraform/best-practices-for-terraform",
@@ -4957,7 +4957,7 @@
4957
4957
  "https://cloud.google.com/iam/docs/org-policy-overview",
4958
4958
  "https://developer.hashicorp.com/terraform/cli/commands/plan"
4959
4959
  ],
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.",
4960
+ "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
4961
  "last_verified": "2026-05-09",
4962
4962
  "path": "agents/gcp/gcp-iac-change-safety-review-agent",
4963
4963
  "version": "0.1.0",
@@ -5012,7 +5012,7 @@
5012
5012
  "https://cloud.google.com/vpc/docs/shared-vpc",
5013
5013
  "https://cloud.google.com/logging/docs/audit/configure-data-access"
5014
5014
  ],
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.",
5015
+ "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
5016
  "last_verified": "2026-05-08",
5017
5017
  "path": "agents/gcp/gcp-landing-zone-architect-agent",
5018
5018
  "author": "github: Raishin",
@@ -5031,14 +5031,14 @@
5031
5031
  "gemini",
5032
5032
  "kiro"
5033
5033
  ],
5034
- "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes \u2014 irreversible data loss and downstream pipeline breakage.",
5034
+ "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes irreversible data loss and downstream pipeline breakage.",
5035
5035
  "source_type": "original",
5036
5036
  "official_docs": [
5037
5037
  "https://cloud.google.com/bigquery/docs/managing-tables",
5038
5038
  "https://cloud.google.com/bigquery/docs/datasets",
5039
5039
  "https://cloud.google.com/bigquery/docs/authorized-views"
5040
5040
  ],
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.",
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 there is no recycle bin for datasets. Tables with default expiration may be partially recoverable if within the expiration window.",
5042
5042
  "last_verified": "2026-05-08",
5043
5043
  "path": "agents/gcp/gcp-live-bigquery-dataset-deletion-guard-agent",
5044
5044
  "author": "github: Raishin",
@@ -5057,14 +5057,14 @@
5057
5057
  "gemini",
5058
5058
  "kiro"
5059
5059
  ],
5060
- "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions \u2014 production traffic blast radius with no automatic rollback.",
5060
+ "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions production traffic blast radius with no automatic rollback.",
5061
5061
  "source_type": "original",
5062
5062
  "official_docs": [
5063
5063
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
5064
5064
  "https://cloud.google.com/run/docs/configuring/min-instances",
5065
5065
  "https://cloud.google.com/run/docs/managing/revisions"
5066
5066
  ],
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.",
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 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
5068
  "last_verified": "2026-05-08",
5069
5069
  "path": "agents/gcp/gcp-live-cloud-run-traffic-migration-guard-agent",
5070
5070
  "author": "github: Raishin",
@@ -5083,7 +5083,7 @@
5083
5083
  "gemini",
5084
5084
  "kiro"
5085
5085
  ],
5086
- "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests \u2014 financial authority gate.",
5086
+ "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests financial authority gate.",
5087
5087
  "source_type": "original",
5088
5088
  "official_docs": [
5089
5089
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -5136,7 +5136,7 @@
5136
5136
  "gemini",
5137
5137
  "kiro"
5138
5138
  ],
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.",
5139
+ "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
5140
  "source_type": "original",
5141
5141
  "official_docs": [
5142
5142
  "https://cloud.google.com/iam/docs/manage-access-other-resources",
@@ -5162,7 +5162,7 @@
5162
5162
  "gemini",
5163
5163
  "kiro"
5164
5164
  ],
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.",
5165
+ "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
5166
  "source_type": "original",
5167
5167
  "official_docs": [
5168
5168
  "https://cloud.google.com/kms/docs/destroy-restore",
@@ -5188,7 +5188,7 @@
5188
5188
  "gemini",
5189
5189
  "kiro"
5190
5190
  ],
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.",
5191
+ "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
5192
  "source_type": "original",
5193
5193
  "official_docs": [
5194
5194
  "https://cloud.google.com/load-balancing/docs/load-balancing-overview",
@@ -5197,7 +5197,7 @@
5197
5197
  "https://cloud.google.com/load-balancing/docs/backend-service",
5198
5198
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs"
5199
5199
  ],
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.",
5200
+ "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
5201
  "last_verified": "2026-05-09",
5202
5202
  "path": "agents/gcp/gcp-load-balancer-traffic-engineer-agent",
5203
5203
  "version": "0.1.0",
@@ -5217,7 +5217,7 @@
5217
5217
  "gemini",
5218
5218
  "kiro"
5219
5219
  ],
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.",
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 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
5221
5221
  "source_type": "original",
5222
5222
  "official_docs": [
5223
5223
  "https://cloud.google.com/docs/overview",
@@ -5225,7 +5225,7 @@
5225
5225
  "https://cloud.google.com/iam/docs/overview",
5226
5226
  "https://cloud.google.com/vpc/docs/vpc"
5227
5227
  ],
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.",
5228
+ "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
5229
  "last_verified": "2026-05-08",
5230
5230
  "path": "agents/gcp/gcp-maestro-agent",
5231
5231
  "author": "github: Raishin"
@@ -5250,7 +5250,7 @@
5250
5250
  "https://cloud.google.com/database-migration/docs/overview",
5251
5251
  "https://cloud.google.com/storage-transfer/docs/overview"
5252
5252
  ],
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.",
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 reverting DNS is faster than reverting data if cutover fails. DMS continuous replication must be validated before cutover window begins.",
5254
5254
  "last_verified": "2026-05-08",
5255
5255
  "path": "agents/gcp/gcp-migration-cutover-architect-agent",
5256
5256
  "author": "github: Raishin",
@@ -5278,7 +5278,7 @@
5278
5278
  "https://cloud.google.com/nat/docs/overview",
5279
5279
  "https://cloud.google.com/armor/docs/cloud-armor-overview"
5280
5280
  ],
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.",
5281
+ "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
5282
  "last_verified": "2026-05-08",
5283
5283
  "path": "agents/gcp/gcp-network-architect-agent",
5284
5284
  "author": "github: Raishin",
@@ -5336,7 +5336,7 @@
5336
5336
  "https://cloud.google.com/trace/docs",
5337
5337
  "https://cloud.google.com/monitoring/slos/slo-monitoring"
5338
5338
  ],
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.",
5339
+ "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
5340
  "last_verified": "2026-05-08",
5341
5341
  "path": "agents/gcp/gcp-observability-incident-responder-agent",
5342
5342
  "author": "github: Raishin",
@@ -5355,7 +5355,7 @@
5355
5355
  "gemini",
5356
5356
  "kiro"
5357
5357
  ],
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.",
5358
+ "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
5359
  "source_type": "original",
5360
5360
  "official_docs": [
5361
5361
  "https://cloud.google.com/artifact-registry/docs/overview",
@@ -5363,7 +5363,7 @@
5363
5363
  "https://cloud.google.com/container-analysis/docs/container-analysis",
5364
5364
  "https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy"
5365
5365
  ],
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.",
5366
+ "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
5367
  "last_verified": "2026-05-09",
5368
5368
  "path": "agents/gcp/gcp-registry-artifact-governor-agent",
5369
5369
  "version": "0.1.0",
@@ -5382,7 +5382,7 @@
5382
5382
  "gemini",
5383
5383
  "kiro"
5384
5384
  ],
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.",
5385
+ "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
5386
  "source_type": "original",
5387
5387
  "official_docs": [
5388
5388
  "https://cloud.google.com/architecture/disaster-recovery",
@@ -5390,7 +5390,7 @@
5390
5390
  "https://cloud.google.com/spanner/docs/instance-configurations",
5391
5391
  "https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress"
5392
5392
  ],
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.",
5393
+ "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
5394
  "last_verified": "2026-05-08",
5395
5395
  "path": "agents/gcp/gcp-resilience-bcdr-review-agent",
5396
5396
  "author": "github: Raishin",
@@ -5416,7 +5416,7 @@
5416
5416
  "https://cloud.google.com/asset-inventory/docs/searching-resources",
5417
5417
  "https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes"
5418
5418
  ],
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.",
5419
+ "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
5420
  "last_verified": "2026-05-08",
5421
5421
  "path": "agents/gcp/gcp-resource-inventory-analyst-agent",
5422
5422
  "author": "github: Raishin",
@@ -5444,7 +5444,7 @@
5444
5444
  "https://cloud.google.com/kms/docs/key-rotation",
5445
5445
  "https://cloud.google.com/kms/docs/importing-a-key"
5446
5446
  ],
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.",
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 key deletion or disablement can cause irreversible data loss.",
5448
5448
  "last_verified": "2026-05-08",
5449
5449
  "path": "agents/gcp/gcp-secret-kms-lifecycle-steward-agent",
5450
5450
  "author": "github: Raishin",
@@ -5491,7 +5491,7 @@
5491
5491
  "gemini",
5492
5492
  "kiro"
5493
5493
  ],
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.",
5494
+ "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
5495
  "source_type": "original",
5496
5496
  "official_docs": [
5497
5497
  "https://cloud.google.com/run/docs/configuring/min-instances",
@@ -5500,7 +5500,7 @@
5500
5500
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
5501
5501
  "https://cloud.google.com/functions/docs/concepts/version-comparison"
5502
5502
  ],
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.",
5503
+ "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
5504
  "last_verified": "2026-05-09",
5505
5505
  "path": "agents/gcp/gcp-serverless-production-readiness-agent",
5506
5506
  "version": "0.1.0",
@@ -5519,7 +5519,7 @@
5519
5519
  "gemini",
5520
5520
  "kiro"
5521
5521
  ],
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.",
5522
+ "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
5523
  "source_type": "original",
5524
5524
  "official_docs": [
5525
5525
  "https://cloud.google.com/architecture/framework",
@@ -5553,7 +5553,7 @@
5553
5553
  "https://cloud.google.com/spanner/docs/instances",
5554
5554
  "https://cloud.google.com/spanner/docs/secondary-indexes"
5555
5555
  ],
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.",
5556
+ "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
5557
  "last_verified": "2026-05-08",
5558
5558
  "path": "agents/gcp/gcp-spanner-architect-agent",
5559
5559
  "author": "github: Raishin",
@@ -5572,7 +5572,7 @@
5572
5572
  "gemini",
5573
5573
  "kiro"
5574
5574
  ],
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.",
5575
+ "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
5576
  "source_type": "original",
5577
5577
  "official_docs": [
5578
5578
  "https://cloud.google.com/support/docs/overview",
@@ -5580,7 +5580,7 @@
5580
5580
  "https://status.google.com/",
5581
5581
  "https://cloud.google.com/support/docs/managed-incident"
5582
5582
  ],
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.",
5583
+ "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
5584
  "last_verified": "2026-05-09",
5585
5585
  "path": "agents/gcp/gcp-support-incident-coordinator-agent",
5586
5586
  "version": "0.1.0",
@@ -5599,7 +5599,7 @@
5599
5599
  "gemini",
5600
5600
  "kiro"
5601
5601
  ],
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.",
5602
+ "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
5603
  "source_type": "original",
5604
5604
  "official_docs": [
5605
5605
  "https://cloud.google.com/support/docs/severity-definitions",
@@ -5607,7 +5607,7 @@
5607
5607
  "https://cloud.google.com/logging/docs/view/logs-explorer-interface",
5608
5608
  "https://status.google.com/"
5609
5609
  ],
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.",
5610
+ "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
5611
  "last_verified": "2026-05-09",
5612
5612
  "path": "agents/gcp/gcp-ticket-triage-escalation-coordinator-agent",
5613
5613
  "version": "0.1.0",
@@ -5634,7 +5634,7 @@
5634
5634
  "https://cloud.google.com/vertex-ai/docs/model-registry/introduction",
5635
5635
  "https://cloud.google.com/vertex-ai/docs/featurestore/overview"
5636
5636
  ],
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.",
5637
+ "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
5638
  "last_verified": "2026-05-08",
5639
5639
  "path": "agents/gcp/gcp-vertex-ai-mlops-engineer-agent",
5640
5640
  "author": "github: Raishin",
@@ -5662,7 +5662,7 @@
5662
5662
  "https://cloud.google.com/access-context-manager/docs/overview",
5663
5663
  "https://cloud.google.com/vpc-service-controls/docs/create-service-perimeters"
5664
5664
  ],
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.",
5665
+ "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
5666
  "last_verified": "2026-05-08",
5667
5667
  "path": "agents/gcp/gcp-vpc-service-controls-architect-agent",
5668
5668
  "author": "github: Raishin",
@@ -5769,7 +5769,7 @@
5769
5769
  "gemini",
5770
5770
  "kiro"
5771
5771
  ],
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.",
5772
+ "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
5773
  "source_type": "original",
5774
5774
  "official_docs": [
5775
5775
  "https://helm.sh/docs/chart_best_practices/",
@@ -5780,7 +5780,7 @@
5780
5780
  "https://kubernetes.io/docs/concepts/security/pod-security-standards/",
5781
5781
  "https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
5782
5782
  ],
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.",
5783
+ "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
5784
  "last_verified": "2026-05-17",
5785
5785
  "path": "agents/qa/helm-chart-quality-review-agent",
5786
5786
  "version": "0.1.0"
@@ -5805,7 +5805,7 @@
5805
5805
  "https://docs.hetzner.com/cloud/servers/overview/",
5806
5806
  "https://docs.hetzner.com/general/others/contacting-support/"
5807
5807
  ],
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.",
5808
+ "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
5809
  "last_verified": "2026-05-10",
5810
5810
  "path": "agents/hetzner/hetzner-capacity-planner-agent",
5811
5811
  "author": "github: Raishin",
@@ -5840,7 +5840,7 @@
5840
5840
  "https://www.hetzner.com/cloud/pricing/",
5841
5841
  "https://docs.hetzner.com/"
5842
5842
  ],
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.",
5843
+ "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
5844
  "last_verified": "2026-05-10",
5845
5845
  "path": "agents/hetzner/hetzner-cost-optimization-analyst-agent",
5846
5846
  "author": "github: Raishin",
@@ -5875,7 +5875,7 @@
5875
5875
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5876
5876
  "https://docs.hetzner.com/cloud/networks/overview/"
5877
5877
  ],
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.",
5878
+ "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
5879
  "last_verified": "2026-05-10",
5880
5880
  "path": "agents/hetzner/hetzner-infrastructure-reviewer-agent",
5881
5881
  "author": "github: Raishin",
@@ -5910,7 +5910,7 @@
5910
5910
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5911
5911
  "https://docs.hetzner.com/cloud/firewalls/faq/"
5912
5912
  ],
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.",
5913
+ "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
5914
  "last_verified": "2026-05-10",
5915
5915
  "path": "agents/hetzner/hetzner-live-firewall-rule-guard-agent",
5916
5916
  "author": "github: Raishin",
@@ -5945,7 +5945,7 @@
5945
5945
  "https://docs.hetzner.com/cloud/servers/overview/",
5946
5946
  "https://docs.hetzner.com/cloud/servers/server-types/"
5947
5947
  ],
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.",
5948
+ "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
5949
  "last_verified": "2026-05-10",
5950
5950
  "path": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent",
5951
5951
  "author": "github: Raishin",
@@ -5979,7 +5979,7 @@
5979
5979
  "https://docs.hetzner.cloud/",
5980
5980
  "https://docs.hetzner.com/"
5981
5981
  ],
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.",
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 do not assume servers have public IPs.",
5983
5983
  "last_verified": "2026-05-10",
5984
5984
  "path": "agents/hetzner/hetzner-maestro-agent",
5985
5985
  "author": "github: Raishin",
@@ -5994,6 +5994,399 @@
5994
5994
  "kiro-cli": "agents/hetzner/hetzner-maestro-agent/harnesses/kiro-cli.agent.json"
5995
5995
  }
5996
5996
  },
5997
+ {
5998
+ "id": "hr-analytics-people-data-agent",
5999
+ "name": "HR Analytics and People Data Agent",
6000
+ "type": "agent",
6001
+ "provider": "generic",
6002
+ "harnesses": [
6003
+ "codex",
6004
+ "copilot",
6005
+ "claude-code",
6006
+ "cursor",
6007
+ "gemini",
6008
+ "kiro"
6009
+ ],
6010
+ "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
+ "source_type": "original",
6012
+ "official_docs": [
6013
+ "https://www.eeoc.gov",
6014
+ "https://www.dol.gov",
6015
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6016
+ ],
6017
+ "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.",
6018
+ "last_verified": "2026-05-18",
6019
+ "path": "agents/hr/hr-analytics-people-data-agent",
6020
+ "version": "0.1.0"
6021
+ },
6022
+ {
6023
+ "id": "hr-benefits-payroll-agent",
6024
+ "name": "HR Benefits and Payroll Agent",
6025
+ "type": "agent",
6026
+ "provider": "generic",
6027
+ "harnesses": [
6028
+ "codex",
6029
+ "copilot",
6030
+ "claude-code",
6031
+ "cursor",
6032
+ "gemini",
6033
+ "kiro"
6034
+ ],
6035
+ "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
+ "source_type": "original",
6037
+ "official_docs": [
6038
+ "https://www.eeoc.gov",
6039
+ "https://www.dol.gov",
6040
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6041
+ ],
6042
+ "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.",
6043
+ "last_verified": "2026-05-18",
6044
+ "path": "agents/hr/hr-benefits-payroll-agent",
6045
+ "version": "0.1.0"
6046
+ },
6047
+ {
6048
+ "id": "hr-compensation-equity-agent",
6049
+ "name": "HR Compensation and Equity Agent",
6050
+ "type": "agent",
6051
+ "provider": "generic",
6052
+ "harnesses": [
6053
+ "codex",
6054
+ "copilot",
6055
+ "claude-code",
6056
+ "cursor",
6057
+ "gemini",
6058
+ "kiro"
6059
+ ],
6060
+ "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.",
6061
+ "source_type": "original",
6062
+ "official_docs": [
6063
+ "https://www.eeoc.gov",
6064
+ "https://www.dol.gov",
6065
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6066
+ ],
6067
+ "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.",
6068
+ "last_verified": "2026-05-18",
6069
+ "path": "agents/hr/hr-compensation-equity-agent",
6070
+ "version": "0.1.0"
6071
+ },
6072
+ {
6073
+ "id": "hr-culture-dei-agent",
6074
+ "name": "HR Culture and Inclusion Agent",
6075
+ "type": "agent",
6076
+ "provider": "generic",
6077
+ "harnesses": [
6078
+ "codex",
6079
+ "copilot",
6080
+ "claude-code",
6081
+ "cursor",
6082
+ "gemini",
6083
+ "kiro"
6084
+ ],
6085
+ "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.",
6086
+ "source_type": "original",
6087
+ "official_docs": [
6088
+ "https://www.eeoc.gov",
6089
+ "https://www.dol.gov",
6090
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6091
+ ],
6092
+ "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.",
6093
+ "last_verified": "2026-05-18",
6094
+ "path": "agents/hr/hr-culture-dei-agent",
6095
+ "version": "0.1.0"
6096
+ },
6097
+ {
6098
+ "id": "hr-employee-relations-agent",
6099
+ "name": "HR Employee Relations Agent",
6100
+ "type": "agent",
6101
+ "provider": "generic",
6102
+ "harnesses": [
6103
+ "codex",
6104
+ "copilot",
6105
+ "claude-code",
6106
+ "cursor",
6107
+ "gemini",
6108
+ "kiro"
6109
+ ],
6110
+ "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.",
6111
+ "source_type": "original",
6112
+ "official_docs": [
6113
+ "https://www.eeoc.gov",
6114
+ "https://www.dol.gov",
6115
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6116
+ ],
6117
+ "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.",
6118
+ "last_verified": "2026-05-18",
6119
+ "path": "agents/hr/hr-employee-relations-agent",
6120
+ "version": "0.1.0"
6121
+ },
6122
+ {
6123
+ "id": "hr-hris-process-controls-agent",
6124
+ "name": "HR HRIS Process Controls Agent",
6125
+ "type": "agent",
6126
+ "provider": "generic",
6127
+ "harnesses": [
6128
+ "codex",
6129
+ "copilot",
6130
+ "claude-code",
6131
+ "cursor",
6132
+ "gemini",
6133
+ "kiro"
6134
+ ],
6135
+ "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.",
6136
+ "source_type": "original",
6137
+ "official_docs": [
6138
+ "https://www.eeoc.gov",
6139
+ "https://www.dol.gov",
6140
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6141
+ ],
6142
+ "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.",
6143
+ "last_verified": "2026-05-18",
6144
+ "path": "agents/hr/hr-hris-process-controls-agent",
6145
+ "version": "0.1.0"
6146
+ },
6147
+ {
6148
+ "id": "hr-learning-policy-agent",
6149
+ "name": "HR Learning and Policy Agent",
6150
+ "type": "agent",
6151
+ "provider": "generic",
6152
+ "harnesses": [
6153
+ "codex",
6154
+ "copilot",
6155
+ "claude-code",
6156
+ "cursor",
6157
+ "gemini",
6158
+ "kiro"
6159
+ ],
6160
+ "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.",
6161
+ "source_type": "original",
6162
+ "official_docs": [
6163
+ "https://www.eeoc.gov",
6164
+ "https://www.dol.gov",
6165
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6166
+ ],
6167
+ "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.",
6168
+ "last_verified": "2026-05-18",
6169
+ "path": "agents/hr/hr-learning-policy-agent",
6170
+ "version": "0.1.0"
6171
+ },
6172
+ {
6173
+ "id": "hr-leave-accommodation-agent",
6174
+ "name": "HR Leave and Accommodation Agent",
6175
+ "type": "agent",
6176
+ "provider": "generic",
6177
+ "harnesses": [
6178
+ "codex",
6179
+ "copilot",
6180
+ "claude-code",
6181
+ "cursor",
6182
+ "gemini",
6183
+ "kiro"
6184
+ ],
6185
+ "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.",
6186
+ "source_type": "original",
6187
+ "official_docs": [
6188
+ "https://www.eeoc.gov",
6189
+ "https://www.dol.gov",
6190
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6191
+ ],
6192
+ "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.",
6193
+ "last_verified": "2026-05-18",
6194
+ "path": "agents/hr/hr-leave-accommodation-agent",
6195
+ "version": "0.1.0"
6196
+ },
6197
+ {
6198
+ "id": "hr-maestro-agent",
6199
+ "name": "HR Maestro Agent",
6200
+ "type": "agent",
6201
+ "provider": "generic",
6202
+ "harnesses": [
6203
+ "codex",
6204
+ "copilot",
6205
+ "claude-code",
6206
+ "cursor",
6207
+ "gemini",
6208
+ "kiro"
6209
+ ],
6210
+ "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.",
6211
+ "source_type": "original",
6212
+ "official_docs": [
6213
+ "https://www.nist.gov/privacy-framework",
6214
+ "https://www.eeoc.gov",
6215
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6216
+ ],
6217
+ "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.",
6218
+ "last_verified": "2026-05-18",
6219
+ "path": "agents/hr/hr-maestro-agent",
6220
+ "version": "0.1.0"
6221
+ },
6222
+ {
6223
+ "id": "hr-performance-management-agent",
6224
+ "name": "HR Performance Management Agent",
6225
+ "type": "agent",
6226
+ "provider": "generic",
6227
+ "harnesses": [
6228
+ "codex",
6229
+ "copilot",
6230
+ "claude-code",
6231
+ "cursor",
6232
+ "gemini",
6233
+ "kiro"
6234
+ ],
6235
+ "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.",
6236
+ "source_type": "original",
6237
+ "official_docs": [
6238
+ "https://www.eeoc.gov",
6239
+ "https://www.dol.gov",
6240
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6241
+ ],
6242
+ "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.",
6243
+ "last_verified": "2026-05-18",
6244
+ "path": "agents/hr/hr-performance-management-agent",
6245
+ "version": "0.1.0"
6246
+ },
6247
+ {
6248
+ "id": "hr-recruiting-selection-agent",
6249
+ "name": "HR Recruiting and Selection Agent",
6250
+ "type": "agent",
6251
+ "provider": "generic",
6252
+ "harnesses": [
6253
+ "codex",
6254
+ "copilot",
6255
+ "claude-code",
6256
+ "cursor",
6257
+ "gemini",
6258
+ "kiro"
6259
+ ],
6260
+ "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.",
6261
+ "source_type": "original",
6262
+ "official_docs": [
6263
+ "https://www.eeoc.gov",
6264
+ "https://www.dol.gov",
6265
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6266
+ ],
6267
+ "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.",
6268
+ "last_verified": "2026-05-18",
6269
+ "path": "agents/hr/hr-recruiting-selection-agent",
6270
+ "version": "0.1.0"
6271
+ },
6272
+ {
6273
+ "id": "hr-risk-triage-review-agent",
6274
+ "name": "HR Risk Triage Review Agent",
6275
+ "type": "agent",
6276
+ "provider": "generic",
6277
+ "harnesses": [
6278
+ "codex",
6279
+ "copilot",
6280
+ "claude-code",
6281
+ "cursor",
6282
+ "gemini",
6283
+ "kiro"
6284
+ ],
6285
+ "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.",
6286
+ "source_type": "original",
6287
+ "official_docs": [
6288
+ "https://www.eeoc.gov/laws-guidance",
6289
+ "https://www.dol.gov/agencies/whd",
6290
+ "https://www.acas.org.uk/",
6291
+ "https://www.gov.uk/browse/working",
6292
+ "https://www.mom.gov.sg/employment-practices",
6293
+ "https://www.fairwork.gov.au/"
6294
+ ],
6295
+ "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.",
6296
+ "last_verified": "2026-05-18",
6297
+ "path": "agents/hr/hr-risk-triage-review-agent/",
6298
+ "harness_variants": {
6299
+ "codex": "agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml",
6300
+ "copilot": "agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md",
6301
+ "claude-code": "agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md",
6302
+ "cursor": "agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md",
6303
+ "gemini": "agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md",
6304
+ "kiro-ide": "agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md",
6305
+ "kiro-cli": "agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json"
6306
+ },
6307
+ "companion_skills": [
6308
+ "hr-risk-triage-review"
6309
+ ],
6310
+ "execution_tier": "static-review",
6311
+ "lifecycle": "experimental",
6312
+ "author": "github: Raishin",
6313
+ "version": "0.1.0"
6314
+ },
6315
+ {
6316
+ "id": "hr-termination-readiness-agent",
6317
+ "name": "HR Termination Readiness Agent",
6318
+ "type": "agent",
6319
+ "provider": "generic",
6320
+ "harnesses": [
6321
+ "codex",
6322
+ "copilot",
6323
+ "claude-code",
6324
+ "cursor",
6325
+ "gemini",
6326
+ "kiro"
6327
+ ],
6328
+ "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.",
6329
+ "source_type": "original",
6330
+ "official_docs": [
6331
+ "https://www.eeoc.gov",
6332
+ "https://www.dol.gov",
6333
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6334
+ ],
6335
+ "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.",
6336
+ "last_verified": "2026-05-18",
6337
+ "path": "agents/hr/hr-termination-readiness-agent",
6338
+ "version": "0.1.0"
6339
+ },
6340
+ {
6341
+ "id": "hr-workforce-planning-rif-agent",
6342
+ "name": "HR Workforce Planning and RIF Agent",
6343
+ "type": "agent",
6344
+ "provider": "generic",
6345
+ "harnesses": [
6346
+ "codex",
6347
+ "copilot",
6348
+ "claude-code",
6349
+ "cursor",
6350
+ "gemini",
6351
+ "kiro"
6352
+ ],
6353
+ "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.",
6354
+ "source_type": "original",
6355
+ "official_docs": [
6356
+ "https://www.eeoc.gov",
6357
+ "https://www.dol.gov",
6358
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6359
+ ],
6360
+ "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.",
6361
+ "last_verified": "2026-05-18",
6362
+ "path": "agents/hr/hr-workforce-planning-rif-agent",
6363
+ "version": "0.1.0"
6364
+ },
6365
+ {
6366
+ "id": "hr-workplace-investigations-agent",
6367
+ "name": "HR Workplace Investigations Agent",
6368
+ "type": "agent",
6369
+ "provider": "generic",
6370
+ "harnesses": [
6371
+ "codex",
6372
+ "copilot",
6373
+ "claude-code",
6374
+ "cursor",
6375
+ "gemini",
6376
+ "kiro"
6377
+ ],
6378
+ "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.",
6379
+ "source_type": "original",
6380
+ "official_docs": [
6381
+ "https://www.eeoc.gov",
6382
+ "https://www.dol.gov",
6383
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
6384
+ ],
6385
+ "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.",
6386
+ "last_verified": "2026-05-18",
6387
+ "path": "agents/hr/hr-workplace-investigations-agent",
6388
+ "version": "0.1.0"
6389
+ },
5997
6390
  {
5998
6391
  "id": "huawei-cce-container-platform-operator-agent",
5999
6392
  "name": "Huawei CCE Container Platform Operator",
@@ -6032,14 +6425,14 @@
6032
6425
  "gemini",
6033
6426
  "kiro"
6034
6427
  ],
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.",
6428
+ "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.",
6036
6429
  "source_type": "original",
6037
6430
  "official_docs": [
6038
6431
  "https://support.huaweicloud.com/intl/en-us/scm/index.html",
6039
6432
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6040
6433
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
6041
6434
  ],
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.",
6435
+ "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.",
6043
6436
  "last_verified": "2026-05-09",
6044
6437
  "path": "agents/huawei/huawei-certificate-manager-issuer-review-agent",
6045
6438
  "version": "0.1.0",
@@ -6058,7 +6451,7 @@
6058
6451
  "gemini",
6059
6452
  "kiro"
6060
6453
  ],
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.",
6454
+ "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.",
6062
6455
  "source_type": "original",
6063
6456
  "official_docs": [
6064
6457
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
@@ -6067,7 +6460,7 @@
6067
6460
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
6068
6461
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6069
6462
  ],
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.",
6463
+ "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.",
6071
6464
  "last_verified": "2026-05-09",
6072
6465
  "path": "agents/huawei/huawei-change-impact-advisor-agent",
6073
6466
  "version": "0.1.0",
@@ -6136,14 +6529,14 @@
6136
6529
  "gemini",
6137
6530
  "kiro"
6138
6531
  ],
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.",
6532
+ "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.",
6140
6533
  "source_type": "original",
6141
6534
  "official_docs": [
6142
6535
  "https://support.huaweicloud.com/intl/en-us/billing/index.html",
6143
6536
  "https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
6144
6537
  "https://support.huaweicloud.com/intl/en-us/ces/index.html"
6145
6538
  ],
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.",
6539
+ "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.",
6147
6540
  "last_verified": "2026-05-09",
6148
6541
  "path": "agents/huawei/huawei-cost-anomaly-watch-coordinator-agent",
6149
6542
  "version": "0.1.0",
@@ -6187,7 +6580,7 @@
6187
6580
  "gemini",
6188
6581
  "kiro"
6189
6582
  ],
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.",
6583
+ "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.",
6191
6584
  "source_type": "original",
6192
6585
  "official_docs": [
6193
6586
  "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
@@ -6197,7 +6590,7 @@
6197
6590
  "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
6198
6591
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
6199
6592
  ],
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.",
6593
+ "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.",
6201
6594
  "last_verified": "2026-05-09",
6202
6595
  "path": "agents/huawei/huawei-daily-operations-briefing-coordinator-agent",
6203
6596
  "version": "0.1.0",
@@ -6216,7 +6609,7 @@
6216
6609
  "gemini",
6217
6610
  "kiro"
6218
6611
  ],
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.",
6612
+ "summary": "Manage DEW (Data Encryption Workshop) KMS key lifecycle, CSMS secret rotation, CBH privileged access management, and DBSS database encryption on Huawei Cloud.",
6220
6613
  "source_type": "original",
6221
6614
  "official_docs": [
6222
6615
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
@@ -6295,7 +6688,7 @@
6295
6688
  "official_docs": [
6296
6689
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html"
6297
6690
  ],
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.",
6691
+ "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
6692
  "last_verified": "2026-05-08",
6300
6693
  "path": "agents/huawei/huawei-ecs-compute-operator-agent",
6301
6694
  "author": "github: Raishin",
@@ -6314,7 +6707,7 @@
6314
6707
  "gemini",
6315
6708
  "kiro"
6316
6709
  ],
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.",
6710
+ "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
6711
  "source_type": "original",
6319
6712
  "official_docs": [
6320
6713
  "https://support.huaweicloud.com/intl/en-us/dms/index.html",
@@ -6322,7 +6715,7 @@
6322
6715
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6323
6716
  "https://support.huaweicloud.com/intl/en-us/smn/index.html"
6324
6717
  ],
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.",
6718
+ "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
6719
  "last_verified": "2026-05-09",
6327
6720
  "path": "agents/huawei/huawei-event-driven-architecture-review-agent",
6328
6721
  "version": "0.1.0",
@@ -6372,7 +6765,7 @@
6372
6765
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
6373
6766
  "https://support.huaweicloud.com/intl/en-us/rds/index.html"
6374
6767
  ],
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.",
6768
+ "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
6769
  "last_verified": "2026-05-08",
6377
6770
  "path": "agents/huawei/huawei-gaussdb-rds-dba-agent",
6378
6771
  "author": "github: Raishin",
@@ -6391,7 +6784,7 @@
6391
6784
  "gemini",
6392
6785
  "kiro"
6393
6786
  ],
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.",
6787
+ "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
6788
  "source_type": "original",
6396
6789
  "official_docs": [
6397
6790
  "https://support.huaweicloud.com/intl/en-us/rfs/index.html",
@@ -6399,7 +6792,7 @@
6399
6792
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
6400
6793
  "https://support.huaweicloud.com/intl/en-us/obs/index.html"
6401
6794
  ],
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.",
6795
+ "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
6796
  "last_verified": "2026-05-09",
6404
6797
  "path": "agents/huawei/huawei-iac-change-safety-review-agent",
6405
6798
  "version": "0.1.0",
@@ -6516,7 +6909,7 @@
6516
6909
  "gemini",
6517
6910
  "kiro"
6518
6911
  ],
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.",
6912
+ "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
6913
  "source_type": "original",
6521
6914
  "official_docs": [
6522
6915
  "https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html"
@@ -6540,7 +6933,7 @@
6540
6933
  "gemini",
6541
6934
  "kiro"
6542
6935
  ],
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.",
6936
+ "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
6937
  "source_type": "original",
6545
6938
  "companion_skills": [
6546
6939
  "huawei-live-gaussdb-mutation-guard"
@@ -6569,13 +6962,13 @@
6569
6962
  "gemini",
6570
6963
  "kiro"
6571
6964
  ],
6572
- "summary": "Gate IAM fine-grained policy and SCP mutations \u2014 account-wide blast radius, privilege escalation, and potential full access denial.",
6965
+ "summary": "Gate IAM fine-grained policy and SCP mutations account-wide blast radius, privilege escalation, and potential full access denial.",
6573
6966
  "source_type": "original",
6574
6967
  "official_docs": [
6575
6968
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
6576
6969
  "https://support.huaweicloud.com/intl/en-us/usermanual-organizations/organizations_03_0001.html"
6577
6970
  ],
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.",
6971
+ "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
6972
  "last_verified": "2026-05-08",
6580
6973
  "path": "agents/huawei/huawei-live-iam-policy-change-guard-agent",
6581
6974
  "author": "github: Raishin"
@@ -6593,7 +6986,7 @@
6593
6986
  "gemini",
6594
6987
  "kiro"
6595
6988
  ],
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.",
6989
+ "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
6990
  "source_type": "original",
6598
6991
  "official_docs": [
6599
6992
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
@@ -6617,7 +7010,7 @@
6617
7010
  "gemini",
6618
7011
  "kiro"
6619
7012
  ],
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.",
7013
+ "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
7014
  "source_type": "original",
6622
7015
  "companion_skills": [
6623
7016
  "huawei-live-obs-bucket-policy-guard"
@@ -6644,13 +7037,13 @@
6644
7037
  "gemini",
6645
7038
  "kiro"
6646
7039
  ],
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.",
7040
+ "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
7041
  "source_type": "original",
6649
7042
  "official_docs": [
6650
7043
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6651
7044
  "https://support.huaweicloud.com/intl/en-us/waf/index.html"
6652
7045
  ],
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.",
7046
+ "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
7047
  "last_verified": "2026-05-09",
6655
7048
  "path": "agents/huawei/huawei-load-balancer-traffic-engineer-agent",
6656
7049
  "version": "0.1.0",
@@ -6670,7 +7063,7 @@
6670
7063
  "gemini",
6671
7064
  "kiro"
6672
7065
  ],
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.",
7066
+ "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
7067
  "source_type": "original",
6675
7068
  "official_docs": [
6676
7069
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
@@ -6727,7 +7120,7 @@
6727
7120
  "official_docs": [
6728
7121
  "https://support.huaweicloud.com/intl/en-us/modelarts/index.html"
6729
7122
  ],
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.",
7123
+ "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
7124
  "last_verified": "2026-05-08",
6732
7125
  "path": "agents/huawei/huawei-modelarts-mlops-engineer-agent",
6733
7126
  "author": "github: Raishin",
@@ -6746,7 +7139,7 @@
6746
7139
  "gemini",
6747
7140
  "kiro"
6748
7141
  ],
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.",
7142
+ "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
7143
  "source_type": "original",
6751
7144
  "official_docs": [
6752
7145
  "https://support.huaweicloud.com/intl/en-us/vpc/index.html",
@@ -6773,14 +7166,14 @@
6773
7166
  "gemini",
6774
7167
  "kiro"
6775
7168
  ],
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.",
7169
+ "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
7170
  "source_type": "original",
6778
7171
  "official_docs": [
6779
7172
  "https://support.huaweicloud.com/intl/en-us/obs/index.html",
6780
7173
  "https://support.huaweicloud.com/intl/en-us/vpcep/index.html",
6781
7174
  "https://support.huaweicloud.com/intl/en-us/obs/obs_03_0086.html"
6782
7175
  ],
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.",
7176
+ "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
7177
  "last_verified": "2026-05-09",
6785
7178
  "path": "agents/huawei/huawei-obs-data-perimeter-governor-agent",
6786
7179
  "version": "0.1.0",
@@ -6851,14 +7244,14 @@
6851
7244
  "gemini",
6852
7245
  "kiro"
6853
7246
  ],
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.",
7247
+ "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
7248
  "source_type": "original",
6856
7249
  "official_docs": [
6857
7250
  "https://support.huaweicloud.com/intl/en-us/swr/index.html",
6858
7251
  "https://support.huaweicloud.com/intl/en-us/vss/index.html",
6859
7252
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6860
7253
  ],
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.",
7254
+ "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
7255
  "last_verified": "2026-05-09",
6863
7256
  "path": "agents/huawei/huawei-registry-artifact-governor-agent",
6864
7257
  "version": "0.1.0",
@@ -6877,7 +7270,7 @@
6877
7270
  "gemini",
6878
7271
  "kiro"
6879
7272
  ],
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.",
7273
+ "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
7274
  "source_type": "original",
6882
7275
  "official_docs": [
6883
7276
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
@@ -6886,7 +7279,7 @@
6886
7279
  "https://support.huaweicloud.com/intl/en-us/drs/index.html",
6887
7280
  "https://support.huaweicloud.com/intl/en-us/elb/index.html"
6888
7281
  ],
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.",
7282
+ "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
7283
  "last_verified": "2026-05-09",
6891
7284
  "path": "agents/huawei/huawei-resilience-bcdr-review-agent",
6892
7285
  "version": "0.1.0",
@@ -6933,14 +7326,14 @@
6933
7326
  "gemini",
6934
7327
  "kiro"
6935
7328
  ],
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.",
7329
+ "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
7330
  "source_type": "original",
6938
7331
  "official_docs": [
6939
7332
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6940
7333
  "https://support.huaweicloud.com/intl/en-us/servicestage/index.html",
6941
7334
  "https://support.huaweicloud.com/intl/en-us/aom/index.html"
6942
7335
  ],
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.",
7336
+ "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
7337
  "last_verified": "2026-05-09",
6945
7338
  "path": "agents/huawei/huawei-serverless-production-readiness-agent",
6946
7339
  "version": "0.1.0",
@@ -6959,7 +7352,7 @@
6959
7352
  "gemini",
6960
7353
  "kiro"
6961
7354
  ],
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.",
7355
+ "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
7356
  "source_type": "original",
6964
7357
  "official_docs": [
6965
7358
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html",
@@ -6985,14 +7378,14 @@
6985
7378
  "gemini",
6986
7379
  "kiro"
6987
7380
  ],
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.",
7381
+ "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
7382
  "source_type": "original",
6990
7383
  "official_docs": [
6991
7384
  "https://support.huaweicloud.com/intl/en-us/",
6992
7385
  "https://status.huaweicloud.com/",
6993
7386
  "https://support.huaweicloud.com/intl/en-us/usermanual-ticket/topic_0065264094.html"
6994
7387
  ],
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.",
7388
+ "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
7389
  "last_verified": "2026-05-09",
6997
7390
  "path": "agents/huawei/huawei-support-incident-coordinator-agent",
6998
7391
  "version": "0.1.0",
@@ -7011,7 +7404,7 @@
7011
7404
  "gemini",
7012
7405
  "kiro"
7013
7406
  ],
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.",
7407
+ "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
7408
  "source_type": "original",
7016
7409
  "official_docs": [
7017
7410
  "https://support.huaweicloud.com/intl/en-us/",
@@ -7020,7 +7413,7 @@
7020
7413
  "https://support.huaweicloud.com/intl/en-us/ces/index.html",
7021
7414
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
7022
7415
  ],
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.",
7416
+ "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
7417
  "last_verified": "2026-05-09",
7025
7418
  "path": "agents/huawei/huawei-ticket-triage-escalation-coordinator-agent",
7026
7419
  "version": "0.1.0",
@@ -7156,7 +7549,7 @@
7156
7549
  "gemini",
7157
7550
  "kiro"
7158
7551
  ],
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.",
7552
+ "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
7553
  "companion_skills": [
7161
7554
  "influencer-disclosure-compliance-review"
7162
7555
  ],
@@ -7168,7 +7561,7 @@
7168
7561
  "https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act",
7169
7562
  "https://www.ftc.gov/business-guidance/resources/ftcs-endorsement-guides-what-people-are-asking"
7170
7563
  ],
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.",
7564
+ "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
7565
  "last_verified": "2026-05-17",
7173
7566
  "path": "agents/marketing/influencer-disclosure-compliance-review-agent/",
7174
7567
  "harness_variants": {
@@ -7231,7 +7624,7 @@
7231
7624
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/datacenter",
7232
7625
  "https://docs.ionos.com/cloud/network/lans"
7233
7626
  ],
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.",
7627
+ "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
7628
  "last_verified": "2026-05-10",
7236
7629
  "path": "agents/ionos/ionos-datacenter-designer-reviewer-agent",
7237
7630
  "version": "0.1.0",
@@ -7258,7 +7651,7 @@
7258
7651
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/k8s_node_pool",
7259
7652
  "https://docs.ionos.com/cloud/"
7260
7653
  ],
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.",
7654
+ "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
7655
  "last_verified": "2026-05-10",
7263
7656
  "path": "agents/ionos/ionos-kubernetes-platform-operator-agent",
7264
7657
  "version": "0.1.0",
@@ -7311,7 +7704,7 @@
7311
7704
  "https://api.ionos.com/docs/",
7312
7705
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs"
7313
7706
  ],
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.",
7707
+ "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
7708
  "last_verified": "2026-05-10",
7316
7709
  "path": "agents/ionos/ionos-maestro-agent",
7317
7710
  "version": "0.1.0",
@@ -7349,7 +7742,7 @@
7349
7742
  "name": "Istio Ambient Mesh Review",
7350
7743
  "type": "agent",
7351
7744
  "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.",
7745
+ "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
7746
  "path": "agents/istio/istio-ambient-mesh-review-agent",
7354
7747
  "harnesses": [
7355
7748
  "codex",
@@ -7367,7 +7760,7 @@
7367
7760
  "https://istio.io/latest/docs/ops/diagnostic-tools/istioctl-analyze/",
7368
7761
  "https://istio.io/latest/docs/tasks/security/authorization/"
7369
7762
  ],
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.",
7763
+ "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
7764
  "source_type": "original",
7372
7765
  "version": "0.1.0"
7373
7766
  },
@@ -7394,7 +7787,7 @@
7394
7787
  "https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings",
7395
7788
  "https://docs.kubecost.com/apis/apis-overview"
7396
7789
  ],
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.",
7790
+ "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
7791
  "last_verified": "2026-05-02",
7399
7792
  "path": "agents/kubernetes/kubecost-chargeback-allocation-review-agent",
7400
7793
  "version": "0.1.0"
@@ -7557,7 +7950,7 @@
7557
7950
  "https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/",
7558
7951
  "https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
7559
7952
  ],
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.",
7953
+ "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
7954
  "last_verified": "2026-05-08",
7562
7955
  "path": "agents/kubernetes/kubernetes-live-rbac-mutation-guard-agent",
7563
7956
  "author": "github: Raishin",
@@ -7576,7 +7969,7 @@
7576
7969
  "gemini",
7577
7970
  "kiro"
7578
7971
  ],
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.",
7972
+ "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
7973
  "source_type": "original",
7581
7974
  "official_docs": [
7582
7975
  "https://velero.io/docs/latest/",
@@ -7585,7 +7978,7 @@
7585
7978
  "https://velero.io/docs/latest/locations/",
7586
7979
  "https://velero.io/docs/latest/hooks/"
7587
7980
  ],
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.",
7981
+ "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
7982
  "last_verified": "2026-05-08",
7590
7983
  "path": "agents/kubernetes/kubernetes-live-velero-restore-guard-agent",
7591
7984
  "version": "0.1.0"
@@ -7633,7 +8026,7 @@
7633
8026
  "gemini",
7634
8027
  "kiro"
7635
8028
  ],
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.",
8029
+ "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
8030
  "source_type": "original",
7638
8031
  "official_docs": [
7639
8032
  "https://kubernetes.io/docs/concepts/security/pod-security-standards/",
@@ -7644,7 +8037,7 @@
7644
8037
  "https://github.com/yannh/kubeconform",
7645
8038
  "https://github.com/zegl/kube-score"
7646
8039
  ],
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.",
8040
+ "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
8041
  "last_verified": "2026-05-17",
7649
8042
  "path": "agents/qa/kubernetes-manifest-quality-review-agent",
7650
8043
  "version": "0.1.0"
@@ -7715,7 +8108,7 @@
7715
8108
  "name": "Kubernetes Pod Security Admission Review",
7716
8109
  "type": "agent",
7717
8110
  "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.",
8111
+ "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
8112
  "path": "agents/kubernetes/kubernetes-psa-review-agent",
7720
8113
  "harnesses": [
7721
8114
  "codex",
@@ -7733,7 +8126,7 @@
7733
8126
  "https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/",
7734
8127
  "https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/"
7735
8128
  ],
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.",
8129
+ "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
8130
  "source_type": "original",
7738
8131
  "version": "0.1.0"
7739
8132
  },
@@ -7769,7 +8162,7 @@
7769
8162
  "name": "Kubernetes Workload Identity Review",
7770
8163
  "type": "agent",
7771
8164
  "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.",
8165
+ "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
8166
  "path": "agents/kubernetes/kubernetes-workload-identity-review-agent",
7774
8167
  "harnesses": [
7775
8168
  "codex",
@@ -7787,7 +8180,7 @@
7787
8180
  "https://kubernetes.io/docs/concepts/workloads/pods/service-accounts/",
7788
8181
  "https://openid.net/specs/openid-connect-core-1_0.html"
7789
8182
  ],
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.",
8183
+ "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
8184
  "source_type": "original",
7792
8185
  "version": "0.1.0"
7793
8186
  },
@@ -7814,8 +8207,351 @@
7814
8207
  "https://kyverno.io/docs/policy-exceptions/",
7815
8208
  "https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/"
7816
8209
  ],
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.",
8210
+ "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.",
8211
+ "source_type": "original",
8212
+ "version": "0.1.0"
8213
+ },
8214
+ {
8215
+ "id": "legal-contract-review-agent",
8216
+ "name": "Legal Contract Review Agent",
8217
+ "type": "agent",
8218
+ "provider": "generic",
8219
+ "harnesses": [
8220
+ "codex",
8221
+ "copilot",
8222
+ "claude-code",
8223
+ "cursor",
8224
+ "gemini",
8225
+ "kiro"
8226
+ ],
8227
+ "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.",
8228
+ "source_type": "original",
8229
+ "official_docs": [
8230
+ "https://www.law.cornell.edu/wex",
8231
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8232
+ "https://www.nist.gov/privacy-framework"
8233
+ ],
8234
+ "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.",
8235
+ "last_verified": "2026-05-18",
8236
+ "path": "agents/legal/legal-contract-review-agent",
8237
+ "version": "0.1.0"
8238
+ },
8239
+ {
8240
+ "id": "legal-counsel-review-agent",
8241
+ "name": "Legal Counsel Review Agent",
8242
+ "type": "agent",
8243
+ "provider": "generic",
8244
+ "harnesses": [
8245
+ "codex",
8246
+ "copilot",
8247
+ "claude-code",
8248
+ "cursor",
8249
+ "gemini",
8250
+ "kiro"
8251
+ ],
8252
+ "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.",
8253
+ "source_type": "original",
8254
+ "official_docs": [
8255
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8256
+ "https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en",
8257
+ "https://www.legislation.gov.uk/ukpga/2018/12/contents",
8258
+ "https://www.pdpc.gov.sg",
8259
+ "https://www.oaic.gov.au/privacy/the-privacy-act",
8260
+ "https://www.law.cornell.edu/wex"
8261
+ ],
8262
+ "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.",
8263
+ "last_verified": "2026-05-18",
8264
+ "path": "agents/legal/legal-counsel-review-agent/",
8265
+ "harness_variants": {
8266
+ "codex": "agents/legal/legal-counsel-review-agent/harnesses/codex.toml",
8267
+ "copilot": "agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md",
8268
+ "claude-code": "agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md",
8269
+ "cursor": "agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md",
8270
+ "gemini": "agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md",
8271
+ "kiro-ide": "agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md",
8272
+ "kiro-cli": "agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json"
8273
+ },
8274
+ "companion_skills": [
8275
+ "legal-counsel-review"
8276
+ ],
8277
+ "execution_tier": "static-review",
8278
+ "lifecycle": "experimental",
8279
+ "author": "github: Raishin",
8280
+ "version": "0.1.0"
8281
+ },
8282
+ {
8283
+ "id": "legal-employment-law-risk-agent",
8284
+ "name": "Legal Employment Law Risk Agent",
8285
+ "type": "agent",
8286
+ "provider": "generic",
8287
+ "harnesses": [
8288
+ "codex",
8289
+ "copilot",
8290
+ "claude-code",
8291
+ "cursor",
8292
+ "gemini",
8293
+ "kiro"
8294
+ ],
8295
+ "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.",
8296
+ "source_type": "original",
8297
+ "official_docs": [
8298
+ "https://www.law.cornell.edu/wex",
8299
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8300
+ "https://www.nist.gov/privacy-framework"
8301
+ ],
8302
+ "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.",
8303
+ "last_verified": "2026-05-18",
8304
+ "path": "agents/legal/legal-employment-law-risk-agent",
8305
+ "version": "0.1.0"
8306
+ },
8307
+ {
8308
+ "id": "legal-ethics-investigations-agent",
8309
+ "name": "Legal Ethics and Investigations Agent",
8310
+ "type": "agent",
8311
+ "provider": "generic",
8312
+ "harnesses": [
8313
+ "codex",
8314
+ "copilot",
8315
+ "claude-code",
8316
+ "cursor",
8317
+ "gemini",
8318
+ "kiro"
8319
+ ],
8320
+ "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.",
7818
8321
  "source_type": "original",
8322
+ "official_docs": [
8323
+ "https://www.law.cornell.edu/wex",
8324
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8325
+ "https://www.nist.gov/privacy-framework"
8326
+ ],
8327
+ "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.",
8328
+ "last_verified": "2026-05-18",
8329
+ "path": "agents/legal/legal-ethics-investigations-agent",
8330
+ "version": "0.1.0"
8331
+ },
8332
+ {
8333
+ "id": "legal-ip-open-source-agent",
8334
+ "name": "Legal IP and Open Source Agent",
8335
+ "type": "agent",
8336
+ "provider": "generic",
8337
+ "harnesses": [
8338
+ "codex",
8339
+ "copilot",
8340
+ "claude-code",
8341
+ "cursor",
8342
+ "gemini",
8343
+ "kiro"
8344
+ ],
8345
+ "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.",
8346
+ "source_type": "original",
8347
+ "official_docs": [
8348
+ "https://www.law.cornell.edu/wex",
8349
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8350
+ "https://www.nist.gov/privacy-framework"
8351
+ ],
8352
+ "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.",
8353
+ "last_verified": "2026-05-18",
8354
+ "path": "agents/legal/legal-ip-open-source-agent",
8355
+ "version": "0.1.0"
8356
+ },
8357
+ {
8358
+ "id": "legal-knowledge-management-agent",
8359
+ "name": "Legal Knowledge Management Agent",
8360
+ "type": "agent",
8361
+ "provider": "generic",
8362
+ "harnesses": [
8363
+ "codex",
8364
+ "copilot",
8365
+ "claude-code",
8366
+ "cursor",
8367
+ "gemini",
8368
+ "kiro"
8369
+ ],
8370
+ "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.",
8371
+ "source_type": "original",
8372
+ "official_docs": [
8373
+ "https://www.law.cornell.edu/wex",
8374
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8375
+ "https://www.nist.gov/privacy-framework"
8376
+ ],
8377
+ "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.",
8378
+ "last_verified": "2026-05-18",
8379
+ "path": "agents/legal/legal-knowledge-management-agent",
8380
+ "version": "0.1.0"
8381
+ },
8382
+ {
8383
+ "id": "legal-litigation-discovery-hold-agent",
8384
+ "name": "Legal Litigation and Discovery Hold Agent",
8385
+ "type": "agent",
8386
+ "provider": "generic",
8387
+ "harnesses": [
8388
+ "codex",
8389
+ "copilot",
8390
+ "claude-code",
8391
+ "cursor",
8392
+ "gemini",
8393
+ "kiro"
8394
+ ],
8395
+ "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.",
8396
+ "source_type": "original",
8397
+ "official_docs": [
8398
+ "https://www.law.cornell.edu/wex",
8399
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8400
+ "https://www.nist.gov/privacy-framework"
8401
+ ],
8402
+ "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.",
8403
+ "last_verified": "2026-05-18",
8404
+ "path": "agents/legal/legal-litigation-discovery-hold-agent",
8405
+ "version": "0.1.0"
8406
+ },
8407
+ {
8408
+ "id": "legal-maestro-agent",
8409
+ "name": "Legal Maestro Agent",
8410
+ "type": "agent",
8411
+ "provider": "generic",
8412
+ "harnesses": [
8413
+ "codex",
8414
+ "copilot",
8415
+ "claude-code",
8416
+ "cursor",
8417
+ "gemini",
8418
+ "kiro"
8419
+ ],
8420
+ "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.",
8421
+ "source_type": "original",
8422
+ "official_docs": [
8423
+ "https://www.nist.gov/privacy-framework",
8424
+ "https://www.eeoc.gov",
8425
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
8426
+ ],
8427
+ "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.",
8428
+ "last_verified": "2026-05-18",
8429
+ "path": "agents/legal/legal-maestro-agent",
8430
+ "version": "0.1.0"
8431
+ },
8432
+ {
8433
+ "id": "legal-policy-governance-agent",
8434
+ "name": "Legal Policy and Governance Agent",
8435
+ "type": "agent",
8436
+ "provider": "generic",
8437
+ "harnesses": [
8438
+ "codex",
8439
+ "copilot",
8440
+ "claude-code",
8441
+ "cursor",
8442
+ "gemini",
8443
+ "kiro"
8444
+ ],
8445
+ "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.",
8446
+ "source_type": "original",
8447
+ "official_docs": [
8448
+ "https://www.law.cornell.edu/wex",
8449
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8450
+ "https://www.nist.gov/privacy-framework"
8451
+ ],
8452
+ "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.",
8453
+ "last_verified": "2026-05-18",
8454
+ "path": "agents/legal/legal-policy-governance-agent",
8455
+ "version": "0.1.0"
8456
+ },
8457
+ {
8458
+ "id": "legal-privacy-data-protection-agent",
8459
+ "name": "Legal Privacy and Data Protection Agent",
8460
+ "type": "agent",
8461
+ "provider": "generic",
8462
+ "harnesses": [
8463
+ "codex",
8464
+ "copilot",
8465
+ "claude-code",
8466
+ "cursor",
8467
+ "gemini",
8468
+ "kiro"
8469
+ ],
8470
+ "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.",
8471
+ "source_type": "original",
8472
+ "official_docs": [
8473
+ "https://www.law.cornell.edu/wex",
8474
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8475
+ "https://www.nist.gov/privacy-framework"
8476
+ ],
8477
+ "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.",
8478
+ "last_verified": "2026-05-18",
8479
+ "path": "agents/legal/legal-privacy-data-protection-agent",
8480
+ "version": "0.1.0"
8481
+ },
8482
+ {
8483
+ "id": "legal-public-disclosure-agent",
8484
+ "name": "Legal Public Disclosure Agent",
8485
+ "type": "agent",
8486
+ "provider": "generic",
8487
+ "harnesses": [
8488
+ "codex",
8489
+ "copilot",
8490
+ "claude-code",
8491
+ "cursor",
8492
+ "gemini",
8493
+ "kiro"
8494
+ ],
8495
+ "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.",
8496
+ "source_type": "original",
8497
+ "official_docs": [
8498
+ "https://www.law.cornell.edu/wex",
8499
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8500
+ "https://www.nist.gov/privacy-framework"
8501
+ ],
8502
+ "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.",
8503
+ "last_verified": "2026-05-18",
8504
+ "path": "agents/legal/legal-public-disclosure-agent",
8505
+ "version": "0.1.0"
8506
+ },
8507
+ {
8508
+ "id": "legal-regulatory-compliance-agent",
8509
+ "name": "Legal Regulatory Compliance Agent",
8510
+ "type": "agent",
8511
+ "provider": "generic",
8512
+ "harnesses": [
8513
+ "codex",
8514
+ "copilot",
8515
+ "claude-code",
8516
+ "cursor",
8517
+ "gemini",
8518
+ "kiro"
8519
+ ],
8520
+ "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.",
8521
+ "source_type": "original",
8522
+ "official_docs": [
8523
+ "https://www.law.cornell.edu/wex",
8524
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8525
+ "https://www.nist.gov/privacy-framework"
8526
+ ],
8527
+ "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.",
8528
+ "last_verified": "2026-05-18",
8529
+ "path": "agents/legal/legal-regulatory-compliance-agent",
8530
+ "version": "0.1.0"
8531
+ },
8532
+ {
8533
+ "id": "legal-vendor-procurement-risk-agent",
8534
+ "name": "Legal Vendor and Procurement Risk Agent",
8535
+ "type": "agent",
8536
+ "provider": "generic",
8537
+ "harnesses": [
8538
+ "codex",
8539
+ "copilot",
8540
+ "claude-code",
8541
+ "cursor",
8542
+ "gemini",
8543
+ "kiro"
8544
+ ],
8545
+ "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.",
8546
+ "source_type": "original",
8547
+ "official_docs": [
8548
+ "https://www.law.cornell.edu/wex",
8549
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
8550
+ "https://www.nist.gov/privacy-framework"
8551
+ ],
8552
+ "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.",
8553
+ "last_verified": "2026-05-18",
8554
+ "path": "agents/legal/legal-vendor-procurement-risk-agent",
7819
8555
  "version": "0.1.0"
7820
8556
  },
7821
8557
  {
@@ -7831,7 +8567,7 @@
7831
8567
  "gemini",
7832
8568
  "kiro"
7833
8569
  ],
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.",
8570
+ "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
8571
  "source_type": "original",
7836
8572
  "official_docs": [
7837
8573
  "https://docs.confident-ai.com/",
@@ -7842,7 +8578,7 @@
7842
8578
  "https://docs.confident-ai.com/docs/metrics-tool-correctness",
7843
8579
  "https://www.istqb.org/certifications/certified-tester-foundation-level"
7844
8580
  ],
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.",
8581
+ "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
8582
  "last_verified": "2026-05-17",
7847
8583
  "path": "agents/qa/llm-ai-pipeline-test-review-agent",
7848
8584
  "version": "0.1.0"
@@ -7860,7 +8596,7 @@
7860
8596
  "gemini",
7861
8597
  "kiro"
7862
8598
  ],
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.",
8599
+ "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
8600
  "companion_skills": [
7865
8601
  "lookalike-audience-upload-compliance-review"
7866
8602
  ],
@@ -7900,7 +8636,7 @@
7900
8636
  "gemini",
7901
8637
  "kiro"
7902
8638
  ],
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.",
8639
+ "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
8640
  "companion_skills": [
7905
8641
  "marketing-consent-data-collection-review"
7906
8642
  ],
@@ -7940,7 +8676,7 @@
7940
8676
  "gemini",
7941
8677
  "kiro"
7942
8678
  ],
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).",
8679
+ "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
8680
  "companion_skills": [
7945
8681
  "marketing-conversion-flow-dark-pattern-review"
7946
8682
  ],
@@ -7952,7 +8688,7 @@
7952
8688
  "https://oag.ca.gov/privacy/ccpa",
7953
8689
  "https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng"
7954
8690
  ],
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.",
8691
+ "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
8692
  "last_verified": "2026-05-17",
7957
8693
  "path": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/",
7958
8694
  "harness_variants": {
@@ -7992,7 +8728,7 @@
7992
8728
  "https://oag.ca.gov/privacy/ccpa",
7993
8729
  "https://www.canada.ca/en/radio-television-telecommunications/news/2014/07/compliance-and-enforcement-information-bulletin-crtc-2014-326.html"
7994
8730
  ],
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.",
8731
+ "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
8732
  "last_verified": "2026-05-17",
7997
8733
  "path": "agents/marketing/marketing-email-list-retention-review-agent/",
7998
8734
  "harness_variants": {
@@ -8032,7 +8768,7 @@
8032
8768
  "https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB566",
8033
8769
  "https://oag.ca.gov/privacy/ccpa"
8034
8770
  ],
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.",
8771
+ "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
8772
  "last_verified": "2026-05-17",
8037
8773
  "path": "agents/marketing/marketing-gpc-signal-honoring-review-agent/",
8038
8774
  "harness_variants": {
@@ -8067,7 +8803,7 @@
8067
8803
  "https://oag.ca.gov/privacy/ccpa",
8068
8804
  "https://developers.google.com/tag-platform/security/guides/consent"
8069
8805
  ],
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.",
8806
+ "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
8807
  "last_verified": "2026-05-17",
8072
8808
  "path": "agents/marketing/marketing-maestro-agent",
8073
8809
  "author": "github: Raishin",
@@ -8100,7 +8836,7 @@
8100
8836
  "gemini",
8101
8837
  "kiro"
8102
8838
  ],
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.",
8839
+ "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
8840
  "companion_skills": [
8105
8841
  "marketing-pixel-data-leakage-review"
8106
8842
  ],
@@ -8112,7 +8848,7 @@
8112
8848
  "https://support.google.com/google-ads/answer/9888656",
8113
8849
  "https://owasp.org/www-project-top-ten/"
8114
8850
  ],
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.",
8851
+ "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
8852
  "last_verified": "2026-05-17",
8117
8853
  "path": "agents/marketing/marketing-pixel-data-leakage-review-agent/",
8118
8854
  "harness_variants": {
@@ -8140,7 +8876,7 @@
8140
8876
  "gemini",
8141
8877
  "kiro"
8142
8878
  ],
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.",
8879
+ "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
8880
  "companion_skills": [
8145
8881
  "martech-access-governance-review"
8146
8882
  ],
@@ -8180,7 +8916,7 @@
8180
8916
  "gemini",
8181
8917
  "kiro"
8182
8918
  ],
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.",
8919
+ "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
8920
  "source_type": "original",
8185
8921
  "official_docs": [
8186
8922
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8213,7 +8949,7 @@
8213
8949
  "gemini",
8214
8950
  "kiro"
8215
8951
  ],
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.",
8952
+ "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
8953
  "source_type": "original",
8218
8954
  "official_docs": [
8219
8955
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8246,7 +8982,7 @@
8246
8982
  "gemini",
8247
8983
  "kiro"
8248
8984
  ],
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.",
8985
+ "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
8986
  "source_type": "original",
8251
8987
  "official_docs": [
8252
8988
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8279,7 +9015,7 @@
8279
9015
  "gemini",
8280
9016
  "kiro"
8281
9017
  ],
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.",
9018
+ "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
9019
  "source_type": "original",
8284
9020
  "official_docs": [
8285
9021
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8312,7 +9048,7 @@
8312
9048
  "gemini",
8313
9049
  "kiro"
8314
9050
  ],
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.",
9051
+ "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
9052
  "source_type": "original",
8317
9053
  "official_docs": [
8318
9054
  "https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
@@ -8321,7 +9057,7 @@
8321
9057
  "https://docs.nvidia.com/nsight-systems/",
8322
9058
  "https://docs.nvidia.com/cuda/profiler-users-guide/"
8323
9059
  ],
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.",
9060
+ "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
9061
  "last_verified": "2026-05-10",
8326
9062
  "path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
8327
9063
  "companion_skills": [
@@ -8352,7 +9088,7 @@
8352
9088
  "gemini",
8353
9089
  "kiro"
8354
9090
  ],
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.",
9091
+ "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
9092
  "source_type": "original",
8357
9093
  "official_docs": [
8358
9094
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8385,7 +9121,7 @@
8385
9121
  "gemini",
8386
9122
  "kiro"
8387
9123
  ],
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.",
9124
+ "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
9125
  "source_type": "original",
8390
9126
  "official_docs": [
8391
9127
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8465,7 +9201,7 @@
8465
9201
  "https://oras.land/docs/category/oras-commands",
8466
9202
  "https://github.com/anchore/grype"
8467
9203
  ],
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.",
9204
+ "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
9205
  "last_verified": "2026-05-11",
8470
9206
  "path": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/",
8471
9207
  "companion_skills": [
@@ -8493,7 +9229,7 @@
8493
9229
  "gemini",
8494
9230
  "kiro"
8495
9231
  ],
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.",
9232
+ "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
9233
  "source_type": "original",
8498
9234
  "official_docs": [
8499
9235
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -8526,7 +9262,7 @@
8526
9262
  "gemini",
8527
9263
  "kiro"
8528
9264
  ],
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.",
9265
+ "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
9266
  "source_type": "original",
8531
9267
  "official_docs": [
8532
9268
  "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
@@ -8535,7 +9271,7 @@
8535
9271
  "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
8536
9272
  "https://docs.nvidia.com/deeplearning/tensorrt/api/"
8537
9273
  ],
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.",
9274
+ "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
9275
  "last_verified": "2026-05-10",
8540
9276
  "path": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/",
8541
9277
  "companion_skills": [
@@ -8566,7 +9302,7 @@
8566
9302
  "gemini",
8567
9303
  "kiro"
8568
9304
  ],
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.",
9305
+ "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
9306
  "source_type": "original",
8571
9307
  "official_docs": [
8572
9308
  "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
@@ -8575,7 +9311,7 @@
8575
9311
  "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
8576
9312
  "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
8577
9313
  ],
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.",
9314
+ "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
9315
  "last_verified": "2026-05-10",
8580
9316
  "path": "agents/nvidia/nvidia-triton-inference-serving-review-agent/",
8581
9317
  "companion_skills": [
@@ -8639,7 +9375,7 @@
8639
9375
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
8640
9376
  "https://github.com/oracle/oci-native-ingress-controller"
8641
9377
  ],
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.",
9378
+ "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
9379
  "last_verified": "2026-05-02",
8644
9380
  "path": "agents/oci/oci-certificates-issuer-review-agent",
8645
9381
  "version": "0.1.0"
@@ -8990,7 +9726,7 @@
8990
9726
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
8991
9727
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
8992
9728
  ],
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.",
9729
+ "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
9730
  "last_verified": "2026-04-30",
8995
9731
  "path": "agents/oci/oci-live-autonomous-db-lifecycle-guard-agent",
8996
9732
  "author": "github: Raishin",
@@ -9017,7 +9753,7 @@
9017
9753
  "https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
9018
9754
  "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
9019
9755
  ],
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.",
9756
+ "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
9757
  "last_verified": "2026-04-30",
9022
9758
  "path": "agents/oci/oci-live-cost-budget-runaway-guard-agent",
9023
9759
  "author": "github: Raishin",
@@ -9072,7 +9808,7 @@
9072
9808
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
9073
9809
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
9074
9810
  ],
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.",
9811
+ "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
9812
  "last_verified": "2026-05-01",
9077
9813
  "path": "agents/oci/oci-live-network-security-rule-guard-agent",
9078
9814
  "author": "github: Raishin",
@@ -9099,7 +9835,7 @@
9099
9835
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
9100
9836
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
9101
9837
  ],
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.",
9838
+ "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
9839
  "last_verified": "2026-04-30",
9104
9840
  "path": "agents/oci/oci-live-oke-rollout-guard-agent",
9105
9841
  "author": "github: Raishin",
@@ -9197,7 +9933,7 @@
9197
9933
  "gemini",
9198
9934
  "kiro"
9199
9935
  ],
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.",
9936
+ "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
9937
  "source_type": "adapted",
9202
9938
  "official_docs": [
9203
9939
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -9206,7 +9942,7 @@
9206
9942
  "https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/security_guide.htm",
9207
9943
  "https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm"
9208
9944
  ],
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.",
9945
+ "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
9946
  "last_verified": "2026-04-30",
9211
9947
  "path": "agents/oci/oci-maestro-agent",
9212
9948
  "harness_variants": {
@@ -9623,7 +10359,7 @@
9623
10359
  "name": "OpenTelemetry Collector Config Review",
9624
10360
  "type": "agent",
9625
10361
  "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.",
10362
+ "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
10363
  "path": "agents/opentelemetry/opentelemetry-collector-config-review-agent",
9628
10364
  "harnesses": [
9629
10365
  "codex",
@@ -9641,7 +10377,7 @@
9641
10377
  "https://opentelemetry.io/docs/kubernetes/operator/",
9642
10378
  "https://opentelemetry.io/docs/collector/internal-telemetry/"
9643
10379
  ],
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.",
10380
+ "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
10381
  "source_type": "original",
9646
10382
  "version": "0.1.0"
9647
10383
  },
@@ -9803,7 +10539,7 @@
9803
10539
  "claude-code",
9804
10540
  "cursor"
9805
10541
  ],
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.",
10542
+ "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
10543
  "source_type": "original",
9808
10544
  "official_docs": [
9809
10545
  "https://playwright.dev/docs/test-cli",
@@ -9812,7 +10548,7 @@
9812
10548
  "https://playwright.dev/docs/trace-viewer",
9813
10549
  "https://playwright.dev/docs/ci"
9814
10550
  ],
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.",
10551
+ "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
10552
  "last_verified": "2026-05-17",
9817
10553
  "path": "agents/qa/playwright-e2e-execution-run-agent",
9818
10554
  "author": "github: Raishin",
@@ -9842,7 +10578,7 @@
9842
10578
  "https://playwright.dev/docs/test-sharding",
9843
10579
  "https://playwright.dev/docs/trace-viewer"
9844
10580
  ],
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.",
10581
+ "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
10582
  "last_verified": "2026-05-17",
9847
10583
  "path": "agents/qa/playwright-e2e-suite-review-agent",
9848
10584
  "author": "github: Raishin",
@@ -9861,7 +10597,7 @@
9861
10597
  "gemini",
9862
10598
  "kiro"
9863
10599
  ],
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.",
10600
+ "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
10601
  "source_type": "original",
9866
10602
  "official_docs": [
9867
10603
  "https://plcopen.org/iec-61131-3",
@@ -9870,7 +10606,7 @@
9870
10606
  "https://webstore.iec.ch/publication/26037",
9871
10607
  "https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_structure_application_objects.html"
9872
10608
  ],
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.",
10609
+ "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
10610
  "last_verified": "2026-05-17",
9875
10611
  "path": "agents/qa/plc-control-logic-safety-review-agent",
9876
10612
  "author": "github: Raishin",
@@ -9957,7 +10693,7 @@
9957
10693
  "gemini",
9958
10694
  "kiro"
9959
10695
  ],
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.",
10696
+ "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
10697
  "source_type": "original",
9962
10698
  "official_docs": [
9963
10699
  "https://docs.uipath.com/studio/standalone/latest/user-guide/about-workflow-analyzer",
@@ -9967,7 +10703,7 @@
9967
10703
  "https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/overview",
9968
10704
  "https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/error-handling"
9969
10705
  ],
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.",
10706
+ "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
10707
  "last_verified": "2026-05-17",
9972
10708
  "path": "agents/qa/rpa-workflow-resilience-review-agent",
9973
10709
  "author": "github: Raishin",
@@ -10029,7 +10765,7 @@
10029
10765
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
10030
10766
  "https://www.scaleway.com/en/developers/api/iam/"
10031
10767
  ],
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.",
10768
+ "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
10769
  "last_verified": "2026-05-10",
10034
10770
  "path": "agents/scaleway/scaleway-iam-policy-review-agent",
10035
10771
  "version": "0.1.0",
@@ -10064,7 +10800,7 @@
10064
10800
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
10065
10801
  "https://www.scaleway.com/en/developers/api/kubernetes/"
10066
10802
  ],
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.",
10803
+ "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
10804
  "last_verified": "2026-05-10",
10069
10805
  "path": "agents/scaleway/scaleway-kapsule-platform-operator-agent",
10070
10806
  "version": "0.1.0",
@@ -10099,7 +10835,7 @@
10099
10835
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
10100
10836
  "https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
10101
10837
  ],
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.",
10838
+ "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
10839
  "last_verified": "2026-05-10",
10104
10840
  "path": "agents/scaleway/scaleway-live-kapsule-rollout-guard-agent",
10105
10841
  "version": "0.1.0",
@@ -10167,7 +10903,7 @@
10167
10903
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_placement_group",
10168
10904
  "https://www.scaleway.com/en/docs/network/load-balancer/"
10169
10905
  ],
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.",
10906
+ "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
10907
  "last_verified": "2026-05-10",
10172
10908
  "path": "agents/scaleway/scaleway-network-architect-agent",
10173
10909
  "version": "0.1.0",
@@ -10284,7 +11020,7 @@
10284
11020
  "gemini",
10285
11021
  "kiro"
10286
11022
  ],
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.",
11023
+ "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
11024
  "source_type": "original",
10289
11025
  "official_docs": [
10290
11026
  "https://martinfowler.com/bliki/TestCoverage.html",
@@ -10293,7 +11029,7 @@
10293
11029
  "https://jestjs.io/docs/configuration",
10294
11030
  "https://docs.pytest.org/en/stable/how-to/assert.html"
10295
11031
  ],
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.",
11032
+ "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
11033
  "last_verified": "2026-05-17",
10298
11034
  "path": "agents/qa/test-coverage-quality-review-agent",
10299
11035
  "author": "github: Raishin",
@@ -10321,7 +11057,7 @@
10321
11057
  "https://docs.pytest.org/en/stable/how-to/flaky.html",
10322
11058
  "https://martinfowler.com/articles/nonDeterminism.html"
10323
11059
  ],
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.",
11060
+ "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
11061
  "last_verified": "2026-05-17",
10326
11062
  "path": "agents/qa/test-flakiness-triage-agent",
10327
11063
  "author": "github: Raishin",