@raishin/vanguard-frontier-agentic 1.8.0 → 2.0.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 (939) hide show
  1. package/.claude-plugin/plugin.json +4 -1
  2. package/.cursor-plugin/plugin.json +4 -1
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +6 -0
  5. package/agents/finops/AGENTS.md +19 -9
  6. package/agents/finops/README.md +75 -5
  7. package/agents/finops/finops-ai-economist-agent/AGENT.md +71 -0
  8. package/agents/finops/finops-ai-economist-agent/PERMISSIONS.md +138 -0
  9. package/agents/finops/finops-ai-economist-agent/README.md +27 -0
  10. package/agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md +50 -0
  11. package/agents/finops/finops-ai-economist-agent/harnesses/codex.toml +40 -0
  12. package/agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md +58 -0
  13. package/agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md +50 -0
  14. package/agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md +50 -0
  15. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json +1 -0
  16. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md +50 -0
  17. package/agents/finops/finops-ai-economist-agent/metadata.json +45 -0
  18. package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +4 -3
  19. package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +46 -0
  20. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +2 -2
  21. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +3 -3
  22. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +2 -2
  23. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +2 -2
  24. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +2 -2
  25. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -1
  26. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +2 -2
  27. package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +14 -5
  28. package/agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md +102 -0
  29. package/agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md +143 -0
  30. package/agents/finops/finops-kubernetes-rightsizer-agent/README.md +37 -0
  31. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md +46 -0
  32. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml +47 -0
  33. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md +54 -0
  34. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md +46 -0
  35. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md +46 -0
  36. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json +1 -0
  37. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md +46 -0
  38. package/agents/finops/finops-kubernetes-rightsizer-agent/metadata.json +46 -0
  39. package/agents/finops/finops-maestro-agent/AGENT.md +61 -0
  40. package/agents/finops/finops-maestro-agent/PERMISSIONS.md +64 -0
  41. package/agents/finops/finops-maestro-agent/README.md +52 -0
  42. package/agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md +42 -0
  43. package/agents/finops/finops-maestro-agent/harnesses/codex.toml +34 -0
  44. package/agents/finops/finops-maestro-agent/harnesses/copilot.agent.md +49 -0
  45. package/agents/finops/finops-maestro-agent/harnesses/cursor.agent.md +42 -0
  46. package/agents/finops/finops-maestro-agent/harnesses/gemini.agent.md +42 -0
  47. package/agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  48. package/agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md +42 -0
  49. package/agents/finops/finops-maestro-agent/metadata.json +38 -0
  50. package/catalog/agents.json +294 -198
  51. package/catalog/asset-integrity.json +490 -65
  52. package/catalog/install-roles.json +10 -0
  53. package/catalog/skill-manifest.json +210 -13
  54. package/catalog/skills.json +373 -205
  55. package/package.json +7 -5
  56. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  57. package/powers/vanguard-kubernetes/POWER.md +1 -1
  58. package/scripts/export-marketplace-agents.mjs +146 -84
  59. package/scripts/generate-changelog-counts.mjs +34 -0
  60. package/scripts/release-prepare.mjs +97 -5
  61. package/skills/finops/README.md +60 -9
  62. package/skills/finops/carbon-cost-pair/README.md +25 -0
  63. package/skills/finops/carbon-cost-pair/SKILL.md +96 -0
  64. package/skills/finops/carbon-cost-pair/metadata.json +27 -0
  65. package/skills/finops/carbon-cost-pair/references/methodology.md +78 -0
  66. package/skills/finops/carbon-cost-pair/references/sources.md +103 -0
  67. package/skills/finops/fetch-foundation-model-pricing/README.md +25 -0
  68. package/skills/finops/fetch-foundation-model-pricing/SKILL.md +85 -0
  69. package/skills/finops/fetch-foundation-model-pricing/metadata.json +30 -0
  70. package/skills/finops/fetch-foundation-model-pricing/references/providers.md +88 -0
  71. package/skills/finops/fetch-foundation-model-pricing/references/token-economics.md +94 -0
  72. package/skills/finops/finops-cloud-price-advisor/SKILL.md +25 -16
  73. package/skills/finops/finops-cloud-price-advisor/metadata.json +11 -5
  74. package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +73 -0
  75. package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +106 -7
  76. package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +71 -0
  77. package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +299 -10
  78. package/skills/finops/finops-cloud-price-advisor/references/provider-fallbacks.md +400 -0
  79. package/skills/finops/finops-maestro/README.md +27 -0
  80. package/skills/finops/finops-maestro/SKILL.md +49 -0
  81. package/skills/finops/finops-maestro/metadata.json +26 -0
  82. package/skills/finops/finops-maestro/references/safety-checklist.md +67 -0
  83. package/skills/finops/finops-maestro/references/workflow-and-output.md +107 -0
  84. package/skills/finops/focus-spec-normalizer/README.md +25 -0
  85. package/skills/finops/focus-spec-normalizer/SKILL.md +113 -0
  86. package/skills/finops/focus-spec-normalizer/metadata.json +26 -0
  87. package/skills/finops/focus-spec-normalizer/references/focus-columns.md +69 -0
  88. package/skills/finops/focus-spec-normalizer/references/vendor-mapping.md +229 -0
  89. package/skills/finops/kubernetes-allocation-report/README.md +23 -0
  90. package/skills/finops/kubernetes-allocation-report/SKILL.md +95 -0
  91. package/skills/finops/kubernetes-allocation-report/metadata.json +26 -0
  92. package/skills/finops/kubernetes-allocation-report/references/attribution-workflow.md +90 -0
  93. package/skills/finops/kubernetes-allocation-report/references/opencost-mapping.md +70 -0
  94. package/skills/finops/rightsize-recommendation/README.md +23 -0
  95. package/skills/finops/rightsize-recommendation/SKILL.md +139 -0
  96. package/skills/finops/rightsize-recommendation/metadata.json +27 -0
  97. package/skills/finops/rightsize-recommendation/references/karpenter-consolidation.md +79 -0
  98. package/skills/finops/rightsize-recommendation/references/metric-sources.md +124 -0
  99. package/tests/AGENTS.md +17 -0
  100. package/tests/_generate_maestro_routing_fixtures.py +372 -0
  101. package/tests/export-cursor-kiro-skill-notice.test.mjs +92 -0
  102. package/tests/fixtures/README.md +53 -0
  103. package/tests/fixtures/alibaba-maestro-routing/expected/001-happy-ack-container-platform-operator.json +6 -0
  104. package/tests/fixtures/alibaba-maestro-routing/expected/002-happy-actiontrail-audit-analyst.json +6 -0
  105. package/tests/fixtures/alibaba-maestro-routing/expected/003-happy-analyticdb-realtime.json +6 -0
  106. package/tests/fixtures/alibaba-maestro-routing/expected/004-happy-certificate-manager-issuer-review.json +6 -0
  107. package/tests/fixtures/alibaba-maestro-routing/expected/005-happy-change-impact-advisor.json +6 -0
  108. package/tests/fixtures/alibaba-maestro-routing/expected/006-happy-china-compliance.json +6 -0
  109. package/tests/fixtures/alibaba-maestro-routing/expected/007-happy-cost-anomaly-watch-coordinator.json +6 -0
  110. package/tests/fixtures/alibaba-maestro-routing/expected/008-happy-cost-finops-analyst.json +6 -0
  111. package/tests/fixtures/alibaba-maestro-routing/expected/009-happy-daily-operations-briefing-coordinator.json +6 -0
  112. package/tests/fixtures/alibaba-maestro-routing/expected/010-happy-devops-cicd-operator.json +6 -0
  113. package/tests/fixtures/alibaba-maestro-routing/expected/011-happy-ecs-compute-operator.json +6 -0
  114. package/tests/fixtures/alibaba-maestro-routing/expected/012-happy-event-driven-architecture-review.json +6 -0
  115. package/tests/fixtures/alibaba-maestro-routing/expected/013-happy-function-serverless-operator.json +6 -0
  116. package/tests/fixtures/alibaba-maestro-routing/expected/014-happy-iac-change-safety-review.json +6 -0
  117. package/tests/fixtures/alibaba-maestro-routing/expected/015-happy-kms-secret-lifecycle-steward.json +6 -0
  118. package/tests/fixtures/alibaba-maestro-routing/expected/016-happy-landing-zone-architect.json +6 -0
  119. package/tests/fixtures/alibaba-maestro-routing/expected/017-happy-load-balancer-traffic-engineer.json +6 -0
  120. package/tests/fixtures/alibaba-maestro-routing/expected/018-happy-maxcompute-dataworks-analyst.json +6 -0
  121. package/tests/fixtures/alibaba-maestro-routing/expected/019-happy-migration-architect.json +6 -0
  122. package/tests/fixtures/alibaba-maestro-routing/expected/020-happy-mse-microservice-engine.json +6 -0
  123. package/tests/fixtures/alibaba-maestro-routing/expected/021-happy-network-architect.json +6 -0
  124. package/tests/fixtures/alibaba-maestro-routing/expected/022-happy-observability-incident-responder.json +6 -0
  125. package/tests/fixtures/alibaba-maestro-routing/expected/023-happy-oss-data-perimeter-governor.json +6 -0
  126. package/tests/fixtures/alibaba-maestro-routing/expected/024-happy-oss-storage-steward.json +6 -0
  127. package/tests/fixtures/alibaba-maestro-routing/expected/025-happy-polardb-rds-dba.json +6 -0
  128. package/tests/fixtures/alibaba-maestro-routing/expected/026-happy-ram-iam-review.json +6 -0
  129. package/tests/fixtures/alibaba-maestro-routing/expected/027-happy-registry-artifact-governor.json +6 -0
  130. package/tests/fixtures/alibaba-maestro-routing/expected/028-happy-resilience-bcdr-review.json +6 -0
  131. package/tests/fixtures/alibaba-maestro-routing/expected/029-happy-security-center-hardening.json +6 -0
  132. package/tests/fixtures/alibaba-maestro-routing/expected/030-happy-serverless-production-readiness.json +6 -0
  133. package/tests/fixtures/alibaba-maestro-routing/expected/031-happy-solution-architect.json +6 -0
  134. package/tests/fixtures/alibaba-maestro-routing/expected/032-happy-support-incident-coordinator.json +6 -0
  135. package/tests/fixtures/alibaba-maestro-routing/expected/033-happy-ticket-triage-escalation-coordinator.json +6 -0
  136. package/tests/fixtures/alibaba-maestro-routing/expected/034-happy-waf-cost-optimization-review.json +6 -0
  137. package/tests/fixtures/alibaba-maestro-routing/expected/035-happy-waf-reliability-review.json +6 -0
  138. package/tests/fixtures/alibaba-maestro-routing/expected/036-happy-waf-security-review.json +6 -0
  139. package/tests/fixtures/alibaba-maestro-routing/expected/adv-ambiguous.json +4 -0
  140. package/tests/fixtures/alibaba-maestro-routing/expected/adv-instruction-injection.json +6 -0
  141. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-01-live-ack-rollout-guard.json +6 -0
  142. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-02-live-cost-budget-action-guard.json +6 -0
  143. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-03-live-kms-key-mutation-guard.json +6 -0
  144. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-04-live-oss-bucket-policy-guard.json +6 -0
  145. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-05-live-ram-policy-change-guard.json +6 -0
  146. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-06-live-rds-polardb-mutation-guard.json +6 -0
  147. package/tests/fixtures/alibaba-maestro-routing/expected/adv-persona-replacement.json +6 -0
  148. package/tests/fixtures/alibaba-maestro-routing/expected/adv-secrets-bait.json +8 -0
  149. package/tests/fixtures/alibaba-maestro-routing/inputs/001-happy-ack-container-platform-operator.json +7 -0
  150. package/tests/fixtures/alibaba-maestro-routing/inputs/002-happy-actiontrail-audit-analyst.json +7 -0
  151. package/tests/fixtures/alibaba-maestro-routing/inputs/003-happy-analyticdb-realtime.json +7 -0
  152. package/tests/fixtures/alibaba-maestro-routing/inputs/004-happy-certificate-manager-issuer-review.json +7 -0
  153. package/tests/fixtures/alibaba-maestro-routing/inputs/005-happy-change-impact-advisor.json +7 -0
  154. package/tests/fixtures/alibaba-maestro-routing/inputs/006-happy-china-compliance.json +7 -0
  155. package/tests/fixtures/alibaba-maestro-routing/inputs/007-happy-cost-anomaly-watch-coordinator.json +7 -0
  156. package/tests/fixtures/alibaba-maestro-routing/inputs/008-happy-cost-finops-analyst.json +7 -0
  157. package/tests/fixtures/alibaba-maestro-routing/inputs/009-happy-daily-operations-briefing-coordinator.json +7 -0
  158. package/tests/fixtures/alibaba-maestro-routing/inputs/010-happy-devops-cicd-operator.json +7 -0
  159. package/tests/fixtures/alibaba-maestro-routing/inputs/011-happy-ecs-compute-operator.json +7 -0
  160. package/tests/fixtures/alibaba-maestro-routing/inputs/012-happy-event-driven-architecture-review.json +7 -0
  161. package/tests/fixtures/alibaba-maestro-routing/inputs/013-happy-function-serverless-operator.json +7 -0
  162. package/tests/fixtures/alibaba-maestro-routing/inputs/014-happy-iac-change-safety-review.json +7 -0
  163. package/tests/fixtures/alibaba-maestro-routing/inputs/015-happy-kms-secret-lifecycle-steward.json +7 -0
  164. package/tests/fixtures/alibaba-maestro-routing/inputs/016-happy-landing-zone-architect.json +7 -0
  165. package/tests/fixtures/alibaba-maestro-routing/inputs/017-happy-load-balancer-traffic-engineer.json +7 -0
  166. package/tests/fixtures/alibaba-maestro-routing/inputs/018-happy-maxcompute-dataworks-analyst.json +7 -0
  167. package/tests/fixtures/alibaba-maestro-routing/inputs/019-happy-migration-architect.json +7 -0
  168. package/tests/fixtures/alibaba-maestro-routing/inputs/020-happy-mse-microservice-engine.json +7 -0
  169. package/tests/fixtures/alibaba-maestro-routing/inputs/021-happy-network-architect.json +7 -0
  170. package/tests/fixtures/alibaba-maestro-routing/inputs/022-happy-observability-incident-responder.json +7 -0
  171. package/tests/fixtures/alibaba-maestro-routing/inputs/023-happy-oss-data-perimeter-governor.json +7 -0
  172. package/tests/fixtures/alibaba-maestro-routing/inputs/024-happy-oss-storage-steward.json +7 -0
  173. package/tests/fixtures/alibaba-maestro-routing/inputs/025-happy-polardb-rds-dba.json +7 -0
  174. package/tests/fixtures/alibaba-maestro-routing/inputs/026-happy-ram-iam-review.json +7 -0
  175. package/tests/fixtures/alibaba-maestro-routing/inputs/027-happy-registry-artifact-governor.json +7 -0
  176. package/tests/fixtures/alibaba-maestro-routing/inputs/028-happy-resilience-bcdr-review.json +7 -0
  177. package/tests/fixtures/alibaba-maestro-routing/inputs/029-happy-security-center-hardening.json +7 -0
  178. package/tests/fixtures/alibaba-maestro-routing/inputs/030-happy-serverless-production-readiness.json +7 -0
  179. package/tests/fixtures/alibaba-maestro-routing/inputs/031-happy-solution-architect.json +7 -0
  180. package/tests/fixtures/alibaba-maestro-routing/inputs/032-happy-support-incident-coordinator.json +7 -0
  181. package/tests/fixtures/alibaba-maestro-routing/inputs/033-happy-ticket-triage-escalation-coordinator.json +7 -0
  182. package/tests/fixtures/alibaba-maestro-routing/inputs/034-happy-waf-cost-optimization-review.json +7 -0
  183. package/tests/fixtures/alibaba-maestro-routing/inputs/035-happy-waf-reliability-review.json +7 -0
  184. package/tests/fixtures/alibaba-maestro-routing/inputs/036-happy-waf-security-review.json +7 -0
  185. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-ambiguous.json +7 -0
  186. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  187. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-01-live-ack-rollout-guard.json +7 -0
  188. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-02-live-cost-budget-action-guard.json +7 -0
  189. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-03-live-kms-key-mutation-guard.json +7 -0
  190. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-04-live-oss-bucket-policy-guard.json +7 -0
  191. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-05-live-ram-policy-change-guard.json +7 -0
  192. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-06-live-rds-polardb-mutation-guard.json +7 -0
  193. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  194. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  195. package/tests/fixtures/alibaba-maestro-routing/taxonomy.json +480 -0
  196. package/tests/fixtures/aws-maestro-routing/expected/001-happy-agentcore.json +6 -0
  197. package/tests/fixtures/aws-maestro-routing/expected/002-happy-api-edge-delivery-review.json +6 -0
  198. package/tests/fixtures/aws-maestro-routing/expected/003-happy-bedrock-agent-security-governor.json +6 -0
  199. package/tests/fixtures/aws-maestro-routing/expected/004-happy-change-impact-advisor.json +6 -0
  200. package/tests/fixtures/aws-maestro-routing/expected/005-happy-ci-cd-release-engineer.json +6 -0
  201. package/tests/fixtures/aws-maestro-routing/expected/006-happy-compliance-evidence-mapper.json +6 -0
  202. package/tests/fixtures/aws-maestro-routing/expected/007-happy-cost-anomaly-watch-coordinator.json +6 -0
  203. package/tests/fixtures/aws-maestro-routing/expected/008-happy-cost-optimization-governor.json +6 -0
  204. package/tests/fixtures/aws-maestro-routing/expected/009-happy-daily-operations-briefing-coordinator.json +6 -0
  205. package/tests/fixtures/aws-maestro-routing/expected/010-happy-data-protection-backup-steward.json +6 -0
  206. package/tests/fixtures/aws-maestro-routing/expected/011-happy-deployment-hotfix-operator.json +6 -0
  207. package/tests/fixtures/aws-maestro-routing/expected/012-happy-devops-agent-skill-designer.json +6 -0
  208. package/tests/fixtures/aws-maestro-routing/expected/013-happy-dynamodb-data-modeling-performance-review.json +6 -0
  209. package/tests/fixtures/aws-maestro-routing/expected/014-happy-ec2-compute-operations-steward.json +6 -0
  210. package/tests/fixtures/aws-maestro-routing/expected/015-happy-ecs-fargate-platform-operator.json +6 -0
  211. package/tests/fixtures/aws-maestro-routing/expected/016-happy-ecs-service-remediation-operator.json +6 -0
  212. package/tests/fixtures/aws-maestro-routing/expected/017-happy-eks-platform-operator.json +6 -0
  213. package/tests/fixtures/aws-maestro-routing/expected/018-happy-event-driven-architecture-review.json +6 -0
  214. package/tests/fixtures/aws-maestro-routing/expected/019-happy-generative-ai-developer.json +6 -0
  215. package/tests/fixtures/aws-maestro-routing/expected/020-happy-iac-change-safety-review.json +6 -0
  216. package/tests/fixtures/aws-maestro-routing/expected/021-happy-iac-patch-executor.json +6 -0
  217. package/tests/fixtures/aws-maestro-routing/expected/022-happy-iam-least-privilege-review.json +6 -0
  218. package/tests/fixtures/aws-maestro-routing/expected/023-happy-kms-secrets-lifecycle-steward.json +6 -0
  219. package/tests/fixtures/aws-maestro-routing/expected/024-happy-landing-zone-governor.json +6 -0
  220. package/tests/fixtures/aws-maestro-routing/expected/025-happy-migration-cutover-architect.json +6 -0
  221. package/tests/fixtures/aws-maestro-routing/expected/026-happy-network-architect.json +6 -0
  222. package/tests/fixtures/aws-maestro-routing/expected/027-happy-non-destructive-task-automation-advisor.json +6 -0
  223. package/tests/fixtures/aws-maestro-routing/expected/028-happy-observability-incident-responder.json +6 -0
  224. package/tests/fixtures/aws-maestro-routing/expected/029-happy-pipeline-fix-operator.json +6 -0
  225. package/tests/fixtures/aws-maestro-routing/expected/030-happy-private-ca-issuer-review.json +6 -0
  226. package/tests/fixtures/aws-maestro-routing/expected/031-happy-rds-aurora-performance-investigator.json +6 -0
  227. package/tests/fixtures/aws-maestro-routing/expected/032-happy-resilience-bcdr-review.json +6 -0
  228. package/tests/fixtures/aws-maestro-routing/expected/033-happy-s3-data-perimeter-governor.json +6 -0
  229. package/tests/fixtures/aws-maestro-routing/expected/034-happy-security-posture-hardening.json +6 -0
  230. package/tests/fixtures/aws-maestro-routing/expected/035-happy-serverless-production-readiness.json +6 -0
  231. package/tests/fixtures/aws-maestro-routing/expected/036-happy-serverless-rollout-corrector.json +6 -0
  232. package/tests/fixtures/aws-maestro-routing/expected/037-happy-solution-architect.json +6 -0
  233. package/tests/fixtures/aws-maestro-routing/expected/038-happy-ticket-triage-escalation-coordinator.json +6 -0
  234. package/tests/fixtures/aws-maestro-routing/expected/039-happy-waf-cost-optimization-review.json +6 -0
  235. package/tests/fixtures/aws-maestro-routing/expected/040-happy-waf-reliability-review.json +6 -0
  236. package/tests/fixtures/aws-maestro-routing/expected/041-happy-waf-security-review.json +6 -0
  237. package/tests/fixtures/aws-maestro-routing/expected/adv-ambiguous.json +4 -0
  238. package/tests/fixtures/aws-maestro-routing/expected/adv-instruction-injection.json +6 -0
  239. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-01-live-deployment-guarded-operator.json +6 -0
  240. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-02-live-ecs-rollout-guard.json +6 -0
  241. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-03-live-iac-change-guard.json +6 -0
  242. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-04-live-pipeline-approval-operator.json +6 -0
  243. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-05-live-serverless-release-guard.json +6 -0
  244. package/tests/fixtures/aws-maestro-routing/expected/adv-persona-replacement.json +6 -0
  245. package/tests/fixtures/aws-maestro-routing/expected/adv-secrets-bait.json +6 -0
  246. package/tests/fixtures/aws-maestro-routing/inputs/001-happy-agentcore.json +7 -0
  247. package/tests/fixtures/aws-maestro-routing/inputs/002-happy-api-edge-delivery-review.json +7 -0
  248. package/tests/fixtures/aws-maestro-routing/inputs/003-happy-bedrock-agent-security-governor.json +7 -0
  249. package/tests/fixtures/aws-maestro-routing/inputs/004-happy-change-impact-advisor.json +7 -0
  250. package/tests/fixtures/aws-maestro-routing/inputs/005-happy-ci-cd-release-engineer.json +7 -0
  251. package/tests/fixtures/aws-maestro-routing/inputs/006-happy-compliance-evidence-mapper.json +7 -0
  252. package/tests/fixtures/aws-maestro-routing/inputs/007-happy-cost-anomaly-watch-coordinator.json +7 -0
  253. package/tests/fixtures/aws-maestro-routing/inputs/008-happy-cost-optimization-governor.json +7 -0
  254. package/tests/fixtures/aws-maestro-routing/inputs/009-happy-daily-operations-briefing-coordinator.json +7 -0
  255. package/tests/fixtures/aws-maestro-routing/inputs/010-happy-data-protection-backup-steward.json +7 -0
  256. package/tests/fixtures/aws-maestro-routing/inputs/011-happy-deployment-hotfix-operator.json +7 -0
  257. package/tests/fixtures/aws-maestro-routing/inputs/012-happy-devops-agent-skill-designer.json +7 -0
  258. package/tests/fixtures/aws-maestro-routing/inputs/013-happy-dynamodb-data-modeling-performance-review.json +7 -0
  259. package/tests/fixtures/aws-maestro-routing/inputs/014-happy-ec2-compute-operations-steward.json +7 -0
  260. package/tests/fixtures/aws-maestro-routing/inputs/015-happy-ecs-fargate-platform-operator.json +7 -0
  261. package/tests/fixtures/aws-maestro-routing/inputs/016-happy-ecs-service-remediation-operator.json +7 -0
  262. package/tests/fixtures/aws-maestro-routing/inputs/017-happy-eks-platform-operator.json +7 -0
  263. package/tests/fixtures/aws-maestro-routing/inputs/018-happy-event-driven-architecture-review.json +7 -0
  264. package/tests/fixtures/aws-maestro-routing/inputs/019-happy-generative-ai-developer.json +7 -0
  265. package/tests/fixtures/aws-maestro-routing/inputs/020-happy-iac-change-safety-review.json +7 -0
  266. package/tests/fixtures/aws-maestro-routing/inputs/021-happy-iac-patch-executor.json +7 -0
  267. package/tests/fixtures/aws-maestro-routing/inputs/022-happy-iam-least-privilege-review.json +7 -0
  268. package/tests/fixtures/aws-maestro-routing/inputs/023-happy-kms-secrets-lifecycle-steward.json +7 -0
  269. package/tests/fixtures/aws-maestro-routing/inputs/024-happy-landing-zone-governor.json +7 -0
  270. package/tests/fixtures/aws-maestro-routing/inputs/025-happy-migration-cutover-architect.json +7 -0
  271. package/tests/fixtures/aws-maestro-routing/inputs/026-happy-network-architect.json +7 -0
  272. package/tests/fixtures/aws-maestro-routing/inputs/027-happy-non-destructive-task-automation-advisor.json +7 -0
  273. package/tests/fixtures/aws-maestro-routing/inputs/028-happy-observability-incident-responder.json +7 -0
  274. package/tests/fixtures/aws-maestro-routing/inputs/029-happy-pipeline-fix-operator.json +7 -0
  275. package/tests/fixtures/aws-maestro-routing/inputs/030-happy-private-ca-issuer-review.json +7 -0
  276. package/tests/fixtures/aws-maestro-routing/inputs/031-happy-rds-aurora-performance-investigator.json +7 -0
  277. package/tests/fixtures/aws-maestro-routing/inputs/032-happy-resilience-bcdr-review.json +7 -0
  278. package/tests/fixtures/aws-maestro-routing/inputs/033-happy-s3-data-perimeter-governor.json +7 -0
  279. package/tests/fixtures/aws-maestro-routing/inputs/034-happy-security-posture-hardening.json +7 -0
  280. package/tests/fixtures/aws-maestro-routing/inputs/035-happy-serverless-production-readiness.json +7 -0
  281. package/tests/fixtures/aws-maestro-routing/inputs/036-happy-serverless-rollout-corrector.json +7 -0
  282. package/tests/fixtures/aws-maestro-routing/inputs/037-happy-solution-architect.json +7 -0
  283. package/tests/fixtures/aws-maestro-routing/inputs/038-happy-ticket-triage-escalation-coordinator.json +7 -0
  284. package/tests/fixtures/aws-maestro-routing/inputs/039-happy-waf-cost-optimization-review.json +7 -0
  285. package/tests/fixtures/aws-maestro-routing/inputs/040-happy-waf-reliability-review.json +7 -0
  286. package/tests/fixtures/aws-maestro-routing/inputs/041-happy-waf-security-review.json +7 -0
  287. package/tests/fixtures/aws-maestro-routing/inputs/adv-ambiguous.json +7 -0
  288. package/tests/fixtures/aws-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  289. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-01-live-deployment-guarded-operator.json +7 -0
  290. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-02-live-ecs-rollout-guard.json +7 -0
  291. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-03-live-iac-change-guard.json +7 -0
  292. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-04-live-pipeline-approval-operator.json +7 -0
  293. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-05-live-serverless-release-guard.json +7 -0
  294. package/tests/fixtures/aws-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  295. package/tests/fixtures/aws-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  296. package/tests/fixtures/aws-maestro-routing/taxonomy.json +537 -0
  297. package/tests/fixtures/azure-maestro-routing/expected/001-happy-ai-foundry-ops-governor.json +6 -0
  298. package/tests/fixtures/azure-maestro-routing/expected/002-happy-aks-platform-operator.json +6 -0
  299. package/tests/fixtures/azure-maestro-routing/expected/003-happy-app-service-production-readiness.json +6 -0
  300. package/tests/fixtures/azure-maestro-routing/expected/004-happy-cosmosdb-application-developer.json +6 -0
  301. package/tests/fixtures/azure-maestro-routing/expected/005-happy-cosmosdb-performance-investigator.json +6 -0
  302. package/tests/fixtures/azure-maestro-routing/expected/006-happy-cosmosdb-platform-operator.json +6 -0
  303. package/tests/fixtures/azure-maestro-routing/expected/007-happy-cost-estimation-review.json +6 -0
  304. package/tests/fixtures/azure-maestro-routing/expected/008-happy-cost-optimization-governor.json +6 -0
  305. package/tests/fixtures/azure-maestro-routing/expected/009-happy-entra-id-specialist.json +6 -0
  306. package/tests/fixtures/azure-maestro-routing/expected/010-happy-identity-governance-review.json +6 -0
  307. package/tests/fixtures/azure-maestro-routing/expected/011-happy-key-vault-secret-lifecycle-auditor.json +6 -0
  308. package/tests/fixtures/azure-maestro-routing/expected/012-happy-keyvault-certificate-issuer-review.json +6 -0
  309. package/tests/fixtures/azure-maestro-routing/expected/013-happy-landing-zone-architect.json +6 -0
  310. package/tests/fixtures/azure-maestro-routing/expected/014-happy-migrate-landing-zone-cutover.json +6 -0
  311. package/tests/fixtures/azure-maestro-routing/expected/015-happy-network-topology-review.json +6 -0
  312. package/tests/fixtures/azure-maestro-routing/expected/016-happy-observability-investigator.json +6 -0
  313. package/tests/fixtures/azure-maestro-routing/expected/017-happy-platform-automation-devops.json +6 -0
  314. package/tests/fixtures/azure-maestro-routing/expected/018-happy-private-endpoint-adoption-planner.json +6 -0
  315. package/tests/fixtures/azure-maestro-routing/expected/019-happy-rbac-review.json +6 -0
  316. package/tests/fixtures/azure-maestro-routing/expected/020-happy-resilience-bcdr-review.json +6 -0
  317. package/tests/fixtures/azure-maestro-routing/expected/021-happy-resource-health-incident-triage.json +6 -0
  318. package/tests/fixtures/azure-maestro-routing/expected/022-happy-role-selector.json +6 -0
  319. package/tests/fixtures/azure-maestro-routing/expected/023-happy-security-posture-hardening.json +6 -0
  320. package/tests/fixtures/azure-maestro-routing/expected/024-happy-subscription-resource-organization.json +6 -0
  321. package/tests/fixtures/azure-maestro-routing/expected/025-happy-waf-cost-optimization-review.json +6 -0
  322. package/tests/fixtures/azure-maestro-routing/expected/026-happy-waf-reliability-review.json +6 -0
  323. package/tests/fixtures/azure-maestro-routing/expected/027-happy-waf-security-review.json +6 -0
  324. package/tests/fixtures/azure-maestro-routing/expected/adv-ambiguous.json +4 -0
  325. package/tests/fixtures/azure-maestro-routing/expected/adv-instruction-injection.json +6 -0
  326. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-01-governance-policy-guardrails.json +6 -0
  327. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-02-live-aks-rollout-guard.json +6 -0
  328. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-03-live-app-service-slot-swap-guard.json +6 -0
  329. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-04-live-arm-deployment-stack-guard.json +6 -0
  330. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-05-live-cost-budget-action-guard.json +6 -0
  331. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-06-live-entra-role-assignment-guard.json +6 -0
  332. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-07-live-keyvault-rotation-purge-guard.json +6 -0
  333. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-08-live-pim-jit-activation-guard.json +6 -0
  334. package/tests/fixtures/azure-maestro-routing/expected/adv-persona-replacement.json +6 -0
  335. package/tests/fixtures/azure-maestro-routing/expected/adv-secrets-bait.json +8 -0
  336. package/tests/fixtures/azure-maestro-routing/inputs/001-happy-ai-foundry-ops-governor.json +7 -0
  337. package/tests/fixtures/azure-maestro-routing/inputs/002-happy-aks-platform-operator.json +7 -0
  338. package/tests/fixtures/azure-maestro-routing/inputs/003-happy-app-service-production-readiness.json +7 -0
  339. package/tests/fixtures/azure-maestro-routing/inputs/004-happy-cosmosdb-application-developer.json +7 -0
  340. package/tests/fixtures/azure-maestro-routing/inputs/005-happy-cosmosdb-performance-investigator.json +7 -0
  341. package/tests/fixtures/azure-maestro-routing/inputs/006-happy-cosmosdb-platform-operator.json +7 -0
  342. package/tests/fixtures/azure-maestro-routing/inputs/007-happy-cost-estimation-review.json +7 -0
  343. package/tests/fixtures/azure-maestro-routing/inputs/008-happy-cost-optimization-governor.json +7 -0
  344. package/tests/fixtures/azure-maestro-routing/inputs/009-happy-entra-id-specialist.json +7 -0
  345. package/tests/fixtures/azure-maestro-routing/inputs/010-happy-identity-governance-review.json +7 -0
  346. package/tests/fixtures/azure-maestro-routing/inputs/011-happy-key-vault-secret-lifecycle-auditor.json +7 -0
  347. package/tests/fixtures/azure-maestro-routing/inputs/012-happy-keyvault-certificate-issuer-review.json +7 -0
  348. package/tests/fixtures/azure-maestro-routing/inputs/013-happy-landing-zone-architect.json +7 -0
  349. package/tests/fixtures/azure-maestro-routing/inputs/014-happy-migrate-landing-zone-cutover.json +7 -0
  350. package/tests/fixtures/azure-maestro-routing/inputs/015-happy-network-topology-review.json +7 -0
  351. package/tests/fixtures/azure-maestro-routing/inputs/016-happy-observability-investigator.json +7 -0
  352. package/tests/fixtures/azure-maestro-routing/inputs/017-happy-platform-automation-devops.json +7 -0
  353. package/tests/fixtures/azure-maestro-routing/inputs/018-happy-private-endpoint-adoption-planner.json +7 -0
  354. package/tests/fixtures/azure-maestro-routing/inputs/019-happy-rbac-review.json +7 -0
  355. package/tests/fixtures/azure-maestro-routing/inputs/020-happy-resilience-bcdr-review.json +7 -0
  356. package/tests/fixtures/azure-maestro-routing/inputs/021-happy-resource-health-incident-triage.json +7 -0
  357. package/tests/fixtures/azure-maestro-routing/inputs/022-happy-role-selector.json +7 -0
  358. package/tests/fixtures/azure-maestro-routing/inputs/023-happy-security-posture-hardening.json +7 -0
  359. package/tests/fixtures/azure-maestro-routing/inputs/024-happy-subscription-resource-organization.json +7 -0
  360. package/tests/fixtures/azure-maestro-routing/inputs/025-happy-waf-cost-optimization-review.json +7 -0
  361. package/tests/fixtures/azure-maestro-routing/inputs/026-happy-waf-reliability-review.json +7 -0
  362. package/tests/fixtures/azure-maestro-routing/inputs/027-happy-waf-security-review.json +7 -0
  363. package/tests/fixtures/azure-maestro-routing/inputs/adv-ambiguous.json +7 -0
  364. package/tests/fixtures/azure-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  365. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-01-governance-policy-guardrails.json +7 -0
  366. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-02-live-aks-rollout-guard.json +7 -0
  367. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-03-live-app-service-slot-swap-guard.json +7 -0
  368. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-04-live-arm-deployment-stack-guard.json +7 -0
  369. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-05-live-cost-budget-action-guard.json +7 -0
  370. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-06-live-entra-role-assignment-guard.json +7 -0
  371. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-07-live-keyvault-rotation-purge-guard.json +7 -0
  372. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-08-live-pim-jit-activation-guard.json +7 -0
  373. package/tests/fixtures/azure-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  374. package/tests/fixtures/azure-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  375. package/tests/fixtures/azure-maestro-routing/taxonomy.json +351 -0
  376. package/tests/fixtures/contabo-maestro-routing/expected/001-happy-capacity-planner.json +6 -0
  377. package/tests/fixtures/contabo-maestro-routing/expected/002-happy-cost-optimization-analyst.json +6 -0
  378. package/tests/fixtures/contabo-maestro-routing/expected/003-happy-security-hardening.json +6 -0
  379. package/tests/fixtures/contabo-maestro-routing/expected/adv-ambiguous.json +4 -0
  380. package/tests/fixtures/contabo-maestro-routing/expected/adv-instruction-injection.json +6 -0
  381. package/tests/fixtures/contabo-maestro-routing/expected/adv-liveguard-01-live-instance-lifecycle-guard.json +6 -0
  382. package/tests/fixtures/contabo-maestro-routing/expected/adv-liveguard-02-live-storage-operations-guard.json +6 -0
  383. package/tests/fixtures/contabo-maestro-routing/expected/adv-persona-replacement.json +6 -0
  384. package/tests/fixtures/contabo-maestro-routing/expected/adv-secrets-bait.json +6 -0
  385. package/tests/fixtures/contabo-maestro-routing/inputs/001-happy-capacity-planner.json +7 -0
  386. package/tests/fixtures/contabo-maestro-routing/inputs/002-happy-cost-optimization-analyst.json +7 -0
  387. package/tests/fixtures/contabo-maestro-routing/inputs/003-happy-security-hardening.json +7 -0
  388. package/tests/fixtures/contabo-maestro-routing/inputs/adv-ambiguous.json +7 -0
  389. package/tests/fixtures/contabo-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  390. package/tests/fixtures/contabo-maestro-routing/inputs/adv-liveguard-01-live-instance-lifecycle-guard.json +7 -0
  391. package/tests/fixtures/contabo-maestro-routing/inputs/adv-liveguard-02-live-storage-operations-guard.json +7 -0
  392. package/tests/fixtures/contabo-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  393. package/tests/fixtures/contabo-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  394. package/tests/fixtures/contabo-maestro-routing/taxonomy.json +40 -0
  395. package/tests/fixtures/finops-cloud-price-advisor/expected/001-scaleway-instance-eu-fr.json +14 -0
  396. package/tests/fixtures/finops-cloud-price-advisor/expected/002-scaleway-storage-eu-nl.json +14 -0
  397. package/tests/fixtures/finops-cloud-price-advisor/expected/003-gandi-vps-no-key.json +16 -0
  398. package/tests/fixtures/finops-cloud-price-advisor/expected/004-gandi-cdn-with-key.json +17 -0
  399. package/tests/fixtures/finops-cloud-price-advisor/expected/005-alibaba-ecs-cny.json +16 -0
  400. package/tests/fixtures/finops-cloud-price-advisor/expected/006-alibaba-rds-ap-southeast.json +14 -0
  401. package/tests/fixtures/finops-cloud-price-advisor/expected/007-tencent-cvm-cny.json +16 -0
  402. package/tests/fixtures/finops-cloud-price-advisor/expected/008-tencent-db-ap-singapore.json +14 -0
  403. package/tests/fixtures/finops-cloud-price-advisor/expected/009-comparative-aws-vs-scaleway.json +14 -0
  404. package/tests/fixtures/finops-cloud-price-advisor/expected/010-comparative-azure-vs-alibaba.json +14 -0
  405. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-001-gandi-key-storage-bait.json +14 -0
  406. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-002-alibaba-credential-bait.json +15 -0
  407. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-003-tencent-secretid-bait.json +14 -0
  408. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-004-scrape-url-injection.json +15 -0
  409. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-005-persona-replacement.json +15 -0
  410. package/tests/fixtures/finops-cloud-price-advisor/inputs/001-scaleway-instance-eu-fr.json +9 -0
  411. package/tests/fixtures/finops-cloud-price-advisor/inputs/002-scaleway-storage-eu-nl.json +9 -0
  412. package/tests/fixtures/finops-cloud-price-advisor/inputs/003-gandi-vps-no-key.json +10 -0
  413. package/tests/fixtures/finops-cloud-price-advisor/inputs/004-gandi-cdn-with-key.json +11 -0
  414. package/tests/fixtures/finops-cloud-price-advisor/inputs/005-alibaba-ecs-cny.json +9 -0
  415. package/tests/fixtures/finops-cloud-price-advisor/inputs/006-alibaba-rds-ap-southeast.json +9 -0
  416. package/tests/fixtures/finops-cloud-price-advisor/inputs/007-tencent-cvm-cny.json +9 -0
  417. package/tests/fixtures/finops-cloud-price-advisor/inputs/008-tencent-db-ap-singapore.json +9 -0
  418. package/tests/fixtures/finops-cloud-price-advisor/inputs/009-comparative-aws-vs-scaleway.json +10 -0
  419. package/tests/fixtures/finops-cloud-price-advisor/inputs/010-comparative-azure-vs-alibaba.json +10 -0
  420. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-001-gandi-key-storage-bait.json +12 -0
  421. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-002-alibaba-credential-bait.json +11 -0
  422. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-003-tencent-secretid-bait.json +11 -0
  423. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-004-scrape-url-injection.json +11 -0
  424. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-005-persona-replacement.json +11 -0
  425. package/tests/fixtures/finops-cloud-price-advisor/taxonomy.json +10 -0
  426. package/tests/fixtures/finops-maestro-routing/expected/001-happy-ai-economist.json +4 -0
  427. package/tests/fixtures/finops-maestro-routing/expected/002-happy-kubernetes-rightsizer.json +4 -0
  428. package/tests/fixtures/finops-maestro-routing/expected/003-happy-cloud-price-advisor.json +4 -0
  429. package/tests/fixtures/finops-maestro-routing/expected/004-parallel-ai-and-k8s.json +4 -0
  430. package/tests/fixtures/finops-maestro-routing/expected/005-parallel-k8s-and-price.json +4 -0
  431. package/tests/fixtures/finops-maestro-routing/expected/006-adversarial-instruction-injection.json +4 -0
  432. package/tests/fixtures/finops-maestro-routing/expected/007-adversarial-persona-replacement.json +4 -0
  433. package/tests/fixtures/finops-maestro-routing/expected/008-adversarial-secrets-bait.json +4 -0
  434. package/tests/fixtures/finops-maestro-routing/expected/009-ambiguous.json +4 -0
  435. package/tests/fixtures/finops-maestro-routing/inputs/001-happy-ai-economist.json +5 -0
  436. package/tests/fixtures/finops-maestro-routing/inputs/002-happy-kubernetes-rightsizer.json +5 -0
  437. package/tests/fixtures/finops-maestro-routing/inputs/003-happy-cloud-price-advisor.json +5 -0
  438. package/tests/fixtures/finops-maestro-routing/inputs/004-parallel-ai-and-k8s.json +5 -0
  439. package/tests/fixtures/finops-maestro-routing/inputs/005-parallel-k8s-and-price.json +5 -0
  440. package/tests/fixtures/finops-maestro-routing/inputs/006-adversarial-instruction-injection.json +5 -0
  441. package/tests/fixtures/finops-maestro-routing/inputs/007-adversarial-persona-replacement.json +5 -0
  442. package/tests/fixtures/finops-maestro-routing/inputs/008-adversarial-secrets-bait.json +5 -0
  443. package/tests/fixtures/finops-maestro-routing/inputs/009-ambiguous.json +5 -0
  444. package/tests/fixtures/finops-maestro-routing/taxonomy.json +144 -0
  445. package/tests/fixtures/gcp-maestro-routing/expected/001-happy-alloydb-ai-developer.json +6 -0
  446. package/tests/fixtures/gcp-maestro-routing/expected/002-happy-alloydb-cloudsql-dba.json +6 -0
  447. package/tests/fixtures/gcp-maestro-routing/expected/003-happy-anthos-multicloud-architect.json +6 -0
  448. package/tests/fixtures/gcp-maestro-routing/expected/004-happy-apigee-api-platform-operator.json +6 -0
  449. package/tests/fixtures/gcp-maestro-routing/expected/005-happy-bigquery-cost-performance-analyst.json +6 -0
  450. package/tests/fixtures/gcp-maestro-routing/expected/006-happy-certificate-manager-issuer-review.json +6 -0
  451. package/tests/fixtures/gcp-maestro-routing/expected/007-happy-change-impact-advisor.json +6 -0
  452. package/tests/fixtures/gcp-maestro-routing/expected/008-happy-cloud-auth-advisor.json +6 -0
  453. package/tests/fixtures/gcp-maestro-routing/expected/009-happy-cloud-run-functions-operator.json +6 -0
  454. package/tests/fixtures/gcp-maestro-routing/expected/010-happy-cloudbuild-deploy-cicd-operator.json +6 -0
  455. package/tests/fixtures/gcp-maestro-routing/expected/011-happy-compliance-assured-workloads.json +6 -0
  456. package/tests/fixtures/gcp-maestro-routing/expected/012-happy-compute-engine-operator.json +6 -0
  457. package/tests/fixtures/gcp-maestro-routing/expected/013-happy-cost-anomaly-watch-coordinator.json +6 -0
  458. package/tests/fixtures/gcp-maestro-routing/expected/014-happy-cost-finops-analyst.json +6 -0
  459. package/tests/fixtures/gcp-maestro-routing/expected/015-happy-daily-operations-briefing-coordinator.json +6 -0
  460. package/tests/fixtures/gcp-maestro-routing/expected/016-happy-data-pipeline-engineer.json +6 -0
  461. package/tests/fixtures/gcp-maestro-routing/expected/017-happy-event-driven-architecture-review.json +6 -0
  462. package/tests/fixtures/gcp-maestro-routing/expected/018-happy-firebase-developer.json +6 -0
  463. package/tests/fixtures/gcp-maestro-routing/expected/019-happy-gcs-data-perimeter-governor.json +6 -0
  464. package/tests/fixtures/gcp-maestro-routing/expected/020-happy-gemini-api-developer.json +6 -0
  465. package/tests/fixtures/gcp-maestro-routing/expected/021-happy-gke-platform-operator.json +6 -0
  466. package/tests/fixtures/gcp-maestro-routing/expected/022-happy-iac-change-safety-review.json +6 -0
  467. package/tests/fixtures/gcp-maestro-routing/expected/023-happy-iam-least-privilege-review.json +6 -0
  468. package/tests/fixtures/gcp-maestro-routing/expected/024-happy-landing-zone-architect.json +6 -0
  469. package/tests/fixtures/gcp-maestro-routing/expected/025-happy-load-balancer-traffic-engineer.json +6 -0
  470. package/tests/fixtures/gcp-maestro-routing/expected/026-happy-migration-cutover-architect.json +6 -0
  471. package/tests/fixtures/gcp-maestro-routing/expected/027-happy-network-architect.json +6 -0
  472. package/tests/fixtures/gcp-maestro-routing/expected/028-happy-networking-observability.json +6 -0
  473. package/tests/fixtures/gcp-maestro-routing/expected/029-happy-observability-incident-responder.json +6 -0
  474. package/tests/fixtures/gcp-maestro-routing/expected/030-happy-registry-artifact-governor.json +6 -0
  475. package/tests/fixtures/gcp-maestro-routing/expected/031-happy-resilience-bcdr-review.json +6 -0
  476. package/tests/fixtures/gcp-maestro-routing/expected/032-happy-resource-inventory-analyst.json +6 -0
  477. package/tests/fixtures/gcp-maestro-routing/expected/033-happy-secret-kms-lifecycle-steward.json +6 -0
  478. package/tests/fixtures/gcp-maestro-routing/expected/034-happy-security-posture-hardening.json +6 -0
  479. package/tests/fixtures/gcp-maestro-routing/expected/035-happy-serverless-production-readiness.json +6 -0
  480. package/tests/fixtures/gcp-maestro-routing/expected/036-happy-solution-architect.json +6 -0
  481. package/tests/fixtures/gcp-maestro-routing/expected/037-happy-spanner-architect.json +6 -0
  482. package/tests/fixtures/gcp-maestro-routing/expected/038-happy-support-incident-coordinator.json +6 -0
  483. package/tests/fixtures/gcp-maestro-routing/expected/039-happy-ticket-triage-escalation-coordinator.json +6 -0
  484. package/tests/fixtures/gcp-maestro-routing/expected/040-happy-vertex-ai-mlops-engineer.json +6 -0
  485. package/tests/fixtures/gcp-maestro-routing/expected/041-happy-vpc-service-controls-architect.json +6 -0
  486. package/tests/fixtures/gcp-maestro-routing/expected/042-happy-waf-cost-optimization-review.json +6 -0
  487. package/tests/fixtures/gcp-maestro-routing/expected/043-happy-waf-reliability-review.json +6 -0
  488. package/tests/fixtures/gcp-maestro-routing/expected/044-happy-waf-security-review.json +6 -0
  489. package/tests/fixtures/gcp-maestro-routing/expected/adv-ambiguous.json +4 -0
  490. package/tests/fixtures/gcp-maestro-routing/expected/adv-instruction-injection.json +6 -0
  491. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-01-live-bigquery-dataset-deletion-guard.json +6 -0
  492. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-02-live-cloud-run-traffic-migration-guard.json +6 -0
  493. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-03-live-cost-budget-action-guard.json +6 -0
  494. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-04-live-gke-rollout-guard.json +6 -0
  495. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-05-live-iam-policy-change-guard.json +6 -0
  496. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-06-live-kms-key-destruction-guard.json +6 -0
  497. package/tests/fixtures/gcp-maestro-routing/expected/adv-persona-replacement.json +6 -0
  498. package/tests/fixtures/gcp-maestro-routing/expected/adv-secrets-bait.json +8 -0
  499. package/tests/fixtures/gcp-maestro-routing/inputs/001-happy-alloydb-ai-developer.json +7 -0
  500. package/tests/fixtures/gcp-maestro-routing/inputs/002-happy-alloydb-cloudsql-dba.json +7 -0
  501. package/tests/fixtures/gcp-maestro-routing/inputs/003-happy-anthos-multicloud-architect.json +7 -0
  502. package/tests/fixtures/gcp-maestro-routing/inputs/004-happy-apigee-api-platform-operator.json +7 -0
  503. package/tests/fixtures/gcp-maestro-routing/inputs/005-happy-bigquery-cost-performance-analyst.json +7 -0
  504. package/tests/fixtures/gcp-maestro-routing/inputs/006-happy-certificate-manager-issuer-review.json +7 -0
  505. package/tests/fixtures/gcp-maestro-routing/inputs/007-happy-change-impact-advisor.json +7 -0
  506. package/tests/fixtures/gcp-maestro-routing/inputs/008-happy-cloud-auth-advisor.json +7 -0
  507. package/tests/fixtures/gcp-maestro-routing/inputs/009-happy-cloud-run-functions-operator.json +7 -0
  508. package/tests/fixtures/gcp-maestro-routing/inputs/010-happy-cloudbuild-deploy-cicd-operator.json +7 -0
  509. package/tests/fixtures/gcp-maestro-routing/inputs/011-happy-compliance-assured-workloads.json +7 -0
  510. package/tests/fixtures/gcp-maestro-routing/inputs/012-happy-compute-engine-operator.json +7 -0
  511. package/tests/fixtures/gcp-maestro-routing/inputs/013-happy-cost-anomaly-watch-coordinator.json +7 -0
  512. package/tests/fixtures/gcp-maestro-routing/inputs/014-happy-cost-finops-analyst.json +7 -0
  513. package/tests/fixtures/gcp-maestro-routing/inputs/015-happy-daily-operations-briefing-coordinator.json +7 -0
  514. package/tests/fixtures/gcp-maestro-routing/inputs/016-happy-data-pipeline-engineer.json +7 -0
  515. package/tests/fixtures/gcp-maestro-routing/inputs/017-happy-event-driven-architecture-review.json +7 -0
  516. package/tests/fixtures/gcp-maestro-routing/inputs/018-happy-firebase-developer.json +7 -0
  517. package/tests/fixtures/gcp-maestro-routing/inputs/019-happy-gcs-data-perimeter-governor.json +7 -0
  518. package/tests/fixtures/gcp-maestro-routing/inputs/020-happy-gemini-api-developer.json +7 -0
  519. package/tests/fixtures/gcp-maestro-routing/inputs/021-happy-gke-platform-operator.json +7 -0
  520. package/tests/fixtures/gcp-maestro-routing/inputs/022-happy-iac-change-safety-review.json +7 -0
  521. package/tests/fixtures/gcp-maestro-routing/inputs/023-happy-iam-least-privilege-review.json +7 -0
  522. package/tests/fixtures/gcp-maestro-routing/inputs/024-happy-landing-zone-architect.json +7 -0
  523. package/tests/fixtures/gcp-maestro-routing/inputs/025-happy-load-balancer-traffic-engineer.json +7 -0
  524. package/tests/fixtures/gcp-maestro-routing/inputs/026-happy-migration-cutover-architect.json +7 -0
  525. package/tests/fixtures/gcp-maestro-routing/inputs/027-happy-network-architect.json +7 -0
  526. package/tests/fixtures/gcp-maestro-routing/inputs/028-happy-networking-observability.json +7 -0
  527. package/tests/fixtures/gcp-maestro-routing/inputs/029-happy-observability-incident-responder.json +7 -0
  528. package/tests/fixtures/gcp-maestro-routing/inputs/030-happy-registry-artifact-governor.json +7 -0
  529. package/tests/fixtures/gcp-maestro-routing/inputs/031-happy-resilience-bcdr-review.json +7 -0
  530. package/tests/fixtures/gcp-maestro-routing/inputs/032-happy-resource-inventory-analyst.json +7 -0
  531. package/tests/fixtures/gcp-maestro-routing/inputs/033-happy-secret-kms-lifecycle-steward.json +7 -0
  532. package/tests/fixtures/gcp-maestro-routing/inputs/034-happy-security-posture-hardening.json +7 -0
  533. package/tests/fixtures/gcp-maestro-routing/inputs/035-happy-serverless-production-readiness.json +7 -0
  534. package/tests/fixtures/gcp-maestro-routing/inputs/036-happy-solution-architect.json +7 -0
  535. package/tests/fixtures/gcp-maestro-routing/inputs/037-happy-spanner-architect.json +7 -0
  536. package/tests/fixtures/gcp-maestro-routing/inputs/038-happy-support-incident-coordinator.json +7 -0
  537. package/tests/fixtures/gcp-maestro-routing/inputs/039-happy-ticket-triage-escalation-coordinator.json +7 -0
  538. package/tests/fixtures/gcp-maestro-routing/inputs/040-happy-vertex-ai-mlops-engineer.json +7 -0
  539. package/tests/fixtures/gcp-maestro-routing/inputs/041-happy-vpc-service-controls-architect.json +7 -0
  540. package/tests/fixtures/gcp-maestro-routing/inputs/042-happy-waf-cost-optimization-review.json +7 -0
  541. package/tests/fixtures/gcp-maestro-routing/inputs/043-happy-waf-reliability-review.json +7 -0
  542. package/tests/fixtures/gcp-maestro-routing/inputs/044-happy-waf-security-review.json +7 -0
  543. package/tests/fixtures/gcp-maestro-routing/inputs/adv-ambiguous.json +7 -0
  544. package/tests/fixtures/gcp-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  545. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-01-live-bigquery-dataset-deletion-guard.json +7 -0
  546. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-02-live-cloud-run-traffic-migration-guard.json +7 -0
  547. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-03-live-cost-budget-action-guard.json +7 -0
  548. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-04-live-gke-rollout-guard.json +7 -0
  549. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-05-live-iam-policy-change-guard.json +7 -0
  550. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-06-live-kms-key-destruction-guard.json +7 -0
  551. package/tests/fixtures/gcp-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  552. package/tests/fixtures/gcp-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  553. package/tests/fixtures/gcp-maestro-routing/taxonomy.json +562 -0
  554. package/tests/fixtures/hetzner-maestro-routing/expected/001-happy-capacity-planner.json +6 -0
  555. package/tests/fixtures/hetzner-maestro-routing/expected/002-happy-cost-optimization-analyst.json +6 -0
  556. package/tests/fixtures/hetzner-maestro-routing/expected/003-happy-infrastructure-reviewer.json +6 -0
  557. package/tests/fixtures/hetzner-maestro-routing/expected/adv-ambiguous.json +4 -0
  558. package/tests/fixtures/hetzner-maestro-routing/expected/adv-instruction-injection.json +6 -0
  559. package/tests/fixtures/hetzner-maestro-routing/expected/adv-liveguard-01-live-firewall-rule-guard.json +6 -0
  560. package/tests/fixtures/hetzner-maestro-routing/expected/adv-liveguard-02-live-server-lifecycle-guard.json +6 -0
  561. package/tests/fixtures/hetzner-maestro-routing/expected/adv-persona-replacement.json +6 -0
  562. package/tests/fixtures/hetzner-maestro-routing/expected/adv-secrets-bait.json +6 -0
  563. package/tests/fixtures/hetzner-maestro-routing/inputs/001-happy-capacity-planner.json +7 -0
  564. package/tests/fixtures/hetzner-maestro-routing/inputs/002-happy-cost-optimization-analyst.json +7 -0
  565. package/tests/fixtures/hetzner-maestro-routing/inputs/003-happy-infrastructure-reviewer.json +7 -0
  566. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-ambiguous.json +7 -0
  567. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  568. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-liveguard-01-live-firewall-rule-guard.json +7 -0
  569. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-liveguard-02-live-server-lifecycle-guard.json +7 -0
  570. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  571. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  572. package/tests/fixtures/hetzner-maestro-routing/taxonomy.json +40 -0
  573. package/tests/fixtures/huawei-maestro-routing/expected/001-happy-cce-container-platform-operator.json +6 -0
  574. package/tests/fixtures/huawei-maestro-routing/expected/002-happy-certificate-manager-issuer-review.json +6 -0
  575. package/tests/fixtures/huawei-maestro-routing/expected/003-happy-change-impact-advisor.json +6 -0
  576. package/tests/fixtures/huawei-maestro-routing/expected/004-happy-codearts-devops-operator.json +6 -0
  577. package/tests/fixtures/huawei-maestro-routing/expected/005-happy-compliance-sovereignty.json +6 -0
  578. package/tests/fixtures/huawei-maestro-routing/expected/006-happy-cost-anomaly-watch-coordinator.json +6 -0
  579. package/tests/fixtures/huawei-maestro-routing/expected/007-happy-cost-finops-analyst.json +6 -0
  580. package/tests/fixtures/huawei-maestro-routing/expected/008-happy-daily-operations-briefing-coordinator.json +6 -0
  581. package/tests/fixtures/huawei-maestro-routing/expected/009-happy-dew-kms-lifecycle-steward.json +6 -0
  582. package/tests/fixtures/huawei-maestro-routing/expected/010-happy-drs-data-replication-operator.json +6 -0
  583. package/tests/fixtures/huawei-maestro-routing/expected/011-happy-dws-dli-data-analyst.json +6 -0
  584. package/tests/fixtures/huawei-maestro-routing/expected/012-happy-ecs-compute-operator.json +6 -0
  585. package/tests/fixtures/huawei-maestro-routing/expected/013-happy-event-driven-architecture-review.json +6 -0
  586. package/tests/fixtures/huawei-maestro-routing/expected/014-happy-functiongraph-serverless-operator.json +6 -0
  587. package/tests/fixtures/huawei-maestro-routing/expected/015-happy-gaussdb-rds-dba.json +6 -0
  588. package/tests/fixtures/huawei-maestro-routing/expected/016-happy-iac-change-safety-review.json +6 -0
  589. package/tests/fixtures/huawei-maestro-routing/expected/017-happy-iam-least-privilege-review.json +6 -0
  590. package/tests/fixtures/huawei-maestro-routing/expected/018-happy-ief-edge-computing-operator.json +6 -0
  591. package/tests/fixtures/huawei-maestro-routing/expected/019-happy-landing-zone-architect.json +6 -0
  592. package/tests/fixtures/huawei-maestro-routing/expected/020-happy-load-balancer-traffic-engineer.json +6 -0
  593. package/tests/fixtures/huawei-maestro-routing/expected/021-happy-migration-architect.json +6 -0
  594. package/tests/fixtures/huawei-maestro-routing/expected/022-happy-modelarts-mlops-engineer.json +6 -0
  595. package/tests/fixtures/huawei-maestro-routing/expected/023-happy-network-architect.json +6 -0
  596. package/tests/fixtures/huawei-maestro-routing/expected/024-happy-obs-data-perimeter-governor.json +6 -0
  597. package/tests/fixtures/huawei-maestro-routing/expected/025-happy-obs-storage-steward.json +6 -0
  598. package/tests/fixtures/huawei-maestro-routing/expected/026-happy-observability-incident-responder.json +6 -0
  599. package/tests/fixtures/huawei-maestro-routing/expected/027-happy-registry-artifact-governor.json +6 -0
  600. package/tests/fixtures/huawei-maestro-routing/expected/028-happy-resilience-bcdr-review.json +6 -0
  601. package/tests/fixtures/huawei-maestro-routing/expected/029-happy-secmaster-security-operations.json +6 -0
  602. package/tests/fixtures/huawei-maestro-routing/expected/030-happy-serverless-production-readiness.json +6 -0
  603. package/tests/fixtures/huawei-maestro-routing/expected/031-happy-solution-architect.json +6 -0
  604. package/tests/fixtures/huawei-maestro-routing/expected/032-happy-support-incident-coordinator.json +6 -0
  605. package/tests/fixtures/huawei-maestro-routing/expected/033-happy-ticket-triage-escalation-coordinator.json +6 -0
  606. package/tests/fixtures/huawei-maestro-routing/expected/034-happy-waf-cost-optimization-review.json +6 -0
  607. package/tests/fixtures/huawei-maestro-routing/expected/035-happy-waf-reliability-review.json +6 -0
  608. package/tests/fixtures/huawei-maestro-routing/expected/036-happy-waf-security-review.json +8 -0
  609. package/tests/fixtures/huawei-maestro-routing/expected/adv-ambiguous.json +4 -0
  610. package/tests/fixtures/huawei-maestro-routing/expected/adv-instruction-injection.json +6 -0
  611. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-01-live-cce-rollout-guard.json +6 -0
  612. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-02-live-cost-budget-action-guard.json +6 -0
  613. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-03-live-gaussdb-mutation-guard.json +6 -0
  614. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-04-live-iam-policy-change-guard.json +6 -0
  615. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-05-live-kms-key-destruction-guard.json +6 -0
  616. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-06-live-obs-bucket-policy-guard.json +6 -0
  617. package/tests/fixtures/huawei-maestro-routing/expected/adv-persona-replacement.json +6 -0
  618. package/tests/fixtures/huawei-maestro-routing/expected/adv-secrets-bait.json +6 -0
  619. package/tests/fixtures/huawei-maestro-routing/inputs/001-happy-cce-container-platform-operator.json +7 -0
  620. package/tests/fixtures/huawei-maestro-routing/inputs/002-happy-certificate-manager-issuer-review.json +7 -0
  621. package/tests/fixtures/huawei-maestro-routing/inputs/003-happy-change-impact-advisor.json +7 -0
  622. package/tests/fixtures/huawei-maestro-routing/inputs/004-happy-codearts-devops-operator.json +7 -0
  623. package/tests/fixtures/huawei-maestro-routing/inputs/005-happy-compliance-sovereignty.json +7 -0
  624. package/tests/fixtures/huawei-maestro-routing/inputs/006-happy-cost-anomaly-watch-coordinator.json +7 -0
  625. package/tests/fixtures/huawei-maestro-routing/inputs/007-happy-cost-finops-analyst.json +7 -0
  626. package/tests/fixtures/huawei-maestro-routing/inputs/008-happy-daily-operations-briefing-coordinator.json +7 -0
  627. package/tests/fixtures/huawei-maestro-routing/inputs/009-happy-dew-kms-lifecycle-steward.json +7 -0
  628. package/tests/fixtures/huawei-maestro-routing/inputs/010-happy-drs-data-replication-operator.json +7 -0
  629. package/tests/fixtures/huawei-maestro-routing/inputs/011-happy-dws-dli-data-analyst.json +7 -0
  630. package/tests/fixtures/huawei-maestro-routing/inputs/012-happy-ecs-compute-operator.json +7 -0
  631. package/tests/fixtures/huawei-maestro-routing/inputs/013-happy-event-driven-architecture-review.json +7 -0
  632. package/tests/fixtures/huawei-maestro-routing/inputs/014-happy-functiongraph-serverless-operator.json +7 -0
  633. package/tests/fixtures/huawei-maestro-routing/inputs/015-happy-gaussdb-rds-dba.json +7 -0
  634. package/tests/fixtures/huawei-maestro-routing/inputs/016-happy-iac-change-safety-review.json +7 -0
  635. package/tests/fixtures/huawei-maestro-routing/inputs/017-happy-iam-least-privilege-review.json +7 -0
  636. package/tests/fixtures/huawei-maestro-routing/inputs/018-happy-ief-edge-computing-operator.json +7 -0
  637. package/tests/fixtures/huawei-maestro-routing/inputs/019-happy-landing-zone-architect.json +7 -0
  638. package/tests/fixtures/huawei-maestro-routing/inputs/020-happy-load-balancer-traffic-engineer.json +7 -0
  639. package/tests/fixtures/huawei-maestro-routing/inputs/021-happy-migration-architect.json +7 -0
  640. package/tests/fixtures/huawei-maestro-routing/inputs/022-happy-modelarts-mlops-engineer.json +7 -0
  641. package/tests/fixtures/huawei-maestro-routing/inputs/023-happy-network-architect.json +7 -0
  642. package/tests/fixtures/huawei-maestro-routing/inputs/024-happy-obs-data-perimeter-governor.json +7 -0
  643. package/tests/fixtures/huawei-maestro-routing/inputs/025-happy-obs-storage-steward.json +7 -0
  644. package/tests/fixtures/huawei-maestro-routing/inputs/026-happy-observability-incident-responder.json +7 -0
  645. package/tests/fixtures/huawei-maestro-routing/inputs/027-happy-registry-artifact-governor.json +7 -0
  646. package/tests/fixtures/huawei-maestro-routing/inputs/028-happy-resilience-bcdr-review.json +7 -0
  647. package/tests/fixtures/huawei-maestro-routing/inputs/029-happy-secmaster-security-operations.json +7 -0
  648. package/tests/fixtures/huawei-maestro-routing/inputs/030-happy-serverless-production-readiness.json +7 -0
  649. package/tests/fixtures/huawei-maestro-routing/inputs/031-happy-solution-architect.json +7 -0
  650. package/tests/fixtures/huawei-maestro-routing/inputs/032-happy-support-incident-coordinator.json +7 -0
  651. package/tests/fixtures/huawei-maestro-routing/inputs/033-happy-ticket-triage-escalation-coordinator.json +7 -0
  652. package/tests/fixtures/huawei-maestro-routing/inputs/034-happy-waf-cost-optimization-review.json +7 -0
  653. package/tests/fixtures/huawei-maestro-routing/inputs/035-happy-waf-reliability-review.json +7 -0
  654. package/tests/fixtures/huawei-maestro-routing/inputs/036-happy-waf-security-review.json +7 -0
  655. package/tests/fixtures/huawei-maestro-routing/inputs/adv-ambiguous.json +7 -0
  656. package/tests/fixtures/huawei-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  657. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-01-live-cce-rollout-guard.json +7 -0
  658. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-02-live-cost-budget-action-guard.json +7 -0
  659. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-03-live-gaussdb-mutation-guard.json +7 -0
  660. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-04-live-iam-policy-change-guard.json +7 -0
  661. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-05-live-kms-key-destruction-guard.json +7 -0
  662. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-06-live-obs-bucket-policy-guard.json +7 -0
  663. package/tests/fixtures/huawei-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  664. package/tests/fixtures/huawei-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  665. package/tests/fixtures/huawei-maestro-routing/taxonomy.json +472 -0
  666. package/tests/fixtures/ionos-maestro-routing/expected/001-happy-cost-optimization-analyst.json +6 -0
  667. package/tests/fixtures/ionos-maestro-routing/expected/002-happy-datacenter-designer-reviewer.json +6 -0
  668. package/tests/fixtures/ionos-maestro-routing/expected/003-happy-kubernetes-platform-operator.json +6 -0
  669. package/tests/fixtures/ionos-maestro-routing/expected/004-happy-security-compliance-reviewer.json +6 -0
  670. package/tests/fixtures/ionos-maestro-routing/expected/adv-ambiguous.json +4 -0
  671. package/tests/fixtures/ionos-maestro-routing/expected/adv-instruction-injection.json +6 -0
  672. package/tests/fixtures/ionos-maestro-routing/expected/adv-liveguard-01-live-database-lifecycle-guard.json +6 -0
  673. package/tests/fixtures/ionos-maestro-routing/expected/adv-persona-replacement.json +6 -0
  674. package/tests/fixtures/ionos-maestro-routing/expected/adv-secrets-bait.json +6 -0
  675. package/tests/fixtures/ionos-maestro-routing/inputs/001-happy-cost-optimization-analyst.json +7 -0
  676. package/tests/fixtures/ionos-maestro-routing/inputs/002-happy-datacenter-designer-reviewer.json +7 -0
  677. package/tests/fixtures/ionos-maestro-routing/inputs/003-happy-kubernetes-platform-operator.json +7 -0
  678. package/tests/fixtures/ionos-maestro-routing/inputs/004-happy-security-compliance-reviewer.json +7 -0
  679. package/tests/fixtures/ionos-maestro-routing/inputs/adv-ambiguous.json +7 -0
  680. package/tests/fixtures/ionos-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  681. package/tests/fixtures/ionos-maestro-routing/inputs/adv-liveguard-01-live-database-lifecycle-guard.json +7 -0
  682. package/tests/fixtures/ionos-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  683. package/tests/fixtures/ionos-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  684. package/tests/fixtures/ionos-maestro-routing/taxonomy.json +48 -0
  685. package/tests/fixtures/kubernetes-maestro-routing/expected/001-happy-external-secrets-operator-review.json +6 -0
  686. package/tests/fixtures/kubernetes-maestro-routing/expected/002-happy-kubecost-chargeback-allocation-review.json +6 -0
  687. package/tests/fixtures/kubernetes-maestro-routing/expected/003-happy-network-architecture-review.json +6 -0
  688. package/tests/fixtures/kubernetes-maestro-routing/expected/004-happy-pod-spec-review.json +6 -0
  689. package/tests/fixtures/kubernetes-maestro-routing/expected/005-happy-psa-review.json +6 -0
  690. package/tests/fixtures/kubernetes-maestro-routing/expected/006-happy-rbac-review.json +6 -0
  691. package/tests/fixtures/kubernetes-maestro-routing/expected/007-happy-workload-identity-review.json +6 -0
  692. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-ambiguous.json +4 -0
  693. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-instruction-injection.json +6 -0
  694. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-01-live-admission-policy-guard.json +6 -0
  695. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-02-live-argocd-sync-guard.json +6 -0
  696. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-03-live-mesh-policy-guard.json +6 -0
  697. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-04-live-network-architecture-mutation-guard.json +6 -0
  698. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-05-live-network-policy-guard.json +6 -0
  699. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-06-live-rbac-mutation-guard.json +6 -0
  700. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-07-live-velero-restore-guard.json +6 -0
  701. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-persona-replacement.json +6 -0
  702. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-secrets-bait.json +6 -0
  703. package/tests/fixtures/kubernetes-maestro-routing/inputs/001-happy-external-secrets-operator-review.json +7 -0
  704. package/tests/fixtures/kubernetes-maestro-routing/inputs/002-happy-kubecost-chargeback-allocation-review.json +7 -0
  705. package/tests/fixtures/kubernetes-maestro-routing/inputs/003-happy-network-architecture-review.json +7 -0
  706. package/tests/fixtures/kubernetes-maestro-routing/inputs/004-happy-pod-spec-review.json +7 -0
  707. package/tests/fixtures/kubernetes-maestro-routing/inputs/005-happy-psa-review.json +7 -0
  708. package/tests/fixtures/kubernetes-maestro-routing/inputs/006-happy-rbac-review.json +7 -0
  709. package/tests/fixtures/kubernetes-maestro-routing/inputs/007-happy-workload-identity-review.json +7 -0
  710. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-ambiguous.json +7 -0
  711. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  712. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-01-live-admission-policy-guard.json +7 -0
  713. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-02-live-argocd-sync-guard.json +7 -0
  714. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-03-live-mesh-policy-guard.json +7 -0
  715. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-04-live-network-architecture-mutation-guard.json +7 -0
  716. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-05-live-network-policy-guard.json +7 -0
  717. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-06-live-rbac-mutation-guard.json +7 -0
  718. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-07-live-velero-restore-guard.json +7 -0
  719. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  720. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  721. package/tests/fixtures/kubernetes-maestro-routing/taxonomy.json +98 -0
  722. package/tests/fixtures/nvidia-maestro-routing/README.md +24 -0
  723. package/tests/fixtures/nvidia-maestro-routing/expected/01-cuda-coalescing.json +6 -0
  724. package/tests/fixtures/nvidia-maestro-routing/expected/02-dcgm-coverage.json +6 -0
  725. package/tests/fixtures/nvidia-maestro-routing/expected/03-ngc-cosign-policy.json +6 -0
  726. package/tests/fixtures/nvidia-maestro-routing/expected/04-triton-batching.json +6 -0
  727. package/tests/fixtures/nvidia-maestro-routing/expected/05-trt-int8-calibration.json +6 -0
  728. package/tests/fixtures/nvidia-maestro-routing/expected/06-gpu-operator-securitycontext.json +6 -0
  729. package/tests/fixtures/nvidia-maestro-routing/expected/07-spectrumx-nccl.json +6 -0
  730. package/tests/fixtures/nvidia-maestro-routing/expected/08-dgx-bmc.json +6 -0
  731. package/tests/fixtures/nvidia-maestro-routing/expected/09-nemo-agent-toolkit.json +6 -0
  732. package/tests/fixtures/nvidia-maestro-routing/expected/10-nemo-genai.json +6 -0
  733. package/tests/fixtures/nvidia-maestro-routing/expected/11-multi-domain-dgx-bringup.json +8 -0
  734. package/tests/fixtures/nvidia-maestro-routing/expected/12-promote-nim-to-prod.json +6 -0
  735. package/tests/fixtures/nvidia-maestro-routing/inputs/01-cuda-coalescing.json +4 -0
  736. package/tests/fixtures/nvidia-maestro-routing/inputs/02-dcgm-coverage.json +4 -0
  737. package/tests/fixtures/nvidia-maestro-routing/inputs/03-ngc-cosign-policy.json +4 -0
  738. package/tests/fixtures/nvidia-maestro-routing/inputs/04-triton-batching.json +4 -0
  739. package/tests/fixtures/nvidia-maestro-routing/inputs/05-trt-int8-calibration.json +4 -0
  740. package/tests/fixtures/nvidia-maestro-routing/inputs/06-gpu-operator-securitycontext.json +4 -0
  741. package/tests/fixtures/nvidia-maestro-routing/inputs/07-spectrumx-nccl.json +4 -0
  742. package/tests/fixtures/nvidia-maestro-routing/inputs/08-dgx-bmc.json +4 -0
  743. package/tests/fixtures/nvidia-maestro-routing/inputs/09-nemo-agent-toolkit.json +4 -0
  744. package/tests/fixtures/nvidia-maestro-routing/inputs/10-nemo-genai.json +4 -0
  745. package/tests/fixtures/nvidia-maestro-routing/inputs/11-multi-domain-dgx-bringup.json +4 -0
  746. package/tests/fixtures/nvidia-maestro-routing/inputs/12-promote-nim-to-prod.json +4 -0
  747. package/tests/fixtures/nvidia-maestro-routing/taxonomy.json +49 -0
  748. package/tests/fixtures/nvidia-model-promotion-gatekeeper/README.md +34 -0
  749. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/01-clean.json +7 -0
  750. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/02-unsigned.json +7 -0
  751. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/03-digest-drift.json +7 -0
  752. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/04-missing-sbom.json +7 -0
  753. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/05-missing-model-card.json +7 -0
  754. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/06-cve-regression.json +7 -0
  755. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/07-expired-cert.json +7 -0
  756. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/08-wrong-issuer.json +7 -0
  757. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/09-unknown-registry.json +7 -0
  758. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/10-replay-stale-attestation.json +7 -0
  759. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/11-label-only-model-card.json +7 -0
  760. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/01-clean.json +45 -0
  761. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/02-unsigned.json +42 -0
  762. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/03-digest-drift.json +45 -0
  763. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/04-missing-sbom.json +44 -0
  764. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/05-missing-model-card.json +44 -0
  765. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/06-cve-regression.json +45 -0
  766. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/07-expired-cert.json +45 -0
  767. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/08-wrong-issuer.json +45 -0
  768. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/09-unknown-registry.json +45 -0
  769. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/10-replay-stale-attestation.json +45 -0
  770. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/11-label-only-model-card.json +45 -0
  771. package/tests/fixtures/oci-maestro-routing/expected/001-happy-autonomous-database-architect.json +6 -0
  772. package/tests/fixtures/oci-maestro-routing/expected/002-happy-certificates-issuer-review.json +6 -0
  773. package/tests/fixtures/oci-maestro-routing/expected/003-happy-compute-instance-agent-operator.json +6 -0
  774. package/tests/fixtures/oci-maestro-routing/expected/004-happy-compute-platform-operator.json +6 -0
  775. package/tests/fixtures/oci-maestro-routing/expected/005-happy-cost-finops-analyst.json +6 -0
  776. package/tests/fixtures/oci-maestro-routing/expected/006-happy-database-platform-dba.json +6 -0
  777. package/tests/fixtures/oci-maestro-routing/expected/007-happy-dbtools-sql-analyst.json +6 -0
  778. package/tests/fixtures/oci-maestro-routing/expected/008-happy-devops-container-platform-engineer.json +6 -0
  779. package/tests/fixtures/oci-maestro-routing/expected/009-happy-exadata-platform-architect.json +6 -0
  780. package/tests/fixtures/oci-maestro-routing/expected/010-happy-fusion-apps-environment-operator.json +6 -0
  781. package/tests/fixtures/oci-maestro-routing/expected/011-happy-goldengate-replication-operator.json +6 -0
  782. package/tests/fixtures/oci-maestro-routing/expected/012-happy-identity-access-governor.json +6 -0
  783. package/tests/fixtures/oci-maestro-routing/expected/013-happy-iot-digital-twin-engineer.json +6 -0
  784. package/tests/fixtures/oci-maestro-routing/expected/014-happy-limits-capacity-planner.json +6 -0
  785. package/tests/fixtures/oci-maestro-routing/expected/015-happy-load-balancer-traffic-engineer.json +6 -0
  786. package/tests/fixtures/oci-maestro-routing/expected/016-happy-migration-cutover-architect.json +6 -0
  787. package/tests/fixtures/oci-maestro-routing/expected/017-happy-multi-cloud-architect.json +6 -0
  788. package/tests/fixtures/oci-maestro-routing/expected/018-happy-mysql-heatwave-ai-specialist.json +6 -0
  789. package/tests/fixtures/oci-maestro-routing/expected/019-happy-network-architect.json +6 -0
  790. package/tests/fixtures/oci-maestro-routing/expected/020-happy-observability-incident-responder.json +6 -0
  791. package/tests/fixtures/oci-maestro-routing/expected/021-happy-recovery-service-operator.json +6 -0
  792. package/tests/fixtures/oci-maestro-routing/expected/022-happy-registry-artifact-governor.json +6 -0
  793. package/tests/fixtures/oci-maestro-routing/expected/023-happy-resource-search-inventory-analyst.json +6 -0
  794. package/tests/fixtures/oci-maestro-routing/expected/024-happy-security-compliance-reviewer.json +6 -0
  795. package/tests/fixtures/oci-maestro-routing/expected/025-happy-solution-architect.json +6 -0
  796. package/tests/fixtures/oci-maestro-routing/expected/026-happy-storage-backup-steward.json +6 -0
  797. package/tests/fixtures/oci-maestro-routing/expected/027-happy-support-incident-coordinator.json +6 -0
  798. package/tests/fixtures/oci-maestro-routing/expected/028-happy-waf-cost-optimization-review.json +6 -0
  799. package/tests/fixtures/oci-maestro-routing/expected/029-happy-waf-reliability-review.json +6 -0
  800. package/tests/fixtures/oci-maestro-routing/expected/030-happy-waf-security-review.json +6 -0
  801. package/tests/fixtures/oci-maestro-routing/expected/adv-ambiguous.json +4 -0
  802. package/tests/fixtures/oci-maestro-routing/expected/adv-instruction-injection.json +6 -0
  803. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-01-cloud-guard-responder.json +6 -0
  804. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-02-live-autonomous-db-lifecycle-guard.json +6 -0
  805. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-03-live-cost-budget-runaway-guard.json +6 -0
  806. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-04-live-iam-policy-compartment-guard.json +6 -0
  807. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-05-live-network-security-rule-guard.json +6 -0
  808. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-06-live-oke-rollout-guard.json +6 -0
  809. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-07-live-resource-manager-stack-guard.json +6 -0
  810. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-08-live-vault-key-destruction-guard.json +6 -0
  811. package/tests/fixtures/oci-maestro-routing/expected/adv-persona-replacement.json +6 -0
  812. package/tests/fixtures/oci-maestro-routing/expected/adv-secrets-bait.json +7 -0
  813. package/tests/fixtures/oci-maestro-routing/inputs/001-happy-autonomous-database-architect.json +7 -0
  814. package/tests/fixtures/oci-maestro-routing/inputs/002-happy-certificates-issuer-review.json +7 -0
  815. package/tests/fixtures/oci-maestro-routing/inputs/003-happy-compute-instance-agent-operator.json +7 -0
  816. package/tests/fixtures/oci-maestro-routing/inputs/004-happy-compute-platform-operator.json +7 -0
  817. package/tests/fixtures/oci-maestro-routing/inputs/005-happy-cost-finops-analyst.json +7 -0
  818. package/tests/fixtures/oci-maestro-routing/inputs/006-happy-database-platform-dba.json +7 -0
  819. package/tests/fixtures/oci-maestro-routing/inputs/007-happy-dbtools-sql-analyst.json +7 -0
  820. package/tests/fixtures/oci-maestro-routing/inputs/008-happy-devops-container-platform-engineer.json +7 -0
  821. package/tests/fixtures/oci-maestro-routing/inputs/009-happy-exadata-platform-architect.json +7 -0
  822. package/tests/fixtures/oci-maestro-routing/inputs/010-happy-fusion-apps-environment-operator.json +7 -0
  823. package/tests/fixtures/oci-maestro-routing/inputs/011-happy-goldengate-replication-operator.json +7 -0
  824. package/tests/fixtures/oci-maestro-routing/inputs/012-happy-identity-access-governor.json +7 -0
  825. package/tests/fixtures/oci-maestro-routing/inputs/013-happy-iot-digital-twin-engineer.json +7 -0
  826. package/tests/fixtures/oci-maestro-routing/inputs/014-happy-limits-capacity-planner.json +7 -0
  827. package/tests/fixtures/oci-maestro-routing/inputs/015-happy-load-balancer-traffic-engineer.json +7 -0
  828. package/tests/fixtures/oci-maestro-routing/inputs/016-happy-migration-cutover-architect.json +7 -0
  829. package/tests/fixtures/oci-maestro-routing/inputs/017-happy-multi-cloud-architect.json +7 -0
  830. package/tests/fixtures/oci-maestro-routing/inputs/018-happy-mysql-heatwave-ai-specialist.json +7 -0
  831. package/tests/fixtures/oci-maestro-routing/inputs/019-happy-network-architect.json +7 -0
  832. package/tests/fixtures/oci-maestro-routing/inputs/020-happy-observability-incident-responder.json +7 -0
  833. package/tests/fixtures/oci-maestro-routing/inputs/021-happy-recovery-service-operator.json +7 -0
  834. package/tests/fixtures/oci-maestro-routing/inputs/022-happy-registry-artifact-governor.json +7 -0
  835. package/tests/fixtures/oci-maestro-routing/inputs/023-happy-resource-search-inventory-analyst.json +7 -0
  836. package/tests/fixtures/oci-maestro-routing/inputs/024-happy-security-compliance-reviewer.json +7 -0
  837. package/tests/fixtures/oci-maestro-routing/inputs/025-happy-solution-architect.json +7 -0
  838. package/tests/fixtures/oci-maestro-routing/inputs/026-happy-storage-backup-steward.json +7 -0
  839. package/tests/fixtures/oci-maestro-routing/inputs/027-happy-support-incident-coordinator.json +7 -0
  840. package/tests/fixtures/oci-maestro-routing/inputs/028-happy-waf-cost-optimization-review.json +7 -0
  841. package/tests/fixtures/oci-maestro-routing/inputs/029-happy-waf-reliability-review.json +7 -0
  842. package/tests/fixtures/oci-maestro-routing/inputs/030-happy-waf-security-review.json +7 -0
  843. package/tests/fixtures/oci-maestro-routing/inputs/adv-ambiguous.json +7 -0
  844. package/tests/fixtures/oci-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  845. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-01-cloud-guard-responder.json +7 -0
  846. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-02-live-autonomous-db-lifecycle-guard.json +7 -0
  847. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-03-live-cost-budget-runaway-guard.json +7 -0
  848. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-04-live-iam-policy-compartment-guard.json +7 -0
  849. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-05-live-network-security-rule-guard.json +7 -0
  850. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-06-live-oke-rollout-guard.json +7 -0
  851. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-07-live-resource-manager-stack-guard.json +7 -0
  852. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-08-live-vault-key-destruction-guard.json +7 -0
  853. package/tests/fixtures/oci-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  854. package/tests/fixtures/oci-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  855. package/tests/fixtures/oci-maestro-routing/taxonomy.json +381 -0
  856. package/tests/fixtures/ovhcloud-maestro-routing/expected/001-happy-cost-finops-analyst.json +6 -0
  857. package/tests/fixtures/ovhcloud-maestro-routing/expected/002-happy-iam-policy-review.json +6 -0
  858. package/tests/fixtures/ovhcloud-maestro-routing/expected/003-happy-kubernetes-platform-operator.json +6 -0
  859. package/tests/fixtures/ovhcloud-maestro-routing/expected/004-happy-network-architect.json +6 -0
  860. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-ambiguous.json +4 -0
  861. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-instruction-injection.json +6 -0
  862. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-liveguard-01-live-kms-key-destruction-guard.json +6 -0
  863. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-persona-replacement.json +6 -0
  864. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-secrets-bait.json +6 -0
  865. package/tests/fixtures/ovhcloud-maestro-routing/inputs/001-happy-cost-finops-analyst.json +7 -0
  866. package/tests/fixtures/ovhcloud-maestro-routing/inputs/002-happy-iam-policy-review.json +7 -0
  867. package/tests/fixtures/ovhcloud-maestro-routing/inputs/003-happy-kubernetes-platform-operator.json +7 -0
  868. package/tests/fixtures/ovhcloud-maestro-routing/inputs/004-happy-network-architect.json +7 -0
  869. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-ambiguous.json +7 -0
  870. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  871. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-liveguard-01-live-kms-key-destruction-guard.json +7 -0
  872. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  873. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  874. package/tests/fixtures/ovhcloud-maestro-routing/taxonomy.json +46 -0
  875. package/tests/fixtures/scaleway-maestro-routing/expected/001-happy-cost-optimizer.json +6 -0
  876. package/tests/fixtures/scaleway-maestro-routing/expected/002-happy-iam-policy-review.json +6 -0
  877. package/tests/fixtures/scaleway-maestro-routing/expected/003-happy-kapsule-platform-operator.json +6 -0
  878. package/tests/fixtures/scaleway-maestro-routing/expected/004-happy-network-architect.json +6 -0
  879. package/tests/fixtures/scaleway-maestro-routing/expected/adv-ambiguous.json +4 -0
  880. package/tests/fixtures/scaleway-maestro-routing/expected/adv-instruction-injection.json +6 -0
  881. package/tests/fixtures/scaleway-maestro-routing/expected/adv-liveguard-01-live-kapsule-rollout-guard.json +6 -0
  882. package/tests/fixtures/scaleway-maestro-routing/expected/adv-persona-replacement.json +6 -0
  883. package/tests/fixtures/scaleway-maestro-routing/expected/adv-secrets-bait.json +6 -0
  884. package/tests/fixtures/scaleway-maestro-routing/inputs/001-happy-cost-optimizer.json +7 -0
  885. package/tests/fixtures/scaleway-maestro-routing/inputs/002-happy-iam-policy-review.json +7 -0
  886. package/tests/fixtures/scaleway-maestro-routing/inputs/003-happy-kapsule-platform-operator.json +7 -0
  887. package/tests/fixtures/scaleway-maestro-routing/inputs/004-happy-network-architect.json +7 -0
  888. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-ambiguous.json +7 -0
  889. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  890. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-liveguard-01-live-kapsule-rollout-guard.json +7 -0
  891. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  892. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  893. package/tests/fixtures/scaleway-maestro-routing/taxonomy.json +54 -0
  894. package/tests/fixtures/terraform-maestro-routing/expected/001-happy-reviewer.json +6 -0
  895. package/tests/fixtures/terraform-maestro-routing/expected/adv-ambiguous.json +4 -0
  896. package/tests/fixtures/terraform-maestro-routing/expected/adv-instruction-injection.json +6 -0
  897. package/tests/fixtures/terraform-maestro-routing/expected/adv-persona-replacement.json +6 -0
  898. package/tests/fixtures/terraform-maestro-routing/expected/adv-secrets-bait.json +6 -0
  899. package/tests/fixtures/terraform-maestro-routing/inputs/001-happy-reviewer.json +7 -0
  900. package/tests/fixtures/terraform-maestro-routing/inputs/adv-ambiguous.json +7 -0
  901. package/tests/fixtures/terraform-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  902. package/tests/fixtures/terraform-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  903. package/tests/fixtures/terraform-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  904. package/tests/fixtures/terraform-maestro-routing/taxonomy.json +107 -0
  905. package/tests/fuzz-properties.test.mjs +211 -0
  906. package/tests/integration/rbac-pre-flight/README.md +160 -0
  907. package/tests/integration/rbac-pre-flight/ci/kind-rbac-preflight.yaml +49 -0
  908. package/tests/integration/rbac-pre-flight/guards/admission-policy.sh +53 -0
  909. package/tests/integration/rbac-pre-flight/guards/argocd-sync.sh +50 -0
  910. package/tests/integration/rbac-pre-flight/guards/mesh-policy.sh +48 -0
  911. package/tests/integration/rbac-pre-flight/guards/network-arch.sh +119 -0
  912. package/tests/integration/rbac-pre-flight/guards/network-policy.sh +49 -0
  913. package/tests/integration/rbac-pre-flight/guards/rbac-mutation.sh +56 -0
  914. package/tests/integration/rbac-pre-flight/guards/velero-restore.sh +52 -0
  915. package/tests/integration/rbac-pre-flight/lib/common.sh +252 -0
  916. package/tests/integration/rbac-pre-flight/run-all.sh +229 -0
  917. package/tests/test-copilot-skill-bundling.py +129 -0
  918. package/tests/test-gemini-skill-bundling.py +102 -0
  919. package/tests/test-marketplace-validators.py +685 -0
  920. package/tests/test-vfa-export-coverage.test.mjs +717 -0
  921. package/tests/validate-agent-frontmatter-schema.py +256 -0
  922. package/tests/validate-asset-integrity.py +234 -0
  923. package/tests/validate-aws-progressive-disclosure.py +72 -0
  924. package/tests/validate-aws-skill-quality.py +171 -0
  925. package/tests/validate-azure-oci-live-guards.sh +157 -0
  926. package/tests/validate-catalog.py +361 -0
  927. package/tests/validate-codex-marketplace.py +152 -0
  928. package/tests/validate-finops-price-fixtures.py +200 -0
  929. package/tests/validate-kiro-powers.py +243 -0
  930. package/tests/validate-links.py +94 -0
  931. package/tests/validate-maestro-routing.py +220 -0
  932. package/tests/validate-mcp-trust-matrix.py +91 -0
  933. package/tests/validate-multi-harness-marketplace.py +188 -0
  934. package/tests/validate-no-lifecycle-scripts.py +86 -0
  935. package/tests/validate-nvidia-promotion-gatekeeper.py +299 -0
  936. package/tests/validate-plugin-manifest.py +147 -0
  937. package/tests/validate-skill-allowed-tools.py +138 -0
  938. package/tests/validate-skill-frontmatter-schema.py +286 -0
  939. package/tests/validate-skill-manifest.py +116 -0
