@raishin/vanguard-frontier-agentic 1.7.1 → 1.9.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 (279) hide show
  1. package/.agents/plugins/README.md +87 -0
  2. package/.agents/plugins/marketplace.json +32 -0
  3. package/.claude-plugin/README.md +60 -0
  4. package/.claude-plugin/marketplace.json +29 -0
  5. package/.claude-plugin/plugin.json +365 -0
  6. package/.cursor-plugin/README.md +51 -0
  7. package/.cursor-plugin/plugin.json +364 -0
  8. package/.github/plugin/README.md +64 -0
  9. package/.github/plugin/marketplace.json +17 -0
  10. package/README.md +301 -3
  11. package/agents/alibaba/README.md +17 -0
  12. package/agents/contabo/contabo-capacity-planner-agent/metadata.json +15 -4
  13. package/agents/contabo/contabo-cost-optimization-analyst-agent/metadata.json +15 -4
  14. package/agents/contabo/contabo-live-instance-lifecycle-guard-agent/metadata.json +15 -4
  15. package/agents/contabo/contabo-live-storage-operations-guard-agent/metadata.json +15 -4
  16. package/agents/contabo/contabo-maestro-agent/metadata.json +15 -4
  17. package/agents/contabo/contabo-security-hardening-agent/metadata.json +15 -4
  18. package/agents/finops/AGENTS.md +19 -9
  19. package/agents/finops/README.md +75 -5
  20. package/agents/finops/finops-ai-economist-agent/AGENT.md +71 -0
  21. package/agents/finops/finops-ai-economist-agent/PERMISSIONS.md +138 -0
  22. package/agents/finops/finops-ai-economist-agent/README.md +27 -0
  23. package/agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md +50 -0
  24. package/agents/finops/finops-ai-economist-agent/harnesses/codex.toml +40 -0
  25. package/agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md +58 -0
  26. package/agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md +50 -0
  27. package/agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md +50 -0
  28. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json +1 -0
  29. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md +50 -0
  30. package/agents/finops/finops-ai-economist-agent/metadata.json +45 -0
  31. package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +4 -3
  32. package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +46 -0
  33. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +2 -2
  34. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +3 -3
  35. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +2 -2
  36. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +2 -2
  37. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +2 -2
  38. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -1
  39. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +2 -2
  40. package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +14 -5
  41. package/agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md +102 -0
  42. package/agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md +143 -0
  43. package/agents/finops/finops-kubernetes-rightsizer-agent/README.md +37 -0
  44. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md +46 -0
  45. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml +47 -0
  46. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md +54 -0
  47. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md +46 -0
  48. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md +46 -0
  49. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json +1 -0
  50. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md +46 -0
  51. package/agents/finops/finops-kubernetes-rightsizer-agent/metadata.json +46 -0
  52. package/agents/finops/finops-maestro-agent/AGENT.md +61 -0
  53. package/agents/finops/finops-maestro-agent/PERMISSIONS.md +64 -0
  54. package/agents/finops/finops-maestro-agent/README.md +52 -0
  55. package/agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md +42 -0
  56. package/agents/finops/finops-maestro-agent/harnesses/codex.toml +34 -0
  57. package/agents/finops/finops-maestro-agent/harnesses/copilot.agent.md +49 -0
  58. package/agents/finops/finops-maestro-agent/harnesses/cursor.agent.md +42 -0
  59. package/agents/finops/finops-maestro-agent/harnesses/gemini.agent.md +42 -0
  60. package/agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  61. package/agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md +42 -0
  62. package/agents/finops/finops-maestro-agent/metadata.json +38 -0
  63. package/agents/hetzner/hetzner-capacity-planner-agent/metadata.json +15 -4
  64. package/agents/hetzner/hetzner-cost-optimization-analyst-agent/metadata.json +15 -4
  65. package/agents/hetzner/hetzner-infrastructure-reviewer-agent/metadata.json +15 -4
  66. package/agents/hetzner/hetzner-live-firewall-rule-guard-agent/metadata.json +15 -4
  67. package/agents/hetzner/hetzner-live-server-lifecycle-guard-agent/metadata.json +15 -4
  68. package/agents/hetzner/hetzner-maestro-agent/metadata.json +15 -4
  69. package/agents/huawei/README.md +17 -0
  70. package/agents/nvidia/README.md +53 -0
  71. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/AGENT.md +51 -0
  72. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
  73. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/codex.toml +26 -0
  74. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
  75. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
  76. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
  77. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
  78. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
  79. package/agents/nvidia/nvidia-agentic-ai-platform-review-agent/metadata.json +42 -0
  80. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/AGENT.md +51 -0
  81. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/claude-code.agent.md +28 -0
  82. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/codex.toml +26 -0
  83. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/copilot.agent.md +28 -0
  84. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/cursor.agent.md +28 -0
  85. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/gemini.agent.md +28 -0
  86. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-cli.agent.json +18 -0
  87. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/harnesses/kiro-ide.agent.md +28 -0
  88. package/agents/nvidia/nvidia-ai-infrastructure-operations-agent/metadata.json +42 -0
  89. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/AGENT.md +51 -0
  90. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/claude-code.agent.md +28 -0
  91. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/codex.toml +26 -0
  92. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/copilot.agent.md +28 -0
  93. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/cursor.agent.md +28 -0
  94. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/gemini.agent.md +28 -0
  95. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-cli.agent.json +18 -0
  96. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/harnesses/kiro-ide.agent.md +28 -0
  97. package/agents/nvidia/nvidia-ai-networking-fabric-review-agent/metadata.json +42 -0
  98. package/agents/nvidia/nvidia-ai-operations-day2-agent/AGENT.md +51 -0
  99. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/claude-code.agent.md +28 -0
  100. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/codex.toml +26 -0
  101. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/copilot.agent.md +28 -0
  102. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/cursor.agent.md +28 -0
  103. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/gemini.agent.md +28 -0
  104. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-cli.agent.json +18 -0
  105. package/agents/nvidia/nvidia-ai-operations-day2-agent/harnesses/kiro-ide.agent.md +28 -0
  106. package/agents/nvidia/nvidia-ai-operations-day2-agent/metadata.json +42 -0
  107. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/AGENT.md +53 -0
  108. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/claude-code.agent.md +30 -0
  109. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/codex.toml +27 -0
  110. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/copilot.agent.md +30 -0
  111. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/cursor.agent.md +30 -0
  112. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/gemini.agent.md +30 -0
  113. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-cli.agent.json +20 -0
  114. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/harnesses/kiro-ide.agent.md +30 -0
  115. package/agents/nvidia/nvidia-cuda-kernel-performance-review-agent/metadata.json +40 -0
  116. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/AGENT.md +51 -0
  117. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/claude-code.agent.md +28 -0
  118. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/codex.toml +26 -0
  119. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/copilot.agent.md +28 -0
  120. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/cursor.agent.md +28 -0
  121. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/gemini.agent.md +28 -0
  122. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-cli.agent.json +18 -0
  123. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/harnesses/kiro-ide.agent.md +28 -0
  124. package/agents/nvidia/nvidia-generative-ai-platform-review-agent/metadata.json +42 -0
  125. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/AGENT.md +51 -0
  126. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/claude-code.agent.md +28 -0
  127. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/codex.toml +26 -0
  128. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/copilot.agent.md +28 -0
  129. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/cursor.agent.md +28 -0
  130. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/gemini.agent.md +28 -0
  131. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-cli.agent.json +18 -0
  132. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/harnesses/kiro-ide.agent.md +28 -0
  133. package/agents/nvidia/nvidia-gpu-operator-kubernetes-hardening-agent/metadata.json +42 -0
  134. package/agents/nvidia/nvidia-maestro-agent/AGENT.md +55 -0
  135. package/agents/nvidia/nvidia-maestro-agent/harnesses/claude-code.agent.md +38 -0
  136. package/agents/nvidia/nvidia-maestro-agent/harnesses/codex.toml +34 -0
  137. package/agents/nvidia/nvidia-maestro-agent/harnesses/copilot.agent.md +52 -0
  138. package/agents/nvidia/nvidia-maestro-agent/harnesses/cursor.agent.md +40 -0
  139. package/agents/nvidia/nvidia-maestro-agent/harnesses/gemini.agent.md +39 -0
  140. package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  141. package/agents/nvidia/nvidia-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
  142. package/agents/nvidia/nvidia-maestro-agent/metadata.json +40 -0
  143. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/AGENT.md +78 -0
  144. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/claude-code.agent.md +37 -0
  145. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/harnesses/cursor.agent.md +37 -0
  146. package/agents/nvidia/nvidia-model-promotion-gatekeeper-agent/metadata.json +35 -0
  147. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/AGENT.md +51 -0
  148. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/claude-code.agent.md +28 -0
  149. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/codex.toml +26 -0
  150. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/copilot.agent.md +28 -0
  151. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/cursor.agent.md +28 -0
  152. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/gemini.agent.md +28 -0
  153. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-cli.agent.json +18 -0
  154. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/harnesses/kiro-ide.agent.md +28 -0
  155. package/agents/nvidia/nvidia-ngc-nim-supply-chain-governor-agent/metadata.json +42 -0
  156. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/AGENT.md +53 -0
  157. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/claude-code.agent.md +30 -0
  158. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/codex.toml +27 -0
  159. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/copilot.agent.md +30 -0
  160. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/cursor.agent.md +30 -0
  161. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/gemini.agent.md +30 -0
  162. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-cli.agent.json +20 -0
  163. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/harnesses/kiro-ide.agent.md +30 -0
  164. package/agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/metadata.json +40 -0
  165. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/AGENT.md +53 -0
  166. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/claude-code.agent.md +30 -0
  167. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/codex.toml +27 -0
  168. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/copilot.agent.md +30 -0
  169. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/cursor.agent.md +30 -0
  170. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/gemini.agent.md +30 -0
  171. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-cli.agent.json +20 -0
  172. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/harnesses/kiro-ide.agent.md +30 -0
  173. package/agents/nvidia/nvidia-triton-inference-serving-review-agent/metadata.json +40 -0
  174. package/catalog/agents.json +707 -29
  175. package/catalog/asset-integrity.json +20301 -0
  176. package/catalog/install-roles.json +215 -39
  177. package/catalog/skill-manifest.json +456 -13
  178. package/catalog/skills.json +554 -6
  179. package/mcp/official/aws-mcp-servers.metadata.json +16 -2
  180. package/mcp/official/azure-mcp-server.metadata.json +16 -2
  181. package/mcp/official/oracle-mcp-servers.metadata.json +16 -2
  182. package/package.json +27 -4
  183. package/plugins/cross-platform-agent-template/.codex-plugin/plugin.json +0 -1
  184. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +46 -0
  185. package/powers/README.md +104 -0
  186. package/powers/vanguard-alibaba/POWER.md +47 -0
  187. package/powers/vanguard-aws/POWER.md +46 -0
  188. package/powers/vanguard-azure/POWER.md +48 -0
  189. package/powers/vanguard-contabo/POWER.md +42 -0
  190. package/powers/vanguard-gcp/POWER.md +47 -0
  191. package/powers/vanguard-hetzner/POWER.md +42 -0
  192. package/powers/vanguard-huawei/POWER.md +47 -0
  193. package/powers/vanguard-ionos/POWER.md +41 -0
  194. package/powers/vanguard-kubernetes/POWER.md +48 -0
  195. package/powers/vanguard-nvidia/POWER.md +42 -0
  196. package/powers/vanguard-oci/POWER.md +48 -0
  197. package/powers/vanguard-ovhcloud/POWER.md +41 -0
  198. package/powers/vanguard-scaleway/POWER.md +41 -0
  199. package/powers/vanguard-terraform/POWER.md +42 -0
  200. package/schemas/agent.schema.json +13 -0
  201. package/schemas/attestation.schema.json +157 -0
  202. package/schemas/mcp-reference.schema.json +36 -0
  203. package/schemas/skill.frontmatter.schema.json +42 -1
  204. package/scripts/export-marketplace-agents.mjs +81 -7
  205. package/scripts/generate-cursor-plugin.mjs +130 -0
  206. package/scripts/generate-kiro-powers.mjs +324 -0
  207. package/scripts/generate-plugin-manifest.mjs +151 -0
  208. package/scripts/release-prepare.mjs +88 -0
  209. package/skills/claude/README.md +7 -0
  210. package/skills/claude/add-educational-comments/SKILL.md +138 -0
  211. package/skills/claude/add-educational-comments/metadata.json +26 -0
  212. package/skills/finops/README.md +60 -9
  213. package/skills/finops/carbon-cost-pair/README.md +25 -0
  214. package/skills/finops/carbon-cost-pair/SKILL.md +96 -0
  215. package/skills/finops/carbon-cost-pair/metadata.json +27 -0
  216. package/skills/finops/carbon-cost-pair/references/methodology.md +78 -0
  217. package/skills/finops/carbon-cost-pair/references/sources.md +103 -0
  218. package/skills/finops/fetch-foundation-model-pricing/README.md +25 -0
  219. package/skills/finops/fetch-foundation-model-pricing/SKILL.md +85 -0
  220. package/skills/finops/fetch-foundation-model-pricing/metadata.json +30 -0
  221. package/skills/finops/fetch-foundation-model-pricing/references/providers.md +88 -0
  222. package/skills/finops/fetch-foundation-model-pricing/references/token-economics.md +94 -0
  223. package/skills/finops/finops-cloud-price-advisor/SKILL.md +25 -16
  224. package/skills/finops/finops-cloud-price-advisor/metadata.json +11 -5
  225. package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +73 -0
  226. package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +106 -7
  227. package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +71 -0
  228. package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +299 -10
  229. package/skills/finops/finops-cloud-price-advisor/references/provider-fallbacks.md +400 -0
  230. package/skills/finops/finops-maestro/README.md +27 -0
  231. package/skills/finops/finops-maestro/SKILL.md +49 -0
  232. package/skills/finops/finops-maestro/metadata.json +26 -0
  233. package/skills/finops/finops-maestro/references/safety-checklist.md +67 -0
  234. package/skills/finops/finops-maestro/references/workflow-and-output.md +107 -0
  235. package/skills/finops/focus-spec-normalizer/README.md +25 -0
  236. package/skills/finops/focus-spec-normalizer/SKILL.md +113 -0
  237. package/skills/finops/focus-spec-normalizer/metadata.json +26 -0
  238. package/skills/finops/focus-spec-normalizer/references/focus-columns.md +69 -0
  239. package/skills/finops/focus-spec-normalizer/references/vendor-mapping.md +229 -0
  240. package/skills/finops/kubernetes-allocation-report/README.md +23 -0
  241. package/skills/finops/kubernetes-allocation-report/SKILL.md +95 -0
  242. package/skills/finops/kubernetes-allocation-report/metadata.json +26 -0
  243. package/skills/finops/kubernetes-allocation-report/references/attribution-workflow.md +90 -0
  244. package/skills/finops/kubernetes-allocation-report/references/opencost-mapping.md +70 -0
  245. package/skills/finops/rightsize-recommendation/README.md +23 -0
  246. package/skills/finops/rightsize-recommendation/SKILL.md +139 -0
  247. package/skills/finops/rightsize-recommendation/metadata.json +27 -0
  248. package/skills/finops/rightsize-recommendation/references/karpenter-consolidation.md +79 -0
  249. package/skills/finops/rightsize-recommendation/references/metric-sources.md +124 -0
  250. package/skills/nvidia/README.md +79 -0
  251. package/skills/nvidia/nvidia-agentic-ai-platform-review/SKILL.md +38 -0
  252. package/skills/nvidia/nvidia-agentic-ai-platform-review/metadata.json +34 -0
  253. package/skills/nvidia/nvidia-ai-infrastructure-operations/SKILL.md +43 -0
  254. package/skills/nvidia/nvidia-ai-infrastructure-operations/metadata.json +22 -0
  255. package/skills/nvidia/nvidia-ai-networking-fabric-review/SKILL.md +37 -0
  256. package/skills/nvidia/nvidia-ai-networking-fabric-review/metadata.json +34 -0
  257. package/skills/nvidia/nvidia-ai-operations-day2/SKILL.md +37 -0
  258. package/skills/nvidia/nvidia-ai-operations-day2/metadata.json +25 -0
  259. package/skills/nvidia/nvidia-cuda-kernel-performance-review/SKILL.md +36 -0
  260. package/skills/nvidia/nvidia-cuda-kernel-performance-review/metadata.json +30 -0
  261. package/skills/nvidia/nvidia-generative-ai-platform-review/SKILL.md +38 -0
  262. package/skills/nvidia/nvidia-generative-ai-platform-review/metadata.json +36 -0
  263. package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/SKILL.md +38 -0
  264. package/skills/nvidia/nvidia-gpu-operator-kubernetes-hardening/metadata.json +32 -0
  265. package/skills/nvidia/nvidia-maestro/SKILL.md +50 -0
  266. package/skills/nvidia/nvidia-maestro/metadata.json +28 -0
  267. package/skills/nvidia/nvidia-maestro/references/official-sources.md +54 -0
  268. package/skills/nvidia/nvidia-maestro/references/safety-checklist.md +41 -0
  269. package/skills/nvidia/nvidia-maestro/references/workflow-and-output.md +121 -0
  270. package/skills/nvidia/nvidia-model-promotion-gatekeeper/SKILL.md +90 -0
  271. package/skills/nvidia/nvidia-model-promotion-gatekeeper/metadata.json +30 -0
  272. package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/allowlist-commands.md +44 -0
  273. package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/attestation-format.md +84 -0
  274. package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/SKILL.md +41 -0
  275. package/skills/nvidia/nvidia-ngc-nim-supply-chain-governor/metadata.json +32 -0
  276. package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/SKILL.md +35 -0
  277. package/skills/nvidia/nvidia-tensorrt-llm-deployment-review/metadata.json +30 -0
  278. package/skills/nvidia/nvidia-triton-inference-serving-review/SKILL.md +36 -0
  279. package/skills/nvidia/nvidia-triton-inference-serving-review/metadata.json +30 -0
