@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
@@ -41,7 +41,7 @@
41
41
  "https://www.alibabacloud.com/help/en/acr",
42
42
  "https://www.alibabacloud.com/help/en/asm"
43
43
  ],
44
- "security_notes": "Require OIDC workload identity for all production workloads \u2014 do not approve RAM access key mounting in pods. Require ACR Enterprise vulnerability scanning before deploying images to production clusters. Do not skip Kubernetes version upgrades beyond two minor versions.",
44
+ "security_notes": "Require OIDC workload identity for all production workloads do not approve RAM access key mounting in pods. Require ACR Enterprise vulnerability scanning before deploying images to production clusters. Do not skip Kubernetes version upgrades beyond two minor versions.",
45
45
  "last_verified": "2026-05-08",
46
46
  "path": "skills/alibaba/alibaba-ack-container-platform-operator",
47
47
  "author": "github: Raishin",
@@ -66,7 +66,7 @@
66
66
  "https://www.alibabacloud.com/help/en/actiontrail",
67
67
  "https://www.alibabacloud.com/help/en/sls"
68
68
  ],
69
- "security_notes": "Do not delete ActionTrail trails or SLS logstores \u2014 audit log destruction may violate MLPS 2.0 retention requirements. Disabling ActionTrail blinds compliance evidence collection.",
69
+ "security_notes": "Do not delete ActionTrail trails or SLS logstores audit log destruction may violate MLPS 2.0 retention requirements. Disabling ActionTrail blinds compliance evidence collection.",
70
70
  "last_verified": "2026-05-08",
71
71
  "path": "skills/alibaba/alibaba-actiontrail-audit-analyst",
72
72
  "author": "github: Raishin",
@@ -111,14 +111,14 @@
111
111
  "kiro",
112
112
  "other"
113
113
  ],
114
- "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.",
114
+ "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.",
115
115
  "source_type": "original",
116
116
  "official_docs": [
117
117
  "https://www.alibabacloud.com/help/en/ssl-certificate/latest/what-is-ssl-certificates-service",
118
118
  "https://www.alibabacloud.com/help/en/slb/application-load-balancer/user-guide/create-an-https-listener",
119
119
  "https://www.alibabacloud.com/help/en/cdn/user-guide/configure-an-ssl-certificate"
120
120
  ],
121
- "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.",
121
+ "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.",
122
122
  "last_verified": "2026-05-09",
123
123
  "path": "skills/alibaba/alibaba-certificate-manager-issuer-review",
124
124
  "version": "0.1.0",
@@ -137,7 +137,7 @@
137
137
  "kiro",
138
138
  "other"
139
139
  ],
140
- "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.",
140
+ "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.",
141
141
  "source_type": "original",
142
142
  "official_docs": [
143
143
  "https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
@@ -145,7 +145,7 @@
145
145
  "https://www.alibabacloud.com/help/en/cen/latest/what-is-cen",
146
146
  "https://www.alibabacloud.com/help/en/vpc/latest/vpc-peering-connections-overview"
147
147
  ],
148
- "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.",
148
+ "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.",
149
149
  "last_verified": "2026-05-09",
150
150
  "path": "skills/alibaba/alibaba-change-impact-advisor",
151
151
  "version": "0.1.0",
@@ -189,7 +189,7 @@
189
189
  "kiro",
190
190
  "other"
191
191
  ],
192
- "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.",
192
+ "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.",
193
193
  "source_type": "original",
194
194
  "official_docs": [
195
195
  "https://www.alibabacloud.com/help/en/maxcompute/latest/billing-overview",
@@ -197,7 +197,7 @@
197
197
  "https://www.alibabacloud.com/help/en/cost-management/latest/overview",
198
198
  "https://www.alibabacloud.com/help/en/cdn/user-guide/billing-overview"
199
199
  ],
200
- "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.",
200
+ "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.",
201
201
  "last_verified": "2026-05-09",
202
202
  "path": "skills/alibaba/alibaba-cost-anomaly-watch-coordinator",
203
203
  "version": "0.1.0",
@@ -241,7 +241,7 @@
241
241
  "kiro",
242
242
  "other"
243
243
  ],
244
- "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.",
244
+ "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.",
245
245
  "source_type": "original",
246
246
  "official_docs": [
247
247
  "https://www.alibabacloud.com/help/en/cost-management/latest/overview",
@@ -249,7 +249,7 @@
249
249
  "https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/overview-7",
250
250
  "https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center"
251
251
  ],
252
- "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.",
252
+ "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.",
253
253
  "last_verified": "2026-05-09",
254
254
  "path": "skills/alibaba/alibaba-daily-operations-briefing-coordinator",
255
255
  "version": "0.1.0",
@@ -274,7 +274,7 @@
274
274
  "https://www.alibabacloud.com/help/en/rdc",
275
275
  "https://www.alibabacloud.com/help/en/acr"
276
276
  ],
277
- "security_notes": "Do not deploy to production without staging verification. ACR image tags are mutable \u2014 use digest-pinned references for production deployments. Flow pipeline rollback requires preserved previous artifact.",
277
+ "security_notes": "Do not deploy to production without staging verification. ACR image tags are mutable use digest-pinned references for production deployments. Flow pipeline rollback requires preserved previous artifact.",
278
278
  "last_verified": "2026-05-08",
279
279
  "path": "skills/alibaba/alibaba-devops-cicd-operator",
280
280
  "author": "github: Raishin",
@@ -320,7 +320,7 @@
320
320
  "kiro",
321
321
  "other"
322
322
  ],
323
- "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.",
323
+ "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.",
324
324
  "source_type": "original",
325
325
  "official_docs": [
326
326
  "https://www.alibabacloud.com/help/en/eventbridge/latest/what-is-eventbridge",
@@ -328,7 +328,7 @@
328
328
  "https://www.alibabacloud.com/help/en/apsaramq-for-rocketmq/latest/what-is-rocketmq",
329
329
  "https://www.alibabacloud.com/help/en/mse/latest/overview-of-mse"
330
330
  ],
331
- "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.",
331
+ "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.",
332
332
  "last_verified": "2026-05-09",
333
333
  "path": "skills/alibaba/alibaba-event-driven-architecture-review",
334
334
  "version": "0.1.0",
@@ -373,7 +373,7 @@
373
373
  "kiro",
374
374
  "other"
375
375
  ],
376
- "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.",
376
+ "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.",
377
377
  "source_type": "original",
378
378
  "official_docs": [
379
379
  "https://www.alibabacloud.com/help/en/resource-orchestration-service/latest/what-is-ros",
@@ -381,7 +381,7 @@
381
381
  "https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
382
382
  "https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption"
383
383
  ],
384
- "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.",
384
+ "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.",
385
385
  "last_verified": "2026-05-09",
386
386
  "path": "skills/alibaba/alibaba-iac-change-safety-review",
387
387
  "version": "0.1.0",
@@ -426,7 +426,7 @@
426
426
  "kiro",
427
427
  "other"
428
428
  ],
429
- "summary": "Design Alibaba Cloud landing zone \u2014 Resource Management org tree, Cloud SSO, Control Policy (SCP equivalent), multi-account governance baseline, billing account structure, and ActionTrail centralization.",
429
+ "summary": "Design Alibaba Cloud landing zone Resource Management org tree, Cloud SSO, Control Policy (SCP equivalent), multi-account governance baseline, billing account structure, and ActionTrail centralization.",
430
430
  "source_type": "original",
431
431
  "official_docs": [
432
432
  "https://www.alibabacloud.com/help/en/resource-management",
@@ -479,7 +479,7 @@
479
479
  "gemini",
480
480
  "kiro"
481
481
  ],
482
- "summary": "Gate live financial authority actions \u2014 budget threshold changes, Savings Plan purchases, Reserved Instance commitments. These are committed spend or can trigger immediate service suspension.",
482
+ "summary": "Gate live financial authority actions budget threshold changes, Savings Plan purchases, Reserved Instance commitments. These are committed spend or can trigger immediate service suspension.",
483
483
  "source_type": "original",
484
484
  "official_docs": [
485
485
  "https://www.alibabacloud.com/help/en/bss"
@@ -503,7 +503,7 @@
503
503
  "gemini",
504
504
  "kiro"
505
505
  ],
506
- "summary": "Gate KMS key deletion and disable operations \u2014 all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
506
+ "summary": "Gate KMS key deletion and disable operations all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
507
507
  "source_type": "original",
508
508
  "official_docs": [
509
509
  "https://www.alibabacloud.com/help/en/kms",
@@ -528,7 +528,7 @@
528
528
  "gemini",
529
529
  "kiro"
530
530
  ],
531
- "summary": "Gate OSS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data to internet crawlers within seconds; CN-* cross-border replication requires DSL Article 31 assessment.",
531
+ "summary": "Gate OSS bucket ACL and policy mutations public-read/write ACL exposes data to internet crawlers within seconds; CN-* cross-border replication requires DSL Article 31 assessment.",
532
532
  "source_type": "original",
533
533
  "official_docs": [
534
534
  "https://www.alibabacloud.com/help/en/oss"
@@ -552,7 +552,7 @@
552
552
  "gemini",
553
553
  "kiro"
554
554
  ],
555
- "summary": "Gate RAM policy/role mutations \u2014 account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
555
+ "summary": "Gate RAM policy/role mutations account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
556
556
  "source_type": "original",
557
557
  "official_docs": [
558
558
  "https://www.alibabacloud.com/help/en/ram",
@@ -577,7 +577,7 @@
577
577
  "gemini",
578
578
  "kiro"
579
579
  ],
580
- "summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal \u2014 database deletion without verified backup is permanently destructive.",
580
+ "summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal database deletion without verified backup is permanently destructive.",
581
581
  "source_type": "original",
582
582
  "official_docs": [
583
583
  "https://www.alibabacloud.com/help/en/rds",
@@ -601,7 +601,7 @@
601
601
  "kiro",
602
602
  "other"
603
603
  ],
604
- "summary": "Traffic engineering for Alibaba Cloud load balancers \u2014 CLB (Classic, legacy), 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, WAF integration, and traffic distribution.",
604
+ "summary": "Traffic engineering for Alibaba Cloud load balancers CLB (Classic, legacy), 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, WAF integration, and traffic distribution.",
605
605
  "source_type": "original",
606
606
  "official_docs": [
607
607
  "https://www.alibabacloud.com/help/en/slb/classic-load-balancer/product-overview/what-is-clb",
@@ -609,7 +609,7 @@
609
609
  "https://www.alibabacloud.com/help/en/slb/network-load-balancer/product-overview/what-is-nlb",
610
610
  "https://www.alibabacloud.com/help/en/global-accelerator/latest/what-is-global-accelerator"
611
611
  ],
612
- "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.",
612
+ "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.",
613
613
  "last_verified": "2026-05-09",
614
614
  "path": "skills/alibaba/alibaba-load-balancer-traffic-engineer",
615
615
  "version": "0.1.0",
@@ -628,7 +628,7 @@
628
628
  "gemini",
629
629
  "kiro"
630
630
  ],
631
- "summary": "Route Alibaba Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. China-region aware \u2014 flags MLPS 2.0, DSL, and PIPL obligations for CN-* workloads. Classifies and dispatches only; never answers Alibaba Cloud questions directly. Never auto-dispatches live-guard agents.",
631
+ "summary": "Route Alibaba Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. China-region aware flags MLPS 2.0, DSL, and PIPL obligations for CN-* workloads. Classifies and dispatches only; never answers Alibaba Cloud questions directly. Never auto-dispatches live-guard agents.",
632
632
  "source_type": "original",
633
633
  "official_docs": [
634
634
  "https://www.alibabacloud.com/help/en",
@@ -636,7 +636,7 @@
636
636
  "https://www.alibabacloud.com/help/en/vpc",
637
637
  "https://www.alibabacloud.com/help/en/ecs"
638
638
  ],
639
- "security_notes": "Maestro must never auto-dispatch live-guard agents. RAM AdministratorAccess mutations and KMS key deletion are irreversible with account-wide or permanent data-loss blast radius. China mainland regions carry additional DSL/MLPS/PIPL obligations \u2014 flag cross-border data transfer and MLPS grading questions before routing.",
639
+ "security_notes": "Maestro must never auto-dispatch live-guard agents. RAM AdministratorAccess mutations and KMS key deletion are irreversible with account-wide or permanent data-loss blast radius. China mainland regions carry additional DSL/MLPS/PIPL obligations flag cross-border data transfer and MLPS grading questions before routing.",
640
640
  "last_verified": "2026-05-08",
641
641
  "path": "skills/alibaba/alibaba-maestro",
642
642
  "author": "github: Raishin",
@@ -688,7 +688,7 @@
688
688
  "https://www.alibabacloud.com/help/en/smc",
689
689
  "https://www.alibabacloud.com/help/en/dts"
690
690
  ],
691
- "security_notes": "DTS replication user requires REPLICATION SLAVE privilege \u2014 least privilege on source. Never cut over without verifying DTS lag < 5 seconds and backup integrity.",
691
+ "security_notes": "DTS replication user requires REPLICATION SLAVE privilege least privilege on source. Never cut over without verifying DTS lag < 5 seconds and backup integrity.",
692
692
  "last_verified": "2026-05-08",
693
693
  "path": "skills/alibaba/alibaba-migration-architect",
694
694
  "author": "github: Raishin",
@@ -707,7 +707,7 @@
707
707
  "kiro",
708
708
  "other"
709
709
  ],
710
- "summary": "Configure and operate Alibaba MSE \u2014 Nacos service discovery and configuration management, Sentinel rate limiting and circuit breaking, Seata distributed transactions, and ARMS APM for microservices observability.",
710
+ "summary": "Configure and operate Alibaba MSE Nacos service discovery and configuration management, Sentinel rate limiting and circuit breaking, Seata distributed transactions, and ARMS APM for microservices observability.",
711
711
  "source_type": "original",
712
712
  "official_docs": [
713
713
  "https://www.alibabacloud.com/help/en/mse",
@@ -732,7 +732,7 @@
732
732
  "kiro",
733
733
  "other"
734
734
  ],
735
- "summary": "Design Alibaba Cloud network topology \u2014 VPC peering, CEN for multi-VPC/multi-region connectivity, Express Connect for private circuits, SLB/ALB/NLB/CLB load balancer selection, and Smart Access Gateway for branch offices.",
735
+ "summary": "Design Alibaba Cloud network topology VPC peering, CEN for multi-VPC/multi-region connectivity, Express Connect for private circuits, SLB/ALB/NLB/CLB load balancer selection, and Smart Access Gateway for branch offices.",
736
736
  "source_type": "original",