@@ -19,7 +19,7 @@
19
19
  "https://www.alibabacloud.com/help/en/acr",
20
20
  "https://www.alibabacloud.com/help/en/asm"
21
21
  ],
22
- "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.",
22
+ "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.",
23
23
  "last_verified": "2026-05-08",
24
24
  "path": "agents/alibaba/alibaba-ack-container-platform-operator-agent",
25
25
  "author": "github: Raishin",
@@ -44,7 +44,7 @@
44
44
  "https://www.alibabacloud.com/help/en/actiontrail",
45
45
  "https://www.alibabacloud.com/help/en/sls"
46
46
  ],
47
- "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.",
47
+ "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.",
48
48
  "last_verified": "2026-05-08",
49
49
  "path": "agents/alibaba/alibaba-actiontrail-audit-analyst-agent",
50
50
  "author": "github: Raishin",
@@ -89,14 +89,14 @@
89
89
  "gemini",
90
90
  "kiro"
91
91
  ],
92
- "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.",
92
+ "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.",
93
93
  "source_type": "original",
94
94
  "official_docs": [
95
95
  "https://www.alibabacloud.com/help/en/ssl-certificate/latest/what-is-ssl-certificates-service",
96
96
  "https://www.alibabacloud.com/help/en/slb/application-load-balancer/user-guide/create-an-https-listener",
97
97
  "https://www.alibabacloud.com/help/en/cdn/user-guide/configure-an-ssl-certificate"
98
98
  ],
