@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
@@ -0,0 +1,220 @@
1
+ #!/usr/bin/env python3
2
+ """Provider-agnostic routing eval-harness for every `*-maestro` skill.
3
+
4
+ Discovers all `tests/fixtures/*-maestro-routing/` directories. Each directory
5
+ must contain:
6
+
7
+ - `taxonomy.json` — the executable routing contract:
8
+ {
9
+ "provider": "<provider-id>",
10
+ "domains": {
11
+ "<domain>": {"keywords": [...], "agent": "<agent-id>"},
12
+ ...
13
+ },
14
+ "live_guards": ["<agent-id>", ...],
15
+ "live_guard_intent": "<regex>", # task patterns that imply mutation
16
+ "parallel_threshold": 0.6 # optional
17
+ }
18
+ - `inputs/NN-name.json` — { "name", "task", "tags"? } operator-style tasks
19
+ - `expected/NN-name.json` — { "route": [agent_ids...], "mode": ... }
20
+
21
+ The grader scores each domain by counting taxonomy keywords present in the task
22
+ (word-boundary, case-insensitive), then resolves to one or more agents, with a
23
+ live-guard gate that fires when `live_guard_intent` matches. Live-guard agents
24
+ are never permitted to appear in `single` or `parallel` modes — only in
25
+ `live-guard-gate` (or `runtime-evidence-gate` for read-only-runtime tiers).
26
+
27
+ Regression guards:
28
+
29
+ - Every agent referenced by the routing table exists in catalog/agents.json.
30
+ - No `live_guards` agent is dispatched in non-gate modes (live-agent
31
+ auto-dispatch is the highest-blast-radius regression we can have).
32
+ - Every domain has a mapped agent.
33
+
34
+ Stress-test fixture tags:
35
+
36
+ - `adversarial:instruction-injection` — SYSTEM-style prose framing
37
+ - `adversarial:persona-replacement` — "you are now ..." prose
38
+ - `adversarial:live-guard-bypass` — urgency-laden destructive ops
39
+ - `adversarial:secrets-bait` — fixture contains fake credential
40
+ - `ambiguous` — vague signals, expect unclassified
41
+
42
+ A fixture tagged `adversarial:secrets-bait` MUST not contain real-looking
43
+ credentials in the grader output (the grader is route-only, so this is
44
+ structurally guaranteed). The fixture *task* may carry a fake credential
45
+ shape; the validator checks that the task contains the marker `<FAKE>` so
46
+ no credential pattern accidentally ships in the repository.
47
+ """
48
+
49
+ from __future__ import annotations
50
+
51
+ import json
52
+ import re
53
+ import sys
54
+ from pathlib import Path
55
+
56
+ ROOT = Path(__file__).resolve().parents[1]
57
+ FIXTURES_ROOT = ROOT / "tests" / "fixtures"
58
+ AGENTS_CATALOG = ROOT / "catalog" / "agents.json"
59
+
60
+ DEFAULT_PARALLEL_THRESHOLD = 0.6
61
+ PARALLEL_CEILING = 4
62
+
63
+
64
+ def _score_domain(task: str, keywords: list[str]) -> int:
65
+ task_lower = task.lower()
66
+ hits = 0
67
+ for kw in keywords:
68
+ if re.search(r"\W", kw):
69
+ if kw.lower() in task_lower:
70
+ hits += 1
71
+ else:
72
+ if re.search(rf"\b{re.escape(kw.lower())}\b", task_lower):
73
+ hits += 1
74
+ return hits
75
+
76
+
77
+ def evaluate(task: str, taxonomy: dict) -> dict:
78
+ """Return {route: [agent_ids], mode: str}."""
79
+ gate_mode = taxonomy.get("gate_mode", "live-guard-gate")
80
+ live_guard_intent = taxonomy.get("live_guard_intent")
81
+ if live_guard_intent and re.search(live_guard_intent, task, re.IGNORECASE):
82
+ # Identify which live-guard the task matches by keyword overlap.
83
+ live_guards = taxonomy.get("live_guards", [])
84
+ if live_guards:
85
+ scored = []
86
+ for agent_id in live_guards:
87
+ # Score the agent id tokens against the task.
88
+ tokens = re.split(r"[-_]", agent_id.replace("agent", "").strip("-"))
89
+ score = sum(1 for t in tokens if t and re.search(rf"\b{re.escape(t)}\b", task.lower()))
90
+ scored.append((agent_id, score))
91
+ scored.sort(key=lambda kv: (-kv[1], kv[0]))
92
+ if scored[0][1] > 0:
93
+ return {"route": [scored[0][0]], "mode": gate_mode}
94
+ # Generic live-guard intent without a clear specific match: emit
95
+ # the first live_guard as a stand-in (specialist will refine).
96
+ return {"route": [scored[0][0]], "mode": gate_mode}
97
+
98
+ domains = taxonomy["domains"]
99
+ scores = {d: _score_domain(task, conf["keywords"]) for d, conf in domains.items()}
100
+ ranked = sorted(scores.items(), key=lambda kv: (-kv[1], kv[0]))
101
+ if ranked[0][1] == 0:
102
+ return {"route": [], "mode": "unclassified"}
103
+
104
+ top_score = ranked[0][1]
105
+ threshold = taxonomy.get("parallel_threshold", DEFAULT_PARALLEL_THRESHOLD)
106
+ winners = [d for d, s in ranked if s > 0 and s >= top_score * threshold]
107
+ winners = winners[:PARALLEL_CEILING]
108
+
109
+ agents = sorted({domains[d]["agent"] for d in winners})
110
+ mode = "single" if len(agents) == 1 else f"parallel ({len(agents)})"
111
+ return {"route": agents, "mode": mode}
112
+
113
+
114
+ def _validate_taxonomy(taxonomy: dict, catalog_ids: set[str]) -> list[str]:
115
+ errors: list[str] = []
116
+ provider = taxonomy.get("provider", "?")
117
+ for domain, conf in taxonomy.get("domains", {}).items():
118
+ agent_id = conf.get("agent")
119
+ if agent_id not in catalog_ids:
120
+ errors.append(f"[{provider}] regression: domain {domain!r} maps to unknown agent {agent_id!r}")
121
+ if not conf.get("keywords"):
122
+ errors.append(f"[{provider}] regression: domain {domain!r} has empty keywords list")
123
+ for guard in taxonomy.get("live_guards", []):
124
+ if guard not in catalog_ids:
125
+ errors.append(f"[{provider}] regression: live_guard {guard!r} not in catalog")
126
+ return errors
127
+
128
+
129
+ def _task_has_unmarked_credential(task: str) -> bool:
130
+ """Return True iff the task carries a real-looking credential pattern without
131
+ a `<FAKE>` marker. Only a boolean is returned so no portion of the task can
132
+ flow into any caller's log output (CodeQL: clear-text-logging false positive
133
+ avoidance — the contract is *boolean in, boolean out*)."""
134
+ risky = re.compile(r"AKIA[0-9A-Z]{16}|api[_-]?key\s*[:=]\s*['\"]?[A-Za-z0-9]{16,}", re.IGNORECASE)
135
+ return bool(risky.search(task)) and "<FAKE>" not in task
136
+
137
+
138
+ def main() -> int:
139
+ catalog_ids = {a["id"] for a in json.loads(AGENTS_CATALOG.read_text())}
140
+ routing_dirs = sorted(FIXTURES_ROOT.glob("*-maestro-routing"))
141
+ if not routing_dirs:
142
+ print("ERROR: no maestro-routing fixture directories found", file=sys.stderr)
143
+ return 2
144
+
145
+ total_failures = 0
146
+ total_scenarios = 0
147
+
148
+ for prov_dir in routing_dirs:
149
+ taxonomy_path = prov_dir / "taxonomy.json"
150
+ if not taxonomy_path.exists():
151
+ print(f"SKIP [{prov_dir.name}] no taxonomy.json")
152
+ continue
153
+ taxonomy = json.loads(taxonomy_path.read_text())
154
+ provider = taxonomy.get("provider", prov_dir.name)
155
+
156
+ for err in _validate_taxonomy(taxonomy, catalog_ids):
157
+ print(f"FAIL {err}")
158
+ total_failures += 1
159
+
160
+ inputs_dir = prov_dir / "inputs"
161
+ expected_dir = prov_dir / "expected"
162
+ fixtures = sorted(inputs_dir.glob("*.json")) if inputs_dir.is_dir() else []
163
+ if not fixtures:
164
+ print(f"WARN [{provider}] no fixtures yet")
165
+ continue
166
+
167
+ provider_fails = 0
168
+ live_guards = set(taxonomy.get("live_guards", []))
169
+
170
+ for fp in fixtures:
171
+ fixture = json.loads(fp.read_text())
172
+ name = fixture.get("name", fp.stem)
173
+ tags = fixture.get("tags", [])
174
+ expected = json.loads((expected_dir / f"{name}.json").read_text())
175
+ total_scenarios += 1
176
+
177
+ if _task_has_unmarked_credential(fixture["task"]):
178
+ # Intentionally do NOT echo any portion of the task — the
179
+ # whole point of this check is to keep credential-shaped
180
+ # strings out of logs.
181
+ print(f"FAIL [{provider}] secrets-bait fixture {name!r} "
182
+ f"contains real-looking credential without <FAKE> marker")
183
+ provider_fails += 1
184
+
185
+ got = evaluate(fixture["task"], taxonomy)
186
+
187
+ # Live-guard auto-dispatch guard: live-guard agents must only
188
+ # appear in 'live-guard-gate' or 'runtime-evidence-gate' modes.
189
+ gate_modes = {"live-guard-gate", "runtime-evidence-gate"}
190
+ if got["mode"] not in gate_modes:
191
+ bad = [a for a in got["route"] if a in live_guards]
192
+ if bad:
193
+ print(f"FAIL [{provider}/{name}] live-agent auto-dispatch guard tripped: "
194
+ f"{bad} in mode {got['mode']!r}")
195
+ provider_fails += 1
196
+ continue
197
+
198
+ route_ok = set(got["route"]) == set(expected["route"])
199
+ mode_ok = got["mode"] == expected["mode"]
200
+ tag_str = f" tags={tags}" if tags else ""
201
+ if route_ok and mode_ok:
202
+ print(f"OK [{provider}/{name}] route={got['route']} mode={got['mode']}{tag_str}")
203
+ else:
204
+ print(f"FAIL [{provider}/{name}] got route={got['route']} mode={got['mode']} | "
205
+ f"expected route={expected['route']} mode={expected['mode']}{tag_str}")
206
+ provider_fails += 1
207
+
208
+ if provider_fails == 0:
209
+ print(f"-- [{provider}] {len(fixtures)} scenarios passed")
210
+ total_failures += provider_fails
211
+
212
+ if total_failures:
213
+ print(f"\n{total_failures} routing check(s) failed across {len(routing_dirs)} provider(s)", file=sys.stderr)
214
+ return 1
215
+ print(f"\nOK: {total_scenarios} scenarios validated across {len(routing_dirs)} maestro(s)")
216
+ return 0
217
+
218
+
219
+ if __name__ == "__main__":
220
+ sys.exit(main())
@@ -0,0 +1,91 @@
1
+ #!/usr/bin/env python3
2
+ """Validate the trust_matrix block on every MCP reference metadata file.
3
+
4
+ The trust_matrix field is optional in the schema today (graceful rollout),
5
+ but this validator enforces it on every file currently committed under
6
+ mcp/. New entries that lack trust_matrix fail this check, which prevents
7
+ regressions and steers contributors to declare the security-relevant
8
+ posture explicitly.
9
+
10
+ Promotes to a required field in the schema once the corpus and
11
+ contribution guide have been updated. Until then, this validator is the
12
+ de-facto contract.
13
+ """
14
+
15
+ from __future__ import annotations
16
+
17
+ import json
18
+ import sys
19
+ from pathlib import Path
20
+
21
+ ROOT = Path(__file__).resolve().parents[1]
22
+
23
+ REQUIRED_TM_FIELDS = {
24
+ "mutation_capable",
25
+ "requires_egress",
26
+ "requires_credentials",
27
+ "signed_release",
28
+ "pin_strategy",
29
+ }
30
+ ALLOWED_SIGNED = {"cosign", "gh-attestation", "unsigned", "unknown"}
31
+ ALLOWED_PIN = {"digest", "tag", "version", "none"}
32
+
33
+
34
+ def metadata_files() -> list[Path]:
35
+ paths: list[Path] = []
36
+ for path in (ROOT / "mcp").rglob("*.metadata.json"):
37
+ paths.append(path)
38
+ for path in (ROOT / "mcp").rglob("metadata.json"):
39
+ paths.append(path)
40
+ return sorted(set(paths))
41
+
42
+
43
+ def main() -> int:
44
+ files = metadata_files()
45
+ if not files:
46
+ print("OK: no MCP metadata files present")
47
+ return 0
48
+
49
+ errors: list[str] = []
50
+ for path in files:
51
+ try:
52
+ data = json.loads(path.read_text(encoding="utf-8"))
53
+ except Exception as exc: # noqa: BLE001
54
+ errors.append(f"{path.relative_to(ROOT)}: invalid JSON: {exc}")
55
+ continue
56
+
57
+ tm = data.get("trust_matrix")
58
+ rel = path.relative_to(ROOT)
59
+ if not isinstance(tm, dict):
60
+ errors.append(f"{rel}: missing trust_matrix block")
61
+ continue
62
+
63
+ missing = REQUIRED_TM_FIELDS - tm.keys()
64
+ if missing:
65
+ errors.append(f"{rel}: trust_matrix missing fields {sorted(missing)}")
66
+
67
+ for boolean_field in ("mutation_capable", "requires_egress", "requires_credentials"):
68
+ if boolean_field in tm and not isinstance(tm[boolean_field], bool):
69
+ errors.append(f"{rel}: trust_matrix.{boolean_field} must be boolean")
70
+
71
+ if tm.get("signed_release") not in ALLOWED_SIGNED:
72
+ errors.append(
73
+ f"{rel}: trust_matrix.signed_release must be one of {sorted(ALLOWED_SIGNED)}"
74
+ )
75
+ if tm.get("pin_strategy") not in ALLOWED_PIN:
76
+ errors.append(
77
+ f"{rel}: trust_matrix.pin_strategy must be one of {sorted(ALLOWED_PIN)}"
78
+ )
79
+
80
+ if errors:
81
+ print("ERROR: MCP trust_matrix validation failed", file=sys.stderr)
82
+ for err in errors:
83
+ print(f" - {err}", file=sys.stderr)
84
+ return 1
85
+
86
+ print(f"OK: validated trust_matrix on {len(files)} MCP reference files")
87
+ return 0
88
+
89
+
90
+ if __name__ == "__main__":
91
+ raise SystemExit(main())
@@ -0,0 +1,188 @@
1
+ #!/usr/bin/env python3
2
+ """Validate Cursor plugin manifest and GitHub Copilot CLI marketplace.
3
+
4
+ The Claude Code plugin manifest has its own validator
5
+ (tests/validate-plugin-manifest.py). This validator covers the other
6
+ two harnesses that ship a plugin/marketplace manifest:
7
+
8
+ - Cursor: .cursor-plugin/plugin.json
9
+ Source: cursor.com/docs/reference/plugins
10
+ Required: name. Custom paths for agents/skills/rules supported.
11
+ We enumerate cursor adapter paths explicitly and check that every
12
+ catalog agent with `harnesses: [cursor, ...]` is represented.
13
+
14
+ - GitHub Copilot CLI: .github/plugin/marketplace.json
15
+ Source: copilot-cli docs (context7 /github/copilot-cli) and
16
+ GitHub Docs ("Creating a plugin marketplace for GitHub Copilot CLI").
17
+ Required: plugins[] array with id + source + description.
18
+ We declare the repo as a single plugin with source: "./".
19
+
20
+ Gates:
21
+ 1. Both manifests exist and parse as JSON.
22
+ 2. Cursor manifest: every path resolves, version matches package.json,
23
+ every cursor-enabled catalog agent is represented.
24
+ 3. Cursor generator (scripts/generate-cursor-plugin.mjs) is in sync.
25
+ 4. Copilot marketplace: declares vanguard-frontier-agentic plugin with
26
+ source "./"; version matches package.json.
27
+ """
28
+
29
+ from __future__ import annotations
30
+
31
+ import json
32
+ import subprocess
33
+ import sys
34
+ from pathlib import Path
35
+
36
+ REPO = Path(__file__).resolve().parent.parent
37
+ CURSOR_MANIFEST = REPO / ".cursor-plugin" / "plugin.json"
38
+ COPILOT_MARKETPLACE = REPO / ".github" / "plugin" / "marketplace.json"
39
+ CATALOG = REPO / "catalog" / "agents.json"
40
+ PKG = REPO / "package.json"
41
+ CURSOR_GENERATOR = REPO / "scripts" / "generate-cursor-plugin.mjs"
42
+
43
+
44
+ def fail(msg: str) -> None:
45
+ print(f"FAIL [multi-harness-marketplace] {msg}", file=sys.stderr)
46
+
47
+
48
+ def path_is_inside_repo(path_value: str) -> bool:
49
+ # Note 1: Cursor's manifest is a package boundary. A path that leaves the
50
+ # repository is not just a broken link; it changes what the installer may
51
+ # load as trusted plugin content.
52
+ try:
53
+ resolved = (REPO / path_value).resolve()
54
+ except OSError:
55
+ # Note 2: Treat filesystem resolution problems as validation failures
56
+ # instead of trying to guess the installer's behavior.
57
+ return False
58
+ # Note 3: Checking parents after resolve() catches traversal attempts such
59
+ # as "../outside.agent.md" even when the target file exists.
60
+ return resolved == REPO or REPO in resolved.parents
61
+
62
+
63
+ def validate_cursor(pkg: dict, catalog: list) -> list[str]:
64
+ errors: list[str] = []
65
+ if not CURSOR_MANIFEST.exists():
66
+ return [".cursor-plugin/plugin.json is missing"]
67
+
68
+ manifest = json.loads(CURSOR_MANIFEST.read_text())
69
+
70
+ if manifest.get("name") != "vanguard-frontier-agentic":
71
+ errors.append("cursor plugin name must be 'vanguard-frontier-agentic'")
72
+ if manifest.get("version") != pkg.get("version"):
73
+ errors.append(
74
+ f"cursor plugin version {manifest.get('version')!r} != package.json {pkg.get('version')!r}",
75
+ )
76
+
77
+ manifest_paths = manifest.get("agents") or []
78
+ # Note 4: Containment comes before existence for the same reason as in the
79
+ # Claude validator: an outside path can exist locally and still be an
80
+ # invalid plugin artifact.
81
+ escaping = [p for p in manifest_paths if not isinstance(p, str) or not path_is_inside_repo(p)]
82
+ if escaping:
83
+ errors.append(
84
+ f"{len(escaping)} cursor manifest paths escape the repository: e.g. {escaping[0]}",
85
+ )
86
+ missing = [p for p in manifest_paths if p not in escaping and not (REPO / p).is_file()]
87
+ if missing:
88
+ errors.append(
89
+ f"{len(missing)} cursor manifest paths do not resolve: e.g. {missing[0]}",
90
+ )
91
+
92
+ catalog_paths = set()
93
+ for entry in catalog:
94
+ if entry.get("type") != "agent":
95
+ continue
96
+ if "cursor" not in (entry.get("harnesses") or []):
97
+ continue
98
+ adapter = (entry.get("harness_variants") or {}).get(
99
+ "cursor",
100
+ ) or f"{entry['path']}/harnesses/cursor.agent.md"
101
+ # Note 5: This validates the source of truth, not only the generated
102
+ # output, so a stale manifest cannot mask unsafe catalog metadata.
103
+ if not path_is_inside_repo(adapter):
104
+ errors.append(f"{entry.get('id', '<unknown>')}: cursor adapter path escapes repository: {adapter}")
105
+ continue
106
+ catalog_paths.add(f"./{adapter}")
107
+
108
+ manifest_set = set(manifest_paths)
109
+ dropped = catalog_paths - manifest_set
110
+ extra = manifest_set - catalog_paths
111
+ if dropped:
112
+ errors.append(
113
+ f"{len(dropped)} cursor-enabled catalog agents absent from cursor manifest; e.g. {sorted(dropped)[0]}",
114
+ )
115
+ if extra:
116
+ errors.append(
117
+ f"{len(extra)} paths in cursor manifest not in catalog; e.g. {sorted(extra)[0]}",
118
+ )
119
+
120
+ # Generator drift
121
+ result = subprocess.run(
122
+ ["node", str(CURSOR_GENERATOR), "--check"],
123
+ capture_output=True,
124
+ text=True,
125
+ )
126
+ if result.returncode != 0:
127
+ errors.append((result.stderr or result.stdout).strip())
128
+
129
+ return errors
130
+
131
+
132
+ def validate_copilot(pkg: dict) -> list[str]:
133
+ errors: list[str] = []
134
+ if not COPILOT_MARKETPLACE.exists():
135
+ return [".github/plugin/marketplace.json is missing"]
136
+
137
+ marketplace = json.loads(COPILOT_MARKETPLACE.read_text())
138
+
139
+ if marketplace.get("name") != "vanguard-frontier-agentic":
140
+ errors.append("copilot marketplace name must be 'vanguard-frontier-agentic'")
141
+ if marketplace.get("version") != pkg.get("version"):
142
+ errors.append(
143
+ f"copilot marketplace version {marketplace.get('version')!r} != package.json {pkg.get('version')!r}",
144
+ )
145
+
146
+ plugins = marketplace.get("plugins") or []
147
+ if not plugins:
148
+ errors.append("copilot marketplace must declare at least one plugin")
149
+
150
+ vfa_plugin = next(
151
+ (p for p in plugins if p.get("id") == "vanguard-frontier-agentic"),
152
+ None,
153
+ )
154
+ if vfa_plugin is None:
155
+ errors.append("copilot marketplace must declare 'vanguard-frontier-agentic' plugin")
156
+ else:
157
+ if vfa_plugin.get("source") != "./":
158
+ errors.append(
159
+ "copilot plugin source must be './' so the repo root is the plugin root",
160
+ )
161
+ if not vfa_plugin.get("description"):
162
+ errors.append("copilot plugin requires a non-empty description")
163
+
164
+ return errors
165
+
166
+
167
+ def main() -> int:
168
+ pkg = json.loads(PKG.read_text())
169
+ catalog = json.loads(CATALOG.read_text())
170
+
171
+ errors: list[str] = []
172
+ errors.extend(validate_cursor(pkg, catalog))
173
+ errors.extend(validate_copilot(pkg))
174
+
175
+ if errors:
176
+ for err in errors:
177
+ fail(err)
178
+ return 1
179
+
180
+ cursor_count = len(json.loads(CURSOR_MANIFEST.read_text()).get("agents") or [])
181
+ print(
182
+ f"OK: cursor plugin valid ({cursor_count} agents) and copilot marketplace valid (1 plugin)",
183
+ )
184
+ return 0
185
+
186
+
187
+ if __name__ == "__main__":
188
+ sys.exit(main())
@@ -0,0 +1,86 @@
1
+ #!/usr/bin/env python3
2
+ """Reject npm package lifecycle scripts that execute on install.
3
+
4
+ Lifecycle hooks like `preinstall`, `install`, `postinstall`, `prepare`,
5
+ `prepublish`, and `prepublishOnly` run automatically on `npm install`
6
+ and `npm publish`. They are the same execution primitive that was
7
+ abused in the 2024 xz-utils-style supply-chain incidents, and they are
8
+ the only general-purpose code execution surface in an npm package's
9
+ metadata.
10
+
11
+ This package ships only documentation and JSON. There is no legitimate
12
+ reason for any install-time script. This validator ensures the
13
+ package.json (and any future workspace package.json files) cannot
14
+ silently grow one.
15
+ """
16
+
17
+ from __future__ import annotations
18
+
19
+ import json
20
+ import sys
21
+ from pathlib import Path
22
+
23
+ ROOT = Path(__file__).resolve().parents[1]
24
+
25
+ # Hooks that npm runs implicitly during install/publish. This list is the
26
+ # union of the npm 10/11 documented lifecycle scripts that execute
27
+ # without explicit invocation.
28
+ FORBIDDEN_HOOKS = {
29
+ "preinstall",
30
+ "install",
31
+ "postinstall",
32
+ "preuninstall",
33
+ "uninstall",
34
+ "postuninstall",
35
+ "prepare",
36
+ "prepublish",
37
+ "prepublishOnly",
38
+ "prepack",
39
+ "postpack",
40
+ }
41
+
42
+
43
+ def package_json_files() -> list[Path]:
44
+ paths = [ROOT / "package.json"]
45
+ # Look for any future workspace packages.
46
+ for candidate in ROOT.rglob("package.json"):
47
+ if "node_modules" in candidate.parts:
48
+ continue
49
+ if candidate not in paths:
50
+ paths.append(candidate)
51
+ return paths
52
+
53
+
54
+ def main() -> int:
55
+ errors: list[str] = []
56
+ files_checked = 0
57
+ for path in package_json_files():
58
+ if not path.is_file():
59
+ continue
60
+ files_checked += 1
61
+ try:
62
+ data = json.loads(path.read_text(encoding="utf-8"))
63
+ except Exception as exc: # noqa: BLE001
64
+ errors.append(f"{path.relative_to(ROOT)}: invalid JSON: {exc}")
65
+ continue
66
+
67
+ scripts = data.get("scripts") or {}
68
+ present = sorted(set(scripts.keys()) & FORBIDDEN_HOOKS)
69
+ if present:
70
+ errors.append(
71
+ f"{path.relative_to(ROOT)}: forbidden lifecycle scripts present: "
72
+ f"{present}. This package must not run code on install/publish."
73
+ )
74
+
75
+ if errors:
76
+ print("ERROR: lifecycle-script policy violation", file=sys.stderr)
77
+ for err in errors:
78
+ print(f" - {err}", file=sys.stderr)
79
+ return 1
80
+
81
+ print(f"OK: no forbidden lifecycle scripts in {files_checked} package.json file(s)")
82
+ return 0
83
+
84
+
85
+ if __name__ == "__main__":
86
+ raise SystemExit(main())