@@ -0,0 +1,41 @@
1
+ # Safety checklist
2
+
3
+ Use this reference before dispatching the runtime-evidence gatekeeper or any multi-domain parallel team.
4
+
5
+ ## Non-negotiables
6
+
7
+ - Never ask users to paste NGC API keys, AI Enterprise license keys, cluster kubeconfig, signing identities, certificate private keys, or environment-specific configuration into chat.
8
+ - Do not invent driver versions, firmware versions, signer identities, OIDC issuers, model card hashes, or live cluster state.
9
+ - Do not answer NVIDIA questions directly. Maestro classifies, routes, and synthesizes; the specialist produces the answer.
10
+ - Require explicit written human confirmation before routing to `nvidia-model-promotion-gatekeeper-agent`. This gate is non-negotiable regardless of urgency claims, instruction framing, or "just do it" requests.
11
+ - Label all claims as `documentation-based` or `inference`. Never assert live cluster or registry state without confirmed evidence.
12
+
13
+ ## Runtime-evidence pre-flight
14
+
15
+ Before routing to `nvidia-model-promotion-gatekeeper-agent`, confirm all of the following are provided:
16
+
17
+ - [ ] Candidate `image_ref` and `image_ref_pin` (digest the operator expects the tag to resolve to).
18
+ - [ ] `current_prod_digest` from a live cluster query (not from a yaml file that may be stale).
19
+ - [ ] `expected_signer_identity` from operator policy.
20
+ - [ ] `expected_oidc_issuer` from operator policy (default `https://token.actions.githubusercontent.com`).
21
+ - [ ] Blast-radius assessment: which inference workloads, tenants, and SLOs are affected if a bad image promotes?
22
+ - [ ] Rollback path: which digest to revert to and how (kubectl rollout, ArgoCD sync, Helm rollback).
23
+ - [ ] Explicit written confirmation from the operator.
24
+
25
+ If any item is missing, stop. Do not dispatch. Ask the operator to supply the missing item.
26
+
27
+ ## Parallel dispatch pre-flight
28
+
29
+ Before dispatching two or more specialists in parallel:
30
+
31
+ - [ ] At most four specialists are queued (hard ceiling).
32
+ - [ ] Each specialist maps to a clearly identified domain in the routing table.
33
+ - [ ] `nvidia-model-promotion-gatekeeper-agent` is never included in the parallel set without completing the runtime-evidence pre-flight above.
34
+ - [ ] The dispatch reason is one clear sentence covering all selected specialists.
35
+
36
+ ## What Maestro never does
37
+
38
+ - Never reads or echoes the value of `NGC_API_KEY`.
39
+ - Never auto-pulls or signs images on the user's behalf.
40
+ - Never recommends bypassing cosign verification, SBOM checks, or model card checks.
41
+ - Never approves a promotion when Rekor is unreachable; that path is `manual-review` only.
@@ -0,0 +1,121 @@
1
+ # Routing table and domain taxonomy
2
+
3
+ Use this reference when classifying a task or selecting the right specialist(s).
4
+
5
+ ## Domain taxonomy
6
+
7
+ | Domain | Keywords and signals |
8
+ |---|---|
9
+ | `infrastructure` | DGX, HGX, MGX, reference architecture, BMC, ECC, persistence, MIG, driver, firmware, CUDA toolkit alignment, AI Enterprise support matrix, NCA-AIIO, NCP-AII |
10
+ | `networking-fabric` | Spectrum-X, InfiniBand, IB, NCCL, RoCEv2, lossless, congestion control, east-west, AR, NDR, HDR, NCP-AIN, fabric topology |
11
+ | `day2-ops` | DCGM, dcgm-exporter, MIG lifecycle, Xid, runbook, driver upgrade, firmware upgrade, fleet health, GPU monitoring, NCP-AIO |
12
+ | `kubernetes` | GPU Operator, device plugin, NFD, MIG manager, time-sliced GPU, container toolkit, securityContext, namespace tenancy, multi-tenant GPU |
13
+ | `cuda-perf` | CUDA kernel, .cu, coalescing, bank conflict, occupancy, register pressure, Nsight Compute, shared memory, stream concurrency, launch parameters |
14
+ | `inference-trt` | TensorRT, TRT, TensorRT-LLM, ONNX, precision, calibration, INT8, FP8, FP4, dynamic shapes, plugin, engine cache |
15
+ | `inference-triton` | Triton, model repository, dynamic batching, ensemble, custom backend, gRPC, response cache, rate limit |
16
+ | `genai-platform` | NeMo, NIM, generative AI, model card, weights provenance, evaluation harness, guardrails, NCA-GENL, NCA-GENM, NCP-GENL |
17
+ | `agentic-ai` | NeMo Agent Toolkit, agentic AI, NIM-as-tool, retrieval pipeline, tool-use safety, agent memory, audit log, NCP-AAI |
18
+ | `supply-chain` | NGC, NIM container, cosign, model card provenance, weights provenance, AI Enterprise license, air-gap mirror, API key scope |
19
+ | `runtime-evidence` | promote NIM to production, signed attestation, runtime-evidence verdict, promote / block / manual-review, image promotion gate |
20
+
21
+ ## Full routing table
22
+
23
+ ### Infrastructure (DGX / HGX / MGX)
24
+
25
+ | Agent | Domain(s) | Use when… |
26
+ |---|---|---|
27
+ | `nvidia-ai-infrastructure-operations-agent` | infrastructure | Reviewing DGX/HGX/MGX posture against NVIDIA reference architectures and the AI Enterprise support matrix — driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, MIG posture |
28
+
29
+ ### Networking fabric
30
+
31
+ | Agent | Domain(s) | Use when… |
32
+ |---|---|---|
33
+ | `nvidia-ai-networking-fabric-review-agent` | networking-fabric | Reviewing Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, east-west isolation between training jobs |
34
+
35
+ ### Day-2 operations
36
+
37
+ | Agent | Domain(s) | Use when… |
38
+ |---|---|---|
39
+ | `nvidia-ai-operations-day2-agent` | day2-ops | Reviewing DCGM exporter coverage, MIG lifecycle, Xid-signature-to-runbook mapping, and gated driver/firmware upgrade discipline |
40
+
41
+ ### Kubernetes (GPU Operator)
42
+
43
+ | Agent | Domain(s) | Use when… |
44
+ |---|---|---|
45
+ | `nvidia-gpu-operator-kubernetes-hardening-agent` | kubernetes | Reviewing GPU Operator on Kubernetes — device plugin, MIG manager, NFD, time-sliced GPUs, container toolkit, securityContext, namespace tenancy |
46
+
47
+ ### CUDA performance
48
+
49
+ | Agent | Domain(s) | Use when… |
50
+ |---|---|---|
51
+ | `nvidia-cuda-kernel-performance-review-agent` | cuda-perf | Doc-anchored static review of CUDA C/C++ kernels — coalescing, bank conflicts, occupancy, register pressure, stream concurrency, launch parameters |
52
+
53
+ ### TensorRT / TensorRT-LLM
54
+
55
+ | Agent | Domain(s) | Use when… |
56
+ |---|---|---|
57
+ | `nvidia-tensorrt-llm-deployment-review-agent` | inference-trt | Reviewing TensorRT / TensorRT-LLM pipelines — ONNX / PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance |
58
+
59
+ ### Triton inference serving
60
+
61
+ | Agent | Domain(s) | Use when… |
62
+ |---|---|---|
63
+ | `nvidia-triton-inference-serving-review-agent` | inference-triton | Reviewing Triton deployments — model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints |
64
+
65
+ ### Generative AI platform
66
+
67
+ | Agent | Domain(s) | Use when… |
68
+ |---|---|---|
69
+ | `nvidia-generative-ai-platform-review-agent` | genai-platform | Reviewing NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, guardrails posture |
70
+
71
+ ### Agentic AI platform
72
+
73
+ | Agent | Domain(s) | Use when… |
74
+ |---|---|---|
75
+ | `nvidia-agentic-ai-platform-review-agent` | agentic-ai | Reviewing agentic-AI platforms on the NVIDIA stack — NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, audit logging |
76
+
77
+ ### Supply chain
78
+
79
+ | Agent | Domain(s) | Use when… |
80
+ |---|---|---|
81
+ | `nvidia-ngc-nim-supply-chain-governor-agent` | supply-chain | Reviewing NGC org/team boundaries, API-key scope and rotation, NIM cosign verification, model card + weights provenance, AI Enterprise license posture, air-gap mirror integrity |
82
+
83
+ ### Runtime-evidence gate
84
+
85
+ | Agent | Domain(s) | Use when… |
86
+ |---|---|---|
87
+ | `nvidia-model-promotion-gatekeeper-agent` | runtime-evidence | A NIM container is moving from staging to production and you need a runtime-evidence promote / block / manual-review verdict with a cosign-signable attestation. **Requires explicit human confirmation before dispatch.** |
88
+
89
+ ## Dispatch examples
90
+
91
+ ### Single-domain
92
+
93
+ > "Review our DCGM exporter coverage."
94
+
95
+ ```
96
+ Route: nvidia-ai-operations-day2-agent
97
+ Reason: pure day-2 operational posture review.
98
+ Mode: single
99
+ ```
100
+
101
+ ### Multi-domain (parallel)
102
+
103
+ > "We are bringing up a new DGX H200 cluster with Spectrum-X fabric and want a Day-1 review."
104
+
105
+ ```
106
+ Route: nvidia-ai-infrastructure-operations-agent, nvidia-ai-networking-fabric-review-agent, nvidia-gpu-operator-kubernetes-hardening-agent
107
+ Reason: infrastructure posture, fabric tuning, and GPU Operator hardening all in scope.
108
+ Mode: parallel (3)
109
+ ```
110
+
111
+ ### Runtime-evidence gate
112
+
113
+ > "Promote `nvcr.io/nim/meta/llama-3.3-70b:1.5.0` to production."
114
+
115
+ ```
116
+ Route: nvidia-model-promotion-gatekeeper-agent
117
+ Reason: runtime-evidence promotion decision with signed attestation required.
118
+ Mode: runtime-evidence-gate
119
+ ```
120
+
121
+ Before dispatching the gatekeeper, surface: candidate digest, current-prod digest, expected signer identity, expected OIDC issuer, attestation TTL, rollback path. Require explicit written confirmation from the operator. Never auto-dispatch.
@@ -0,0 +1,90 @@
1
+ ---
2
+ name: nvidia-model-promotion-gatekeeper
3
+ description: Use this skill when an operator is about to promote an NVIDIA NIM container from staging to production and needs a runtime-evidence go/no-go decision. The skill executes a fixed allowlist of cosign/crane/oras/grype commands against the candidate image, then emits a signed attestation JSON whose verdict is one of promote, block, or manual-review. Trigger when the user asks "is this NIM safe to promote", "verify this container before deploy", or hands the agent a `nvcr.io/...` image reference and a current-prod digest. Live tier counterpart to `nvidia-ngc-nim-supply-chain-governor` (which is static-review only).
4
+ allowed-tools: Read Grep Glob Bash(cosign verify --certificate-identity=* --certificate-oidc-issuer=* nvcr.io/*) Bash(cosign verify-attestation --type=spdxjson nvcr.io/*) Bash(cosign verify-attestation --type=cyclonedx nvcr.io/*) Bash(cosign download attestation nvcr.io/*) Bash(crane digest nvcr.io/*) Bash(crane manifest nvcr.io/*) Bash(crane config nvcr.io/*) Bash(oras discover --format json nvcr.io/*) Bash(oras manifest fetch nvcr.io/*) Bash(grype nvcr.io/* --output json --fail-on never) Bash(grype sha256:* --output json --fail-on never)
5
+ # Security note — cosign identity wildcard: The harness tool-allowlist uses
6
+ # --certificate-identity=* and --certificate-oidc-issuer=* because the exact
7
+ # NVIDIA GitHub Actions identity URL (issuer) and signer identity vary per
8
+ # NIM image family and release pipeline. Runtime enforcement is LOAD-BEARING:
9
+ # the evaluate() function in tests/validate-nvidia-promotion-gatekeeper.py
10
+ # compares the identity/issuer returned by cosign against operator-supplied
11
+ # expected_signer_identity and expected_oidc_issuer inputs; a mismatch adds
12
+ # wrong_identity / wrong_issuer to verdict_reasons and blocks promotion.
13
+ # Operators MUST supply non-empty expected_signer_identity / expected_oidc_issuer
14
+ # in runtime mode; missing values trigger inputs_incomplete → manual-review.
15
+ metadata:
16
+ author: "github: Raishin"
17
+ version: "0.1.0"
18
+ updated: "2026-05-11"
19
+ category: security
20
+ lifecycle: experimental
21
+ execution_tier: read-only-runtime
22
+ required_egress:
23
+ - nvcr.io
24
+ - rekor.sigstore.dev
25
+ - fulcio.sigstore.dev
26
+ - tuf-repo-cdn.sigstore.dev
27
+ requires_credentials:
28
+ - NGC_API_KEY
29
+ output_attestation:
30
+ schema: schemas/attestation.schema.json
31
+ signed_with: cosign-blob
32
+ eval_fixtures: tests/fixtures/nvidia-model-promotion-gatekeeper/
33
+ ---
34
+
35
+ # NVIDIA Model Promotion Gatekeeper
36
+
37
+ ## Purpose
38
+
39
+ Before a NIM container moves from staging to production, prove four things with **runtime evidence**, then emit a tamper-evident attestation:
40
+
41
+ 1. **Signature is valid and from the expected NVIDIA identity** — keyless cosign verify against the expected `--certificate-identity` and `--certificate-oidc-issuer`.
42
+ 2. **Tag has not drifted** — `crane digest` resolution matches the operator-supplied `image_ref@sha256:...` pin.
43
+ 3. **SBOM and model card are present and pinned** — SPDX or CycloneDX SBOM attestation present; model card present as a fetched OCI referrer with a recorded sha256. A documentation label alone is not enough.
44
+ 4. **No CVE regression vs current-prod** — `grype` delta against the current production digest; new critical or high CVEs block promotion.
45
+
46
+ The skill never mutates: no `docker pull`, no `kubectl apply`, no registry write. It reads, verifies, and emits a JSON attestation the operator signs with `cosign sign-blob` and hands to audit.
47
+
48
+ ## Default mode is dry-run
49
+
50
+ If the operator does not pass `--mode runtime`, the skill stays in `static` mode: it reads supplied fixture or sanitized JSON, runs the gate evaluator, but does not contact any registry or Sigstore endpoint. `evidence_level` is then `documentation-only` and `verdict` defaults to `manual-review`.
51
+
52
+ `--mode runtime` opt-in is per-session, never per-skill-default. The operator must hand the skill an explicit image reference plus a current-prod digest.
53
+
54
+ ## Operating rules
55
+
56
+ - Resolve `image_ref` → `digest` via `crane digest` first. If the operator-supplied pin (`image_ref@sha256:...`) does not match the resolved digest, emit `verdict: block` with reason `digest_drift`.
57
+ - The signer identity and OIDC issuer to expect must be supplied as inputs (never defaulted), so a future change in NVIDIA's signing posture cannot silently be auto-accepted.
58
+ - Treat any registry prefix other than `nvcr.io/` as `verdict: block` with reason `unknown_registry`. The allowlist regex enforces this; the skill must also assert it explicitly so the failure mode is auditable.
59
+ - Treat a Fulcio cert with `notAfter < now` as `verdict: block` with reason `expired_cert`. A valid-looking signature on an expired cert is a replay artifact.
60
+ - Treat missing SBOM attestation as `verdict: block` with reason `missing_sbom`. Treat a missing model-card OCI referrer, a label-only model-card reference, or a model-card record without a `sha256:...` digest as `verdict: block` with reason `missing_model_card`.
61
+ - Treat a Grype delta showing one or more new CRITICAL or HIGH CVEs vs `current_prod_digest` as `verdict: block` with reason `cve_regression`.
62
+ - If Rekor or Fulcio is unreachable (air-gapped or transient), do **not** auto-block. Emit `evidence_level: partial` and `verdict: manual-review` with reason `rekor_unreachable`. Air-gapped deployments must promote on operator override, not on automatic ignore.
63
+ - The attestation must include `provenance.executed_commands` (exact argv, no env), `provenance.egress_hosts_contacted`, `provenance.runtime_mode`, and a 16+ char `nonce` whenever `runtime_mode=runtime`. Anti-replay is the operator's responsibility downstream, but the gatekeeper provides the field.
64
+ - Never write credentials. Never echo `$NGC_API_KEY`. The attestation `provenance.executed_commands` array must scrub any flag values that resemble secrets (no equals-form value capture for `--password`, `--token`, `--auth`).
65
+
66
+ ## Required inputs
67
+
68
+ | Field | Required | Example |
69
+ |---|---|---|
70
+ | `image_ref` | yes | `nvcr.io/nim/meta/llama-3.3-70b:1.5.0` |
71
+ | `image_ref_pin` | yes (runtime mode) | `sha256:abc123...` (operator-supplied expected digest) |
72
+ | `current_prod_digest` | yes | `sha256:def456...` |
73
+ | `expected_signer_identity` | yes | `https://github.com/nvidia/nim-builder/.github/workflows/release.yml@refs/tags/v1.5.0` |
74
+ | `expected_oidc_issuer` | yes | `https://token.actions.githubusercontent.com` |
75
+ | `mode` | optional | `static` (default) \| `runtime` |
76
+
77
+ ## Response shape
78
+
79
+ The attestation JSON is the canonical response. The agent additionally surfaces, in plain text:
80
+
81
+ 1. **Verdict** — `promote` \| `block` \| `manual-review`
82
+ 2. **Evidence level** — `live` \| `partial` \| `documentation-only`
83
+ 3. **Top reasons** — verbatim from `verdict_reasons[]`
84
+ 4. **Next action** — `cosign sign-blob --bundle attestation.bundle attestation.json` for `promote`; remediation hints for `block`; explicit operator decision request for `manual-review`
85
+ 5. **Attestation path** — where the JSON was written
86
+
87
+ ## References
88
+
89
+ - `references/allowlist-commands.md` — exact argv catalog with rationale per command
90
+ - `references/attestation-format.md` — attestation schema walk-through with a worked example
@@ -0,0 +1,30 @@
1
+ {
2
+ "id": "nvidia-model-promotion-gatekeeper",
3
+ "name": "NVIDIA Model Promotion Gatekeeper",
4
+ "type": "skill",
5
+ "provider": "nvidia",
6
+ "harnesses": [
7
+ "claude-code",
8
+ "cursor"
9
+ ],
10
+ "summary": "Runtime-evidence go/no-go gate for promoting an NVIDIA NIM container from staging to production. Verifies cosign signature against expected NVIDIA identity, asserts tag-to-digest pin, asserts SBOM and model card presence, computes CVE delta vs current-prod, and emits a cosign-signable attestation JSON.",
11
+ "source_type": "original",
12
+ "official_docs": [
13
+ "https://docs.nvidia.com/nim/",
14
+ "https://docs.nvidia.com/ai-enterprise/",
15
+ "https://docs.sigstore.dev/cosign/verifying/verify/",
16
+ "https://docs.sigstore.dev/cosign/key_management/",
17
+ "https://github.com/google/go-containerregistry/tree/main/cmd/crane",
18
+ "https://oras.land/docs/category/oras-commands",
19
+ "https://github.com/anchore/grype"
20
+ ],
21
+ "security_notes": "Live-execution skill. Allowlist locks every Bash invocation to nvcr.io/* targets and to a fixed argv shape (no shell metacharacters). Egress restricted to nvcr.io and Sigstore endpoints (rekor, fulcio, tuf). Reads $NGC_API_KEY from environment but never echoes it; attestation provenance scrubs --password/--token/--auth flag values. Default mode is static (no egress); runtime mode is per-session opt-in. Rekor unreachable degrades to manual-review rather than auto-pass to prevent quiet bypass in air-gapped environments. Skill is read-only — no docker pull, no kubectl, no registry write.",
22
+ "last_verified": "2026-05-11",
23
+ "path": "skills/nvidia/nvidia-model-promotion-gatekeeper/",
24
+ "category": "security",
25
+ "lifecycle": "experimental",
26
+ "execution_tier": "read-only-runtime",
27
+ "certifications": [],
28
+ "author": "github: Raishin",
29
+ "version": "0.1.0"
30
+ }
@@ -0,0 +1,44 @@
1
+ # Allowlist commands — exact argv and rationale
2
+
3
+ Every Bash invocation the gatekeeper makes must match one of these patterns. The Claude Code `allowed-tools` field encodes the same allowlist. Anything outside this list is denied at the harness layer.
4
+
5
+ ## Signature verification
6
+
7
+ ### `cosign verify --certificate-identity=<id> --certificate-oidc-issuer=<issuer> <image>`
8
+ Keyless verification against an expected signer identity and OIDC issuer. Both flags are mandatory — never call `cosign verify` without them in runtime mode. Without `--certificate-identity` and `--certificate-oidc-issuer`, cosign accepts any valid Sigstore signature, which defeats the gate.
9
+
10
+ ### `cosign verify-attestation --type=spdxjson <image>` and `--type=cyclonedx <image>`
11
+ Asserts the presence and integrity of an SBOM attestation in SPDX-JSON or CycloneDX form. The gatekeeper accepts either format. Missing SBOM → `block` with reason `missing_sbom`.
12
+
13
+ ### `cosign download attestation <image>`
14
+ Fetches the raw attestation envelope so the gatekeeper can hash it into the output `claims.sbom.sha256` field. This is the artifact audit downstream-verifies independently.
15
+
16
+ ## Digest pinning
17
+
18
+ ### `crane digest <image>`
19
+ Resolves a tag like `nvcr.io/nim/meta/llama-3.3-70b:1.5.0` to its current `sha256:...`. The result is compared against the operator-supplied `image_ref_pin`. Mismatch → `block` with reason `digest_drift`. This is the primary defense against tag mutability between staging-time and promote-time.
20
+
21
+ ### `crane manifest <image>` and `crane config <image>`
22
+ Reads the OCI manifest and image config for diagnostic context only. The `org.opencontainers.image.documentation` label is not accepted as the model-card proof because it is only a pointer, not a fetched, hashed artifact.
23
+
24
+ ## Model card and referrers
25
+
26
+ ### `oras discover --format json <image>`
27
+ Lists OCI referrers attached to the image manifest. The gatekeeper looks for a referrer with `artifactType: application/vnd.nvidia.model-card+json` (or the equivalent NVIDIA-published media type). Missing referrer, label-only reference, or missing referrer sha256 → `block` with reason `missing_model_card`.
28
+
29
+ ### `oras manifest fetch <image>`
30
+ Fetches a specific referrer manifest by digest so the gatekeeper can compute and record the model-card sha256.
31
+
32
+ ## CVE delta
33
+
34
+ ### `grype <image> --output json --fail-on never` and `grype sha256:<digest> --output json --fail-on never`
35
+ Scans the candidate image and the current-prod digest. The gatekeeper computes the delta (`new_critical`, `new_high`, `fixed_critical`). `--fail-on never` is mandatory: the gatekeeper makes the verdict, not Grype. New critical or high CVEs → `block` with reason `cve_regression`.
36
+
37
+ ## Forbidden
38
+
39
+ - `docker pull` — would mutate local image cache.
40
+ - `kubectl apply` — would mutate cluster state. The gatekeeper is read-only.
41
+ - `cosign sign` / `cosign sign-blob` — signing is the **operator's** action after they accept the verdict, not the agent's.
42
+ - `curl`, `wget`, `git push` — out of allowlist; egress is via cosign/crane/oras only so the egress hosts are knowable up front.
43
+ - Any command containing `|`, `;`, `&`, `$()`, backticks, or redirections — argv allowlist enforcement at the harness layer rejects shell metacharacters.
44
+ - Any registry prefix other than `nvcr.io/` — explicit `block` verdict, recorded reason `unknown_registry`.
@@ -0,0 +1,84 @@
1
+ # Attestation format — walk-through
2
+
3
+ The gatekeeper emits a JSON document conforming to `schemas/attestation.schema.json`. The operator signs the file with `cosign sign-blob --bundle attestation.bundle attestation.json` and hands the bundle to audit.
4
+
5
+ ## Worked example (verdict: promote)
6
+
7
+ ```json
8
+ {
9
+ "attestation_version": "1.0.0",
10
+ "agent": {
11
+ "id": "nvidia-model-promotion-gatekeeper-agent",
12
+ "version": "0.1.0",
13
+ "execution_tier": "read-only-runtime"
14
+ },
15
+ "subject": {
16
+ "image_ref": "nvcr.io/nim/meta/llama-3.3-70b:1.5.0",
17
+ "resolved_digest": "sha256:5f5fbd7a6e9b0c3a2e1d8c7b6a5f4e3d2c1b0a9f8e7d6c5b4a3f2e1d0c9b8a7f",
18
+ "registry": "nvcr.io",
19
+ "current_prod_digest": "sha256:9a8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d3e2f1a0b9c8d7e6f5a4b3c2d1e0f9a8b"
20
+ },
21
+ "claims": {
22
+ "signature": {
23
+ "verified": true,
24
+ "signer_identity": "https://github.com/nvidia/nim-builder/.github/workflows/release.yml@refs/tags/v1.5.0",
25
+ "issuer": "https://token.actions.githubusercontent.com",
26
+ "cert_not_after": "2027-01-15T00:00:00Z",
27
+ "rekor_log_index": 134567890
28
+ },
29
+ "sbom": {
30
+ "present": true,
31
+ "format": "spdx",
32
+ "sha256": "sha256:1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b"
33
+ },
34
+ "model_card": {
35
+ "present": true,
36
+ "sha256": "sha256:0f1e2d3c4b5a6978a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1",
37
+ "source": "oci-referrer"
38
+ },
39
+ "cve_delta": {
40
+ "vs_digest": "sha256:9a8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d3e2f1a0b9c8d7e6f5a4b3c2d1e0f9a8b",
41
+ "new_critical": 0,
42
+ "new_high": 0,
43
+ "fixed_critical": 2,
44
+ "regressed": false
45
+ }
46
+ },
47
+ "evidence_level": "live",
48
+ "verdict": "promote",
49
+ "verdict_reasons": ["all_gates_passed"],
50
+ "provenance": {
51
+ "executed_commands": [
52
+ "crane digest nvcr.io/nim/meta/llama-3.3-70b:1.5.0",
53
+ "cosign verify --certificate-identity=https://github.com/nvidia/nim-builder/.github/workflows/release.yml@refs/tags/v1.5.0 --certificate-oidc-issuer=https://token.actions.githubusercontent.com nvcr.io/nim/meta/llama-3.3-70b@sha256:5f5fbd7a...",
54
+ "cosign verify-attestation --type=spdxjson nvcr.io/nim/meta/llama-3.3-70b@sha256:5f5fbd7a...",
55
+ "oras discover --format json nvcr.io/nim/meta/llama-3.3-70b@sha256:5f5fbd7a...",
56
+ "grype nvcr.io/nim/meta/llama-3.3-70b@sha256:5f5fbd7a... --output json --fail-on never",
57
+ "grype sha256:9a8b7c6d... --output json --fail-on never"
58
+ ],
59
+ "egress_hosts_contacted": ["nvcr.io", "rekor.sigstore.dev", "fulcio.sigstore.dev"],
60
+ "runtime_mode": "runtime",
61
+ "harness": "claude-code",
62
+ "operator": "alice@example.com"
63
+ },
64
+ "timestamp": "2026-05-11T10:42:17Z",
65
+ "nonce": "5b3f7a91c2d8e4f60a1b2c3d4e5f6a7b",
66
+ "expires_at": "2026-05-12T10:42:17Z"
67
+ }
68
+ ```
69
+
70
+ ## Field rules
71
+
72
+ - `verdict` is one of `promote | block | manual-review`. Never any other value.
73
+ - `verdict_reasons[]` enumerates every reason — if `verdict=block` due to both `digest_drift` and `cve_regression`, both are listed.
74
+ - `evidence_level: live` requires runtime mode plus successful Sigstore reach. Sigstore unreachable → `partial`. Static-mode replay → `documentation-only`.
75
+ - `nonce` is required when `runtime_mode=runtime`. 16+ characters, operator-controlled, included so the attestation is non-replayable downstream.
76
+ - `expires_at` is operator policy — default 24h. Audit may reject attestations older than this on intake.
77
+ - `provenance.executed_commands[]` is the exact argv string, but with any flag value matching `(?i)(--password|--token|--auth)=\S+` rewritten to `--<flag>=<REDACTED>`.
78
+
79
+ ## Audit verification flow
80
+
81
+ 1. `cosign verify-blob --bundle attestation.bundle attestation.json` — proves the operator signed it.
82
+ 2. Schema-validate against `schemas/attestation.schema.json`.
83
+ 3. Re-resolve `subject.image_ref` and confirm `subject.resolved_digest` still matches (catches post-attestation tag mutation).
84
+ 4. Confirm `timestamp` is within `expires_at` window and `nonce` has not been seen before.
@@ -0,0 +1,41 @@
1
+ ---
2
+ name: nvidia-ngc-nim-supply-chain-governor
3
+ description: Use this skill when reviewing NVIDIA NGC and NIM supply chain posture — NGC org and team boundaries, API key scope and rotation, NIM container cosign verification against NVIDIA's published identity, model card and weights provenance, AI Enterprise entitlement posture, and air-gap mirror integrity. Trigger when the user asks whether NIM images are verified before deployment, whether NGC keys are scoped per environment, or whether the deployment is procurement-defensible for a regulated tenant.
4
+ allowed-tools: Read Grep Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-05-10"
9
+ category: security
10
+ ---
11
+
12
+ # NVIDIA NGC and NIM Supply Chain Governor
13
+
14
+ ## Purpose
15
+
16
+ Review supply chain posture for NGC (NVIDIA GPU Cloud) registry consumption and NIM (NVIDIA Inference Microservices) deployment: NGC org/team boundaries, API key scope and rotation, NIM container signature verification, model card and weights provenance, AI Enterprise entitlement posture, and air-gap mirror integrity for sovereign deployments.
17
+
18
+ > **Static review only.** This skill reads configuration and emits findings. It does not execute `cosign verify` or contact registries. For a runtime-evidence go/no-go decision on a single candidate NIM image moving staging → production, route to the live-tier counterpart `nvidia-model-promotion-gatekeeper`, which executes an allowlisted set of cosign/crane/oras/grype commands and emits a cosign-signable attestation JSON.
19
+
20
+ ## Lean operating rules
21
+
22
+ - Prefer live evidence (`cosign verify nvcr.io/nim/...`, NGC org/team listings, key creation timestamps and scopes, AI Enterprise license metadata, mirror manifest digests) when the active client exposes it; otherwise fall back to NVIDIA NGC and NIM documentation and sanitized configuration.
23
+ - Separate confirmed facts from inference. If image signature verification, key scope, or mirror integrity was not directly queried, say so.
24
+ - Treat NGC API keys with org-wide write scope used in CI as a critical finding — a leaked key publishes attacker-controlled artifacts.
25
+ - Treat NIM containers deployed without `cosign verify` (or equivalent admission policy) against NVIDIA's published identity as a high finding — image trust is unverified.
26
+ - Treat NGC keys without rotation cadence and without environment scoping (prod / non-prod) as a high finding.
27
+ - Treat model deployment with no model card and no weights provenance attestation as a high finding for regulated tenants — lineage cannot be reconstructed for audit.
28
+ - Treat air-gap mirrors that copy by tag rather than digest as a critical finding — tags are mutable, mirror drift is silent.
29
+ - Treat AI Enterprise entitlement posture that depends on a single license server with no failover as a medium finding for production.
30
+ - Treat NIM model artifacts cached on local disk with world-readable permissions on shared hosts as a high finding — weight exfiltration path.
31
+
32
+ ## Response minimum
33
+
34
+ Return, at minimum:
35
+ - the scoped target (NGC org/team, NIM image set, AI Enterprise license set) and evidence level,
36
+ - NGC key scope and rotation posture,
37
+ - NIM signature verification posture,
38
+ - model card / weights provenance posture,
39
+ - air-gap mirror integrity posture (digest-pinned vs tag-pinned),
40
+ - AI Enterprise entitlement posture,
41
+ - safe next actions and assumptions or blockers.
@@ -0,0 +1,32 @@
1
+ {
2
+ "id": "nvidia-ngc-nim-supply-chain-governor",
3
+ "name": "NVIDIA NGC and NIM Supply Chain Governor",
4
+ "type": "skill",
5
+ "provider": "nvidia",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Review NGC and NIM supply chain posture \u2014 NGC org/team boundaries, API key scope and rotation, NIM container cosign verification, model card and weights provenance, AI Enterprise license posture, and air-gap mirror integrity.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://www.nvidia.com/en-us/learn/certification/",
18
+ "https://docs.nvidia.com/ai-enterprise/",
19
+ "https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/",
20
+ "https://docs.nvidia.com/nim/",
21
+ "https://docs.nvidia.com/dcgm/",
22
+ "https://docs.nvidia.com/networking/",
23
+ "https://docs.nvidia.com/nemo-framework/"
24
+ ],
25
+ "security_notes": "NGC keys with org-wide write scope are publish-anywhere primitives if leaked. Air-gap mirrors copying by tag rather than digest drift silently. NIM model artifacts world-readable on shared hosts are a weight exfiltration path.",
26
+ "last_verified": "2026-05-10",
27
+ "path": "skills/nvidia/nvidia-ngc-nim-supply-chain-governor/",
28
+ "category": "security",
29
+ "certifications": [],
30
+ "author": "github: Raishin",
31
+ "version": "0.1.0"
32
+ }
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: nvidia-tensorrt-llm-deployment-review
3
+ description: Use this skill when reviewing TensorRT or TensorRT-LLM deployment artifacts statically — ONNX/PyTorch export pipelines, precision selection (FP16/BF16/INT8/FP8/INT4), calibration cache integrity, dynamic shape profiles, custom plugin loading, engine cache and serialized engine provenance, runtime memory pool sizing. Trigger when the user asks whether a TensorRT build script, calibration pipeline, or trtexec invocation follows NVIDIA's published guidance.
4
+ allowed-tools: Read Grep Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-05-10"
9
+ category: platform
10
+ ---
11
+
12
+ # NVIDIA TensorRT-LLM Deployment Review
13
+
14
+ ## Purpose
15
+
16
+ Static review of TensorRT and TensorRT-LLM deployment pipelines against NVIDIA's TensorRT Developer Guide — ONNX/PyTorch export, FP16/INT8/FP8/INT4 precision, calibration data integrity, dynamic shape profiles, plugin trust boundaries, engine cache provenance. This skill is doc-anchored: it grounds review findings in NVIDIA's published documentation rather than in a certification blueprint, because no NVIDIA certification currently covers this developer-facing surface as a standalone exam objective.
17
+
18
+ ## Lean operating rules
19
+
20
+ - Prefer the user's actual TensorRT build scripts, ONNX export code, and calibration pipelines as evidence; otherwise fall back to documentation-based inference.
21
+ - Treat custom TensorRT plugins loaded from non-pinned sources or unsigned object files as a critical finding — native-code execution surface inside the inference engine.
22
+ - Treat serialized engines (`.engine`, `.plan`) distributed without sha256 verification or provenance attestation as a high finding — silent model substitution.
23
+ - Treat INT8 / FP8 calibration data containing production user traffic without redaction or retention controls as a high finding — confidentiality and PII surface.
24
+ - Treat absence of `optimization_profiles` for variable input shapes as a medium finding — builds either fail at runtime or fall back to padded inference.
25
+ - Treat hardcoded `--workspace` or `--memory-pool-size` values that exceed the deployment GPU's free memory as a medium finding — engine build will OOM in CI.
26
+ - Treat use of `--strict-types` without explicit precision tagging on every layer as a low finding — actual precision drifts from intent.
27
+ - Always emit the exact `trtexec`, `polygraphy run`, or `tensorrt_llm/build.py` commands the user should run — do not execute them.
28
+
29
+ ## Response minimum
30
+
31
+ Return, at minimum:
32
+ - the scoped target (model source and export pipeline, precision selection and calibration posture, dynamic shape and profile posture, plugin and engine provenance posture, runtime memory and concurrency posture, recommended trtexec/polygraphy invocations) and evidence level,
33
+ - findings labelled critical / high / medium / low,
34
+ - recommended NVIDIA-tooling invocations the user should run themselves,
35
+ - safe next actions and assumptions or blockers.
@@ -0,0 +1,30 @@
1
+ {
2
+ "id": "nvidia-tensorrt-llm-deployment-review",
3
+ "name": "NVIDIA TensorRT-LLM Deployment Review",
4
+ "type": "skill",
5
+ "provider": "nvidia",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation — ONNX/PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
18
+ "https://docs.nvidia.com/deeplearning/tensorrt/quick-start-guide/",
19
+ "https://docs.nvidia.com/deeplearning/tensorrt/best-practices/",
20
+ "https://docs.nvidia.com/deeplearning/tensorrt-llm/",
21
+ "https://docs.nvidia.com/deeplearning/tensorrt/api/"
22
+ ],
23
+ "security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default — silent substitution of an engine yields silent model substitution. INT8 calibration data is unredacted production traffic by definition and is a confidentiality risk if it leaks. The skill never executes `trtexec`, `polygraphy`, or `tensorrt_llm/build.py` — it outputs the recommended invocation as text.",
24
+ "last_verified": "2026-05-10",
25
+ "path": "skills/nvidia/nvidia-tensorrt-llm-deployment-review/",
26
+ "category": "platform",
27
+ "certifications": [],
28
+ "author": "github: Raishin",
29
+ "version": "0.1.0"
30
+ }
@@ -0,0 +1,36 @@
1
+ ---
2
+ name: nvidia-triton-inference-serving-review
3
+ description: Use this skill when reviewing Triton Inference Server deployments statically — `model_repository/` layout and `config.pbtxt` files, dynamic batching configuration, ensemble and BLS pipelines, custom backend (Python, C++, ONNX, OpenVINO, vLLM) trust posture, gRPC and HTTP endpoint authentication, response cache configuration, rate-limit and metrics exposure. Trigger when the user asks whether a Triton model repository or `tritonserver` invocation follows NVIDIA's published guidance and security expectations.
4
+ allowed-tools: Read Grep Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-05-10"
9
+ category: platform
10
+ ---
11
+
12
+ # NVIDIA Triton Inference Server Review
13
+
14
+ ## Purpose
15
+
16
+ Static review of Triton Inference Server deployments against NVIDIA's Triton documentation — model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP authentication, model encryption at rest, response cache poisoning surface. This skill is doc-anchored: it grounds review findings in NVIDIA's published documentation rather than in a certification blueprint, because no NVIDIA certification currently covers this developer-facing surface as a standalone exam objective.
17
+
18
+ ## Lean operating rules
19
+
20
+ - Prefer the user's actual `model_repository/` tree and `config.pbtxt` files as evidence; otherwise fall back to documentation-based inference.
21
+ - Treat custom Python or C++ backends loaded from non-pinned sources or without code review as a critical finding — in-process RCE.
22
+ - Treat gRPC or HTTP endpoints exposed without authentication, mTLS, or a restricted-protocol gateway as a critical finding for multi-tenant deployments.
23
+ - Treat model repository directories with world-writable permissions or a writable `--model-repository` mount as a high finding — silent model substitution.
24
+ - Treat response caching enabled across tenants without per-request cache-key partitioning as a high finding — cross-tenant cache poisoning.
25
+ - Treat ensemble or BLS pipelines that pass user-supplied tensors directly to a Python backend without input validation as a medium finding — deserialization surface.
26
+ - Treat metrics endpoints (`:8002`) exposed to the public network without scraping ACLs as a medium finding — model name and shape leakage.
27
+ - Treat dynamic batching `max_queue_delay_microseconds` left at default with latency SLOs in the millisecond range as a low finding — throughput-vs-latency tuning is wrong by default.
28
+ - Always emit the exact `tritonserver` and `perf_analyzer` commands the user should run — do not execute them.
29
+
30
+ ## Response minimum
31
+
32
+ Return, at minimum:
33
+ - the scoped target (model repository layout and provenance, backend trust posture, endpoint and auth posture, batching and ensemble posture, response cache and metrics posture, recommended tritonserver/perf_analyzer invocations) and evidence level,
34
+ - findings labelled critical / high / medium / low,
35
+ - recommended NVIDIA-tooling invocations the user should run themselves,
36
+ - safe next actions and assumptions or blockers.
@@ -0,0 +1,30 @@
1
+ {
2
+ "id": "nvidia-triton-inference-serving-review",
3
+ "name": "NVIDIA Triton Inference Server Review",
4
+ "type": "skill",
5
+ "provider": "nvidia",
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
14
+ "summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation — model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
18
+ "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/user_guide/model_configuration.html",
19
+ "https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/customization_guide/build.html",
20
+ "https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
21
+ "https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
22
+ ],
23
+ "security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process — any backend pulled from a non-vetted source is an RCE primitive. Default gRPC and HTTP endpoints are anonymous; auth is the operator's responsibility via reverse-proxy or `--grpc-restricted-protocol`. Model files in `model_repository/` are unsigned at rest. The response cache, when enabled, can be poisoned across tenants if requests are not partitioned. The skill never starts `tritonserver` or sends inference requests — it outputs `tritonserver` and `perf_analyzer` invocations as text.",
24
+ "last_verified": "2026-05-10",
25
+ "path": "skills/nvidia/nvidia-triton-inference-serving-review/",
26
+ "category": "platform",
27
+ "certifications": [],
28
+ "author": "github: Raishin",
29
+ "version": "0.1.0"
30
+ }