99
- "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.",
99
+ "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.",
100
100
  "last_verified": "2026-05-09",
101
101
  "path": "agents/alibaba/alibaba-certificate-manager-issuer-review-agent",
102
102
  "version": "0.1.0",
@@ -115,7 +115,7 @@
115
115
  "gemini",
116
116
  "kiro"
117
117
  ],
118
- "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.",
118
+ "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.",
119
119
  "source_type": "original",
120
120
  "official_docs": [
121
121
  "https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
@@ -123,7 +123,7 @@
123
123
  "https://www.alibabacloud.com/help/en/cen/latest/what-is-cen",
124
124
  "https://www.alibabacloud.com/help/en/vpc/latest/vpc-peering-connections-overview"
125
125
  ],
126
- "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.",
126
+ "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.",
127
127
  "last_verified": "2026-05-09",
128
128
  "path": "agents/alibaba/alibaba-change-impact-advisor-agent",
129
129
  "version": "0.1.0",
@@ -167,7 +167,7 @@
167
167
  "gemini",
168
168
  "kiro"
169
169
  ],
170
- "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.",
170
+ "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.",
171
171
  "source_type": "original",
172
172
  "official_docs": [
173
173
  "https://www.alibabacloud.com/help/en/maxcompute/latest/billing-overview",
@@ -175,7 +175,7 @@
175
175
  "https://www.alibabacloud.com/help/en/cost-management/latest/overview",
176
176
  "https://www.alibabacloud.com/help/en/cdn/user-guide/billing-overview"
177
177
  ],