737
737
  "official_docs": [
738
738
  "https://www.alibabacloud.com/help/en/vpc",
@@ -785,7 +785,7 @@
785
785
  "kiro",
786
786
  "other"
787
787
  ],
788
- "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.",
788
+ "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.",
789
789
  "source_type": "original",
790
790
  "official_docs": [
791
791
  "https://www.alibabacloud.com/help/en/oss/user-guide/block-public-access",
@@ -793,7 +793,7 @@
793
793
  "https://www.alibabacloud.com/help/en/oss/user-guide/use-bucket-policies-to-authorize-other-users-to-access-oss-resources",
794
794
  "https://www.alibabacloud.com/help/en/oss/user-guide/oss-interface-for-vpc"
795
795
  ],
796
- "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.",
796
+ "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.",
797
797
  "last_verified": "2026-05-09",
798
798
  "path": "skills/alibaba/alibaba-oss-data-perimeter-governor",
799
799
  "version": "0.1.0",
@@ -837,7 +837,7 @@
837
837
  "kiro",
838
838
  "other"
839
839
  ],
840
- "summary": "Operate PolarDB (MySQL/PG/Oracle) clusters and RDS instances \u2014 DAS diagnostics, database proxy, Global Database Network, backup strategy, and performance tuning.",
840
+ "summary": "Operate PolarDB (MySQL/PG/Oracle) clusters and RDS instances DAS diagnostics, database proxy, Global Database Network, backup strategy, and performance tuning.",
841
841
  "source_type": "original",
842
842
  "official_docs": [
843
843
  "https://www.alibabacloud.com/help/en/polardb",
@@ -869,7 +869,7 @@
869
869
  "https://www.alibabacloud.com/help/en/ram",
870
870
  "https://www.alibabacloud.com/help/en/resource-management"
871
871
  ],
872
- "security_notes": "Never request RAM AccessKey/SecretKey or STS tokens. RAM AdministratorAccess is a critical finding. Resource Directory Control Policy overrides all RAM policies in member accounts \u2014 test in simulation before enforcement.",
872
+ "security_notes": "Never request RAM AccessKey/SecretKey or STS tokens. RAM AdministratorAccess is a critical finding. Resource Directory Control Policy overrides all RAM policies in member accounts test in simulation before enforcement.",
873
873
  "last_verified": "2026-05-08",
874
874
  "path": "skills/alibaba/alibaba-ram-iam-review",
875
875
  "author": "github: Raishin",
@@ -888,14 +888,14 @@
888
888
  "kiro",
889
889
  "other"
890
890
  ],
891
- "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.",
891
+ "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.",
892
892
  "source_type": "original",
893
893
  "official_docs": [
894
894
  "https://www.alibabacloud.com/help/en/acr/product-overview/what-is-container-registry",
895
895
  "https://www.alibabacloud.com/help/en/acr/user-guide/configure-image-tag-immutability",
896
896
  "https://www.alibabacloud.com/help/en/acr/user-guide/use-image-scanner-to-scan-images"
897
897
  ],
898
- "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.",
898
+ "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.",
899
899
  "last_verified": "2026-05-09",
900
900
  "path": "skills/alibaba/alibaba-registry-artifact-governor",
901
901
  "version": "0.1.0",
@@ -914,7 +914,7 @@
914
914
  "kiro",
915
915
  "other"
916
916
  ],
917
- "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.",
917
+ "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.",
918
918
  "source_type": "original",
919
919
  "official_docs": [
920
920
  "https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-mysql/disaster-recovery-solution",
@@ -923,7 +923,7 @@
923
923
  "https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/what-is-hbr",
924
924
  "https://www.alibabacloud.com/help/en/server-load-balancer/latest/what-is-global-traffic-manager"
925
925
  ],
926
- "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.",
926
+ "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.",
927
927
  "last_verified": "2026-05-09",
928
928
  "path": "skills/alibaba/alibaba-resilience-bcdr-review",
929
929
  "version": "0.1.0",
@@ -950,7 +950,7 @@
950
950
  "https://www.alibabacloud.com/help/en/ddos",
951
951
  "https://www.alibabacloud.com/help/en/cloud-firewall"
952
952
  ],
953
- "security_notes": "Cloud Firewall policy changes affect all instances in scope simultaneously. WAF bypass via IP whitelist requires documented justification. Anti-DDoS tier downgrade during an active attack is blocked. Security Center agent uninstall removes host-level visibility \u2014 confirm before removing.",
953
+ "security_notes": "Cloud Firewall policy changes affect all instances in scope simultaneously. WAF bypass via IP whitelist requires documented justification. Anti-DDoS tier downgrade during an active attack is blocked. Security Center agent uninstall removes host-level visibility confirm before removing.",
954
954
  "last_verified": "2026-05-08",
955
955
  "path": "skills/alibaba/alibaba-security-center-hardening",
956
956
  "author": "github: Raishin",
@@ -969,7 +969,7 @@
969
969
  "kiro",
970
970
  "other"
971
971
  ],
972
- "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.",
972
+ "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.",
973
973
  "source_type": "original",
974
974
  "official_docs": [
975
975
  "https://www.alibabacloud.com/help/en/functioncompute/latest/overview",
@@ -977,7 +977,7 @@
977
977
  "https://www.alibabacloud.com/help/en/arms/latest/what-is-arms",
978
978
  "https://www.alibabacloud.com/help/en/ram/latest/overview-1"
979
979
  ],
980
- "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.",
980
+ "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.",
981
981
  "last_verified": "2026-05-09",
982
982
  "path": "skills/alibaba/alibaba-serverless-production-readiness",
983
983
  "version": "0.1.0",
@@ -996,7 +996,7 @@
996
996
  "kiro",
997
997
  "other"
998
998
  ],
999
- "summary": "Design Alibaba Cloud solutions \u2014 product selection (PolarDB vs RDS, ACK vs ASK vs SAE, MaxCompute vs AnalyticDB), architecture patterns, landing zone design, and disaster recovery strategies aligned to the Alibaba Well-Architected Framework.",
999
+ "summary": "Design Alibaba Cloud solutions product selection (PolarDB vs RDS, ACK vs ASK vs SAE, MaxCompute vs AnalyticDB), architecture patterns, landing zone design, and disaster recovery strategies aligned to the Alibaba Well-Architected Framework.",
1000
1000
  "source_type": "original",
1001
1001
  "official_docs": [
1002
1002
  "https://www.alibabacloud.com/help/en/ecs",
@@ -1023,7 +1023,7 @@
1023
1023
  "kiro",
1024
1024
  "other"
1025
1025
  ],
1026
- "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.",
1026
+ "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.",
1027
1027
  "source_type": "original",
1028
1028
  "official_docs": [
1029
1029
  "https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
@@ -1031,7 +1031,7 @@
1031
1031
  "https://status.aliyun.com/",
1032
1032
  "https://www.alibabacloud.com/help/en/support/user-guide/technical-support-plans"
1033
1033
  ],
1034
- "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.",
1034
+ "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.",
1035
1035
  "last_verified": "2026-05-09",
1036
1036
  "path": "skills/alibaba/alibaba-support-incident-coordinator",
1037
1037
  "version": "0.1.0",
@@ -1050,7 +1050,7 @@
1050
1050
  "kiro",
1051
1051
  "other"
1052
1052
  ],
1053
- "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.",
1053
+ "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.",
1054
1054
  "source_type": "original",
1055
1055
  "official_docs": [
1056
1056
  "https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
@@ -1058,7 +1058,7 @@
1058
1058
  "https://www.alibabacloud.com/help/en/cms/user-guide/what-is-cloud-monitor",
1059
1059
  "https://www.alibabacloud.com/help/en/sls/user-guide/what-is-log-service"
1060
1060
  ],
1061
- "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.",
1061
+ "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.",
1062
1062
  "last_verified": "2026-05-09",
1063
1063
  "path": "skills/alibaba/alibaba-ticket-triage-escalation-coordinator",
1064
1064
  "version": "0.1.0",
@@ -1085,7 +1085,7 @@
1085
1085
  "https://www.alibabacloud.com/help/en/ecs/user-guide/savings-plans",
1086
1086
  "https://www.alibabacloud.com/help/en/oss/user-guide/lifecycle"
1087
1087
  ],
1088
- "security_notes": "Read-only advisory. Do not cancel Savings Plans, Reserved Instances, delete snapshots, or stop instances without explicit approval and resource inventory confirmation. Note: CN-* regions and international regions have separate billing accounts \u2014 always confirm which account context the analysis applies to.",
1088
+ "security_notes": "Read-only advisory. Do not cancel Savings Plans, Reserved Instances, delete snapshots, or stop instances without explicit approval and resource inventory confirmation. Note: CN-* regions and international regions have separate billing accounts always confirm which account context the analysis applies to.",
1089
1089
  "last_verified": "2026-05-09",
1090
1090
  "path": "skills/alibaba/alibaba-waf-cost-optimization-review",
1091
1091
  "author": "github: Raishin",
@@ -1140,7 +1140,7 @@
1140
1140
  "https://www.alibabacloud.com/help/en/actiontrail",
1141
1141
  "https://www.alibabacloud.com/help/en/waf"
1142
1142
  ],
1143
- "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.",
1143
+ "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.",
1144
1144
  "last_verified": "2026-05-09",
1145
1145
  "path": "skills/alibaba/alibaba-waf-security-review",
1146
1146
  "author": "github: Raishin",
@@ -1199,7 +1199,7 @@
1199
1199
  "https://argo-cd.readthedocs.io/en/stable/proposals/decouple-application-sync-user-using-impersonation/",
1200
1200
  "https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cm-yaml/"
1201
1201
  ],
1202
- "security_notes": "Sync impersonation is disabled by default \u2014 controller runs as cluster-admin on every destination. AppProject sourceRepos and destinations wildcards remove blast-radius bounds. Automated prune+selfHeal on Git divergence is irreversible. ApplicationSet unbounded cluster generators auto-onboard misconfigured clusters.",
1202
+ "security_notes": "Sync impersonation is disabled by default controller runs as cluster-admin on every destination. AppProject sourceRepos and destinations wildcards remove blast-radius bounds. Automated prune+selfHeal on Git divergence is irreversible. ApplicationSet unbounded cluster generators auto-onboard misconfigured clusters.",
1203
1203
  "last_verified": "2026-05-01",
1204
1204
  "path": "skills/argocd/argocd-gitops-review",
1205
1205
  "author": "github: Raishin",
@@ -2904,7 +2904,7 @@
2904
2904
  "https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/security",
2905
2905
  "https://learn.microsoft.com/en-us/azure/key-vault/general/network-security"
2906
2906
  ],
2907
- "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.",
2907
+ "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.",
2908
2908
  "last_verified": "2026-05-02",
2909
2909
  "path": "skills/azure/azure-keyvault-certificate-issuer-review",
2910
2910
  "version": "0.1.0",
@@ -3123,7 +3123,7 @@
3123
3123
  "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
3124
3124
  "https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
3125
3125
  ],
3126
- "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.",
3126
+ "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.",
3127
3127
  "last_verified": "2026-04-30",
3128
3128
  "path": "skills/azure/azure-live-pim-jit-activation-guard",
3129
3129
  "author": "github: Raishin",
@@ -3598,6 +3598,33 @@
3598
3598
  "version": "0.1.0",
3599
3599
  "author": "github: Raishin"
3600
3600
  },
3601
+ {
3602
+ "id": "carbon-cost-pair",
3603
+ "name": "Carbon Cost Pair",
3604
+ "type": "skill",
3605
+ "provider": "multi-cloud",
3606
+ "harnesses": [
3607
+ "codex",
3608
+ "claude-code",
3609
+ "cursor",
3610
+ "gemini",
3611
+ "kiro",
3612
+ "other"
3613
+ ],
3614
+ "summary": "Pair cloud spend values with kgCO2e estimates by region and service category for CSRD and SEC climate disclosure. Outputs confidence-labeled carbon estimates (vendor-published, third-party, or estimated) with source citations. Defaults to Scope 2 market-based electricity factors.",
3615
+ "source_type": "original",
3616
+ "official_docs": [
3617
+ "https://aws.amazon.com/aws-cost-management/aws-customer-carbon-footprint-tool/",
3618
+ "https://learn.microsoft.com/en-us/industry/sustainability/",
3619
+ "https://cloud.google.com/carbon-footprint/docs"
3620
+ ],
3621
+ "security_notes": "No cloud credentials, billing account IDs, sustainability API tokens, or tenant-specific data are accepted or required. All carbon factors are fetched from public provider sustainability pages or third-party data sources. No write operations to any system are performed.",
3622
+ "last_verified": "2026-05-13",
3623
+ "path": "skills/finops/carbon-cost-pair",
3624
+ "author": "github: Raishin",
3625
+ "version": "0.1.1",
3626
+ "lifecycle": "experimental"
3627
+ },
3601
3628
  {
3602
3629
  "id": "cert-manager-issuer-trust-review",
3603
3630
  "name": "cert-manager Issuer Trust Review",
@@ -3677,7 +3704,7 @@
3677
3704
  "https://docs.contabo.com/",
3678
3705
  "https://contabo.com/en/vps/"
3679
3706
  ],
3680
- "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.",
3707
+ "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.",
3681
3708
  "last_verified": "2026-05-10",
3682
3709
  "path": "skills/contabo/contabo-capacity-planner",
3683
3710
  "author": "github: Raishin",
@@ -3703,7 +3730,7 @@
3703
3730
  "https://docs.contabo.com/",
3704
3731
  "https://contabo.com/en/vps/"
3705
3732
  ],
3706
- "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.",
3733
+ "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.",
3707
3734
  "last_verified": "2026-05-10",
3708
3735
  "path": "skills/contabo/contabo-cost-optimization-analyst",
3709
3736
  "author": "github: Raishin",
@@ -3728,7 +3755,7 @@
3728
3755
  "https://api.contabo.com/",
3729
3756
  "https://docs.contabo.com/"
3730
3757
  ],
3731
- "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. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
3758
+ "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. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
3732
3759
  "last_verified": "2026-05-10",
3733
3760
  "path": "skills/contabo/contabo-live-instance-lifecycle-guard",
3734
3761
  "author": "github: Raishin",
@@ -3753,7 +3780,7 @@
3753
3780
  "https://api.contabo.com/",
3754
3781
  "https://docs.contabo.com/"
3755
3782
  ],
3756
- "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 S3 access key and secret key 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.",
3783
+ "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 S3 access key and secret key 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.",
3757
3784
  "last_verified": "2026-05-10",