178
- "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.",
178
+ "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.",
179
179
  "last_verified": "2026-05-09",
180
180
  "path": "agents/alibaba/alibaba-cost-anomaly-watch-coordinator-agent",
181
181
  "version": "0.1.0",
@@ -220,7 +220,7 @@
220
220
  "gemini",
221
221
  "kiro"
222
222
  ],
223
- "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.",
223
+ "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.",
224
224
  "source_type": "original",
225
225
  "official_docs": [
226
226
  "https://www.alibabacloud.com/help/en/cost-management/latest/overview",
@@ -228,7 +228,7 @@
228
228
  "https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/overview-7",
229
229
  "https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center"
230
230
  ],
231
- "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.",
231
+ "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.",
232
232
  "last_verified": "2026-05-09",
233
233
  "path": "agents/alibaba/alibaba-daily-operations-briefing-coordinator-agent",
234
234
  "version": "0.1.0",
@@ -299,7 +299,7 @@
299
299
  "gemini",
300
300
  "kiro"
301
301
  ],
302
- "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.",
302
+ "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.",
303
303
  "source_type": "original",
304
304
  "official_docs": [
305
305
  "https://www.alibabacloud.com/help/en/eventbridge/latest/what-is-eventbridge",
@@ -307,7 +307,7 @@
307
307
  "https://www.alibabacloud.com/help/en/apsaramq-for-rocketmq/latest/what-is-rocketmq",
308
308
  "https://www.alibabacloud.com/help/en/mse/latest/overview-of-mse"
309
309
  ],