3758
3785
  "path": "skills/contabo/contabo-live-storage-operations-guard",
3759
3786
  "author": "github: Raishin",
@@ -3778,7 +3805,7 @@
3778
3805
  "https://api.contabo.com/",
3779
3806
  "https://docs.contabo.com/"
3780
3807
  ],
3781
- "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.",
3808
+ "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.",
3782
3809
  "last_verified": "2026-05-10",
3783
3810
  "path": "skills/contabo/contabo-maestro",
3784
3811
  "author": "github: Raishin",
@@ -3803,7 +3830,7 @@
3803
3830
  "https://api.contabo.com/",
3804
3831
  "https://docs.contabo.com/"
3805
3832
  ],
3806
- "security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 short TTL reduces exposure window but refresh logic must not log tokens. Credentials must never be hardcoded. 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.",
3833
+ "security_notes": "OAuth2 password grant tokens expire in ~5 minutes short TTL reduces exposure window but refresh logic must not log tokens. Credentials must never be hardcoded. 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.",
3807
3834
  "last_verified": "2026-05-10",
3808
3835
  "path": "skills/contabo/contabo-security-hardening",
3809
3836
  "author": "github: Raishin",
@@ -3861,12 +3888,42 @@
3861
3888
  "https://falco.org/docs/install-operate/deployment/",
3862
3889
  "https://github.com/falcosecurity/rules/tree/main/rules"
3863
3890
  ],
3864
- "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.",
3891
+ "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.",
3865
3892
  "last_verified": "2026-05-02",
3866
3893
  "path": "skills/falco/falco-runtime-threat-rules-review",
3867
3894
  "version": "0.1.0",
3868
3895
  "author": "github: Raishin"
3869
3896
  },
3897
+ {
3898
+ "id": "fetch-foundation-model-pricing",
3899
+ "name": "Fetch Foundation Model Pricing",
3900
+ "type": "skill",
3901
+ "provider": "multi-cloud",
3902
+ "harnesses": [
3903
+ "codex",
3904
+ "claude-code",
3905
+ "cursor",
3906
+ "gemini",
3907
+ "kiro",
3908
+ "other"
3909
+ ],
3910
+ "summary": "Fetch live per-token, per-image, and per-GPU-hour prices for foundation models across Anthropic, OpenAI, Google, AWS Bedrock, Azure OpenAI, OCI Generative AI, and Vertex AI. Supports single-model lookup and comparative multi-provider tables with provenance labels.",
3911
+ "source_type": "original",
3912
+ "official_docs": [
3913
+ "https://docs.anthropic.com/en/docs/about-claude/pricing",
3914
+ "https://platform.openai.com/docs/pricing",
3915
+ "https://aws.amazon.com/bedrock/pricing/",
3916
+ "https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/",
3917
+ "https://cloud.google.com/vertex-ai/generative-ai/pricing",
3918
+ "https://www.oracle.com/cloud/ai/generative-ai/"
3919
+ ],
3920
+ "security_notes": "All provider pricing pages are public and unauthenticated. Never accept or request API keys, billing account IDs, cost export access, tenant IDs, or any cloud credentials to fetch list prices.",
3921
+ "last_verified": "2026-05-13",
3922
+ "path": "skills/finops/fetch-foundation-model-pricing",
3923
+ "author": "github: Raishin",
3924
+ "version": "0.1.1",
3925
+ "lifecycle": "experimental"
3926
+ },
3870
3927
  {
3871
3928
  "id": "finops-cloud-price-advisor",
3872
3929
  "name": "FinOps Cloud Price Advisor",
@@ -3880,18 +3937,50 @@
3880
3937
  "kiro",
3881
3938
  "other"
3882
3939
  ],
3883
- "summary": "Fetch live public prices and build cost estimates for AWS, Azure, and OCI using each cloud's public pricing API. Supports live-environment and prototype cost planning. Currency defaults to USD.",
3940
+ "summary": "Fetch live public prices and build cost estimates across AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud. Supports live-environment and prototype cost planning. Currency defaults to USD; EUR and CNY supported natively.",
3884
3941
  "source_type": "original",
3885
3942
  "official_docs": [
3886
3943
  "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html",
3887
3944
  "https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices",
3888
- "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm"
3945
+ "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
3946
+ "https://developer.scaleway.com/en/products/billing/api/",
3947
+ "https://www.scaleway.com/en/pricing/",
3948
+ "https://www.gandi.net/domain/pricing",
3949
+ "https://www.alibabacloud.com/cloud-computing/pricing",
3950
+ "https://cloud.tencent.com/product/cvm/pricing"
3889
3951
  ],
3890
- "security_notes": "All three public pricing APIs require no authentication. Never accept or request cloud credentials, billing account IDs, cost export access, or tenant-specific data to fetch list prices.",
3891
- "last_verified": "2026-04-30",
3952
+ "security_notes": "AWS, Azure, OCI, and Scaleway pricing APIs are public and require no authentication. Gandi requires a user-provided API key (never stored by the agent; discarded after single use). Alibaba Cloud and Tencent Cloud pricing is fetched via scrape-based fallback from official pricing pages — no credentials required or accepted.",
3953
+ "last_verified": "2026-05-13",
3892
3954
  "path": "skills/finops/finops-cloud-price-advisor",
3893
- "version": "0.1.0",
3894
- "author": "github: Raishin"
3955
+ "version": "0.2.1",
3956
+ "author": "github: Raishin",
3957
+ "lifecycle": "experimental"
3958
+ },
3959
+ {
3960
+ "id": "finops-maestro",
3961
+ "name": "FinOps Maestro",
3962
+ "type": "skill",
3963
+ "provider": "multi-cloud",
3964
+ "harnesses": [
3965
+ "codex",
3966
+ "claude-code",
3967
+ "cursor",
3968
+ "gemini",
3969
+ "kiro",
3970
+ "other"
3971
+ ],
3972
+ "summary": "Route FinOps tasks to the narrowest specialist across AI-economics, Kubernetes rightsizing, and cloud-price advisory domains. Dispatches single or parallel teams (max 4); no live-guard agents in v1.",
3973
+ "source_type": "original",
3974
+ "official_docs": [
3975
+ "https://www.finops.org/framework/",
3976
+ "https://focus.finops.org/"
3977
+ ],
3978
+ "security_notes": "Read-only routing skill. Never accepts cloud credentials, billing account IDs, cost export access, or tenant-specific data. No live-guard agents exist in v1; any mutation request is refused and escalated to a human operator.",
3979
+ "last_verified": "2026-05-13",
3980
+ "path": "skills/finops/finops-maestro",
3981
+ "author": "github: Raishin",
3982
+ "version": "0.1.1",
3983
+ "lifecycle": "experimental"
3895
3984
  },
3896
3985
  {
3897
3986
  "id": "fluxcd-kustomization-helmrelease-review",
@@ -3916,12 +4005,38 @@
3916
4005
  "https://fluxcd.io/flux/security/secrets-management/",
3917
4006
  "https://fluxcd.io/flux/installation/configuration/multitenancy/"
3918
4007
  ],
3919
- "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.",
4008
+ "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.",
3920
4009
  "last_verified": "2026-05-02",
3921
4010
  "path": "skills/fluxcd/fluxcd-kustomization-helmrelease-review",
3922
4011
  "version": "0.1.0",
3923
4012
  "author": "github: Raishin"
3924
4013
  },
4014
+ {
4015
+ "id": "focus-spec-normalizer",
4016
+ "name": "FOCUS Spec Normalizer",
4017
+ "type": "skill",
4018
+ "provider": "multi-cloud",
4019
+ "harnesses": [
4020
+ "codex",
4021
+ "claude-code",
4022
+ "cursor",
4023
+ "gemini",
4024
+ "kiro",
4025
+ "other"
4026
+ ],
4027
+ "summary": "Normalize vendor-specific billing rows from AWS CUR, Azure Cost Management, GCP Billing Export, and OCI into FOCUS v1.2 columns. Operates on user-pasted CSV or JSON input. Refuses to invent column values not derivable from the input. No credentials accepted.",
4028
+ "source_type": "original",
4029
+ "official_docs": [
4030
+ "https://focus.finops.org/",
4031
+ "https://focus.finops.org/the-current-release/"
4032
+ ],
4033
+ "security_notes": "No cloud credentials, billing account IDs, tenant IDs, or service principal data are accepted or required. The skill operates on user-pasted de-identified billing data only. No live cloud API connections are made.",
4034
+ "last_verified": "2026-05-13",
4035
+ "path": "skills/finops/focus-spec-normalizer",
4036
+ "author": "github: Raishin",
4037
+ "version": "0.1.1",
4038
+ "lifecycle": "experimental"
4039
+ },
3925
4040
  {
3926
4041
  "id": "gcp-alloydb-ai-developer",
3927
4042
  "name": "GCP AlloyDB AI Developer",
@@ -3935,7 +4050,7 @@
3935
4050
  "kiro",
3936
4051
  "other"
3937
4052
  ],
3938
- "summary": "Design and build AI-powered applications on AlloyDB for PostgreSQL using AlloyDB AI \u2014 covering vector search, hybrid search, AI SQL functions, model endpoint management, and the AlloyDB Omni edge runtime.",
4053
+ "summary": "Design and build AI-powered applications on AlloyDB for PostgreSQL using AlloyDB AI covering vector search, hybrid search, AI SQL functions, model endpoint management, and the AlloyDB Omni edge runtime.",
3939
4054
  "source_type": "original",
3940
4055
  "official_docs": [
3941
4056
  "https://cloud.google.com/alloydb/docs/ai/overview",
@@ -3961,7 +4076,7 @@
3961
4076
  "kiro",
3962
4077
  "other"
3963
4078
  ],
3964
- "summary": "Operate AlloyDB clusters and Cloud SQL instances \u2014 HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
4079
+ "summary": "Operate AlloyDB clusters and Cloud SQL instances HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
3965
4080
  "source_type": "original",
3966
4081
  "official_docs": [
3967
4082
  "https://cloud.google.com/alloydb/docs/overview",
@@ -3969,7 +4084,7 @@
3969
4084
  "https://cloud.google.com/sql/docs/postgres/high-availability",
3970
4085
  "https://cloud.google.com/alloydb/docs/auth-proxy/overview"
3971
4086
  ],
3972
- "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.",
4087
+ "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.",
3973
4088
  "last_verified": "2026-05-08",
3974
4089
  "path": "skills/gcp/gcp-alloydb-cloudsql-dba",
3975
4090
  "author": "github: Raishin",
@@ -3996,7 +4111,7 @@
3996
4111
  "https://cloud.google.com/anthos/fleet-management/docs/fleet-concepts",
3997
4112
  "https://cloud.google.com/service-mesh/docs/overview"
3998
4113
  ],
3999
- "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. ASM mutual TLS must be STRICT mode for zero-trust enforcement.",
4114
+ "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. ASM mutual TLS must be STRICT mode for zero-trust enforcement.",
4000
4115
  "last_verified": "2026-05-08",
4001
4116
  "path": "skills/gcp/gcp-anthos-multicloud-architect",
4002
4117
  "author": "github: Raishin",
@@ -4015,14 +4130,14 @@
4015
4130
  "kiro",
4016
4131
  "other"
4017
4132
  ],
4018
- "summary": "Design and operate Apigee X API proxies \u2014 rate limiting, OAuth/JWT security policies, quota plans, developer portal setup, and API product management.",
4133
+ "summary": "Design and operate Apigee X API proxies rate limiting, OAuth/JWT security policies, quota plans, developer portal setup, and API product management.",
4019
4134
  "source_type": "original",
4020
4135
  "official_docs": [
4021
4136
  "https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee",
4022
4137
  "https://cloud.google.com/apigee/docs/api-platform/security/oauth/oauth-home",
4023
4138
  "https://cloud.google.com/apigee/docs/api-platform/reference/policies/spike-arrest-policy"
4024
4139
  ],
4025
- "security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load \u2014 Quota policy is required. Target servers must be used instead of hardcoded backend URLs. Scoped to Apigee X only; do not conflate with Apigee hybrid or Apigee Edge.",
4140
+ "security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load Quota policy is required. Target servers must be used instead of hardcoded backend URLs. Scoped to Apigee X only; do not conflate with Apigee hybrid or Apigee Edge.",
4026
4141
  "last_verified": "2026-05-08",
4027
4142
  "path": "skills/gcp/gcp-apigee-api-platform-operator",
4028
4143
  "author": "github: Raishin",
@@ -4068,7 +4183,7 @@
4068
4183
  "kiro",
4069
4184
  "other"
4070
4185
  ],
4071
- "summary": "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.",
4186
+ "summary": "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.",
4072
4187
  "source_type": "original",
4073
4188
  "official_docs": [
4074
4189
  "https://cloud.google.com/certificate-manager/docs/overview",
@@ -4076,7 +4191,7 @@
4076
4191
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs",
4077
4192
  "https://cloud.google.com/certificate-manager/docs/monitor-certificate-status"
4078
4193
  ],
4079
- "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.",
4194
+ "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.",
4080
4195
  "last_verified": "2026-05-09",
4081
4196
  "path": "skills/gcp/gcp-certificate-manager-issuer-review",
4082
4197
  "version": "0.1.0",
@@ -4095,7 +4210,7 @@
4095
4210
  "kiro",
4096
4211
  "other"
4097
4212
  ],
4098
- "summary": "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.",
4213
+ "summary": "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.",
4099
4214
  "source_type": "original",
4100
4215
  "official_docs": [
4101
4216
  "https://cloud.google.com/asset-inventory/docs/overview",
@@ -4104,7 +4219,7 @@
4104
4219
  "https://cloud.google.com/resource-manager/docs/organization-policy/overview",
4105
4220
  "https://cloud.google.com/vpc/docs/vpc-peering"
4106
4221
  ],
4107
- "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.",
4222
+ "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.",
4108
4223
  "last_verified": "2026-05-09",
4109
4224
  "path": "skills/gcp/gcp-change-impact-advisor",
4110
4225
  "version": "0.1.0",
@@ -4123,7 +4238,7 @@
4123
4238
  "kiro",
4124
4239
  "other"
4125
4240
  ],
4126
- "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.",
4241
+ "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.",
4127
4242
  "source_type": "original",
4128
4243
  "official_docs": [
4129
4244
  "https://cloud.google.com/docs/authentication",
@@ -4185,7 +4300,7 @@
4185
4300
  "https://cloud.google.com/artifact-registry/docs/overview",
4186
4301
  "https://cloud.google.com/build/docs/securing-builds/view-build-provenance"
4187
4302
  ],