310
- "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.",
310
+ "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.",
311
311
  "last_verified": "2026-05-09",
312
312
  "path": "agents/alibaba/alibaba-event-driven-architecture-review-agent",
313
313
  "version": "0.1.0",
@@ -352,7 +352,7 @@
352
352
  "gemini",
353
353
  "kiro"
354
354
  ],
355
- "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.",
355
+ "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.",
356
356
  "source_type": "original",
357
357
  "official_docs": [
358
358
  "https://www.alibabacloud.com/help/en/resource-orchestration-service/latest/what-is-ros",
@@ -360,7 +360,7 @@
360
360
  "https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
361
361
  "https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption"
362
362
  ],
363
- "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.",
363
+ "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.",
364
364
  "last_verified": "2026-05-09",
365
365
  "path": "agents/alibaba/alibaba-iac-change-safety-review-agent",
366
366
  "version": "0.1.0",
@@ -455,7 +455,7 @@
455
455
  "gemini",
456
456
  "kiro"
457
457
  ],
458
- "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.",
458
+ "summary": "Gate financial authority actions budget threshold changes can trigger service suspension, Savings Plan purchases are committed spend contracts, RI purchases lock capacity spend.",
459
459
  "source_type": "original",
460
460
  "official_docs": [
461
461
  "https://www.alibabacloud.com/help/en/bss"
@@ -480,7 +480,7 @@
480
480
  "gemini",
481
481
  "kiro"
482
482
  ],
483
- "summary": "Gate KMS key deletion and disable operations \u2014 all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
483
+ "summary": "Gate KMS key deletion and disable operations all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
484
484
  "source_type": "original",
485
485
  "official_docs": [
486
486
  "https://www.alibabacloud.com/help/en/kms",
@@ -504,7 +504,7 @@
504
504
  "gemini",
505
505
  "kiro"
506
506
  ],
507
- "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.",
507
+ "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.",
508
508
  "source_type": "original",
509
509
  "official_docs": [
510
510
  "https://www.alibabacloud.com/help/en/oss"
@@ -529,13 +529,13 @@
529
529
  "gemini",
530
530
  "kiro"
531
531
  ],
532
- "summary": "Gate RAM policy/role mutations \u2014 account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
532
+ "summary": "Gate RAM policy/role mutations account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
533
533
  "source_type": "original",
534
534
  "official_docs": [
535
535
  "https://www.alibabacloud.com/help/en/ram",
536
536
  "https://www.alibabacloud.com/help/en/ram/user-guide/create-a-custom-policy"
537
537
  ],
538
- "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.",
538
+ "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.",
539
539
  "last_verified": "2026-05-08",
540
540
  "path": "agents/alibaba/alibaba-live-ram-policy-change-guard-agent",
541
541
  "author": "github: Raishin"
@@ -553,7 +553,7 @@
553
553
  "gemini",
554
554
  "kiro"
555
555
  ],
556
- "summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal \u2014 data loss is permanent without backup verification.",
556
+ "summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal data loss is permanent without backup verification.",
557
557
  "source_type": "original",
558
558
  "official_docs": [
559
559
  "https://www.alibabacloud.com/help/en/polardb",
@@ -578,7 +578,7 @@
578
578
  "gemini",
579
579
  "kiro"
580
580
  ],
581
- "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.",
581
+ "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.",
582
582
  "source_type": "original",
583
583
  "official_docs": [
584
584
  "https://www.alibabacloud.com/help/en/slb/classic-load-balancer/product-overview/what-is-clb",
@@ -586,7 +586,7 @@
586
586
  "https://www.alibabacloud.com/help/en/slb/network-load-balancer/product-overview/what-is-nlb",
587
587
  "https://www.alibabacloud.com/help/en/global-accelerator/latest/what-is-global-accelerator"
588
588
  ],
589
- "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.",
589
+ "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.",
590
590
  "last_verified": "2026-05-09",
591
591
  "path": "agents/alibaba/alibaba-load-balancer-traffic-engineer-agent",
592
592
  "version": "0.1.0",
@@ -606,7 +606,7 @@
606
606
  "gemini",
607
607
  "kiro"
608
608
  ],
609
- "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.",
609
+ "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.",
610
610
  "source_type": "original",
611
611
  "official_docs": [
612
612
  "https://www.alibabacloud.com/help/en",
@@ -614,7 +614,7 @@
614
614
  "https://www.alibabacloud.com/help/en/vpc",
615
615
  "https://www.alibabacloud.com/help/en/ecs"
616
616
  ],
617
- "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.",
617
+ "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.",
618
618
  "last_verified": "2026-05-08",
619
619
  "path": "agents/alibaba/alibaba-maestro-agent",
620
620
  "author": "github: Raishin"
@@ -639,7 +639,7 @@
639
639
  "https://www.alibabacloud.com/help/en/dataworks",
640
640
  "https://www.alibabacloud.com/help/en/pai"
641
641
  ],
642
- "security_notes": "Do not switch MaxCompute billing mode (CU package to on-demand) without modeling cost impact \u2014 wrong mode can multiply costs 10x.",
642
+ "security_notes": "Do not switch MaxCompute billing mode (CU package to on-demand) without modeling cost impact wrong mode can multiply costs 10x.",
643
643
  "last_verified": "2026-05-08",
644
644
  "path": "agents/alibaba/alibaba-maxcompute-dataworks-analyst-agent",
645
645
  "author": "github: Raishin",
@@ -684,7 +684,7 @@
684
684
  "gemini",
685
685
  "kiro"
686
686
  ],
687
- "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.",
687
+ "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.",
688
688
  "source_type": "original",
689
689
  "official_docs": [
690
690
  "https://www.alibabacloud.com/help/en/mse",
@@ -762,7 +762,7 @@
762
762
  "gemini",
763
763
  "kiro"
764
764
  ],
765
- "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.",
765
+ "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.",
766
766
  "source_type": "original",
767
767
  "official_docs": [
768
768
  "https://www.alibabacloud.com/help/en/oss/user-guide/block-public-access",
@@ -770,7 +770,7 @@
770
770
  "https://www.alibabacloud.com/help/en/oss/user-guide/use-bucket-policies-to-authorize-other-users-to-access-oss-resources",
771
771
  "https://www.alibabacloud.com/help/en/oss/user-guide/oss-interface-for-vpc"
772
772
  ],
773
- "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.",
773
+ "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.",
774
774
  "last_verified": "2026-05-09",
775
775
  "path": "agents/alibaba/alibaba-oss-data-perimeter-governor-agent",
776
776
  "version": "0.1.0",
@@ -866,14 +866,14 @@
866
866
  "gemini",
867
867
  "kiro"
868
868
  ],
869
- "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.",
869
+ "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.",
870
870
  "source_type": "original",
871
871
  "official_docs": [
872
872
  "https://www.alibabacloud.com/help/en/acr/product-overview/what-is-container-registry",
873
873
  "https://www.alibabacloud.com/help/en/acr/user-guide/configure-image-tag-immutability",
874
874
  "https://www.alibabacloud.com/help/en/acr/user-guide/use-image-scanner-to-scan-images"
875
875
  ],
876
- "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.",
876
+ "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.",
877
877
  "last_verified": "2026-05-09",
878
878
  "path": "agents/alibaba/alibaba-registry-artifact-governor-agent",
879
879
  "version": "0.1.0",
@@ -892,7 +892,7 @@
892
892
  "gemini",
893
893
  "kiro"
894
894
  ],
895
- "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.",
895
+ "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.",
896
896
  "source_type": "original",
897
897
  "official_docs": [
898
898
  "https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-mysql/disaster-recovery-solution",
@@ -901,7 +901,7 @@
901
901
  "https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/what-is-hbr",
902
902
  "https://www.alibabacloud.com/help/en/server-load-balancer/latest/what-is-global-traffic-manager"
903
903
  ],
904
- "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.",
904
+ "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.",
905
905
  "last_verified": "2026-05-09",
906
906
  "path": "agents/alibaba/alibaba-resilience-bcdr-review-agent",
907
907
  "version": "0.1.0",
@@ -947,7 +947,7 @@
947
947
  "gemini",
948
948
  "kiro"
949
949
  ],
950
- "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.",
950
+ "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.",
951
951
  "source_type": "original",
952
952
  "official_docs": [
953
953
  "https://www.alibabacloud.com/help/en/functioncompute/latest/overview",
@@ -955,7 +955,7 @@
955
955
  "https://www.alibabacloud.com/help/en/arms/latest/what-is-arms",
956
956
  "https://www.alibabacloud.com/help/en/ram/latest/overview-1"
957
957
  ],
958
- "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.",
958
+ "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.",
959
959
  "last_verified": "2026-05-09",
960
960
  "path": "agents/alibaba/alibaba-serverless-production-readiness-agent",
961
961
  "version": "0.1.0",
@@ -1000,7 +1000,7 @@
1000
1000
  "gemini",
1001
1001
  "kiro"
1002
1002
  ],
1003
- "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.",
1003
+ "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.",
1004
1004
  "source_type": "original",
1005
1005
  "official_docs": [
1006
1006
  "https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
@@ -1008,7 +1008,7 @@
1008
1008
  "https://status.aliyun.com/",
1009
1009
  "https://www.alibabacloud.com/help/en/support/user-guide/technical-support-plans"
1010
1010
  ],
1011
- "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.",
1011
+ "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.",
1012
1012
  "last_verified": "2026-05-09",
1013
1013
  "path": "agents/alibaba/alibaba-support-incident-coordinator-agent",
1014
1014
  "version": "0.1.0",
@@ -1027,7 +1027,7 @@
1027
1027
  "gemini",
1028
1028
  "kiro"
1029
1029
  ],
1030
- "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.",
1030
+ "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.",
1031
1031
  "source_type": "original",
1032
1032
  "official_docs": [
1033
1033
  "https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
@@ -1035,7 +1035,7 @@
1035
1035
  "https://www.alibabacloud.com/help/en/cms/user-guide/what-is-cloud-monitor",
1036
1036
  "https://www.alibabacloud.com/help/en/sls/user-guide/what-is-log-service"
1037
1037
  ],
1038
- "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.",
1038
+ "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.",
1039
1039
  "last_verified": "2026-05-09",
1040
1040
  "path": "agents/alibaba/alibaba-ticket-triage-escalation-coordinator-agent",
1041
1041
  "version": "0.1.0",
@@ -1135,7 +1135,7 @@
1135
1135
  "https://www.alibabacloud.com/help/en/actiontrail",
1136
1136
  "https://www.alibabacloud.com/help/en/waf"
1137
1137
  ],
1138
- "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.",
1138
+ "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.",
1139
1139
  "last_verified": "2026-05-09",
1140
1140
  "path": "agents/alibaba/alibaba-waf-security-review-agent",
1141
1141
  "author": "github: Raishin",
@@ -2928,7 +2928,7 @@
2928
2928
  "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/security",
2929
2929
  "https://learn.microsoft.com/en-us/azure/key-vault/general/network-security"