4188
- "security_notes": "Cloud Build service accounts are commonly over-privileged \u2014 minimum required permissions are Cloud Run Admin + Artifact Registry Writer + GKE Developer. SLSA provenance combined with Binary Authorization prevents tampered artifacts from reaching production.",
4303
+ "security_notes": "Cloud Build service accounts are commonly over-privileged minimum required permissions are Cloud Run Admin + Artifact Registry Writer + GKE Developer. SLSA provenance combined with Binary Authorization prevents tampered artifacts from reaching production.",
4189
4304
  "last_verified": "2026-05-08",
4190
4305
  "path": "skills/gcp/gcp-cloudbuild-deploy-cicd-operator",
4191
4306
  "author": "github: Raishin",
@@ -4211,7 +4326,7 @@
4211
4326
  "https://cloud.google.com/security/compliance/offerings",
4212
4327
  "https://cloud.google.com/security-command-center/docs/compliance-dashboard"
4213
4328
  ],
4214
- "security_notes": "Not all GCP services are authorized for every compliance framework \u2014 always verify against the applicable authorized services list. HIPAA requires Google BAA coverage for PHI services. ITAR configuration restricts personnel access to US persons. Assured Workloads creates a boundary but does not replace customer-side controls.",
4329
+ "security_notes": "Not all GCP services are authorized for every compliance framework always verify against the applicable authorized services list. HIPAA requires Google BAA coverage for PHI services. ITAR configuration restricts personnel access to US persons. Assured Workloads creates a boundary but does not replace customer-side controls.",
4215
4330
  "last_verified": "2026-05-08",
4216
4331
  "path": "skills/gcp/gcp-compliance-assured-workloads",
4217
4332
  "author": "github: Raishin",
@@ -4238,7 +4353,7 @@
4238
4353
  "https://cloud.google.com/compute/docs/os-patch-management",
4239
4354
  "https://cloud.google.com/compute/docs/instances/spot"
4240
4355
  ],
4241
- "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.",
4356
+ "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.",
4242
4357
  "last_verified": "2026-05-08",
4243
4358
  "path": "skills/gcp/gcp-compute-engine-operator",
4244
4359
  "author": "github: Raishin",
@@ -4257,7 +4372,7 @@
4257
4372
  "kiro",
4258
4373
  "other"
4259
4374
  ],
4260
- "summary": "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.",
4375
+ "summary": "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.",
4261
4376
  "source_type": "original",
4262
4377
  "official_docs": [
4263
4378
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4266,7 +4381,7 @@
4266
4381
  "https://cloud.google.com/run/docs/configuring/max-instances",
4267
4382
  "https://cloud.google.com/recommender/docs/overview"
4268
4383
  ],
4269
- "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.",
4384
+ "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.",
4270
4385
  "last_verified": "2026-05-09",
4271
4386
  "path": "skills/gcp/gcp-cost-anomaly-watch-coordinator",
4272
4387
  "version": "0.1.0",
@@ -4313,7 +4428,7 @@
4313
4428
  "kiro",
4314
4429
  "other"
4315
4430
  ],
4316
- "summary": "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.",
4431
+ "summary": "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.",
4317
4432
  "source_type": "original",
4318
4433
  "official_docs": [
4319
4434
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4322,7 +4437,7 @@
4322
4437
  "https://cloud.google.com/deploy/docs/view-pipeline-status",
4323
4438
  "https://cloud.google.com/monitoring/slo-monitoring"
4324
4439
  ],
4325
- "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.",
4440
+ "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.",
4326
4441
  "last_verified": "2026-05-09",
4327
4442
  "path": "skills/gcp/gcp-daily-operations-briefing-coordinator",
4328
4443
  "version": "0.1.0",
@@ -4350,7 +4465,7 @@
4350
4465
  "https://cloud.google.com/composer/docs/concepts/overview",
4351
4466
  "https://cloud.google.com/dataplex/docs/introduction"
4352
4467
  ],
4353
- "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.",
4468
+ "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.",
4354
4469
  "last_verified": "2026-05-08",
4355
4470
  "path": "skills/gcp/gcp-data-pipeline-engineer",
4356
4471
  "author": "github: Raishin",
@@ -4369,7 +4484,7 @@
4369
4484
  "kiro",
4370
4485
  "other"
4371
4486
  ],
4372
- "summary": "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.",
4487
+ "summary": "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.",
4373
4488
  "source_type": "original",
4374
4489
  "official_docs": [
4375
4490
  "https://cloud.google.com/pubsub/docs/dead-letter-topics",
@@ -4379,7 +4494,7 @@
4379
4494
  "https://cloud.google.com/scheduler/docs/overview",
4380
4495
  "https://cloud.google.com/workflows/docs/overview"
4381
4496
  ],
4382
- "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.",
4497
+ "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.",
4383
4498
  "last_verified": "2026-05-09",
4384
4499
  "path": "skills/gcp/gcp-event-driven-architecture-review",
4385
4500
  "version": "0.1.0",
@@ -4398,7 +4513,7 @@
4398
4513
  "kiro",
4399
4514
  "other"
4400
4515
  ],
4401
- "summary": "Build, configure, and operate Firebase-powered web and mobile applications \u2014 covering Firestore, Firebase Auth, Firebase Hosting, Cloud Functions for Firebase, Firebase Storage, App Check, Remote Config, and Analytics.",
4516
+ "summary": "Build, configure, and operate Firebase-powered web and mobile applications covering Firestore, Firebase Auth, Firebase Hosting, Cloud Functions for Firebase, Firebase Storage, App Check, Remote Config, and Analytics.",
4402
4517
  "source_type": "original",
4403
4518
  "official_docs": [
4404
4519
  "https://firebase.google.com/docs",
@@ -4408,7 +4523,7 @@
4408
4523
  "https://firebase.google.com/docs/functions",
4409
4524
  "https://firebase.google.com/docs/app-check"
4410
4525
  ],
4411
- "security_notes": "Read-only skill. 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.",
4526
+ "security_notes": "Read-only skill. 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.",
4412
4527
  "last_verified": "2026-05-09",
4413
4528
  "path": "skills/gcp/gcp-firebase-developer",
4414
4529
  "author": "github: Raishin",
@@ -4427,7 +4542,7 @@
4427
4542
  "kiro",
4428
4543
  "other"
4429
4544
  ],
4430
- "summary": "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.",
4545
+ "summary": "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.",
4431
4546
  "source_type": "original",
4432
4547
  "official_docs": [
4433
4548
  "https://cloud.google.com/storage/docs/access-control/uniform-bucket-level-access",
@@ -4436,7 +4551,7 @@
4436
4551
  "https://cloud.google.com/storage/docs/lifecycle",
4437
4552
  "https://cloud.google.com/storage/docs/bucket-lock"
4438
4553
  ],
4439
- "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.",
4554
+ "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.",
4440
4555
  "last_verified": "2026-05-09",
4441
4556
  "path": "skills/gcp/gcp-gcs-data-perimeter-governor",
4442
4557
  "version": "0.1.0",
@@ -4455,7 +4570,7 @@
4455
4570
  "kiro",
4456
4571
  "other"
4457
4572
  ],
4458
- "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.",
4573
+ "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.",
4459
4574
  "source_type": "original",
4460
4575
  "official_docs": [
4461
4576
  "https://cloud.google.com/vertex-ai/generative-ai/docs/overview",
@@ -4489,7 +4604,7 @@
4489
4604
  "https://cloud.google.com/binary-authorization/docs/overview",
4490
4605
  "https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels"
4491
4606
  ],
4492
- "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.",
4607
+ "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.",
4493
4608
  "last_verified": "2026-05-08",
4494
4609
  "path": "skills/gcp/gcp-gke-platform-operator",
4495
4610
  "author": "github: Raishin",
@@ -4508,7 +4623,7 @@
4508
4623
  "kiro",
4509
4624
  "other"
4510
4625
  ],
4511
- "summary": "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.",
4626
+ "summary": "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.",
4512
4627
  "source_type": "original",
4513
4628
  "official_docs": [
4514
4629
  "https://cloud.google.com/docs/terraform/best-practices-for-terraform",
@@ -4517,7 +4632,7 @@
4517
4632
  "https://cloud.google.com/iam/docs/org-policy-overview",
4518
4633
  "https://developer.hashicorp.com/terraform/cli/commands/plan"
4519
4634
  ],
4520
- "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.",
4635
+ "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.",
4521
4636
  "last_verified": "2026-05-09",
4522
4637
  "path": "skills/gcp/gcp-iac-change-safety-review",
4523
4638
  "version": "0.1.0",
@@ -4572,7 +4687,7 @@
4572
4687
  "https://cloud.google.com/vpc/docs/shared-vpc",
4573
4688
  "https://cloud.google.com/logging/docs/audit/configure-data-access"
4574
4689
  ],
4575
- "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.",
4690
+ "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.",
4576
4691
  "last_verified": "2026-05-08",
4577
4692
  "path": "skills/gcp/gcp-landing-zone-architect",
4578
4693
  "author": "github: Raishin",
@@ -4591,7 +4706,7 @@
4591
4706
  "gemini",
4592
4707
  "kiro"
4593
4708
  ],
4594
- "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes \u2014 irreversible data loss and downstream pipeline breakage.",
4709
+ "summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes irreversible data loss and downstream pipeline breakage.",
4595
4710
  "source_type": "original",
4596
4711
  "official_docs": [
4597
4712
  "https://cloud.google.com/bigquery/docs/managing-tables",
@@ -4617,7 +4732,7 @@
4617
4732
  "gemini",
4618
4733
  "kiro"
4619
4734
  ],
4620
- "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions \u2014 production traffic blast radius with no automatic rollback.",
4735
+ "summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions production traffic blast radius with no automatic rollback.",
4621
4736
  "source_type": "original",
4622
4737
  "official_docs": [
4623
4738
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
@@ -4643,7 +4758,7 @@
4643
4758
  "gemini",
4644
4759
  "kiro"
4645
4760
  ],
4646
- "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests \u2014 financial authority gate.",
4761
+ "summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests financial authority gate.",
4647
4762
  "source_type": "original",
4648
4763
  "official_docs": [
4649
4764
  "https://cloud.google.com/billing/docs/how-to/budgets",
@@ -4696,7 +4811,7 @@
4696
4811
  "gemini",
4697
4812
  "kiro"
4698
4813
  ],
4699
- "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.",
4814
+ "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.",
4700
4815
  "source_type": "original",
4701
4816
  "official_docs": [
4702
4817
  "https://cloud.google.com/iam/docs/manage-access-other-resources",
@@ -4722,7 +4837,7 @@
4722
4837
  "gemini",
4723
4838
  "kiro"
4724
4839
  ],
4725
- "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.",
4840
+ "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.",
4726
4841
  "source_type": "original",
4727
4842
  "official_docs": [
4728
4843
  "https://cloud.google.com/kms/docs/destroy-restore",
@@ -4748,7 +4863,7 @@
4748
4863
  "kiro",
4749
4864
  "other"
4750
4865
  ],
4751
- "summary": "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.",
4866
+ "summary": "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.",
4752
4867
  "source_type": "original",
4753
4868
  "official_docs": [
4754
4869
  "https://cloud.google.com/load-balancing/docs/load-balancing-overview",
@@ -4757,7 +4872,7 @@
4757
4872
  "https://cloud.google.com/load-balancing/docs/backend-service",
4758
4873
  "https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs"
4759
4874
  ],
4760
- "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.",
4875
+ "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.",
4761
4876
  "last_verified": "2026-05-09",
4762
4877
  "path": "skills/gcp/gcp-load-balancer-traffic-engineer",
4763
4878
  "version": "0.1.0",
@@ -4776,7 +4891,7 @@
4776
4891
  "gemini",
4777
4892
  "kiro"
4778
4893
  ],
4779
- "summary": "Route GCP tasks to the narrowest specialist or team of specialists from the 31-agent catalog. Classifies, dispatches, and synthesizes only \u2014 never answers GCP questions directly. Dispatches single agent for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents \u2014 requires explicit human confirmation with blast-radius and rollback before routing to any live infrastructure specialist.",
4894
+ "summary": "Route GCP tasks to the narrowest specialist or team of specialists from the 31-agent catalog. Classifies, dispatches, and synthesizes only never answers GCP questions directly. Dispatches single agent for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents requires explicit human confirmation with blast-radius and rollback before routing to any live infrastructure specialist.",
4780
4895
  "source_type": "original",
4781
4896
  "official_docs": [
4782
4897
  "https://cloud.google.com/docs/overview",
@@ -4838,7 +4953,7 @@
4838
4953
  "https://cloud.google.com/nat/docs/overview",
4839
4954
  "https://cloud.google.com/armor/docs/cloud-armor-overview"
4840
4955
  ],
4841
- "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.",
4956
+ "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.",
4842
4957
  "last_verified": "2026-05-08",
4843
4958
  "path": "skills/gcp/gcp-network-architect",
4844
4959
  "author": "github: Raishin",
@@ -4912,7 +5027,7 @@
4912
5027
  "kiro",
4913
5028
  "other"
4914
5029
  ],
4915
- "summary": "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.",
5030
+ "summary": "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.",
4916
5031
  "source_type": "original",
4917
5032
  "official_docs": [
4918
5033
  "https://cloud.google.com/artifact-registry/docs/overview",
@@ -4920,7 +5035,7 @@
4920
5035
  "https://cloud.google.com/container-analysis/docs/container-analysis",
4921
5036
  "https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy"
4922
5037
  ],
4923
- "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.",
5038
+ "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.",
4924
5039
  "last_verified": "2026-05-09",
4925
5040
  "path": "skills/gcp/gcp-registry-artifact-governor",
4926
5041
  "version": "0.1.0",
@@ -4939,7 +5054,7 @@
4939
5054
  "kiro",
4940
5055
  "other"
4941
5056
  ],
4942
- "summary": "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.",
5057
+ "summary": "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.",
4943
5058
  "source_type": "original",
4944
5059
  "official_docs": [
4945
5060
  "https://cloud.google.com/architecture/disaster-recovery",
@@ -4947,7 +5062,7 @@
4947
5062
  "https://cloud.google.com/spanner/docs/instance-configurations",
4948
5063
  "https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress"
4949
5064
  ],
4950
- "security_notes": "Cloud SQL HA is zone-redundant only \u2014 cross-region failover is 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.",
5065
+ "security_notes": "Cloud SQL HA is zone-redundant only cross-region failover is 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.",
4951
5066
  "last_verified": "2026-05-08",
4952
5067
  "path": "skills/gcp/gcp-resilience-bcdr-review",
4953
5068
  "author": "github: Raishin",
@@ -4973,7 +5088,7 @@
4973
5088
  "https://cloud.google.com/asset-inventory/docs/searching-resources",
4974
5089
  "https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes"
4975
5090
  ],
4976
- "security_notes": "Cloud Asset Inventory change history covers 35 days \u2014 explicitly state this limit for older investigations. Stale resources (unattached static IPs, disks, orphaned firewall rules) incur ongoing charges. Resources missing required labels cannot be attributed in billing exports.",
5091
+ "security_notes": "Cloud Asset Inventory change history covers 35 days explicitly state this limit for older investigations. Stale resources (unattached static IPs, disks, orphaned firewall rules) incur ongoing charges. Resources missing required labels cannot be attributed in billing exports.",
4977
5092
  "last_verified": "2026-05-08",
4978
5093
  "path": "skills/gcp/gcp-resource-inventory-analyst",
4979
5094
  "author": "github: Raishin",
@@ -5001,7 +5116,7 @@
5001
5116
  "https://cloud.google.com/kms/docs/key-rotation",
5002
5117
  "https://cloud.google.com/kms/docs/importing-a-key"
5003
5118
  ],
5004
- "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 operations can cause irreversible data loss.",
5119
+ "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 operations can cause irreversible data loss.",
5005
5120
  "last_verified": "2026-05-08",
5006
5121
  "path": "skills/gcp/gcp-secret-kms-lifecycle-steward",
5007
5122
  "author": "github: Raishin",
@@ -5048,7 +5163,7 @@
5048
5163
  "kiro",
5049
5164
  "other"
5050
5165
  ],
5051
- "summary": "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.",
5166
+ "summary": "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.",
5052
5167
  "source_type": "original",
5053
5168
  "official_docs": [
5054
5169
  "https://cloud.google.com/run/docs/configuring/min-instances",
@@ -5057,7 +5172,7 @@
5057
5172
  "https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
5058
5173
  "https://cloud.google.com/functions/docs/concepts/version-comparison"
5059
5174
  ],
5060
- "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.",
5175
+ "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.",
5061
5176
  "last_verified": "2026-05-09",
5062
5177
  "path": "skills/gcp/gcp-serverless-production-readiness",
5063
5178
  "version": "0.1.0",
@@ -5076,7 +5191,7 @@
5076
5191
  "kiro",
5077
5192
  "other"
5078
5193
  ],
5079
- "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.",
5194
+ "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.",
5080
5195
  "source_type": "original",
5081
5196
  "official_docs": [
5082
5197
  "https://cloud.google.com/architecture/framework",
@@ -5110,7 +5225,7 @@
5110
5225
  "https://cloud.google.com/spanner/docs/instances",
5111
5226
  "https://cloud.google.com/spanner/docs/secondary-indexes"
5112
5227
  ],
5113
- "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.",
5228
+ "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.",
5114
5229
  "last_verified": "2026-05-08",
5115
5230
  "path": "skills/gcp/gcp-spanner-architect",
5116
5231
  "author": "github: Raishin",
@@ -5129,7 +5244,7 @@
5129
5244
  "kiro",
5130
5245
  "other"
5131
5246
  ],
5132
- "summary": "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.",
5247
+ "summary": "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.",
5133
5248
  "source_type": "original",
5134
5249
  "official_docs": [
5135
5250
  "https://cloud.google.com/support/docs/overview",
@@ -5137,7 +5252,7 @@
5137
5252
  "https://status.google.com/",
5138
5253
  "https://cloud.google.com/support/docs/managed-incident"
5139
5254
  ],
5140
- "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.",
5255
+ "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.",
5141
5256
  "last_verified": "2026-05-09",
5142
5257
  "path": "skills/gcp/gcp-support-incident-coordinator",
5143
5258
  "version": "0.1.0",
@@ -5156,7 +5271,7 @@
5156
5271
  "kiro",
5157
5272
  "other"
5158
5273
  ],
5159
- "summary": "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.",
5274
+ "summary": "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.",
5160
5275
  "source_type": "original",
5161
5276
  "official_docs": [
5162
5277
  "https://cloud.google.com/support/docs/severity-definitions",
@@ -5164,7 +5279,7 @@
5164
5279
  "https://cloud.google.com/logging/docs/view/logs-explorer-interface",
5165
5280
  "https://status.google.com/"
5166
5281
  ],
5167
- "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.",
5282
+ "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.",
5168
5283
  "last_verified": "2026-05-09",
5169
5284
  "path": "skills/gcp/gcp-ticket-triage-escalation-coordinator",
5170
5285
  "version": "0.1.0",
@@ -5191,7 +5306,7 @@
5191
5306
  "https://cloud.google.com/vertex-ai/docs/model-registry/introduction",
5192
5307
  "https://cloud.google.com/vertex-ai/docs/featurestore/overview"
5193
5308
  ],
5194
- "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.",
5309
+ "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.",
5195
5310
  "last_verified": "2026-05-08",
5196
5311
  "path": "skills/gcp/gcp-vertex-ai-mlops-engineer",
5197
5312
  "author": "github: Raishin",
@@ -5219,7 +5334,7 @@
5219
5334
  "https://cloud.google.com/access-context-manager/docs/overview",
5220
5335
  "https://cloud.google.com/vpc-service-controls/docs/create-service-perimeters"
5221
5336
  ],
5222
- "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.",
5337
+ "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.",
5223
5338
  "last_verified": "2026-05-08",
5224
5339
  "path": "skills/gcp/gcp-vpc-service-controls-architect",
5225
5340
  "author": "github: Raishin",
@@ -5324,7 +5439,7 @@
5324
5439
  "https://docs.hetzner.com/cloud/servers/overview/",
5325
5440
  "https://docs.hetzner.com/general/others/contacting-support/"
5326
5441
  ],
5327
- "security_notes": "Hetzner does not offer auto-scaling \u2014 verify current resource counts via API before growth planning to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete schedules may silently fail. Do not expose project API tokens in capacity reports.",
5442
+ "security_notes": "Hetzner does not offer auto-scaling verify current resource counts via API before growth planning to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete schedules may silently fail. Do not expose project API tokens in capacity reports.",
5328
5443
  "last_verified": "2026-05-10",
5329
5444
  "path": "skills/hetzner/hetzner-capacity-planner",
5330
5445
  "author": "github: Raishin",
@@ -5350,7 +5465,7 @@
5350
5465
  "https://www.hetzner.com/cloud/pricing/",
5351
5466
  "https://docs.hetzner.com/"
5352
5467
  ],
5353
- "security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Primary IPs and Floating IPs incur cost \u2014 verify attachment state before recommending deletion. Do not expose project API tokens in cost analysis output.",
5468
+ "security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Primary IPs and Floating IPs incur cost verify attachment state before recommending deletion. Do not expose project API tokens in cost analysis output.",
5354
5469
  "last_verified": "2026-05-10",
5355
5470
  "path": "skills/hetzner/hetzner-cost-optimization-analyst",
5356
5471
  "author": "github: Raishin",
@@ -5376,7 +5491,7 @@
5376
5491
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5377
5492
  "https://docs.hetzner.com/cloud/networks/overview/"
5378
5493
  ],
5379
- "security_notes": "Public IPs on Hetzner are opt-in since API v1.34 \u2014 flag servers with unnecessary public IPs. An unattached Hetzner Firewall provides zero protection \u2014 always verify attachment to servers or Label groups. Load Balancer health checks must be validated before traffic routing changes.",
5494
+ "security_notes": "Public IPs on Hetzner are opt-in since API v1.34 flag servers with unnecessary public IPs. An unattached Hetzner Firewall provides zero protection always verify attachment to servers or Label groups. Load Balancer health checks must be validated before traffic routing changes.",
5380
5495
  "last_verified": "2026-05-10",
5381
5496
  "path": "skills/hetzner/hetzner-infrastructure-reviewer",
5382
5497
  "author": "github: Raishin",
@@ -5402,7 +5517,7 @@
5402
5517
  "https://docs.hetzner.com/cloud/firewalls/overview/",
5403
5518
  "https://docs.hetzner.com/cloud/firewalls/faq/"
5404
5519
  ],
5405
- "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 before write operations. An unattached Firewall provides zero protection. Never proceed without explicit human approval confirming target Firewall ID, blast-radius, and rollback plan.",
5520
+ "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 before write operations. An unattached Firewall provides zero protection. Never proceed without explicit human approval confirming target Firewall ID, blast-radius, and rollback plan.",
5406
5521
  "last_verified": "2026-05-10",
5407
5522
  "path": "skills/hetzner/hetzner-live-firewall-rule-guard",
5408
5523
  "author": "github: Raishin",
@@ -5428,7 +5543,7 @@
5428
5543
  "https://docs.hetzner.com/cloud/servers/overview/",
5429
5544
  "https://docs.hetzner.com/cloud/servers/server-types/"
5430
5545
  ],
5431
- "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. Server type changes require server stop \u2014 confirm downtime window. Always verify API token is project-scoped. Never proceed without server ID, region, explicit human approval, and rollback plan.",
5546
+ "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. Server type changes require server stop confirm downtime window. Always verify API token is project-scoped. Never proceed without server ID, region, explicit human approval, and rollback plan.",
5432
5547
  "last_verified": "2026-05-10",
5433
5548
  "path": "skills/hetzner/hetzner-live-server-lifecycle-guard",
5434
5549
  "author": "github: Raishin",
@@ -5447,13 +5562,13 @@
5447
5562
  "kiro",
5448
5563
  "other"
5449
5564
  ],
5450
- "summary": "Route and classify Hetzner Cloud tasks to the narrowest qualified specialist \u2014 cost optimization, infrastructure review, capacity planning, firewall guard, or server lifecycle guard.",
5565
+ "summary": "Route and classify Hetzner Cloud tasks to the narrowest qualified specialist cost optimization, infrastructure review, capacity planning, firewall guard, or server lifecycle guard.",
5451
5566
  "source_type": "original",
5452
5567
  "official_docs": [
5453
5568
  "https://docs.hetzner.cloud/",
5454
5569
  "https://docs.hetzner.com/"
5455
5570
  ],
5456
- "security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before routing involving live data. Public IPs are opt-in since API v1.34 \u2014 do not assume servers have public IPs.",
5571
+ "security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before routing involving live data. Public IPs are opt-in since API v1.34 do not assume servers have public IPs.",
5457
5572
  "last_verified": "2026-05-10",
5458
5573
  "path": "skills/hetzner/hetzner-maestro",
5459
5574
  "author": "github: Raishin",
@@ -5480,7 +5595,7 @@
5480
5595
  "https://support.huaweicloud.com/intl/en-us/asm/index.html",
5481
5596
  "https://support.huaweicloud.com/intl/en-us/ief/index.html"
5482
5597
  ],
5483
- "security_notes": "CCE cluster version downgrade not supported. Node pool scale-down evicts workloads \u2014 verify PDBs. SWR image tag mutations are permanent. ASM policy changes affect all services in the mesh simultaneously.",
5598
+ "security_notes": "CCE cluster version downgrade not supported. Node pool scale-down evicts workloads verify PDBs. SWR image tag mutations are permanent. ASM policy changes affect all services in the mesh simultaneously.",
5484
5599
  "last_verified": "2026-05-08",
5485
5600
  "path": "skills/huawei/huawei-cce-container-platform-operator",
5486
5601
  "author": "github: Raishin",
@@ -5500,14 +5615,14 @@
5500
5615
  "kiro",
5501
5616
  "other"
5502
5617
  ],
5503
- "summary": "Review Huawei Cloud SSL certificate management \u2014 SCM certificate lifecycle, ELB SSL certificate binding, DEW-managed certificate storage, renewal automation, wildcard vs SAN cert selection, certificate expiry alerting via CES, and HTTPS enforcement on ELB listeners.",
5618
+ "summary": "Review Huawei Cloud SSL certificate management SCM certificate lifecycle, ELB SSL certificate binding, DEW-managed certificate storage, renewal automation, wildcard vs SAN cert selection, certificate expiry alerting via CES, and HTTPS enforcement on ELB listeners.",
5504
5619
  "source_type": "original",
5505
5620
  "official_docs": [
5506
5621
  "https://support.huaweicloud.com/intl/en-us/scm/index.html",
5507
5622
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
5508
5623
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
5509
5624
  ],
5510
- "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.",
5625
+ "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.",
5511
5626
  "last_verified": "2026-05-09",
5512
5627
  "path": "skills/huawei/huawei-certificate-manager-issuer-review",
5513
5628
  "version": "0.1.0",
@@ -5526,7 +5641,7 @@
5526
5641
  "kiro",
5527
5642
  "other"
5528
5643
  ],
5529
- "summary": "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.",
5644
+ "summary": "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.",
5530
5645
  "source_type": "original",
5531
5646
  "official_docs": [
5532
5647
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
@@ -5535,7 +5650,7 @@
5535
5650
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
5536
5651
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
5537
5652
  ],
5538
- "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.",
5653
+ "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.",
5539
5654
  "last_verified": "2026-05-09",
5540
5655
  "path": "skills/huawei/huawei-change-impact-advisor",
5541
5656
  "version": "0.1.0",
@@ -5560,7 +5675,7 @@
5560
5675
  "https://support.huaweicloud.com/intl/en-us/codearts/index.html",
5561
5676
  "https://support.huaweicloud.com/intl/en-us/swr/index.html"
5562
5677
  ],
5563
- "security_notes": "Do not deploy to production without staging verification. CodeArts pipeline deletion removes audit history permanently. SWR image deletion removes all layers \u2014 verify no production dependency before deleting.",
5678
+ "security_notes": "Do not deploy to production without staging verification. CodeArts pipeline deletion removes audit history permanently. SWR image deletion removes all layers verify no production dependency before deleting.",
5564
5679
  "last_verified": "2026-05-08",
5565
5680
  "path": "skills/huawei/huawei-codearts-devops-operator",
5566
5681
  "author": "github: Raishin",
@@ -5586,7 +5701,7 @@
5586
5701
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
5587
5702
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
5588
5703
  ],
5589
- "security_notes": "MLPS Level 3 gap is regulatory risk. Cross-border data movement must be assessed before architecture approval. Flag any MLPS Level 3 workload modification that reduces security controls \u2014 mandatory incident reporting may apply.",
5704
+ "security_notes": "MLPS Level 3 gap is regulatory risk. Cross-border data movement must be assessed before architecture approval. Flag any MLPS Level 3 workload modification that reduces security controls mandatory incident reporting may apply.",
5590
5705
  "last_verified": "2026-05-08",