2930
2930
  ],
2931
- "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.",
2931
+ "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.",
2932
2932
  "last_verified": "2026-05-02",
2933
2933
  "path": "agents/azure/azure-keyvault-certificate-issuer-review-agent",
2934
2934
  "version": "0.1.0"
@@ -3149,7 +3149,7 @@
3149
3149
  "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
3150
3150
  "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
3151
3151
  ],
3152
- "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.",
3152
+ "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.",
3153
3153
  "last_verified": "2026-04-30",
3154
3154
  "path": "agents/azure/azure-live-pim-jit-activation-guard-agent",
3155
3155
  "author": "github: Raishin",
@@ -3742,7 +3742,7 @@
3742
3742
  "https://docs.contabo.com/",
3743
3743
  "https://contabo.com/en/vps/"
3744
3744
  ],
3745
- "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.",
3745
+ "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.",
3746
3746
  "last_verified": "2026-05-10",
3747
3747
  "path": "agents/contabo/contabo-capacity-planner-agent",
3748
3748
  "author": "github: Raishin",
@@ -3780,7 +3780,7 @@
3780
3780
  "https://docs.contabo.com/",
3781
3781
  "https://contabo.com/en/vps/"
3782
3782
  ],
3783
- "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.",
3783
+ "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.",
3784
3784
  "last_verified": "2026-05-10",
3785
3785
  "path": "agents/contabo/contabo-cost-optimization-analyst-agent",
3786
3786
  "author": "github: Raishin",
@@ -3817,7 +3817,7 @@
3817
3817
  "https://api.contabo.com/",
3818
3818
  "https://docs.contabo.com/"
3819
3819
  ],
3820
- "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.",
3820
+ "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.",
3821
3821
  "last_verified": "2026-05-10",
3822
3822
  "path": "agents/contabo/contabo-live-instance-lifecycle-guard-agent",
3823
3823
  "author": "github: Raishin",
@@ -3854,7 +3854,7 @@
3854
3854
  "https://api.contabo.com/",
3855
3855
  "https://docs.contabo.com/"
3856
3856
  ],
3857
- "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.",
3857
+ "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.",
3858
3858
  "last_verified": "2026-05-10",
3859
3859
  "path": "agents/contabo/contabo-live-storage-operations-guard-agent",
3860
3860
  "author": "github: Raishin",
@@ -3891,7 +3891,7 @@
3891
3891
  "https://api.contabo.com/",
3892
3892
  "https://docs.contabo.com/"
3893
3893
  ],
3894
- "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.",
3894
+ "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.",
3895
3895
  "last_verified": "2026-05-10",
3896
3896
  "path": "agents/contabo/contabo-maestro-agent",
3897
3897
  "author": "github: Raishin",
@@ -3928,7 +3928,7 @@
3928
3928
  "https://api.contabo.com/",
3929
3929
  "https://docs.contabo.com/"
3930
3930
  ],
3931
- "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.",
3931
+ "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.",
3932
3932
  "last_verified": "2026-05-10",
3933
3933
  "path": "agents/contabo/contabo-security-hardening-agent",
3934
3934
  "author": "github: Raishin",
@@ -3996,11 +3996,42 @@
3996
3996
  "https://falco.org/docs/install-operate/deployment/",
3997
3997
  "https://github.com/falcosecurity/rules/tree/main/rules"
3998
3998
  ],
3999
- "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.",
3999
+ "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.",
4000
4000
  "last_verified": "2026-05-02",
4001
4001
  "path": "agents/falco/falco-runtime-threat-rules-review-agent",
4002
4002
  "version": "0.1.0"
4003
4003
  },
4004
+ {
4005
+ "id": "finops-ai-economist-agent",
4006
+ "name": "FinOps AI Workload Economist",
4007
+ "type": "agent",
4008
+ "provider": "multi-cloud",
4009
+ "harnesses": [
4010
+ "codex",
4011
+ "copilot",
4012
+ "claude-code",
4013
+ "cursor",
4014
+ "gemini",
4015
+ "kiro"
4016
+ ],
4017
+ "summary": "Analyse AI workload economics across foundation-model providers and GPU instance families. Covers token economics ($/M input/output, prompt-cache, batch discount), GPU-hour economics (A100/H100/MI300X/Trainium/TPU), cross-provider comparison (Anthropic, OpenAI, Bedrock, Azure OpenAI, Vertex, OCI), and training-vs-inference TCO. Read-only; no credentials required. Output is FOCUS-mapped.",
4018
+ "source_type": "original",
4019
+ "official_docs": [
4020
+ "https://docs.anthropic.com/en/docs/about-claude/pricing",
4021
+ "https://platform.openai.com/docs/pricing",
4022
+ "https://aws.amazon.com/bedrock/pricing/",
4023
+ "https://prices.azure.com/api/retail/prices",
4024
+ "https://cloud.google.com/vertex-ai/generative-ai/pricing",
4025
+ "https://www.oracle.com/cloud/ai/generative-ai/",
4026
+ "https://focus.finops.org/"
4027
+ ],
4028
+ "security_notes": "All pricing endpoints are public and unauthenticated. Never request or accept API keys, account IDs, tenant IDs, billing access, or private cost exports. Optional read-only inventory roles are documented in PERMISSIONS.md but are never required for list-price analysis.",
4029
+ "last_verified": "2026-05-13",
4030
+ "path": "agents/finops/finops-ai-economist-agent",
4031
+ "author": "github: Raishin",
4032
+ "version": "0.1.2",
4033
+ "lifecycle": "experimental"
4034
+ },
4004
4035
  {
4005
4036
  "id": "finops-cloud-price-advisor-agent",
4006
4037
  "name": "FinOps Cloud Price Advisor",
@@ -4014,7 +4045,7 @@
4014
4045
  "gemini",
4015
4046
  "kiro"
4016
4047
  ],
4017
- "summary": "Fetch live public prices from AWS, Azure, and OCI pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request. No cloud credentials required.",
4048
+ "summary": "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request. No cloud credentials required for public APIs.",
4018
4049
  "source_type": "original",
4019
4050
  "official_docs": [
4020
4051
  "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html",
@@ -4022,13 +4053,78 @@
4022
4053
  "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
4023
4054
  "https://aws.amazon.com/pricing/",
4024
4055
  "https://azure.microsoft.com/en-us/pricing/calculator/",
4025
- "https://www.oracle.com/cloud/price-list.html"
4056
+ "https://www.oracle.com/cloud/price-list.html",
4057
+ "https://developer.scaleway.com/en/products/billing/api/",
4058
+ "https://www.scaleway.com/en/pricing/",
4059
+ "https://www.gandi.net/domain/pricing",
4060
+ "https://www.alibabacloud.com/cloud-computing/pricing",
4061
+ "https://cloud.tencent.com/product/cvm/pricing"
4026
4062
  ],
4027
- "security_notes": "All three pricing APIs are public and unauthenticated. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data. Inventory enumeration for live-environment mode requires only read-only cloud permissions.",
4028
- "last_verified": "2026-04-30",
4063
+ "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.",
4064
+ "provider_coverage": ["aws", "azure", "oci", "scaleway", "gandi", "alibaba", "tencent"],
4065
+ "last_verified": "2026-05-13",
4029
4066
  "path": "agents/finops/finops-cloud-price-advisor-agent",
4030
4067
  "author": "github: Raishin",
4031
- "version": "0.1.0"
4068
+ "version": "0.2.1",
4069
+ "lifecycle": "experimental"
4070
+ },
4071
+ {
4072
+ "id": "finops-kubernetes-rightsizer-agent",
4073
+ "name": "FinOps Kubernetes Rightsizer",
4074
+ "type": "agent",
4075
+ "provider": "kubernetes",
4076
+ "harnesses": [
4077
+ "codex",
4078
+ "copilot",
4079
+ "claude-code",
4080
+ "cursor",
4081
+ "gemini",
4082
+ "kiro"
4083
+ ],
4084
+ "summary": "Produce pod request/limit recommendations from user-supplied p50/p95/p99 metrics, scan idle pods/nodes/PVs/LoadBalancers, evaluate Karpenter consolidation eligibility with explicit blocker identification, and emit OpenCost-compatible allocation tables mapped to FOCUS columns. Read-only; never executes kubectl; refuses kubeconfig and bearer tokens.",
4085
+ "source_type": "original",
4086
+ "official_docs": [
4087
+ "https://karpenter.sh/docs/",
4088
+ "https://www.opencost.io/docs/",
4089
+ "https://kubernetes.io/docs/tasks/run-application/vertical-pod-autoscaler/",
4090
+ "https://focus.finops.org/",
4091
+ "https://docs.aws.amazon.com/eks/latest/userguide/",
4092
+ "https://learn.microsoft.com/en-us/azure/aks/",
4093
+ "https://cloud.google.com/kubernetes-engine/docs"
4094
+ ],
4095
+ "security_notes": "Read-only; never executes kubectl or any cluster command. Refuses kubeconfig files, bearer tokens, service account JWT tokens, and in-cluster credentials unconditionally. WebFetch limited to public documentation and public pricing APIs. All cluster inputs arrive as user-pasted text, YAML, or CSV only.",
4096
+ "last_verified": "2026-05-13",
4097
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent",
4098
+ "author": "github: Raishin",
4099
+ "version": "0.1.2",
4100
+ "lifecycle": "experimental"
4101
+ },
4102
+ {
4103
+ "id": "finops-maestro-agent",
4104
+ "name": "FinOps Maestro",
4105
+ "type": "agent",
4106
+ "provider": "multi-cloud",
4107
+ "harnesses": [
4108
+ "codex",
4109
+ "copilot",
4110
+ "claude-code",
4111
+ "cursor",
4112
+ "gemini",
4113
+ "kiro"
4114
+ ],
4115
+ "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.",
4116
+ "source_type": "original",
4117
+ "official_docs": [
4118
+ "https://www.finops.org/framework/",
4119
+ "https://focus.finops.org/",
4120
+ "https://www.opencost.io/docs/"
4121
+ ],
4122
+ "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.",
4123
+ "last_verified": "2026-05-13",
4124
+ "path": "agents/finops/finops-maestro-agent",
4125
+ "author": "github: Raishin",
4126
+ "version": "0.1.2",
4127
+ "lifecycle": "experimental"
4032
4128
  },
4033
4129
  {
4034
4130
  "id": "fluxcd-kustomization-helmrelease-review-agent",
@@ -4053,7 +4149,7 @@
4053
4149
  "https://fluxcd.io/flux/security/secrets-management/",
4054
4150
  "https://fluxcd.io/flux/installation/configuration/multitenancy/"
4055
4151
  ],
4056
- "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.",
4152
+ "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.",
4057
4153
  "last_verified": "2026-05-02",
4058
4154
  "path": "agents/fluxcd/fluxcd-kustomization-helmrelease-review-agent",
4059
4155
  "version": "0.1.0"
@@ -4100,7 +4196,7 @@
4100
4196
  "gemini",
4101
4197
  "kiro"
4102
4198
  ],
4103
- "summary": "Operate AlloyDB clusters and Cloud SQL instances \u2014 HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4199
+ "summary": "Operate AlloyDB clusters and Cloud SQL instances HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4104
4200
  "source_type": "original",
4105
4201
  "official_docs": [
4106
4202
  "https://cloud.google.com/alloydb/docs/overview",
@@ -4108,7 +4204,7 @@
4108
4204
  "https://cloud.google.com/sql/docs/postgres/high-availability",
4109
4205
  "https://cloud.google.com/alloydb/docs/auth-proxy/overview"
4110
4206
  ],
4111
- "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.",
4207
+ "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.",
4112
4208
  "last_verified": "2026-05-08",
4113
4209
  "path": "agents/gcp/gcp-alloydb-cloudsql-dba-agent",
4114
4210
  "author": "github: Raishin",
@@ -4135,7 +4231,7 @@
4135
4231
  "https://cloud.google.com/anthos/fleet-management/docs/fleet-concepts",
4136
4232
  "https://cloud.google.com/service-mesh/docs/overview"
4137
4233
  ],
4138
- "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.",
4234
+ "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.",
4139
4235
  "last_verified": "2026-05-08",
4140
4236
  "path": "agents/gcp/gcp-anthos-multicloud-architect-agent",
4141
4237
  "author": "github: Raishin",
@@ -4154,14 +4250,14 @@
4154
4250
  "gemini",
4155
4251
  "kiro"
4156
4252
  ],
4157
- "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.",
4253
+ "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.",
4158
4254
  "source_type": "original",
4159
4255
  "official_docs": [
4160
4256
  "https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee",
4161
4257
  "https://cloud.google.com/apigee/docs/api-platform/security/oauth/oauth-home",
4162
4258
  "https://cloud.google.com/apigee/docs/api-platform/reference/policies/spike-arrest-policy"
4163
4259
  ],
4164
- "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.",
4260
+ "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.",
4165
4261
  "last_verified": "2026-05-08",
4166
4262
  "path": "agents/gcp/gcp-apigee-api-platform-operator-agent",
4167
4263
  "author": "github: Raishin",
@@ -4207,7 +4303,7 @@
4207
4303
  "gemini",
4208
4304
  "kiro"
4209
4305
  ],
4210
- "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.",
4306
+ "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.",
4211
4307
  "source_type": "original",
4212
4308
  "official_docs": [
4213
4309
  "https://cloud.google.com/certificate-manager/docs/overview",
@@ -4215,7 +4311,7 @@
4215
4311
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs",
4216
4312
  "https://cloud.google.com/certificate-manager/docs/monitor-certificate-status"
4217
4313
  ],
4218
- "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.",
4314
+ "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.",
4219
4315
  "last_verified": "2026-05-09",
4220
4316
  "path": "agents/gcp/gcp-certificate-manager-issuer-review-agent",
4221
4317
  "version": "0.1.0",
@@ -4234,7 +4330,7 @@
4234
4330
  "gemini",
4235
4331
  "kiro"
4236
4332
  ],
4237
- "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.",
4333
+ "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.",
4238
4334
  "source_type": "original",
4239
4335
  "official_docs": [
4240
4336
  "https://cloud.google.com/asset-inventory/docs/overview",
@@ -4243,7 +4339,7 @@
4243
4339
  "https://cloud.google.com/resource-manager/docs/organization-policy/overview",
4244
4340
  "https://cloud.google.com/vpc/docs/vpc-peering"
4245
4341
  ],
4246
- "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.",
4342
+ "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.",
4247
4343
  "last_verified": "2026-05-09",
4248
4344
  "path": "agents/gcp/gcp-change-impact-advisor-agent",
4249
4345
  "version": "0.1.0",
@@ -4262,7 +4358,7 @@
4262
4358
  "gemini",
4263
4359
  "kiro"
4264
4360
  ],
4265
- "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.",
4361
+ "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.",
4266
4362
  "companion_skills": [
4267
4363
  "gcp-cloud-auth-advisor"
4268
4364
  ],
@@ -4327,7 +4423,7 @@
4327
4423
  "https://cloud.google.com/artifact-registry/docs/overview",
4328
4424
  "https://cloud.google.com/build/docs/securing-builds/view-build-provenance"
4329
4425
  ],
4330
- "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.",
4426
+ "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.",
4331
4427
  "last_verified": "2026-05-08",
4332
4428
  "path": "agents/gcp/gcp-cloudbuild-deploy-cicd-operator-agent",
4333
4429
  "author": "github: Raishin",
@@ -4353,7 +4449,7 @@
4353
4449
  "https://cloud.google.com/security/compliance/offerings",
4354
4450
  "https://cloud.google.com/security-command-center/docs/compliance-dashboard"
4355
4451
  ],
4356
- "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.",
4452
+ "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.",
4357
4453
  "last_verified": "2026-05-08",
4358
4454
  "path": "agents/gcp/gcp-compliance-assured-workloads-agent",
4359
4455
  "author": "github: Raishin",
@@ -4380,7 +4476,7 @@
4380
4476
  "https://cloud.google.com/compute/docs/os-patch-management",
4381
4477
  "https://cloud.google.com/compute/docs/instances/spot"
4382
4478
  ],
4383
- "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.",
4479
+ "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.",
4384
4480
  "last_verified": "2026-05-08",
4385
4481
  "path": "agents/gcp/gcp-compute-engine-operator-agent",
4386
4482
  "author": "github: Raishin",
@@ -4399,7 +4495,7 @@
4399
4495
  "gemini",
4400
4496
  "kiro"
4401
4497
  ],
4402
- "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.",
4498
+ "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.",
4403
4499
  "source_type": "original",
4404
4500
  "official_docs": [
4405
4501
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4408,7 +4504,7 @@
4408
4504
  "https://cloud.google.com/run/docs/configuring/max-instances",
4409
4505
  "https://cloud.google.com/recommender/docs/overview"
4410
4506
  ],
4411
- "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.",
4507
+ "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.",
4412
4508
  "last_verified": "2026-05-09",
4413
4509
  "path": "agents/gcp/gcp-cost-anomaly-watch-coordinator-agent",
4414
4510
  "version": "0.1.0",
@@ -4455,7 +4551,7 @@
4455
4551
  "gemini",
4456
4552
  "kiro"
4457
4553
  ],
4458
- "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.",
4554
+ "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.",
4459
4555
  "source_type": "original",
4460
4556
  "official_docs": [
4461
4557
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4464,7 +4560,7 @@
4464
4560
  "https://cloud.google.com/deploy/docs/view-pipeline-status",
4465
4561
  "https://cloud.google.com/monitoring/slo-monitoring"
4466
4562
  ],
4467
- "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.",
4563
+ "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.",
4468
4564
  "last_verified": "2026-05-09",
4469
4565
  "path": "agents/gcp/gcp-daily-operations-briefing-coordinator-agent",
4470
4566
  "version": "0.1.0",
@@ -4492,7 +4588,7 @@
4492
4588
  "https://cloud.google.com/composer/docs/concepts/overview",
4493
4589
  "https://cloud.google.com/dataplex/docs/introduction"
4494
4590
  ],
4495
- "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.",
4591
+ "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.",
4496
4592
  "last_verified": "2026-05-08",
4497
4593
  "path": "agents/gcp/gcp-data-pipeline-engineer-agent",
4498
4594
  "author": "github: Raishin",
@@ -4511,7 +4607,7 @@
4511
4607
  "gemini",
4512
4608
  "kiro"
4513
4609
  ],
4514
- "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.",
4610
+ "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.",
4515
4611
  "source_type": "original",
4516
4612
  "official_docs": [
4517
4613
  "https://cloud.google.com/pubsub/docs/dead-letter-topics",
@@ -4521,7 +4617,7 @@
4521
4617
  "https://cloud.google.com/scheduler/docs/overview",
4522
4618
  "https://cloud.google.com/workflows/docs/overview"
4523
4619
  ],
4524
- "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.",
4620
+ "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.",
4525
4621
  "last_verified": "2026-05-09",
4526
4622
  "path": "agents/gcp/gcp-event-driven-architecture-review-agent",
4527
4623
  "version": "0.1.0",
@@ -4553,7 +4649,7 @@
4553
4649
  "https://firebase.google.com/docs/functions",
4554
4650
  "https://firebase.google.com/docs/app-check"
4555
4651
  ],
4556
- "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.",
4652
+ "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.",
4557
4653
  "last_verified": "2026-05-09",
4558
4654
  "path": "agents/gcp/gcp-firebase-developer-agent",
4559
4655
  "author": "github: Raishin",
@@ -4572,7 +4668,7 @@
4572
4668
  "gemini",
4573
4669
  "kiro"
4574
4670
  ],
4575
- "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.",
4671
+ "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.",
4576
4672
  "source_type": "original",
4577
4673
  "official_docs": [
4578
4674
  "https://cloud.google.com/storage/docs/access-control/uniform-bucket-level-access",
@@ -4581,7 +4677,7 @@
4581
4677
  "https://cloud.google.com/storage/docs/lifecycle",
4582
4678
  "https://cloud.google.com/storage/docs/bucket-lock"
4583
4679
  ],
4584
- "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.",
4680
+ "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.",
4585
4681
  "last_verified": "2026-05-09",
4586
4682
  "path": "agents/gcp/gcp-gcs-data-perimeter-governor-agent",
4587
4683
  "version": "0.1.0",
@@ -4600,7 +4696,7 @@
4600
4696
  "gemini",
4601
4697
  "kiro"
4602
4698
  ],
4603
- "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.",
4699
+ "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.",
4604
4700
  "companion_skills": [
4605
4701
  "gcp-gemini-api-developer"
4606
4702
  ],
@@ -4637,7 +4733,7 @@
4637
4733
  "https://cloud.google.com/binary-authorization/docs/overview",
4638
4734
  "https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels"
4639
4735
  ],
4640
- "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.",
4736
+ "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.",
4641
4737
  "last_verified": "2026-05-08",
4642
4738
  "path": "agents/gcp/gcp-gke-platform-operator-agent",
4643
4739
  "author": "github: Raishin",
@@ -4656,7 +4752,7 @@
4656
4752
  "gemini",
4657
4753
  "kiro"
4658
4754
  ],
4659
- "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.",
4755
+ "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.",
4660
4756
  "source_type": "original",
4661
4757
  "official_docs": [
4662
4758
  "https://cloud.google.com/docs/terraform/best-practices-for-terraform",
@@ -4665,7 +4761,7 @@
4665
4761
  "https://cloud.google.com/iam/docs/org-policy-overview",
4666
4762
  "https://developer.hashicorp.com/terraform/cli/commands/plan"
4667
4763
  ],
4668
- "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.",
4764
+ "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.",
4669
4765
  "last_verified": "2026-05-09",
4670
4766
  "path": "agents/gcp/gcp-iac-change-safety-review-agent",