5591
5706
  "path": "skills/huawei/huawei-compliance-sovereignty",
5592
5707
  "author": "github: Raishin",
@@ -5606,14 +5721,14 @@
5606
5721
  "kiro",
5607
5722
  "other"
5608
5723
  ],
5609
- "summary": "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 detection, and reserved instance coverage gaps.",
5724
+ "summary": "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 detection, and reserved instance coverage gaps.",
5610
5725
  "source_type": "original",
5611
5726
  "official_docs": [
5612
5727
  "https://support.huaweicloud.com/intl/en-us/billing/index.html",
5613
5728
  "https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
5614
5729
  "https://support.huaweicloud.com/intl/en-us/ces/index.html"
5615
5730
  ],
5616
- "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.",
5731
+ "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.",
5617
5732
  "last_verified": "2026-05-09",
5618
5733
  "path": "skills/huawei/huawei-cost-anomaly-watch-coordinator",
5619
5734
  "version": "0.1.0",
@@ -5638,7 +5753,7 @@
5638
5753
  "https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html",
5639
5754
  "https://support.huaweicloud.com/intl/en-us/eps/index.html"
5640
5755
  ],
5641
- "security_notes": "RI/CUD purchases are committed spend \u2014 verify coverage analysis before purchase. Budget threshold reduction below current spend may suspend services. Enterprise project cost transfer requires approval.",
5756
+ "security_notes": "RI/CUD purchases are committed spend verify coverage analysis before purchase. Budget threshold reduction below current spend may suspend services. Enterprise project cost transfer requires approval.",
5642
5757
  "last_verified": "2026-05-08",
5643
5758
  "path": "skills/huawei/huawei-cost-finops-analyst",
5644
5759
  "author": "github: Raishin",
@@ -5657,7 +5772,7 @@
5657
5772
  "kiro",
5658
5773
  "other"
5659
5774
  ],
5660
- "summary": "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.",
5775
+ "summary": "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.",
5661
5776
  "source_type": "original",
5662
5777
  "official_docs": [
5663
5778
  "https://support.huaweicloud.com/intl/en-us/cbc/index.html",
@@ -5667,7 +5782,7 @@
5667
5782
  "https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
5668
5783
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
5669
5784
  ],
5670
- "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.",
5785
+ "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.",
5671
5786
  "last_verified": "2026-05-09",
5672
5787
  "path": "skills/huawei/huawei-daily-operations-briefing-coordinator",
5673
5788
  "version": "0.1.0",
@@ -5716,7 +5831,7 @@
5716
5831
  "https://support.huaweicloud.com/intl/en-us/drs/index.html",
5717
5832
  "https://support.huaweicloud.com/intl/en-us/dms/index.html"
5718
5833
  ],
5719
- "security_notes": "DRS task deletion during sync stops replication permanently. CDM job retry without deduplication may cause duplicates. DMS Kafka partition count can only increase \u2014 plan final partition count upfront.",
5834
+ "security_notes": "DRS task deletion during sync stops replication permanently. CDM job retry without deduplication may cause duplicates. DMS Kafka partition count can only increase plan final partition count upfront.",
5720
5835
  "last_verified": "2026-05-08",
5721
5836
  "path": "skills/huawei/huawei-drs-data-replication-operator",
5722
5837
  "author": "github: Raishin",
@@ -5767,7 +5882,7 @@
5767
5882
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html",
5768
5883
  "https://support.huaweicloud.com/intl/en-us/ims/index.html"
5769
5884
  ],
5770
- "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 and compliance review.",
5885
+ "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 and compliance review.",
5771
5886
  "last_verified": "2026-05-08",
5772
5887
  "path": "skills/huawei/huawei-ecs-compute-operator",
5773
5888
  "author": "github: Raishin",
@@ -5787,7 +5902,7 @@
5787
5902
  "kiro",
5788
5903
  "other"
5789
5904
  ],
5790
- "summary": "Review Huawei Cloud event-driven architecture designs \u2014 DMS Kafka dead-letter configuration, ROMA Connect integration flow capacity, FunctionGraph event trigger idempotency, SMN delivery retry policy, consumer group lag monitoring, cross-region event replication, and retry storm prevention.",
5905
+ "summary": "Review Huawei Cloud event-driven architecture designs DMS Kafka dead-letter configuration, ROMA Connect integration flow capacity, FunctionGraph event trigger idempotency, SMN delivery retry policy, consumer group lag monitoring, cross-region event replication, and retry storm prevention.",
5791
5906
  "source_type": "original",
5792
5907
  "official_docs": [
5793
5908
  "https://support.huaweicloud.com/intl/en-us/dms/index.html",
@@ -5795,7 +5910,7 @@
5795
5910
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
5796
5911
  "https://support.huaweicloud.com/intl/en-us/smn/index.html"
5797
5912
  ],
5798
- "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.",
5913
+ "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.",
5799
5914
  "last_verified": "2026-05-09",
5800
5915
  "path": "skills/huawei/huawei-event-driven-architecture-review",
5801
5916
  "version": "0.1.0",
@@ -5846,7 +5961,7 @@
5846
5961
  "https://support.huaweicloud.com/intl/en-us/rds/index.html",
5847
5962
  "https://support.huaweicloud.com/intl/en-us/dds/index.html"
5848
5963
  ],
5849
- "security_notes": "Database deletion without CBR backup is permanently destructive. GaussDB for Oracle PL/SQL gaps can break migration \u2014 test all procedures before cutover. Failover testing must be coordinated with application teams.",
5964
+ "security_notes": "Database deletion without CBR backup is permanently destructive. GaussDB for Oracle PL/SQL gaps can break migration test all procedures before cutover. Failover testing must be coordinated with application teams.",
5850
5965
  "last_verified": "2026-05-08",
5851
5966
  "path": "skills/huawei/huawei-gaussdb-rds-dba",
5852
5967
  "author": "github: Raishin",
@@ -5865,7 +5980,7 @@
5865
5980
  "kiro",
5866
5981
  "other"
5867
5982
  ],
5868
- "summary": "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.",
5983
+ "summary": "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.",
5869
5984
  "source_type": "original",
5870
5985
  "official_docs": [
5871
5986
  "https://support.huaweicloud.com/intl/en-us/rfs/index.html",
@@ -5873,7 +5988,7 @@
5873
5988
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html",
5874
5989
  "https://support.huaweicloud.com/intl/en-us/obs/index.html"
5875
5990
  ],
5876
- "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.",
5991
+ "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.",
5877
5992
  "last_verified": "2026-05-09",
5878
5993
  "path": "skills/huawei/huawei-iac-change-safety-review",
5879
5994
  "version": "0.1.0",
@@ -5947,7 +6062,7 @@
5947
6062
  "https://support.huaweicloud.com/intl/en-us/eps/index.html",
5948
6063
  "https://support.huaweicloud.com/intl/en-us/organizations/index.html"
5949
6064
  ],
5950
- "security_notes": "SCP deny at org level cannot be overridden by member account IAM. Test SCP in simulation before enforcement. Enterprise project deletion removes all resource associations \u2014 enumerate first.",
6065
+ "security_notes": "SCP deny at org level cannot be overridden by member account IAM. Test SCP in simulation before enforcement. Enterprise project deletion removes all resource associations enumerate first.",
5951
6066
  "last_verified": "2026-05-08",
5952
6067
  "path": "skills/huawei/huawei-landing-zone-architect",
5953
6068
  "author": "github: Raishin",
@@ -5991,7 +6106,7 @@
5991
6106
  "kiro",
5992
6107
  "other"
5993
6108
  ],
5994
- "summary": "Gate Huawei Cloud CBC budget threshold changes, Reserved Instance purchases, and CUD commitments \u2014 RI/CUD are non-refundable and budget threshold reduction can trigger service suspension.",
6109
+ "summary": "Gate Huawei Cloud CBC budget threshold changes, Reserved Instance purchases, and CUD commitments RI/CUD are non-refundable and budget threshold reduction can trigger service suspension.",
5995
6110
  "source_type": "original",
5996
6111
  "official_docs": [
5997
6112
  "https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html"
@@ -6015,7 +6130,7 @@
6015
6130
  "kiro",
6016
6131
  "other"
6017
6132
  ],
6018
- "summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy removal \u2014 database deletion is permanently destructive and MLPS Level 3 data destruction triggers mandatory incident reporting.",
6133
+ "summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy removal database deletion is permanently destructive and MLPS Level 3 data destruction triggers mandatory incident reporting.",
6019
6134
  "source_type": "original",
6020
6135
  "official_docs": [
6021
6136
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
@@ -6040,7 +6155,7 @@
6040
6155
  "gemini",
6041
6156
  "kiro"
6042
6157
  ],
6043
- "summary": "Gate IAM fine-grained policy and SCP mutations \u2014 account-wide blast radius, privilege escalation, and potential full access denial.",
6158
+ "summary": "Gate IAM fine-grained policy and SCP mutations account-wide blast radius, privilege escalation, and potential full access denial.",
6044
6159
  "source_type": "original",
6045
6160
  "official_docs": [
6046
6161
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
@@ -6065,7 +6180,7 @@
6065
6180
  "kiro",
6066
6181
  "other"
6067
6182
  ],
6068
- "summary": "Gate DEW/KMS key deletion and disable operations \u2014 all CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key deletion window passes.",
6183
+ "summary": "Gate DEW/KMS key deletion and disable operations all CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key deletion window passes.",
6069
6184
  "source_type": "original",
6070
6185
  "official_docs": [
6071
6186
  "https://support.huaweicloud.com/intl/en-us/dew/index.html"
@@ -6089,7 +6204,7 @@
6089
6204
  "kiro",
6090
6205
  "other"
6091
6206
  ],
6092
- "summary": "Gate OBS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data immediately and CN-* cross-border replication may violate MLPS 2.0/CSL data localization requirements.",
6207
+ "summary": "Gate OBS bucket ACL and policy mutations public-read/write ACL exposes data immediately and CN-* cross-border replication may violate MLPS 2.0/CSL data localization requirements.",
6093
6208
  "source_type": "original",
6094
6209
  "official_docs": [
6095
6210
  "https://support.huaweicloud.com/intl/en-us/obs/index.html"
@@ -6114,13 +6229,13 @@
6114
6229
  "kiro",
6115
6230
  "other"
6116
6231
  ],
6117
- "summary": "Engineer and review Huawei Cloud ELB traffic configurations \u2014 dedicated vs shared ELB type selection, HTTP/HTTPS/TCP/UDP protocol listener setup, health check configuration, WAF integration on ELB, backend server group routing, connection draining, and TLS policy enforcement on Dedicated ELB.",
6232
+ "summary": "Engineer and review Huawei Cloud ELB traffic configurations dedicated vs shared ELB type selection, HTTP/HTTPS/TCP/UDP protocol listener setup, health check configuration, WAF integration on ELB, backend server group routing, connection draining, and TLS policy enforcement on Dedicated ELB.",
6118
6233
  "source_type": "original",
6119
6234
  "official_docs": [
6120
6235
  "https://support.huaweicloud.com/intl/en-us/elb/index.html",
6121
6236
  "https://support.huaweicloud.com/intl/en-us/waf/index.html"
6122
6237
  ],
6123
- "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.",
6238
+ "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.",
6124
6239
  "last_verified": "2026-05-09",
6125
6240
  "path": "skills/huawei/huawei-load-balancer-traffic-engineer",
6126
6241
  "version": "0.1.0",
@@ -6139,7 +6254,7 @@
6139
6254
  "gemini",
6140
6255
  "kiro"
6141
6256
  ],
6142
- "summary": "Route Huawei Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. MLPS 2.0 and sovereignty-aware \u2014 flags MLPS Level 3 control gaps and data residency obligations for China workloads. Understands Huawei's enterprise-project model and SCP-based org governance. Never auto-dispatches live-guard agents.",
6257
+ "summary": "Route Huawei Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. MLPS 2.0 and sovereignty-aware flags MLPS Level 3 control gaps and data residency obligations for China workloads. Understands Huawei's enterprise-project model and SCP-based org governance. Never auto-dispatches live-guard agents.",
6143
6258
  "source_type": "original",
6144
6259
  "official_docs": [
6145
6260
  "https://support.huaweicloud.com/intl/en-us/iam/index.html",
@@ -6147,7 +6262,7 @@
6147
6262
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html",
6148
6263
  "https://support.huaweicloud.com/intl/en-us/secmaster/index.html"
6149
6264
  ],
6150
- "security_notes": "Maestro must never auto-dispatch live-guard agents. SCP deny statements and DEW key deletion are irreversible with org-wide or permanent data-loss blast radius. MLPS 2.0 Level 3 workloads have mandatory incident reporting obligations \u2014 flag data destruction and security breaches immediately.",
6265
+ "security_notes": "Maestro must never auto-dispatch live-guard agents. SCP deny statements and DEW key deletion are irreversible with org-wide or permanent data-loss blast radius. MLPS 2.0 Level 3 workloads have mandatory incident reporting obligations flag data destruction and security breaches immediately.",
6151
6266
  "last_verified": "2026-05-08",
6152
6267
  "path": "skills/huawei/huawei-maestro",
6153
6268
  "author": "github: Raishin",
@@ -6173,7 +6288,7 @@
6173
6288
  "https://support.huaweicloud.com/intl/en-us/sms/index.html",
6174
6289
  "https://support.huaweicloud.com/intl/en-us/drs/index.html"
6175
6290
  ],
6176
- "security_notes": "DRS replication user needs REPLICATION privilege on source \u2014 least privilege on source system. Never cut over without verifying DRS lag and backup integrity. SMS agent requires network path from source to Huawei Cloud.",
6291
+ "security_notes": "DRS replication user needs REPLICATION privilege on source least privilege on source system. Never cut over without verifying DRS lag and backup integrity. SMS agent requires network path from source to Huawei Cloud.",
6177
6292
  "last_verified": "2026-05-08",
6178
6293
  "path": "skills/huawei/huawei-migration-architect",
6179
6294
  "author": "github: Raishin",
@@ -6197,7 +6312,7 @@
6197
6312
  "official_docs": [
6198
6313
  "https://support.huaweicloud.com/intl/en-us/modelarts/index.html"
6199
6314
  ],
6200
- "security_notes": "ModelArts training jobs have no automatic cost cap \u2014 always set resource quotas before large GPU/NPU training runs. Ascend NPU OOM patterns differ from Nvidia CUDA OOM. Pangu model deployment endpoint has no default rate limiting.",
6315
+ "security_notes": "ModelArts training jobs have no automatic cost cap always set resource quotas before large GPU/NPU training runs. Ascend NPU OOM patterns differ from Nvidia CUDA OOM. Pangu model deployment endpoint has no default rate limiting.",
6201
6316
  "last_verified": "2026-05-08",