4671
4767
  "version": "0.1.0",
@@ -4720,7 +4816,7 @@
4720
4816
  "https://cloud.google.com/vpc/docs/shared-vpc",
4721
4817
  "https://cloud.google.com/logging/docs/audit/configure-data-access"
4722
4818
  ],
4723
- "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.",
4819
+ "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.",
4724
4820
  "last_verified": "2026-05-08",
4725
4821
  "path": "agents/gcp/gcp-landing-zone-architect-agent",
4726
4822
  "author": "github: Raishin",
@@ -4739,14 +4835,14 @@
4739
4835
  "gemini",
4740
4836
  "kiro"
4741
4837
  ],
4742
- "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes \u2014 irreversible data loss and downstream pipeline breakage.",
4838
+ "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes irreversible data loss and downstream pipeline breakage.",
4743
4839
  "source_type": "original",
4744
4840
  "official_docs": [
4745
4841
  "https://cloud.google.com/bigquery/docs/managing-tables",
4746
4842
  "https://cloud.google.com/bigquery/docs/datasets",
4747
4843
  "https://cloud.google.com/bigquery/docs/authorized-views"
4748
4844
  ],
4749
- "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.",
4845
+ "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.",
4750
4846
  "last_verified": "2026-05-08",
4751
4847
  "path": "agents/gcp/gcp-live-bigquery-dataset-deletion-guard-agent",
4752
4848
  "author": "github: Raishin",
@@ -4765,14 +4861,14 @@
4765
4861
  "gemini",
4766
4862
  "kiro"
4767
4863
  ],
4768
- "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions \u2014 production traffic blast radius with no automatic rollback.",
4864
+ "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions production traffic blast radius with no automatic rollback.",
4769
4865
  "source_type": "original",
4770
4866
  "official_docs": [
4771
4867
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
4772
4868
  "https://cloud.google.com/run/docs/configuring/min-instances",
4773
4869
  "https://cloud.google.com/run/docs/managing/revisions"
4774
4870
  ],
4775
- "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.",
4871
+ "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.",
4776
4872
  "last_verified": "2026-05-08",
4777
4873
  "path": "agents/gcp/gcp-live-cloud-run-traffic-migration-guard-agent",
4778
4874
  "author": "github: Raishin",
@@ -4791,7 +4887,7 @@
4791
4887
  "gemini",
4792
4888
  "kiro"
4793
4889
  ],
4794
- "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests \u2014 financial authority gate.",
4890
+ "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests financial authority gate.",
4795
4891
  "source_type": "original",
4796
4892
  "official_docs": [
4797
4893
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4844,7 +4940,7 @@
4844
4940
  "gemini",
4845
4941
  "kiro"
4846
4942
  ],
4847
- "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.",
4943
+ "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.",
4848
4944
  "source_type": "original",
4849
4945
  "official_docs": [
4850
4946
  "https://cloud.google.com/iam/docs/manage-access-other-resources",
@@ -4870,7 +4966,7 @@
4870
4966
  "gemini",
4871
4967
  "kiro"
4872
4968
  ],
4873
- "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.",
4969
+ "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.",
4874
4970
  "source_type": "original",
4875
4971
  "official_docs": [
4876
4972
  "https://cloud.google.com/kms/docs/destroy-restore",
@@ -4896,7 +4992,7 @@
4896
4992
  "gemini",
4897
4993
  "kiro"
4898
4994
  ],
4899
- "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.",
4995
+ "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.",
4900
4996
  "source_type": "original",
4901
4997
  "official_docs": [
4902
4998
  "https://cloud.google.com/load-balancing/docs/load-balancing-overview",
@@ -4905,7 +5001,7 @@
4905
5001
  "https://cloud.google.com/load-balancing/docs/backend-service",
4906
5002
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs"
4907
5003
  ],
4908
- "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.",
5004
+ "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.",
4909
5005
  "last_verified": "2026-05-09",
4910
5006
  "path": "agents/gcp/gcp-load-balancer-traffic-engineer-agent",
4911
5007
  "version": "0.1.0",
@@ -4925,7 +5021,7 @@
4925
5021
  "gemini",
4926
5022
  "kiro"
4927
5023
  ],
4928
- "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.",
5024
+ "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.",
4929
5025
  "source_type": "original",
4930
5026
  "official_docs": [
4931
5027
  "https://cloud.google.com/docs/overview",
@@ -4933,7 +5029,7 @@
4933
5029
  "https://cloud.google.com/iam/docs/overview",
4934
5030
  "https://cloud.google.com/vpc/docs/vpc"
4935
5031
  ],
4936
- "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.",
5032
+ "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.",
4937
5033
  "last_verified": "2026-05-08",
4938
5034
  "path": "agents/gcp/gcp-maestro-agent",
4939
5035
  "author": "github: Raishin"
@@ -4958,7 +5054,7 @@
4958
5054
  "https://cloud.google.com/database-migration/docs/overview",
4959
5055
  "https://cloud.google.com/storage-transfer/docs/overview"
4960
5056
  ],
4961
- "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.",
5057
+ "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.",
4962
5058
  "last_verified": "2026-05-08",
4963
5059
  "path": "agents/gcp/gcp-migration-cutover-architect-agent",
4964
5060
  "author": "github: Raishin",
@@ -4986,7 +5082,7 @@
4986
5082
  "https://cloud.google.com/nat/docs/overview",
4987
5083
  "https://cloud.google.com/armor/docs/cloud-armor-overview"
4988
5084
  ],
4989
- "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.",
5085
+ "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.",
4990
5086
  "last_verified": "2026-05-08",
4991
5087
  "path": "agents/gcp/gcp-network-architect-agent",
4992
5088
  "author": "github: Raishin",
@@ -5044,7 +5140,7 @@
5044
5140
  "https://cloud.google.com/trace/docs",
5045
5141
  "https://cloud.google.com/monitoring/slos/slo-monitoring"
5046
5142
  ],
5047
- "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.",
5143
+ "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.",
5048
5144
  "last_verified": "2026-05-08",
5049
5145
  "path": "agents/gcp/gcp-observability-incident-responder-agent",
5050
5146
  "author": "github: Raishin",
@@ -5063,7 +5159,7 @@
5063
5159
  "gemini",
5064
5160
  "kiro"
5065
5161
  ],
5066
- "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.",
5162
+ "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.",
5067
5163
  "source_type": "original",
5068
5164
  "official_docs": [
5069
5165
  "https://cloud.google.com/artifact-registry/docs/overview",
@@ -5071,7 +5167,7 @@
5071
5167
  "https://cloud.google.com/container-analysis/docs/container-analysis",
5072
5168
  "https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy"
5073
5169
  ],
5074
- "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.",
5170
+ "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.",
5075
5171
  "last_verified": "2026-05-09",
5076
5172
  "path": "agents/gcp/gcp-registry-artifact-governor-agent",
5077
5173
  "version": "0.1.0",
@@ -5090,7 +5186,7 @@
5090
5186
  "gemini",
5091
5187
  "kiro"
5092
5188
  ],
5093
- "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.",
5189
+ "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.",
5094
5190
  "source_type": "original",
5095
5191
  "official_docs": [
5096
5192
  "https://cloud.google.com/architecture/disaster-recovery",
@@ -5098,7 +5194,7 @@
5098
5194
  "https://cloud.google.com/spanner/docs/instance-configurations",
5099
5195
  "https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress"
5100
5196
  ],
5101
- "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.",
5197
+ "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.",
5102
5198
  "last_verified": "2026-05-08",
5103
5199
  "path": "agents/gcp/gcp-resilience-bcdr-review-agent",
5104
5200
  "author": "github: Raishin",
@@ -5124,7 +5220,7 @@
5124
5220
  "https://cloud.google.com/asset-inventory/docs/searching-resources",
5125
5221
  "https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes"
5126
5222
  ],
5127
- "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.",
5223
+ "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.",
5128
5224
  "last_verified": "2026-05-08",
5129
5225
  "path": "agents/gcp/gcp-resource-inventory-analyst-agent",
5130
5226
  "author": "github: Raishin",
@@ -5152,7 +5248,7 @@
5152
5248
  "https://cloud.google.com/kms/docs/key-rotation",
5153
5249
  "https://cloud.google.com/kms/docs/importing-a-key"
5154
5250
  ],
5155
- "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.",
5251
+ "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.",
5156
5252
  "last_verified": "2026-05-08",
5157
5253
  "path": "agents/gcp/gcp-secret-kms-lifecycle-steward-agent",
5158
5254
  "author": "github: Raishin",
@@ -5199,7 +5295,7 @@
5199
5295
  "gemini",
5200
5296
  "kiro"
5201
5297
  ],
5202
- "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.",
5298
+ "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.",
5203
5299
  "source_type": "original",
5204
5300
  "official_docs": [
5205
5301
  "https://cloud.google.com/run/docs/configuring/min-instances",
@@ -5208,7 +5304,7 @@
5208
5304
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
5209
5305
  "https://cloud.google.com/functions/docs/concepts/version-comparison"
5210
5306
  ],
5211
- "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.",
5307
+ "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.",
5212
5308
  "last_verified": "2026-05-09",
5213
5309
  "path": "agents/gcp/gcp-serverless-production-readiness-agent",
5214
5310
  "version": "0.1.0",
@@ -5227,7 +5323,7 @@
5227
5323
  "gemini",
5228
5324
  "kiro"
5229
5325
  ],
5230
- "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.",
5326
+ "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.",
5231
5327
  "source_type": "original",
5232
5328
  "official_docs": [
5233
5329
  "https://cloud.google.com/architecture/framework",
@@ -5261,7 +5357,7 @@
5261
5357
  "https://cloud.google.com/spanner/docs/instances",
5262
5358
  "https://cloud.google.com/spanner/docs/secondary-indexes"
5263
5359
  ],
5264
- "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.",
5360
+ "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.",
5265
5361
  "last_verified": "2026-05-08",
5266
5362
  "path": "agents/gcp/gcp-spanner-architect-agent",
5267
5363
  "author": "github: Raishin",
@@ -5280,7 +5376,7 @@
5280
5376
  "gemini",
5281
5377
  "kiro"
5282
5378
  ],
5283
- "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.",
5379
+ "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.",
5284
5380
  "source_type": "original",
5285
5381
  "official_docs": [
5286
5382
  "https://cloud.google.com/support/docs/overview",
@@ -5288,7 +5384,7 @@
5288
5384
  "https://status.google.com/",
5289
5385
  "https://cloud.google.com/support/docs/managed-incident"
5290
5386
  ],
5291
- "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.",
5387
+ "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.",
5292
5388
  "last_verified": "2026-05-09",
5293
5389
  "path": "agents/gcp/gcp-support-incident-coordinator-agent",
5294
5390
  "version": "0.1.0",
@@ -5307,7 +5403,7 @@
5307
5403
  "gemini",
5308
5404
  "kiro"
5309
5405
  ],
5310
- "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.",
5406
+ "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.",
5311
5407
  "source_type": "original",
5312
5408
  "official_docs": [
5313
5409
  "https://cloud.google.com/support/docs/severity-definitions",
@@ -5315,7 +5411,7 @@
5315
5411
  "https://cloud.google.com/logging/docs/view/logs-explorer-interface",
5316
5412
  "https://status.google.com/"
5317
5413
  ],
5318
- "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.",
5414
+ "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.",
5319
5415
  "last_verified": "2026-05-09",
5320
5416
  "path": "agents/gcp/gcp-ticket-triage-escalation-coordinator-agent",
5321
5417
  "version": "0.1.0",
@@ -5342,7 +5438,7 @@
5342
5438
  "https://cloud.google.com/vertex-ai/docs/model-registry/introduction",
5343
5439
  "https://cloud.google.com/vertex-ai/docs/featurestore/overview"
5344
5440
  ],
5345
- "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.",
5441
+ "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.",
5346
5442
  "last_verified": "2026-05-08",
5347
5443
  "path": "agents/gcp/gcp-vertex-ai-mlops-engineer-agent",
5348
5444
  "author": "github: Raishin",
@@ -5370,7 +5466,7 @@
5370
5466
  "https://cloud.google.com/access-context-manager/docs/overview",
5371
5467
  "https://cloud.google.com/vpc-service-controls/docs/create-service-perimeters"
5372
5468
  ],
5373
- "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.",
5469
+ "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.",
5374
5470
  "last_verified": "2026-05-08",
5375
5471
  "path": "agents/gcp/gcp-vpc-service-controls-architect-agent",
5376
5472
  "author": "github: Raishin",
@@ -5484,7 +5580,7 @@
5484
5580
  "https://docs.hetzner.com/cloud/servers/overview/",
5485
5581
  "https://docs.hetzner.com/general/others/contacting-support/"
5486
5582
  ],
5487
- "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.",
5583
+ "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.",
5488
5584
  "last_verified": "2026-05-10",
5489
5585
  "path": "agents/hetzner/hetzner-capacity-planner-agent",
5490
5586
  "author": "github: Raishin",
@@ -5519,7 +5615,7 @@
5519
5615
  "https://www.hetzner.com/cloud/pricing/",
5520
5616
  "https://docs.hetzner.com/"
5521
5617
  ],
5522
- "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.",
5618
+ "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.",
5523
5619
  "last_verified": "2026-05-10",
5524
5620
  "path": "agents/hetzner/hetzner-cost-optimization-analyst-agent",
5525
5621
  "author": "github: Raishin",
@@ -5554,7 +5650,7 @@
5554
5650
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5555
5651
  "https://docs.hetzner.com/cloud/networks/overview/"
5556
5652
  ],
5557
- "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.",
5653
+ "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.",
5558
5654
  "last_verified": "2026-05-10",
5559
5655
  "path": "agents/hetzner/hetzner-infrastructure-reviewer-agent",
5560
5656
  "author": "github: Raishin",
@@ -5589,7 +5685,7 @@
5589
5685
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5590
5686
  "https://docs.hetzner.com/cloud/firewalls/faq/"
5591
5687
  ],
5592
- "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.",
5688
+ "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.",
5593
5689
  "last_verified": "2026-05-10",
5594
5690
  "path": "agents/hetzner/hetzner-live-firewall-rule-guard-agent",
5595
5691
  "author": "github: Raishin",
@@ -5624,7 +5720,7 @@
5624
5720
  "https://docs.hetzner.com/cloud/servers/overview/",
5625
5721
  "https://docs.hetzner.com/cloud/servers/server-types/"
5626
5722
  ],
5627
- "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.",
5723
+ "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.",
5628
5724
  "last_verified": "2026-05-10",
5629
5725
  "path": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent",
5630
5726
  "author": "github: Raishin",
@@ -5658,7 +5754,7 @@
5658
5754
  "https://docs.hetzner.cloud/",
5659
5755
  "https://docs.hetzner.com/"
5660
5756
  ],
5661
- "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.",
5757
+ "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.",
5662
5758
  "last_verified": "2026-05-10",
5663
5759
  "path": "agents/hetzner/hetzner-maestro-agent",
5664
5760
  "author": "github: Raishin",
@@ -5711,14 +5807,14 @@
5711
5807
  "gemini",
5712
5808
  "kiro"
5713
5809
  ],
5714
- "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.",
5810
+ "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.",
5715
5811
  "source_type": "original",
5716
5812
  "official_docs": [
5717
5813
  "https://support.huaweicloud.com/intl/en-us/scm/index.html",
5718
5814
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
5719
5815
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
5720
5816
  ],
5721
- "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.",
5817
+ "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.",
5722
5818
  "last_verified": "2026-05-09",
5723
5819
  "path": "agents/huawei/huawei-certificate-manager-issuer-review-agent",
5724
5820
  "version": "0.1.0",
@@ -5737,7 +5833,7 @@
5737
5833
  "gemini",
5738
5834
  "kiro"
5739
5835
  ],
5740
- "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.",
5836
+ "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.",
5741
5837
  "source_type": "original",
5742
5838
  "official_docs": [
5743
5839
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
@@ -5746,7 +5842,7 @@
5746
5842
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
5747
5843
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
5748
5844
  ],
5749
- "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.",
5845
+ "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.",
5750
5846
  "last_verified": "2026-05-09",
5751
5847
  "path": "agents/huawei/huawei-change-impact-advisor-agent",
5752
5848
  "version": "0.1.0",
@@ -5815,14 +5911,14 @@
5815
5911
  "gemini",
5816
5912
  "kiro"
5817
5913
  ],
5818
- "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.",
5914
+ "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.",
5819
5915
  "source_type": "original",
5820
5916
  "official_docs": [
5821
5917
  "https://support.huaweicloud.com/intl/en-us/billing/index.html",
5822
5918
  "https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
5823
5919
  "https://support.huaweicloud.com/intl/en-us/ces/index.html"
5824
5920
  ],
5825
- "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.",
5921
+ "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.",
5826
5922
  "last_verified": "2026-05-09",
5827
5923
  "path": "agents/huawei/huawei-cost-anomaly-watch-coordinator-agent",
5828
5924
  "version": "0.1.0",
@@ -5866,7 +5962,7 @@
5866
5962
  "gemini",
5867
5963
  "kiro"
5868
5964
  ],
5869
- "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.",
5965
+ "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.",
5870
5966
  "source_type": "original",
5871
5967
  "official_docs": [
5872
5968
  "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
@@ -5876,7 +5972,7 @@
5876
5972
  "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
5877
5973
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
5878
5974
  ],
5879
- "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.",
5975
+ "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.",
5880
5976
  "last_verified": "2026-05-09",
5881
5977
  "path": "agents/huawei/huawei-daily-operations-briefing-coordinator-agent",
5882
5978
  "version": "0.1.0",
@@ -5895,7 +5991,7 @@
5895
5991
  "gemini",
5896
5992
  "kiro"
5897
5993
  ],
5898
- "summary": "Manage DEW (Data Encryption Workshop) \u2014 KMS key lifecycle, CSMS secret rotation, CBH privileged access management, and DBSS database encryption on Huawei Cloud.",
5994
+ "summary": "Manage DEW (Data Encryption Workshop) KMS key lifecycle, CSMS secret rotation, CBH privileged access management, and DBSS database encryption on Huawei Cloud.",
5899
5995
  "source_type": "original",
5900
5996
  "official_docs": [
5901
5997
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
@@ -5974,7 +6070,7 @@
5974
6070
  "official_docs": [
5975
6071
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html"
5976
6072
  ],
5977
- "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.",
6073
+ "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.",
5978
6074
  "last_verified": "2026-05-08",
5979
6075
  "path": "agents/huawei/huawei-ecs-compute-operator-agent",
5980
6076
  "author": "github: Raishin",
@@ -5993,7 +6089,7 @@
5993
6089
  "gemini",
5994
6090
  "kiro"
5995
6091
  ],
5996
- "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.",
6092
+ "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.",
5997
6093
  "source_type": "original",
5998
6094
  "official_docs": [
5999
6095
  "https://support.huaweicloud.com/intl/en-us/dms/index.html",
@@ -6001,7 +6097,7 @@
6001
6097
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6002
6098
  "https://support.huaweicloud.com/intl/en-us/smn/index.html"
6003
6099
  ],
6004
- "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.",
6100
+ "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.",
6005
6101
  "last_verified": "2026-05-09",
6006
6102
  "path": "agents/huawei/huawei-event-driven-architecture-review-agent",
6007
6103
  "version": "0.1.0",
@@ -6051,7 +6147,7 @@
6051
6147
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
6052
6148
  "https://support.huaweicloud.com/intl/en-us/rds/index.html"
6053
6149
  ],
6054
- "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.",
6150
+ "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.",
6055
6151
  "last_verified": "2026-05-08",
6056
6152
  "path": "agents/huawei/huawei-gaussdb-rds-dba-agent",
6057
6153
  "author": "github: Raishin",
@@ -6070,7 +6166,7 @@
6070
6166
  "gemini",
6071
6167
  "kiro"
6072
6168
  ],
6073
- "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.",
6169
+ "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.",
6074
6170
  "source_type": "original",
6075
6171
  "official_docs": [
6076
6172
  "https://support.huaweicloud.com/intl/en-us/rfs/index.html",
@@ -6078,7 +6174,7 @@
6078
6174
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
6079
6175
  "https://support.huaweicloud.com/intl/en-us/obs/index.html"
6080
6176
  ],
6081
- "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.",
6177
+ "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.",
6082
6178
  "last_verified": "2026-05-09",
6083
6179
  "path": "agents/huawei/huawei-iac-change-safety-review-agent",
6084
6180
  "version": "0.1.0",
@@ -6195,7 +6291,7 @@
6195
6291
  "gemini",
6196
6292
  "kiro"
6197
6293
  ],
6198
- "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.",
6294
+ "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.",
6199
6295
  "source_type": "original",
6200
6296
  "official_docs": [
6201
6297
  "https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html"
@@ -6219,7 +6315,7 @@
6219
6315
  "gemini",
6220
6316
  "kiro"
6221
6317
  ],
6222
- "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.",
6318
+ "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.",
6223
6319
  "source_type": "original",
6224
6320
  "companion_skills": [
6225
6321
  "huawei-live-gaussdb-mutation-guard"
@@ -6248,13 +6344,13 @@
6248
6344
  "gemini",
6249
6345
  "kiro"
6250
6346
  ],
6251
- "summary": "Gate IAM fine-grained policy and SCP mutations \u2014 account-wide blast radius, privilege escalation, and potential full access denial.",
6347
+ "summary": "Gate IAM fine-grained policy and SCP mutations account-wide blast radius, privilege escalation, and potential full access denial.",
6252
6348
  "source_type": "original",
6253
6349
  "official_docs": [
6254
6350
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
6255
6351
  "https://support.huaweicloud.com/intl/en-us/usermanual-organizations/organizations_03_0001.html"
6256
6352
  ],