6202
6317
  "path": "skills/huawei/huawei-modelarts-mlops-engineer",
6203
6318
  "author": "github: Raishin",
@@ -6216,7 +6331,7 @@
6216
6331
  "kiro",
6217
6332
  "other"
6218
6333
  ],
6219
- "summary": "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.",
6334
+ "summary": "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.",
6220
6335
  "source_type": "original",
6221
6336
  "official_docs": [
6222
6337
  "https://support.huaweicloud.com/intl/en-us/vpc/index.html",
@@ -6243,14 +6358,14 @@
6243
6358
  "kiro",
6244
6359
  "other"
6245
6360
  ],
6246
- "summary": "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.",
6361
+ "summary": "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.",
6247
6362
  "source_type": "original",
6248
6363
  "official_docs": [
6249
6364
  "https://support.huaweicloud.com/intl/en-us/obs/index.html",
6250
6365
  "https://support.huaweicloud.com/intl/en-us/vpcep/index.html",
6251
6366
  "https://support.huaweicloud.com/intl/en-us/obs/obs_03_0086.html"
6252
6367
  ],
6253
- "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.",
6368
+ "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.",
6254
6369
  "last_verified": "2026-05-09",
6255
6370
  "path": "skills/huawei/huawei-obs-data-perimeter-governor",
6256
6371
  "version": "0.1.0",
@@ -6321,14 +6436,14 @@
6321
6436
  "kiro",
6322
6437
  "other"
6323
6438
  ],
6324
- "summary": "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.",
6439
+ "summary": "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.",
6325
6440
  "source_type": "original",
6326
6441
  "official_docs": [
6327
6442
  "https://support.huaweicloud.com/intl/en-us/swr/index.html",
6328
6443
  "https://support.huaweicloud.com/intl/en-us/vss/index.html",
6329
6444
  "https://support.huaweicloud.com/intl/en-us/cce/index.html"
6330
6445
  ],
6331
- "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.",
6446
+ "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.",
6332
6447
  "last_verified": "2026-05-09",
6333
6448
  "path": "skills/huawei/huawei-registry-artifact-governor",
6334
6449
  "version": "0.1.0",
@@ -6347,7 +6462,7 @@
6347
6462
  "kiro",
6348
6463
  "other"
6349
6464
  ],
6350
- "summary": "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.",
6465
+ "summary": "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.",
6351
6466
  "source_type": "original",
6352
6467
  "official_docs": [
6353
6468
  "https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
@@ -6356,7 +6471,7 @@
6356
6471
  "https://support.huaweicloud.com/intl/en-us/drs/index.html",
6357
6472
  "https://support.huaweicloud.com/intl/en-us/elb/index.html"
6358
6473
  ],
6359
- "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.",
6474
+ "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.",
6360
6475
  "last_verified": "2026-05-09",
6361
6476
  "path": "skills/huawei/huawei-resilience-bcdr-review",
6362
6477
  "version": "0.1.0",
@@ -6382,7 +6497,7 @@
6382
6497
  "https://support.huaweicloud.com/intl/en-us/hss/index.html",
6383
6498
  "https://support.huaweicloud.com/intl/en-us/cfw/index.html"
6384
6499
  ],
6385
- "security_notes": "CFW rule changes affect all instances in scope simultaneously. HSS agent uninstall removes MLPS-required host detection visibility \u2014 flag immediately. SecMaster SOAR playbook dry-run required before live execution. WAF bypass via IP whitelist requires documented business justification.",
6500
+ "security_notes": "CFW rule changes affect all instances in scope simultaneously. HSS agent uninstall removes MLPS-required host detection visibility flag immediately. SecMaster SOAR playbook dry-run required before live execution. WAF bypass via IP whitelist requires documented business justification.",
6386
6501
  "last_verified": "2026-05-08",
6387
6502
  "path": "skills/huawei/huawei-secmaster-security-operations",
6388
6503
  "author": "github: Raishin",
@@ -6402,14 +6517,14 @@
6402
6517
  "kiro",
6403
6518
  "other"
6404
6519
  ],
6405
- "summary": "Review FunctionGraph production readiness on Huawei Cloud \u2014 VPC access configuration, concurrency limits and reserved instances, cold-start optimization, observability via LTS and AOM, timeout configuration, dependency package size, custom vs managed runtimes, and ServiceStage application lifecycle.",
6520
+ "summary": "Review FunctionGraph production readiness on Huawei Cloud VPC access configuration, concurrency limits and reserved instances, cold-start optimization, observability via LTS and AOM, timeout configuration, dependency package size, custom vs managed runtimes, and ServiceStage application lifecycle.",
6406
6521
  "source_type": "original",
6407
6522
  "official_docs": [
6408
6523
  "https://support.huaweicloud.com/intl/en-us/fg/index.html",
6409
6524
  "https://support.huaweicloud.com/intl/en-us/servicestage/index.html",
6410
6525
  "https://support.huaweicloud.com/intl/en-us/aom/index.html"
6411
6526
  ],
6412
- "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.",
6527
+ "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.",
6413
6528
  "last_verified": "2026-05-09",
6414
6529
  "path": "skills/huawei/huawei-serverless-production-readiness",
6415
6530
  "version": "0.1.0",
@@ -6428,7 +6543,7 @@
6428
6543
  "kiro",
6429
6544
  "other"
6430
6545
  ],
6431
- "summary": "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.",
6546
+ "summary": "Design Huawei Cloud solutions product selection, enterprise-project model design, region selection for MLPS/sovereignty requirements, architecture patterns, multi-zone and multi-region HA.",
6432
6547
  "source_type": "original",
6433
6548
  "official_docs": [
6434
6549
  "https://support.huaweicloud.com/intl/en-us/ecs/index.html",
@@ -6454,14 +6569,14 @@
6454
6569
  "kiro",
6455
6570
  "other"
6456
6571
  ],
6457
- "summary": "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.",
6572
+ "summary": "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.",
6458
6573
  "source_type": "original",
6459
6574
  "official_docs": [
6460
6575
  "https://support.huaweicloud.com/intl/en-us/",
6461
6576
  "https://status.huaweicloud.com/",
6462
6577
  "https://support.huaweicloud.com/intl/en-us/usermanual-ticket/topic_0065264094.html"
6463
6578
  ],
6464
- "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.",
6579
+ "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.",
6465
6580
  "last_verified": "2026-05-09",
6466
6581
  "path": "skills/huawei/huawei-support-incident-coordinator",
6467
6582
  "version": "0.1.0",
@@ -6480,7 +6595,7 @@
6480
6595
  "kiro",
6481
6596
  "other"
6482
6597
  ],
6483
- "summary": "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.",
6598
+ "summary": "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.",
6484
6599
  "source_type": "original",
6485
6600
  "official_docs": [
6486
6601
  "https://support.huaweicloud.com/intl/en-us/",
@@ -6489,7 +6604,7 @@
6489
6604
  "https://support.huaweicloud.com/intl/en-us/ces/index.html",
6490
6605
  "https://support.huaweicloud.com/intl/en-us/lts/index.html"
6491
6606
  ],
6492
- "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.",
6607
+ "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.",
6493
6608
  "last_verified": "2026-05-09",
6494
6609
  "path": "skills/huawei/huawei-ticket-triage-escalation-coordinator",
6495
6610
  "version": "0.1.0",
@@ -6704,7 +6819,7 @@
6704
6819
  "https://api.ionos.com/docs/",
6705
6820
  "https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs"
6706
6821
  ],
6707
- "security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius \u2014 routing must stay read-only and hand off to approval-gated specialists. Do not expose bearer tokens or customer credentials in routing output.",
6822
+ "security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius routing must stay read-only and hand off to approval-gated specialists. Do not expose bearer tokens or customer credentials in routing output.",
6708
6823
  "last_verified": "2026-05-10",
6709
6824
  "path": "skills/ionos/ionos-maestro",
6710
6825
  "author": "github: Raishin",
@@ -6761,7 +6876,7 @@
6761
6876
  "https://istio.io/latest/docs/reference/config/security/peer_authentication/",
6762
6877
  "https://istio.io/latest/docs/reference/config/security/authorization-policy/"
6763
6878
  ],
6764
- "security_notes": "L7 AuthorizationPolicy rules in ambient mode are silently ignored when no waypoint is deployed \u2014 ztunnel only enforces L4. PeerAuthentication PERMISSIVE or DISABLE in production breaks mesh zero-trust. Mesh-wide root-namespace PeerAuthentication change has cluster-wide blast radius.",
6879
+ "security_notes": "L7 AuthorizationPolicy rules in ambient mode are silently ignored when no waypoint is deployed ztunnel only enforces L4. PeerAuthentication PERMISSIVE or DISABLE in production breaks mesh zero-trust. Mesh-wide root-namespace PeerAuthentication change has cluster-wide blast radius.",
6765
6880
  "last_verified": "2026-05-01",
6766
6881
  "path": "skills/istio/istio-ambient-mesh-review",
6767
6882
  "author": "github: Raishin",
@@ -6790,12 +6905,38 @@
6790
6905
  "https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings",
6791
6906
  "https://docs.kubecost.com/apis/apis-overview"
6792
6907
  ],
6793
- "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.",
6908
+ "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.",
6794
6909
  "last_verified": "2026-05-02",
6795
6910
  "path": "skills/kubernetes/kubecost-chargeback-allocation-review",
6796
6911
  "version": "0.1.0",
6797
6912
  "author": "github: Raishin"
6798
6913
  },
6914
+ {
6915
+ "id": "kubernetes-allocation-report",
6916
+ "name": "Kubernetes Allocation Report",
6917
+ "type": "skill",
6918
+ "provider": "kubernetes",
6919
+ "harnesses": [
6920
+ "codex",
6921
+ "claude-code",
6922
+ "cursor",
6923
+ "gemini",
6924
+ "kiro",
6925
+ "other"
6926
+ ],
6927
+ "summary": "Produce OpenCost-compatible namespace, pod, and workload cost allocation tables from user-supplied cluster shape data and public cloud pricing. No cluster credentials accepted. Output maps to FOCUS v1.2 columns.",
6928
+ "source_type": "original",
6929
+ "official_docs": [
6930
+ "https://www.opencost.io/docs/",
6931
+ "https://focus.finops.org/"
6932
+ ],
6933
+ "security_notes": "No cluster credentials, kubeconfig, bearer tokens, service account JWTs, or cloud IAM credentials are accepted or required. All cluster topology data is user-supplied. Node pricing is fetched from public, unauthenticated cloud pricing APIs only.",
6934
+ "last_verified": "2026-05-13",
6935
+ "path": "skills/finops/kubernetes-allocation-report",
6936
+ "author": "github: Raishin",
6937
+ "version": "0.1.2",
6938
+ "lifecycle": "experimental"
6939
+ },
6799
6940
  {
6800
6941
  "id": "kubernetes-live-network-architecture-mutation-guard",
6801
6942
  "name": "Kubernetes Live Network Architecture Mutation Guard",
@@ -6850,7 +6991,7 @@
6850
6991
  "https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/",
6851
6992
  "https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
6852
6993
  ],
6853
- "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.",
6994
+ "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.",
6854
6995
  "last_verified": "2026-05-01",
6855
6996
  "path": "skills/kubernetes/kubernetes-live-rbac-mutation-guard",
6856
6997
  "author": "github: Raishin",
@@ -6897,7 +7038,7 @@
6897
7038
  "kiro",
6898
7039
  "other"
6899
7040
  ],
6900
- "summary": "Review Kubernetes cluster network architecture: CNI and dataplane selection, kube-proxy mode and replacement, IPAM and CIDR sizing, MTU and encapsulation, dual-stack and IPv6, Service surface (EndpointSlices, internalTrafficPolicy, externalTrafficPolicy, topology-aware routing), Ingress to Gateway API migration, CoreDNS and NodeLocal DNSCache, multi-cluster topology, and connectivity observability and troubleshooting. Excludes NetworkPolicy content review and live mutations \u2014 those are delegated to cilium-network-policy-review and the live-guard agents.",
7041
+ "summary": "Review Kubernetes cluster network architecture: CNI and dataplane selection, kube-proxy mode and replacement, IPAM and CIDR sizing, MTU and encapsulation, dual-stack and IPv6, Service surface (EndpointSlices, internalTrafficPolicy, externalTrafficPolicy, topology-aware routing), Ingress to Gateway API migration, CoreDNS and NodeLocal DNSCache, multi-cluster topology, and connectivity observability and troubleshooting. Excludes NetworkPolicy content review and live mutations those are delegated to cilium-network-policy-review and the live-guard agents.",
6901
7042
  "source_type": "original",
6902
7043
  "official_docs": [
6903
7044
  "https://kubernetes.io/docs/concepts/services-networking/",
@@ -6912,7 +7053,7 @@
6912
7053
  "https://docs.cilium.io/en/stable/network/kube-proxy-replacement/",
6913
7054
  "https://coredns.io/plugins/kubernetes/"
6914
7055
  ],
6915
- "security_notes": "CNI and Pod CIDR are one-way architectural choices on most stacks \u2014 resizing requires cluster rebuild. kube-proxy mode swap can break in-flight connections. MTU mismatch between underlay and overlay is a silent payload-stall failure. externalTrafficPolicy: Local preserves source IP but black-holes traffic when no local endpoint exists. NodeLocal DNSCache OOM produces a node-wide DNS outage via stale packet-filter redirect. Multi-cluster pod CIDR collisions break any cross-cluster scheme regardless of policy correctness. ndots:5 plus search path is the dominant cluster DNS load on most installations.",
7056
+ "security_notes": "CNI and Pod CIDR are one-way architectural choices on most stacks resizing requires cluster rebuild. kube-proxy mode swap can break in-flight connections. MTU mismatch between underlay and overlay is a silent payload-stall failure. externalTrafficPolicy: Local preserves source IP but black-holes traffic when no local endpoint exists. NodeLocal DNSCache OOM produces a node-wide DNS outage via stale packet-filter redirect. Multi-cluster pod CIDR collisions break any cross-cluster scheme regardless of policy correctness. ndots:5 plus search path is the dominant cluster DNS load on most installations.",
6916
7057
  "last_verified": "2026-05-07",
6917
7058
  "path": "skills/kubernetes/kubernetes-network-architecture-review",
6918
7059
  "author": "github: Raishin",
@@ -7074,7 +7215,7 @@
7074
7215
  "gemini",
7075
7216
  "kiro"
7076
7217
  ],
7077
- "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.",
7218
+ "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.",
7078
7219
  "source_type": "original",
7079
7220
  "official_docs": [
7080
7221
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7104,7 +7245,7 @@
7104
7245
  "gemini",
7105
7246
  "kiro"
7106
7247
  ],
7107
- "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.",
7248
+ "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.",
7108
7249
  "source_type": "original",
7109
7250
  "official_docs": [
7110
7251
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7134,7 +7275,7 @@
7134
7275
  "gemini",
7135
7276
  "kiro"
7136
7277
  ],
7137
- "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.",
7278
+ "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.",
7138
7279
  "source_type": "original",
7139
7280
  "official_docs": [
7140
7281
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7164,7 +7305,7 @@
7164
7305
  "gemini",
7165
7306
  "kiro"
7166
7307
  ],
7167
- "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.",
7308
+ "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.",
7168
7309
  "source_type": "original",
7169
7310
  "official_docs": [
7170
7311
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7194,7 +7335,7 @@
7194
7335
  "gemini",
7195
7336
  "kiro"
7196
7337
  ],
7197
- "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.",
7338
+ "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.",
7198
7339
  "source_type": "original",
7199
7340
  "official_docs": [
7200
7341
  "https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
@@ -7203,7 +7344,7 @@
7203
7344
  "https://docs.nvidia.com/nsight-systems/",
7204
7345
  "https://docs.nvidia.com/cuda/profiler-users-guide/"
7205
7346
  ],
7206
- "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.",
7347
+ "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.",
7207
7348
  "last_verified": "2026-05-10",
7208
7349
  "path": "skills/nvidia/nvidia-cuda-kernel-performance-review/",
7209
7350
  "category": "platform",
@@ -7224,7 +7365,7 @@
7224
7365
  "gemini",
7225
7366
  "kiro"
7226
7367
  ],
7227
- "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.",
7368
+ "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.",
7228
7369
  "source_type": "original",
7229
7370
  "official_docs": [
7230
7371
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7254,7 +7395,7 @@
7254
7395
  "gemini",
7255
7396
  "kiro"
7256
7397
  ],
7257
- "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.",
7398
+ "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.",
7258
7399
  "source_type": "original",
7259
7400
  "official_docs": [
7260
7401
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7319,7 +7460,7 @@
7319
7460
  "https://oras.land/docs/category/oras-commands",
7320
7461
  "https://github.com/anchore/grype"
7321
7462
  ],
7322
- "security_notes": "Live-execution skill. Allowlist locks every Bash invocation to nvcr.io/* targets and to a fixed argv shape (no shell metacharacters). Egress restricted to nvcr.io and Sigstore endpoints (rekor, fulcio, tuf). Reads $NGC_API_KEY from environment but never echoes it. Default mode is static (no egress); runtime mode is per-session opt-in. Rekor unreachable degrades to manual-review rather than auto-pass to prevent quiet bypass in air-gapped environments. Read-only \u2014 no docker pull, no kubectl, no registry write.",
7463
+ "security_notes": "Live-execution skill. Allowlist locks every Bash invocation to nvcr.io/* targets and to a fixed argv shape (no shell metacharacters). Egress restricted to nvcr.io and Sigstore endpoints (rekor, fulcio, tuf). Reads $NGC_API_KEY from environment but never echoes it. Default mode is static (no egress); runtime mode is per-session opt-in. Rekor unreachable degrades to manual-review rather than auto-pass to prevent quiet bypass in air-gapped environments. Read-only no docker pull, no kubectl, no registry write.",
7323
7464
  "last_verified": "2026-05-11",
7324
7465
  "path": "skills/nvidia/nvidia-model-promotion-gatekeeper/",
7325
7466
  "category": "security",
@@ -7342,7 +7483,7 @@
7342
7483
  "gemini",
7343
7484
  "kiro"
7344
7485
  ],
7345
- "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.",
7486
+ "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.",
7346
7487
  "source_type": "original",
7347
7488
  "official_docs": [
7348
7489
  "https://www.nvidia.com/en-us/learn/certification/",
@@ -7372,7 +7513,7 @@
7372
7513
  "gemini",
7373
7514
  "kiro"
7374
7515
  ],
7375
- "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.",
7516
+ "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.",
7376
7517
  "source_type": "original",
7377
7518
  "official_docs": [
7378
7519
  "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
@@ -7381,7 +7522,7 @@
7381
7522
  "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
7382
7523
  "https://docs.nvidia.com/deeplearning/tensorrt/api/"
7383
7524
  ],
7384
- "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.",
7525
+ "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.",
7385
7526
  "last_verified": "2026-05-10",
7386
7527
  "path": "skills/nvidia/nvidia-tensorrt-llm-deployment-review/",
7387
7528
  "category": "platform",
@@ -7402,7 +7543,7 @@
7402
7543
  "gemini",
7403
7544
  "kiro"
7404
7545
  ],
7405
- "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.",
7546
+ "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.",
7406
7547
  "source_type": "original",
7407
7548
  "official_docs": [
7408
7549
  "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
@@ -7411,7 +7552,7 @@
7411
7552
  "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
7412
7553
  "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
7413
7554
  ],
7414
- "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.",
7555
+ "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.",
7415
7556
  "last_verified": "2026-05-10",
7416
7557
  "path": "skills/nvidia/nvidia-triton-inference-serving-review/",
7417
7558
  "category": "platform",
@@ -7467,7 +7608,7 @@
7467
7608
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
7468
7609
  "https://github.com/oracle/oci-native-ingress-controller"
7469
7610
  ],
7470
- "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.",
7611
+ "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.",
7471
7612
  "last_verified": "2026-05-02",
7472
7613
  "path": "skills/oci/oci-certificates-issuer-review",
7473
7614
  "version": "0.1.0",
@@ -7839,7 +7980,7 @@
7839
7980
  "kiro",
7840
7981
  "other"
7841
7982
  ],
7842
- "summary": "Guard Autonomous Database lifecycle changes \u2014 scale, start, stop, clone, terminate \u2014 with protection-tag enforcement, backup verification, and connection-string impact analysis before any mutation.",
7983
+ "summary": "Guard Autonomous Database lifecycle changes scale, start, stop, clone, terminate with protection-tag enforcement, backup verification, and connection-string impact analysis before any mutation.",
7843
7984
  "source_type": "original",
7844
7985
  "official_docs": [
7845
7986
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbscaling.htm",
@@ -7847,7 +7988,7 @@
7847
7988
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
7848
7989
  "https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
7849
7990
  ],
7850
- "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.",
7991
+ "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.",
7851
7992
  "last_verified": "2026-04-30",
7852
7993
  "path": "skills/oci/oci-live-autonomous-db-lifecycle-guard",
7853
7994
  "author": "github: Raishin",
@@ -7874,7 +8015,7 @@
7874
8015
  "https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
7875
8016
  "https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
7876
8017
  ],
7877
- "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.",
8018
+ "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.",
7878
8019
  "last_verified": "2026-04-30",
7879
8020
  "path": "skills/oci/oci-live-cost-budget-runaway-guard",
7880
8021
  "author": "github: Raishin",
@@ -7929,7 +8070,7 @@
7929
8070
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
7930
8071
  "https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
7931
8072
  ],
7932
- "security_notes": "oci network security-list update is a full replace \u2014 always capture complete current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change. Prefer NSGs over Security Lists for database VNICs.",
8073
+ "security_notes": "oci network security-list update is a full replace always capture complete current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change. Prefer NSGs over Security Lists for database VNICs.",
7933
8074
  "last_verified": "2026-05-01",
7934
8075
  "path": "skills/oci/oci-live-network-security-rule-guard",
7935
8076
  "author": "github: Raishin",
@@ -7956,7 +8097,7 @@
7956
8097
  "https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
7957
8098
  "https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
7958
8099
  ],
7959
- "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.",
8100
+ "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.",
7960
8101
  "last_verified": "2026-04-30",
7961
8102
  "path": "skills/oci/oci-live-oke-rollout-guard",
7962
8103
  "author": "github: Raishin",
@@ -8626,7 +8767,7 @@
8626
8767
  "https://api.ovh.com/console/",
8627
8768
  "https://registry.terraform.io/providers/ovh/ovh/latest/docs"
8628
8769
  ],
8629
- "security_notes": "Routing layer must stay read-only; never attempt live OVHcloud API mutations from the classification layer \u2014 hand off to approval-gated specialists.",
8770
+ "security_notes": "Routing layer must stay read-only; never attempt live OVHcloud API mutations from the classification layer hand off to approval-gated specialists.",
8630
8771
  "last_verified": "2026-05-10",
8631
8772
  "path": "skills/ovhcloud/ovhcloud-maestro",
8632
8773
  "version": "0.1.0",
@@ -8687,6 +8828,33 @@
8687
8828
  "version": "0.1.0",
8688
8829
  "author": "github: Raishin"
8689
8830
  },
8831
+ {
8832
+ "id": "rightsize-recommendation",
8833
+ "name": "Rightsize Recommendation",
8834
+ "type": "skill",
8835
+ "provider": "kubernetes",
8836
+ "harnesses": [
8837
+ "codex",
8838
+ "claude-code",
8839
+ "cursor",
8840
+ "gemini",
8841
+ "kiro",
8842
+ "other"
8843
+ ],
8844
+ "summary": "Emit pod CPU and memory request/limit recommendations from user-pasted p50/p95/p99 utilization metrics. Outputs recommended requests at p95 plus 20% headroom, limits at p99 plus 30%, estimated monthly savings, and Karpenter consolidation eligibility. Read-only, no kubectl.",
8845
+ "source_type": "original",
8846
+ "official_docs": [
8847
+ "https://karpenter.sh/docs/",
8848
+ "https://kubernetes.io/docs/tasks/run-application/vertical-pod-autoscaler/",
8849
+ "https://www.opencost.io/docs/"
8850
+ ],
8851
+ "security_notes": "No cluster credentials, kubeconfig, bearer tokens, service account JWTs, or cloud IAM credentials are accepted or required. All calculations are performed on user-supplied metric inputs only. No live cluster or metric API connection is made.",
8852
+ "last_verified": "2026-05-13",
8853
+ "path": "skills/finops/rightsize-recommendation",
8854
+ "author": "github: Raishin",
8855
+ "version": "0.1.2",
8856
+ "lifecycle": "experimental"
8857
+ },
8690
8858
  {
8691
8859
  "id": "scaleway-cost-optimizer",
8692
8860
  "name": "Scaleway Cost Optimizer",
@@ -8735,7 +8903,7 @@
8735
8903
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
8736
8904
  "https://www.scaleway.com/en/developers/api/iam/"
8737
8905
  ],
8738
- "security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. IAM key sprawl \u2014 long-lived keys with broad scopes \u2014 is the top Scaleway access control risk.",
8906
+ "security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. IAM key sprawl long-lived keys with broad scopes is the top Scaleway access control risk.",
8739
8907
  "last_verified": "2026-05-10",
8740
8908
  "path": "skills/scaleway/scaleway-iam-policy-review",
8741
8909
  "author": "github: Raishin",
@@ -8762,7 +8930,7 @@
8762
8930
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_cluster",
8763
8931
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool"
8764
8932
  ],
8765
- "security_notes": "Kapsule control-plane upgrades are irreversible \u2014 no downgrade path exists. CNI choice is immutable after cluster creation. Placement group enforced policy may block instance scheduling under capacity pressure.",
8933
+ "security_notes": "Kapsule control-plane upgrades are irreversible no downgrade path exists. CNI choice is immutable after cluster creation. Placement group enforced policy may block instance scheduling under capacity pressure.",
8766
8934
  "last_verified": "2026-05-10",
8767
8935
  "path": "skills/scaleway/scaleway-kapsule-platform-operator",
8768
8936
  "author": "github: Raishin",
@@ -8790,7 +8958,7 @@
8790
8958
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
8791
8959
  "https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
8792
8960
  ],
8793
- "security_notes": "Kapsule control-plane version upgrades are irreversible \u2014 no downgrade path exists. CNI type is immutable after cluster creation. Node pool deletion evicts all workloads immediately. Hard-stop mandatory when target, approval, or rollback plan is absent or ambiguous.",
8961
+ "security_notes": "Kapsule control-plane version upgrades are irreversible no downgrade path exists. CNI type is immutable after cluster creation. Node pool deletion evicts all workloads immediately. Hard-stop mandatory when target, approval, or rollback plan is absent or ambiguous.",
8794
8962
  "last_verified": "2026-05-10",
8795
8963
  "path": "skills/scaleway/scaleway-live-kapsule-rollout-guard",
8796
8964
  "author": "github: Raishin",
@@ -8843,7 +9011,7 @@
8843
9011
  "https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/vpc",
8844
9012
  "https://www.scaleway.com/en/docs/network/load-balancer/"
8845
9013
  ],
8846
- "security_notes": "Placement group enforced policy may block instance scheduling under zone capacity pressure \u2014 prefer max_availability for production HA. Security groups are zone-scoped; cross-zone traffic must be reviewed for unintended public exposure via flexible IPs.",
9014
+ "security_notes": "Placement group enforced policy may block instance scheduling under zone capacity pressure prefer max_availability for production HA. Security groups are zone-scoped; cross-zone traffic must be reviewed for unintended public exposure via flexible IPs.",
8847
9015
  "last_verified": "2026-05-10",
8848
9016
  "path": "skills/scaleway/scaleway-network-architect",
8849
9017
  "author": "github: Raishin",
@@ -8921,7 +9089,7 @@
8921
9089
  "kiro",
8922
9090
  "other"
8923
9091
  ],
8924
- "summary": "Live-guard skill for Velero backup schedules, restore operations, BackupStorageLocation changes, and volume snapshots \u2014 requiring explicit platform-team sign-off before any mutation.",
9092
+ "summary": "Live-guard skill for Velero backup schedules, restore operations, BackupStorageLocation changes, and volume snapshots requiring explicit platform-team sign-off before any mutation.",
8925
9093
  "source_type": "original",
8926
9094
  "official_docs": [
8927
9095
  "https://velero.io/docs/latest/",
@@ -8930,10 +9098,10 @@
8930
9098
  "https://velero.io/docs/latest/locations/",
8931
9099
  "https://velero.io/docs/latest/hooks/"
8932
9100
  ],
8933
- "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.",
9101
+ "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.",
8934
9102
  "last_verified": "2026-05-02",
8935
9103
  "path": "skills/velero/velero-backup-restore-guard",
8936
9104
  "version": "0.1.0",
8937
9105
  "author": "github: Raishin"
8938
9106
  }
8939
- ]
9107
+ ]