6257
- "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.",
6353
+ "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.",
6258
6354
  "last_verified": "2026-05-08",
6259
6355
  "path": "agents/huawei/huawei-live-iam-policy-change-guard-agent",
6260
6356
  "author": "github: Raishin"
@@ -6272,7 +6368,7 @@
6272
6368
  "gemini",
6273
6369
  "kiro"
6274
6370
  ],
6275
- "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.",
6371
+ "summary": "Gate DEW/KMS key deletion and disable operations CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key is deleted.",
6276
6372
  "source_type": "original",
6277
6373
  "official_docs": [
6278
6374
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
@@ -6296,7 +6392,7 @@
6296
6392
  "gemini",
6297
6393
  "kiro"
6298
6394
  ],
6299
- "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.",
6395
+ "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.",
6300
6396
  "source_type": "original",
6301
6397
  "companion_skills": [
6302
6398
  "huawei-live-obs-bucket-policy-guard"
@@ -6323,13 +6419,13 @@
6323
6419
  "gemini",
6324
6420
  "kiro"
6325
6421
  ],
6326
- "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.",
6422
+ "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.",
6327
6423
  "source_type": "original",
6328
6424
  "official_docs": [
6329
6425
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6330
6426
  "https://support.huaweicloud.com/intl/en-us/waf/index.html"
6331
6427
  ],
6332
- "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.",
6428
+ "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.",
6333
6429
  "last_verified": "2026-05-09",
6334
6430
  "path": "agents/huawei/huawei-load-balancer-traffic-engineer-agent",
6335
6431
  "version": "0.1.0",
@@ -6349,7 +6445,7 @@
6349
6445
  "gemini",
6350
6446
  "kiro"
6351
6447
  ],
6352
- "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.",
6448
+ "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.",
6353
6449
  "source_type": "original",
6354
6450
  "official_docs": [
6355
6451
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
@@ -6406,7 +6502,7 @@
6406
6502
  "official_docs": [
6407
6503
  "https://support.huaweicloud.com/intl/en-us/modelarts/index.html"
6408
6504
  ],
6409
- "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.",
6505
+ "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.",
6410
6506
  "last_verified": "2026-05-08",
6411
6507
  "path": "agents/huawei/huawei-modelarts-mlops-engineer-agent",
6412
6508
  "author": "github: Raishin",
@@ -6425,7 +6521,7 @@
6425
6521
  "gemini",
6426
6522
  "kiro"
6427
6523
  ],
6428
- "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.",
6524
+ "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.",
6429
6525
  "source_type": "original",
6430
6526
  "official_docs": [
6431
6527
  "https://support.huaweicloud.com/intl/en-us/vpc/index.html",
@@ -6452,14 +6548,14 @@
6452
6548
  "gemini",
6453
6549
  "kiro"
6454
6550
  ],
6455
- "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.",
6551
+ "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.",
6456
6552
  "source_type": "original",
6457
6553
  "official_docs": [
6458
6554
  "https://support.huaweicloud.com/intl/en-us/obs/index.html",
6459
6555
  "https://support.huaweicloud.com/intl/en-us/vpcep/index.html",
6460
6556
  "https://support.huaweicloud.com/intl/en-us/obs/obs_03_0086.html"
6461
6557
  ],
6462
- "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.",
6558
+ "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.",
6463
6559
  "last_verified": "2026-05-09",
6464
6560
  "path": "agents/huawei/huawei-obs-data-perimeter-governor-agent",
6465
6561
  "version": "0.1.0",
@@ -6530,14 +6626,14 @@
6530
6626
  "gemini",
6531
6627
  "kiro"
6532
6628
  ],
6533
- "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.",
6629
+ "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.",
6534
6630
  "source_type": "original",
6535
6631
  "official_docs": [
6536
6632
  "https://support.huaweicloud.com/intl/en-us/swr/index.html",
6537
6633
  "https://support.huaweicloud.com/intl/en-us/vss/index.html",
6538
6634
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6539
6635
  ],
6540
- "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.",
6636
+ "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.",
6541
6637
  "last_verified": "2026-05-09",
6542
6638
  "path": "agents/huawei/huawei-registry-artifact-governor-agent",
6543
6639
  "version": "0.1.0",
@@ -6556,7 +6652,7 @@
6556
6652
  "gemini",
6557
6653
  "kiro"
6558
6654
  ],
6559
- "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.",
6655
+ "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.",
6560
6656
  "source_type": "original",
6561
6657
  "official_docs": [
6562
6658
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
@@ -6565,7 +6661,7 @@
6565
6661
  "https://support.huaweicloud.com/intl/en-us/drs/index.html",
6566
6662
  "https://support.huaweicloud.com/intl/en-us/elb/index.html"
6567
6663
  ],
6568
- "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.",
6664
+ "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.",
6569
6665
  "last_verified": "2026-05-09",
6570
6666
  "path": "agents/huawei/huawei-resilience-bcdr-review-agent",
6571
6667
  "version": "0.1.0",
@@ -6612,14 +6708,14 @@
6612
6708
  "gemini",
6613
6709
  "kiro"
6614
6710
  ],
6615
- "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.",
6711
+ "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.",
6616
6712
  "source_type": "original",
6617
6713
  "official_docs": [
6618
6714
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6619
6715
  "https://support.huaweicloud.com/intl/en-us/servicestage/index.html",
6620
6716
  "https://support.huaweicloud.com/intl/en-us/aom/index.html"
6621
6717
  ],
6622
- "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.",
6718
+ "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.",
6623
6719
  "last_verified": "2026-05-09",
6624
6720
  "path": "agents/huawei/huawei-serverless-production-readiness-agent",
6625
6721
  "version": "0.1.0",
@@ -6638,7 +6734,7 @@
6638
6734
  "gemini",
6639
6735
  "kiro"
6640
6736
  ],
6641
- "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.",
6737
+ "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.",
6642
6738
  "source_type": "original",
6643
6739
  "official_docs": [
6644
6740
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html",
@@ -6664,14 +6760,14 @@
6664
6760
  "gemini",
6665
6761
  "kiro"
6666
6762
  ],
6667
- "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.",
6763
+ "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.",
6668
6764
  "source_type": "original",
6669
6765
  "official_docs": [
6670
6766
  "https://support.huaweicloud.com/intl/en-us/",
6671
6767
  "https://status.huaweicloud.com/",
6672
6768
  "https://support.huaweicloud.com/intl/en-us/usermanual-ticket/topic_0065264094.html"
6673
6769
  ],
6674
- "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.",
6770
+ "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.",
6675
6771
  "last_verified": "2026-05-09",
6676
6772
  "path": "agents/huawei/huawei-support-incident-coordinator-agent",
6677
6773
  "version": "0.1.0",
@@ -6690,7 +6786,7 @@
6690
6786
  "gemini",
6691
6787
  "kiro"
6692
6788
  ],
6693
- "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.",
6789
+ "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.",
6694
6790
  "source_type": "original",
6695
6791
  "official_docs": [
6696
6792
  "https://support.huaweicloud.com/intl/en-us/",
@@ -6699,7 +6795,7 @@
6699
6795
  "https://support.huaweicloud.com/intl/en-us/ces/index.html",
6700
6796
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
6701
6797
  ],
6702
- "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.",
6798
+ "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.",
6703
6799
  "last_verified": "2026-05-09",
6704
6800
  "path": "agents/huawei/huawei-ticket-triage-escalation-coordinator-agent",
6705
6801
  "version": "0.1.0",
@@ -6870,7 +6966,7 @@
6870
6966
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/datacenter",
6871
6967
  "https://docs.ionos.com/cloud/network/lans"
6872
6968
  ],
6873
- "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.",
6969
+ "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.",
6874
6970
  "last_verified": "2026-05-10",
6875
6971
  "path": "agents/ionos/ionos-datacenter-designer-reviewer-agent",
6876
6972
  "version": "0.1.0",
@@ -6897,7 +6993,7 @@
6897
6993
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/k8s_node_pool",
6898
6994
  "https://docs.ionos.com/cloud/"
6899
6995
  ],
6900
- "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.",
6996
+ "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.",
6901
6997
  "last_verified": "2026-05-10",
6902
6998
  "path": "agents/ionos/ionos-kubernetes-platform-operator-agent",
6903
6999
  "version": "0.1.0",
@@ -6950,7 +7046,7 @@
6950
7046
  "https://api.ionos.com/docs/",
6951
7047
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs"
6952
7048
  ],
6953
- "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.",
7049
+ "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.",
6954
7050
  "last_verified": "2026-05-10",
6955
7051
  "path": "agents/ionos/ionos-maestro-agent",
6956
7052
  "version": "0.1.0",
@@ -6988,7 +7084,7 @@
6988
7084
  "name": "Istio Ambient Mesh Review",
6989
7085
  "type": "agent",
6990
7086
  "provider": "istio",
6991
- "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.",
7087
+ "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.",
6992
7088
  "path": "agents/istio/istio-ambient-mesh-review-agent",
6993
7089
  "harnesses": [
6994
7090
  "codex",
@@ -7006,7 +7102,7 @@
7006
7102
  "https://istio.io/latest/docs/ops/diagnostic-tools/istioctl-analyze/",
7007
7103
  "https://istio.io/latest/docs/tasks/security/authorization/"
7008
7104
  ],
7009
- "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.",
7105
+ "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.",
7010
7106
  "source_type": "original",
7011
7107
  "version": "0.1.0"
7012
7108
  },
@@ -7033,7 +7129,7 @@
7033
7129
  "https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings",
7034
7130
  "https://docs.kubecost.com/apis/apis-overview"
7035
7131
  ],
7036
- "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.",
7132
+ "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.",
7037
7133
  "last_verified": "2026-05-02",
7038
7134
  "path": "agents/kubernetes/kubecost-chargeback-allocation-review-agent",
7039
7135
  "version": "0.1.0"
@@ -7196,7 +7292,7 @@
7196
7292
  "https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/",
7197
7293
  "https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
7198
7294
  ],
7199
- "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.",
7295
+ "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.",
7200
7296
  "last_verified": "2026-05-08",
7201
7297
  "path": "agents/kubernetes/kubernetes-live-rbac-mutation-guard-agent",
7202
7298
  "author": "github: Raishin",
@@ -7215,7 +7311,7 @@
7215
7311
  "gemini",
7216
7312
  "kiro"
7217
7313
  ],
7218
- "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.",
7314
+ "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.",
7219
7315
  "source_type": "original",
7220
7316
  "official_docs": [
7221
7317
  "https://velero.io/docs/latest/",
@@ -7224,7 +7320,7 @@
7224
7320
  "https://velero.io/docs/latest/locations/",
7225
7321
  "https://velero.io/docs/latest/hooks/"
7226
7322
  ],
7227
- "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.",
7323
+ "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.",
7228
7324
  "last_verified": "2026-05-08",
7229
7325
  "path": "agents/kubernetes/kubernetes-live-velero-restore-guard-agent",
7230
7326
  "version": "0.1.0"
@@ -7325,7 +7421,7 @@
7325
7421
  "name": "Kubernetes Pod Security Admission Review",
7326
7422
  "type": "agent",
7327
7423
  "provider": "kubernetes",
7328
- "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.",
7424
+ "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.",
7329
7425
  "path": "agents/kubernetes/kubernetes-psa-review-agent",
7330
7426
  "harnesses": [
7331
7427
  "codex",
@@ -7343,7 +7439,7 @@
7343
7439
  "https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/",
7344
7440
  "https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/"
7345
7441
  ],
7346
- "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.",
7442
+ "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.",
7347
7443
  "source_type": "original",
7348
7444
  "version": "0.1.0"
7349
7445
  },
@@ -7379,7 +7475,7 @@
7379
7475
  "name": "Kubernetes Workload Identity Review",
7380
7476
  "type": "agent",
7381
7477
  "provider": "kubernetes",
7382
- "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.",
7478
+ "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.",
7383
7479
  "path": "agents/kubernetes/kubernetes-workload-identity-review-agent",
7384
7480
  "harnesses": [
7385
7481
  "codex",
@@ -7397,7 +7493,7 @@
7397
7493
  "https://kubernetes.io/docs/concepts/workloads/pods/service-accounts/",
7398
7494
  "https://openid.net/specs/openid-connect-core-1_0.html"
7399
7495
  ],
7400
- "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.",
7496
+ "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.",
7401
7497
  "source_type": "original",
7402
7498
  "version": "0.1.0"
7403
7499
  },
@@ -7424,7 +7520,7 @@
7424
7520
  "https://kyverno.io/docs/policy-exceptions/",
7425
7521
  "https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/"
7426
7522
  ],
7427
- "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.",
7523
+ "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.",
7428
7524
  "source_type": "original",
7429
7525
  "version": "0.1.0"
7430
7526
  },
@@ -7441,7 +7537,7 @@
7441
7537
  "gemini",
7442
7538
  "kiro"
7443
7539
  ],
7444
- "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.",
7540
+ "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.",
7445
7541
  "source_type": "original",
7446
7542
  "official_docs": [
7447
7543
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7474,7 +7570,7 @@
7474
7570
  "gemini",
7475
7571
  "kiro"
7476
7572
  ],
7477
- "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.",
7573
+ "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.",
7478
7574
  "source_type": "original",
7479
7575
  "official_docs": [
7480
7576
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7507,7 +7603,7 @@
7507
7603
  "gemini",
7508
7604
  "kiro"
7509
7605
  ],
7510
- "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.",
7606
+ "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.",
7511
7607
  "source_type": "original",
7512
7608
  "official_docs": [
7513
7609
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7540,7 +7636,7 @@
7540
7636
  "gemini",
7541
7637
  "kiro"
7542
7638
  ],
7543
- "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.",
7639
+ "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.",
7544
7640
  "source_type": "original",
7545
7641
  "official_docs": [
7546
7642
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7573,7 +7669,7 @@
7573
7669
  "gemini",
7574
7670
  "kiro"
7575
7671
  ],
7576
- "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.",
7672
+ "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.",
7577
7673
  "source_type": "original",
7578
7674
  "official_docs": [
7579
7675
  "https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
@@ -7582,7 +7678,7 @@
7582
7678
  "https://docs.nvidia.com/nsight-systems/",
7583
7679
  "https://docs.nvidia.com/cuda/profiler-users-guide/"
7584
7680
  ],
7585
- "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.",
7681
+ "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.",
7586
7682
  "last_verified": "2026-05-10",
7587
7683
  "path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
7588
7684
  "companion_skills": [
@@ -7613,7 +7709,7 @@
7613
7709
  "gemini",
7614
7710
  "kiro"
7615
7711
  ],
7616
- "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.",
7712
+ "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.",
7617
7713
  "source_type": "original",
7618
7714
  "official_docs": [
7619
7715
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7646,7 +7742,7 @@
7646
7742
  "gemini",
7647
7743
  "kiro"
7648
7744
  ],
7649
- "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.",
7745
+ "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.",
7650
7746
  "source_type": "original",
7651
7747
  "official_docs": [
7652
7748
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7726,7 +7822,7 @@
7726
7822
  "https://oras.land/docs/category/oras-commands",
7727
7823
  "https://github.com/anchore/grype"
7728
7824
  ],
7729
- "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.",
7825
+ "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.",
7730
7826
  "last_verified": "2026-05-11",
7731
7827
  "path": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/",
7732
7828
  "companion_skills": [
@@ -7754,7 +7850,7 @@
7754
7850
  "gemini",
7755
7851
  "kiro"
7756
7852
  ],
7757
- "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.",
7853
+ "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.",
7758
7854
  "source_type": "original",
7759
7855
  "official_docs": [
7760
7856
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7787,7 +7883,7 @@
7787
7883
  "gemini",
7788
7884
  "kiro"
7789
7885
  ],
7790
- "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.",
7886
+ "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.",
7791
7887
  "source_type": "original",
7792
7888
  "official_docs": [
7793
7889
  "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
@@ -7796,7 +7892,7 @@
7796
7892
  "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
7797
7893
  "https://docs.nvidia.com/deeplearning/tensorrt/api/"
7798
7894
  ],
7799
- "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.",
7895
+ "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.",
7800
7896
  "last_verified": "2026-05-10",
7801
7897
  "path": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/",
7802
7898
  "companion_skills": [
@@ -7827,7 +7923,7 @@
7827
7923
  "gemini",
7828
7924
  "kiro"
7829
7925
  ],
7830
- "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.",
7926
+ "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.",
7831
7927
  "source_type": "original",
7832
7928
  "official_docs": [
7833
7929
  "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
@@ -7836,7 +7932,7 @@
7836
7932
  "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
7837
7933
  "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
7838
7934
  ],
7839
- "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.",
7935
+ "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.",
7840
7936
  "last_verified": "2026-05-10",
7841
7937
  "path": "agents/nvidia/nvidia-triton-inference-serving-review-agent/",
7842
7938
  "companion_skills": [
@@ -7900,7 +7996,7 @@
7900
7996
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
7901
7997
  "https://github.com/oracle/oci-native-ingress-controller"
7902
7998
  ],
7903
- "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.",
7999
+ "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.",
7904
8000
  "last_verified": "2026-05-02",
7905
8001
  "path": "agents/oci/oci-certificates-issuer-review-agent",
7906
8002
  "version": "0.1.0"
@@ -8251,7 +8347,7 @@
8251
8347
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
8252
8348
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
8253
8349
  ],
8254
- "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.",
8350
+ "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.",
8255
8351
  "last_verified": "2026-04-30",
8256
8352
  "path": "agents/oci/oci-live-autonomous-db-lifecycle-guard-agent",
8257
8353
  "author": "github: Raishin",
@@ -8278,7 +8374,7 @@
8278
8374
  "https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
8279
8375
  "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
8280
8376
  ],
8281
- "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.",
8377
+ "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.",
8282
8378
  "last_verified": "2026-04-30",
8283
8379
  "path": "agents/oci/oci-live-cost-budget-runaway-guard-agent",
8284
8380
  "author": "github: Raishin",
@@ -8333,7 +8429,7 @@
8333
8429
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
8334
8430
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
8335
8431
  ],
8336
- "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.",
8432
+ "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.",
8337
8433
  "last_verified": "2026-05-01",
8338
8434
  "path": "agents/oci/oci-live-network-security-rule-guard-agent",
8339
8435
  "author": "github: Raishin",
@@ -8360,7 +8456,7 @@
8360
8456
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
8361
8457
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
8362
8458
  ],
8363
- "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.",
8459
+ "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.",
8364
8460
  "last_verified": "2026-04-30",
8365
8461
  "path": "agents/oci/oci-live-oke-rollout-guard-agent",
8366
8462
  "author": "github: Raishin",
@@ -8458,7 +8554,7 @@
8458
8554
  "gemini",
8459
8555
  "kiro"
8460
8556
  ],
8461
- "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.",
8557
+ "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.",
8462
8558
  "source_type": "adapted",
8463
8559
  "official_docs": [
8464
8560
  "https://docs.oracle.com/en-us/iaas/Content/home.htm",
@@ -8467,7 +8563,7 @@
8467
8563
  "https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/security_guide.htm",
8468
8564
  "https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm"
8469
8565
  ],
8470
- "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.",
8566
+ "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.",
8471
8567
  "last_verified": "2026-04-30",
8472
8568
  "path": "agents/oci/oci-maestro-agent",
8473
8569
  "harness_variants": {
@@ -8884,7 +8980,7 @@
8884
8980
  "name": "OpenTelemetry Collector Config Review",
8885
8981
  "type": "agent",
8886
8982
  "provider": "opentelemetry",
8887
- "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.",
8983
+ "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.",
8888
8984
  "path": "agents/opentelemetry/opentelemetry-collector-config-review-agent",
8889
8985
  "harnesses": [
8890
8986
  "codex",
@@ -8902,7 +8998,7 @@
8902
8998
  "https://opentelemetry.io/docs/kubernetes/operator/",
8903
8999
  "https://opentelemetry.io/docs/collector/internal-telemetry/"
8904
9000
  ],
8905
- "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.",
9001
+ "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.",
8906
9002
  "source_type": "original",
8907
9003
  "version": "0.1.0"
8908
9004
  },
@@ -9139,7 +9235,7 @@
9139
9235
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
9140
9236
  "https://www.scaleway.com/en/developers/api/iam/"
9141
9237
  ],
9142
- "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.",
9238
+ "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.",
9143
9239
  "last_verified": "2026-05-10",
9144
9240
  "path": "agents/scaleway/scaleway-iam-policy-review-agent",
9145
9241
  "version": "0.1.0",
@@ -9174,7 +9270,7 @@
9174
9270
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
9175
9271
  "https://www.scaleway.com/en/developers/api/kubernetes/"
9176
9272
  ],
9177
- "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.",
9273
+ "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.",
9178
9274
  "last_verified": "2026-05-10",
9179
9275
  "path": "agents/scaleway/scaleway-kapsule-platform-operator-agent",
9180
9276
  "version": "0.1.0",
@@ -9209,7 +9305,7 @@
9209
9305
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
9210
9306
  "https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
9211
9307
  ],
9212
- "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.",
9308
+ "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.",
9213
9309
  "last_verified": "2026-05-10",
9214
9310
  "path": "agents/scaleway/scaleway-live-kapsule-rollout-guard-agent",
9215
9311
  "version": "0.1.0",
@@ -9277,7 +9373,7 @@
9277
9373
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_placement_group",
9278
9374
  "https://www.scaleway.com/en/docs/network/load-balancer/"
9279
9375
  ],
9280
- "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.",
9376
+ "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.",
9281
9377
  "last_verified": "2026-05-10",
9282
9378
  "path": "agents/scaleway/scaleway-network-architect-agent",
9283
9379
  "version": "0.1.0",