@raishin/vanguard-frontier-agentic 3.5.0 → 3.6.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 (787) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +36 -1
  3. package/.cursor-plugin/plugin.json +36 -1
  4. package/.github/plugin/marketplace.json +1 -1
  5. package/README.md +24 -13
  6. package/agents/python/python-application-security-agent/AGENT.md +82 -0
  7. package/agents/python/python-application-security-agent/harnesses/claude-code.agent.md +65 -0
  8. package/agents/python/python-application-security-agent/harnesses/codex.toml +39 -0
  9. package/agents/python/python-application-security-agent/harnesses/copilot.agent.md +72 -0
  10. package/agents/python/python-application-security-agent/harnesses/cursor.agent.md +65 -0
  11. package/agents/python/python-application-security-agent/harnesses/gemini.agent.md +65 -0
  12. package/agents/python/python-application-security-agent/harnesses/kiro-cli.agent.json +5 -0
  13. package/agents/python/python-application-security-agent/harnesses/kiro-ide.agent.md +65 -0
  14. package/agents/python/python-application-security-agent/metadata.json +42 -0
  15. package/agents/python/python-async-concurrency-reliability-agent/AGENT.md +82 -0
  16. package/agents/python/python-async-concurrency-reliability-agent/harnesses/claude-code.agent.md +65 -0
  17. package/agents/python/python-async-concurrency-reliability-agent/harnesses/codex.toml +39 -0
  18. package/agents/python/python-async-concurrency-reliability-agent/harnesses/copilot.agent.md +72 -0
  19. package/agents/python/python-async-concurrency-reliability-agent/harnesses/cursor.agent.md +65 -0
  20. package/agents/python/python-async-concurrency-reliability-agent/harnesses/gemini.agent.md +65 -0
  21. package/agents/python/python-async-concurrency-reliability-agent/harnesses/kiro-cli.agent.json +5 -0
  22. package/agents/python/python-async-concurrency-reliability-agent/harnesses/kiro-ide.agent.md +65 -0
  23. package/agents/python/python-async-concurrency-reliability-agent/metadata.json +41 -0
  24. package/agents/python/python-business-critical-automation-governance-agent/AGENT.md +81 -0
  25. package/agents/python/python-business-critical-automation-governance-agent/harnesses/claude-code.agent.md +64 -0
  26. package/agents/python/python-business-critical-automation-governance-agent/harnesses/codex.toml +37 -0
  27. package/agents/python/python-business-critical-automation-governance-agent/harnesses/copilot.agent.md +71 -0
  28. package/agents/python/python-business-critical-automation-governance-agent/harnesses/cursor.agent.md +64 -0
  29. package/agents/python/python-business-critical-automation-governance-agent/harnesses/gemini.agent.md +64 -0
  30. package/agents/python/python-business-critical-automation-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  31. package/agents/python/python-business-critical-automation-governance-agent/harnesses/kiro-ide.agent.md +64 -0
  32. package/agents/python/python-business-critical-automation-governance-agent/metadata.json +41 -0
  33. package/agents/python/python-container-serverless-runtime-agent/AGENT.md +79 -0
  34. package/agents/python/python-container-serverless-runtime-agent/harnesses/claude-code.agent.md +62 -0
  35. package/agents/python/python-container-serverless-runtime-agent/harnesses/codex.toml +37 -0
  36. package/agents/python/python-container-serverless-runtime-agent/harnesses/copilot.agent.md +69 -0
  37. package/agents/python/python-container-serverless-runtime-agent/harnesses/cursor.agent.md +62 -0
  38. package/agents/python/python-container-serverless-runtime-agent/harnesses/gemini.agent.md +62 -0
  39. package/agents/python/python-container-serverless-runtime-agent/harnesses/kiro-cli.agent.json +5 -0
  40. package/agents/python/python-container-serverless-runtime-agent/harnesses/kiro-ide.agent.md +62 -0
  41. package/agents/python/python-container-serverless-runtime-agent/metadata.json +41 -0
  42. package/agents/python/python-data-access-transaction-agent/AGENT.md +80 -0
  43. package/agents/python/python-data-access-transaction-agent/harnesses/claude-code.agent.md +63 -0
  44. package/agents/python/python-data-access-transaction-agent/harnesses/codex.toml +38 -0
  45. package/agents/python/python-data-access-transaction-agent/harnesses/copilot.agent.md +70 -0
  46. package/agents/python/python-data-access-transaction-agent/harnesses/cursor.agent.md +63 -0
  47. package/agents/python/python-data-access-transaction-agent/harnesses/gemini.agent.md +63 -0
  48. package/agents/python/python-data-access-transaction-agent/harnesses/kiro-cli.agent.json +5 -0
  49. package/agents/python/python-data-access-transaction-agent/harnesses/kiro-ide.agent.md +63 -0
  50. package/agents/python/python-data-access-transaction-agent/metadata.json +41 -0
  51. package/agents/python/python-data-pipeline-reliability-agent/AGENT.md +79 -0
  52. package/agents/python/python-data-pipeline-reliability-agent/harnesses/claude-code.agent.md +62 -0
  53. package/agents/python/python-data-pipeline-reliability-agent/harnesses/codex.toml +37 -0
  54. package/agents/python/python-data-pipeline-reliability-agent/harnesses/copilot.agent.md +69 -0
  55. package/agents/python/python-data-pipeline-reliability-agent/harnesses/cursor.agent.md +62 -0
  56. package/agents/python/python-data-pipeline-reliability-agent/harnesses/gemini.agent.md +62 -0
  57. package/agents/python/python-data-pipeline-reliability-agent/harnesses/kiro-cli.agent.json +5 -0
  58. package/agents/python/python-data-pipeline-reliability-agent/harnesses/kiro-ide.agent.md +62 -0
  59. package/agents/python/python-data-pipeline-reliability-agent/metadata.json +41 -0
  60. package/agents/python/python-developer-tooling-build-agent/AGENT.md +79 -0
  61. package/agents/python/python-developer-tooling-build-agent/harnesses/claude-code.agent.md +62 -0
  62. package/agents/python/python-developer-tooling-build-agent/harnesses/codex.toml +37 -0
  63. package/agents/python/python-developer-tooling-build-agent/harnesses/copilot.agent.md +69 -0
  64. package/agents/python/python-developer-tooling-build-agent/harnesses/cursor.agent.md +62 -0
  65. package/agents/python/python-developer-tooling-build-agent/harnesses/gemini.agent.md +62 -0
  66. package/agents/python/python-developer-tooling-build-agent/harnesses/kiro-cli.agent.json +5 -0
  67. package/agents/python/python-developer-tooling-build-agent/harnesses/kiro-ide.agent.md +62 -0
  68. package/agents/python/python-developer-tooling-build-agent/metadata.json +41 -0
  69. package/agents/python/python-distributed-task-reliability-agent/AGENT.md +80 -0
  70. package/agents/python/python-distributed-task-reliability-agent/harnesses/claude-code.agent.md +63 -0
  71. package/agents/python/python-distributed-task-reliability-agent/harnesses/codex.toml +38 -0
  72. package/agents/python/python-distributed-task-reliability-agent/harnesses/copilot.agent.md +70 -0
  73. package/agents/python/python-distributed-task-reliability-agent/harnesses/cursor.agent.md +63 -0
  74. package/agents/python/python-distributed-task-reliability-agent/harnesses/gemini.agent.md +63 -0
  75. package/agents/python/python-distributed-task-reliability-agent/harnesses/kiro-cli.agent.json +5 -0
  76. package/agents/python/python-distributed-task-reliability-agent/harnesses/kiro-ide.agent.md +63 -0
  77. package/agents/python/python-distributed-task-reliability-agent/metadata.json +41 -0
  78. package/agents/python/python-estate-modernization-governor-agent/AGENT.md +77 -0
  79. package/agents/python/python-estate-modernization-governor-agent/harnesses/claude-code.agent.md +60 -0
  80. package/agents/python/python-estate-modernization-governor-agent/harnesses/codex.toml +36 -0
  81. package/agents/python/python-estate-modernization-governor-agent/harnesses/copilot.agent.md +67 -0
  82. package/agents/python/python-estate-modernization-governor-agent/harnesses/cursor.agent.md +60 -0
  83. package/agents/python/python-estate-modernization-governor-agent/harnesses/gemini.agent.md +60 -0
  84. package/agents/python/python-estate-modernization-governor-agent/harnesses/kiro-cli.agent.json +5 -0
  85. package/agents/python/python-estate-modernization-governor-agent/harnesses/kiro-ide.agent.md +60 -0
  86. package/agents/python/python-estate-modernization-governor-agent/metadata.json +41 -0
  87. package/agents/python/python-free-threading-parallelism-agent/AGENT.md +77 -0
  88. package/agents/python/python-free-threading-parallelism-agent/harnesses/claude-code.agent.md +60 -0
  89. package/agents/python/python-free-threading-parallelism-agent/harnesses/codex.toml +36 -0
  90. package/agents/python/python-free-threading-parallelism-agent/harnesses/copilot.agent.md +67 -0
  91. package/agents/python/python-free-threading-parallelism-agent/harnesses/cursor.agent.md +60 -0
  92. package/agents/python/python-free-threading-parallelism-agent/harnesses/gemini.agent.md +60 -0
  93. package/agents/python/python-free-threading-parallelism-agent/harnesses/kiro-cli.agent.json +5 -0
  94. package/agents/python/python-free-threading-parallelism-agent/harnesses/kiro-ide.agent.md +60 -0
  95. package/agents/python/python-free-threading-parallelism-agent/metadata.json +41 -0
  96. package/agents/python/python-language-contracts-typing-agent/AGENT.md +80 -0
  97. package/agents/python/python-language-contracts-typing-agent/harnesses/claude-code.agent.md +63 -0
  98. package/agents/python/python-language-contracts-typing-agent/harnesses/codex.toml +38 -0
  99. package/agents/python/python-language-contracts-typing-agent/harnesses/copilot.agent.md +70 -0
  100. package/agents/python/python-language-contracts-typing-agent/harnesses/cursor.agent.md +63 -0
  101. package/agents/python/python-language-contracts-typing-agent/harnesses/gemini.agent.md +63 -0
  102. package/agents/python/python-language-contracts-typing-agent/harnesses/kiro-cli.agent.json +5 -0
  103. package/agents/python/python-language-contracts-typing-agent/harnesses/kiro-ide.agent.md +63 -0
  104. package/agents/python/python-language-contracts-typing-agent/metadata.json +41 -0
  105. package/agents/python/python-live-change-plan-agent/AGENT.md +79 -0
  106. package/agents/python/python-live-change-plan-agent/harnesses/claude-code.agent.md +62 -0
  107. package/agents/python/python-live-change-plan-agent/harnesses/codex.toml +40 -0
  108. package/agents/python/python-live-change-plan-agent/harnesses/copilot.agent.md +69 -0
  109. package/agents/python/python-live-change-plan-agent/harnesses/cursor.agent.md +62 -0
  110. package/agents/python/python-live-change-plan-agent/harnesses/gemini.agent.md +62 -0
  111. package/agents/python/python-live-change-plan-agent/harnesses/kiro-cli.agent.json +5 -0
  112. package/agents/python/python-live-change-plan-agent/harnesses/kiro-ide.agent.md +62 -0
  113. package/agents/python/python-live-change-plan-agent/metadata.json +40 -0
  114. package/agents/python/python-live-code-remediation-agent/AGENT.md +79 -0
  115. package/agents/python/python-live-code-remediation-agent/harnesses/claude-code.agent.md +62 -0
  116. package/agents/python/python-live-code-remediation-agent/harnesses/codex.toml +40 -0
  117. package/agents/python/python-live-code-remediation-agent/harnesses/copilot.agent.md +73 -0
  118. package/agents/python/python-live-code-remediation-agent/harnesses/cursor.agent.md +62 -0
  119. package/agents/python/python-live-code-remediation-agent/harnesses/gemini.agent.md +62 -0
  120. package/agents/python/python-live-code-remediation-agent/harnesses/kiro-cli.agent.json +5 -0
  121. package/agents/python/python-live-code-remediation-agent/harnesses/kiro-ide.agent.md +62 -0
  122. package/agents/python/python-live-code-remediation-agent/metadata.json +40 -0
  123. package/agents/python/python-live-continuous-control-testing-agent/AGENT.md +79 -0
  124. package/agents/python/python-live-continuous-control-testing-agent/harnesses/claude-code.agent.md +62 -0
  125. package/agents/python/python-live-continuous-control-testing-agent/harnesses/codex.toml +40 -0
  126. package/agents/python/python-live-continuous-control-testing-agent/harnesses/copilot.agent.md +69 -0
  127. package/agents/python/python-live-continuous-control-testing-agent/harnesses/cursor.agent.md +62 -0
  128. package/agents/python/python-live-continuous-control-testing-agent/harnesses/gemini.agent.md +62 -0
  129. package/agents/python/python-live-continuous-control-testing-agent/harnesses/kiro-cli.agent.json +5 -0
  130. package/agents/python/python-live-continuous-control-testing-agent/harnesses/kiro-ide.agent.md +62 -0
  131. package/agents/python/python-live-continuous-control-testing-agent/metadata.json +40 -0
  132. package/agents/python/python-live-control-evidence-agent/AGENT.md +79 -0
  133. package/agents/python/python-live-control-evidence-agent/harnesses/claude-code.agent.md +62 -0
  134. package/agents/python/python-live-control-evidence-agent/harnesses/codex.toml +40 -0
  135. package/agents/python/python-live-control-evidence-agent/harnesses/copilot.agent.md +69 -0
  136. package/agents/python/python-live-control-evidence-agent/harnesses/cursor.agent.md +62 -0
  137. package/agents/python/python-live-control-evidence-agent/harnesses/gemini.agent.md +62 -0
  138. package/agents/python/python-live-control-evidence-agent/harnesses/kiro-cli.agent.json +5 -0
  139. package/agents/python/python-live-control-evidence-agent/harnesses/kiro-ide.agent.md +62 -0
  140. package/agents/python/python-live-control-evidence-agent/metadata.json +40 -0
  141. package/agents/python/python-live-data-change-control-agent/AGENT.md +82 -0
  142. package/agents/python/python-live-data-change-control-agent/harnesses/claude-code.agent.md +65 -0
  143. package/agents/python/python-live-data-change-control-agent/harnesses/codex.toml +41 -0
  144. package/agents/python/python-live-data-change-control-agent/harnesses/copilot.agent.md +76 -0
  145. package/agents/python/python-live-data-change-control-agent/harnesses/cursor.agent.md +65 -0
  146. package/agents/python/python-live-data-change-control-agent/harnesses/gemini.agent.md +65 -0
  147. package/agents/python/python-live-data-change-control-agent/harnesses/kiro-cli.agent.json +5 -0
  148. package/agents/python/python-live-data-change-control-agent/harnesses/kiro-ide.agent.md +65 -0
  149. package/agents/python/python-live-data-change-control-agent/metadata.json +40 -0
  150. package/agents/python/python-live-exception-governance-agent/AGENT.md +79 -0
  151. package/agents/python/python-live-exception-governance-agent/harnesses/claude-code.agent.md +62 -0
  152. package/agents/python/python-live-exception-governance-agent/harnesses/codex.toml +40 -0
  153. package/agents/python/python-live-exception-governance-agent/harnesses/copilot.agent.md +69 -0
  154. package/agents/python/python-live-exception-governance-agent/harnesses/cursor.agent.md +62 -0
  155. package/agents/python/python-live-exception-governance-agent/harnesses/gemini.agent.md +62 -0
  156. package/agents/python/python-live-exception-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  157. package/agents/python/python-live-exception-governance-agent/harnesses/kiro-ide.agent.md +62 -0
  158. package/agents/python/python-live-exception-governance-agent/metadata.json +40 -0
  159. package/agents/python/python-live-governance-maestro-agent/AGENT.md +57 -0
  160. package/agents/python/python-live-governance-maestro-agent/README.md +66 -0
  161. package/agents/python/python-live-governance-maestro-agent/harnesses/claude-code.agent.md +40 -0
  162. package/agents/python/python-live-governance-maestro-agent/harnesses/codex.toml +37 -0
  163. package/agents/python/python-live-governance-maestro-agent/harnesses/copilot.agent.md +47 -0
  164. package/agents/python/python-live-governance-maestro-agent/harnesses/cursor.agent.md +40 -0
  165. package/agents/python/python-live-governance-maestro-agent/harnesses/gemini.agent.md +40 -0
  166. package/agents/python/python-live-governance-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  167. package/agents/python/python-live-governance-maestro-agent/harnesses/kiro-ide.agent.md +40 -0
  168. package/agents/python/python-live-governance-maestro-agent/metadata.json +41 -0
  169. package/agents/python/python-live-identity-authority-agent/AGENT.md +81 -0
  170. package/agents/python/python-live-identity-authority-agent/harnesses/claude-code.agent.md +64 -0
  171. package/agents/python/python-live-identity-authority-agent/harnesses/codex.toml +41 -0
  172. package/agents/python/python-live-identity-authority-agent/harnesses/copilot.agent.md +71 -0
  173. package/agents/python/python-live-identity-authority-agent/harnesses/cursor.agent.md +64 -0
  174. package/agents/python/python-live-identity-authority-agent/harnesses/gemini.agent.md +64 -0
  175. package/agents/python/python-live-identity-authority-agent/harnesses/kiro-cli.agent.json +5 -0
  176. package/agents/python/python-live-identity-authority-agent/harnesses/kiro-ide.agent.md +64 -0
  177. package/agents/python/python-live-identity-authority-agent/metadata.json +40 -0
  178. package/agents/python/python-live-job-control-agent/AGENT.md +79 -0
  179. package/agents/python/python-live-job-control-agent/harnesses/claude-code.agent.md +62 -0
  180. package/agents/python/python-live-job-control-agent/harnesses/codex.toml +40 -0
  181. package/agents/python/python-live-job-control-agent/harnesses/copilot.agent.md +73 -0
  182. package/agents/python/python-live-job-control-agent/harnesses/cursor.agent.md +62 -0
  183. package/agents/python/python-live-job-control-agent/harnesses/gemini.agent.md +62 -0
  184. package/agents/python/python-live-job-control-agent/harnesses/kiro-cli.agent.json +5 -0
  185. package/agents/python/python-live-job-control-agent/harnesses/kiro-ide.agent.md +62 -0
  186. package/agents/python/python-live-job-control-agent/metadata.json +40 -0
  187. package/agents/python/python-live-model-promotion-control-agent/AGENT.md +80 -0
  188. package/agents/python/python-live-model-promotion-control-agent/harnesses/claude-code.agent.md +63 -0
  189. package/agents/python/python-live-model-promotion-control-agent/harnesses/codex.toml +40 -0
  190. package/agents/python/python-live-model-promotion-control-agent/harnesses/copilot.agent.md +74 -0
  191. package/agents/python/python-live-model-promotion-control-agent/harnesses/cursor.agent.md +63 -0
  192. package/agents/python/python-live-model-promotion-control-agent/harnesses/gemini.agent.md +63 -0
  193. package/agents/python/python-live-model-promotion-control-agent/harnesses/kiro-cli.agent.json +5 -0
  194. package/agents/python/python-live-model-promotion-control-agent/harnesses/kiro-ide.agent.md +63 -0
  195. package/agents/python/python-live-model-promotion-control-agent/metadata.json +40 -0
  196. package/agents/python/python-live-policy-gate-agent/AGENT.md +81 -0
  197. package/agents/python/python-live-policy-gate-agent/harnesses/claude-code.agent.md +64 -0
  198. package/agents/python/python-live-policy-gate-agent/harnesses/codex.toml +41 -0
  199. package/agents/python/python-live-policy-gate-agent/harnesses/copilot.agent.md +71 -0
  200. package/agents/python/python-live-policy-gate-agent/harnesses/cursor.agent.md +64 -0
  201. package/agents/python/python-live-policy-gate-agent/harnesses/gemini.agent.md +64 -0
  202. package/agents/python/python-live-policy-gate-agent/harnesses/kiro-cli.agent.json +5 -0
  203. package/agents/python/python-live-policy-gate-agent/harnesses/kiro-ide.agent.md +64 -0
  204. package/agents/python/python-live-policy-gate-agent/metadata.json +40 -0
  205. package/agents/python/python-live-release-control-agent/AGENT.md +82 -0
  206. package/agents/python/python-live-release-control-agent/harnesses/claude-code.agent.md +65 -0
  207. package/agents/python/python-live-release-control-agent/harnesses/codex.toml +41 -0
  208. package/agents/python/python-live-release-control-agent/harnesses/copilot.agent.md +76 -0
  209. package/agents/python/python-live-release-control-agent/harnesses/cursor.agent.md +65 -0
  210. package/agents/python/python-live-release-control-agent/harnesses/gemini.agent.md +65 -0
  211. package/agents/python/python-live-release-control-agent/harnesses/kiro-cli.agent.json +5 -0
  212. package/agents/python/python-live-release-control-agent/harnesses/kiro-ide.agent.md +65 -0
  213. package/agents/python/python-live-release-control-agent/metadata.json +40 -0
  214. package/agents/python/python-live-rollback-and-recovery-agent/AGENT.md +79 -0
  215. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/claude-code.agent.md +62 -0
  216. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/codex.toml +40 -0
  217. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/copilot.agent.md +73 -0
  218. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/cursor.agent.md +62 -0
  219. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/gemini.agent.md +62 -0
  220. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/kiro-cli.agent.json +5 -0
  221. package/agents/python/python-live-rollback-and-recovery-agent/harnesses/kiro-ide.agent.md +62 -0
  222. package/agents/python/python-live-rollback-and-recovery-agent/metadata.json +40 -0
  223. package/agents/python/python-live-runtime-control-agent/AGENT.md +79 -0
  224. package/agents/python/python-live-runtime-control-agent/harnesses/claude-code.agent.md +62 -0
  225. package/agents/python/python-live-runtime-control-agent/harnesses/codex.toml +40 -0
  226. package/agents/python/python-live-runtime-control-agent/harnesses/copilot.agent.md +69 -0
  227. package/agents/python/python-live-runtime-control-agent/harnesses/cursor.agent.md +62 -0
  228. package/agents/python/python-live-runtime-control-agent/harnesses/gemini.agent.md +62 -0
  229. package/agents/python/python-live-runtime-control-agent/harnesses/kiro-cli.agent.json +5 -0
  230. package/agents/python/python-live-runtime-control-agent/harnesses/kiro-ide.agent.md +62 -0
  231. package/agents/python/python-live-runtime-control-agent/metadata.json +40 -0
  232. package/agents/python/python-live-system-inventory-agent/AGENT.md +81 -0
  233. package/agents/python/python-live-system-inventory-agent/harnesses/claude-code.agent.md +64 -0
  234. package/agents/python/python-live-system-inventory-agent/harnesses/codex.toml +41 -0
  235. package/agents/python/python-live-system-inventory-agent/harnesses/copilot.agent.md +71 -0
  236. package/agents/python/python-live-system-inventory-agent/harnesses/cursor.agent.md +64 -0
  237. package/agents/python/python-live-system-inventory-agent/harnesses/gemini.agent.md +64 -0
  238. package/agents/python/python-live-system-inventory-agent/harnesses/kiro-cli.agent.json +5 -0
  239. package/agents/python/python-live-system-inventory-agent/harnesses/kiro-ide.agent.md +64 -0
  240. package/agents/python/python-live-system-inventory-agent/metadata.json +40 -0
  241. package/agents/python/python-maestro-agent/AGENT.md +54 -0
  242. package/agents/python/python-maestro-agent/README.md +71 -0
  243. package/agents/python/python-maestro-agent/harnesses/claude-code.agent.md +37 -0
  244. package/agents/python/python-maestro-agent/harnesses/codex.toml +36 -0
  245. package/agents/python/python-maestro-agent/harnesses/copilot.agent.md +44 -0
  246. package/agents/python/python-maestro-agent/harnesses/cursor.agent.md +37 -0
  247. package/agents/python/python-maestro-agent/harnesses/gemini.agent.md +37 -0
  248. package/agents/python/python-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  249. package/agents/python/python-maestro-agent/harnesses/kiro-ide.agent.md +37 -0
  250. package/agents/python/python-maestro-agent/metadata.json +40 -0
  251. package/agents/python/python-ml-ai-production-agent/AGENT.md +79 -0
  252. package/agents/python/python-ml-ai-production-agent/harnesses/claude-code.agent.md +62 -0
  253. package/agents/python/python-ml-ai-production-agent/harnesses/codex.toml +37 -0
  254. package/agents/python/python-ml-ai-production-agent/harnesses/copilot.agent.md +69 -0
  255. package/agents/python/python-ml-ai-production-agent/harnesses/cursor.agent.md +62 -0
  256. package/agents/python/python-ml-ai-production-agent/harnesses/gemini.agent.md +62 -0
  257. package/agents/python/python-ml-ai-production-agent/harnesses/kiro-cli.agent.json +5 -0
  258. package/agents/python/python-ml-ai-production-agent/harnesses/kiro-ide.agent.md +62 -0
  259. package/agents/python/python-ml-ai-production-agent/metadata.json +41 -0
  260. package/agents/python/python-native-extension-interop-agent/AGENT.md +79 -0
  261. package/agents/python/python-native-extension-interop-agent/harnesses/claude-code.agent.md +62 -0
  262. package/agents/python/python-native-extension-interop-agent/harnesses/codex.toml +37 -0
  263. package/agents/python/python-native-extension-interop-agent/harnesses/copilot.agent.md +69 -0
  264. package/agents/python/python-native-extension-interop-agent/harnesses/cursor.agent.md +62 -0
  265. package/agents/python/python-native-extension-interop-agent/harnesses/gemini.agent.md +62 -0
  266. package/agents/python/python-native-extension-interop-agent/harnesses/kiro-cli.agent.json +5 -0
  267. package/agents/python/python-native-extension-interop-agent/harnesses/kiro-ide.agent.md +62 -0
  268. package/agents/python/python-native-extension-interop-agent/metadata.json +41 -0
  269. package/agents/python/python-numerical-scientific-correctness-agent/AGENT.md +81 -0
  270. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/claude-code.agent.md +64 -0
  271. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/codex.toml +39 -0
  272. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/copilot.agent.md +71 -0
  273. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/cursor.agent.md +64 -0
  274. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/gemini.agent.md +64 -0
  275. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/kiro-cli.agent.json +5 -0
  276. package/agents/python/python-numerical-scientific-correctness-agent/harnesses/kiro-ide.agent.md +64 -0
  277. package/agents/python/python-numerical-scientific-correctness-agent/metadata.json +41 -0
  278. package/agents/python/python-observability-sre-agent/AGENT.md +79 -0
  279. package/agents/python/python-observability-sre-agent/harnesses/claude-code.agent.md +62 -0
  280. package/agents/python/python-observability-sre-agent/harnesses/codex.toml +37 -0
  281. package/agents/python/python-observability-sre-agent/harnesses/copilot.agent.md +69 -0
  282. package/agents/python/python-observability-sre-agent/harnesses/cursor.agent.md +62 -0
  283. package/agents/python/python-observability-sre-agent/harnesses/gemini.agent.md +62 -0
  284. package/agents/python/python-observability-sre-agent/harnesses/kiro-cli.agent.json +5 -0
  285. package/agents/python/python-observability-sre-agent/harnesses/kiro-ide.agent.md +62 -0
  286. package/agents/python/python-observability-sre-agent/metadata.json +41 -0
  287. package/agents/python/python-packaging-supply-chain-agent/AGENT.md +80 -0
  288. package/agents/python/python-packaging-supply-chain-agent/harnesses/claude-code.agent.md +63 -0
  289. package/agents/python/python-packaging-supply-chain-agent/harnesses/codex.toml +38 -0
  290. package/agents/python/python-packaging-supply-chain-agent/harnesses/copilot.agent.md +70 -0
  291. package/agents/python/python-packaging-supply-chain-agent/harnesses/cursor.agent.md +63 -0
  292. package/agents/python/python-packaging-supply-chain-agent/harnesses/gemini.agent.md +63 -0
  293. package/agents/python/python-packaging-supply-chain-agent/harnesses/kiro-cli.agent.json +5 -0
  294. package/agents/python/python-packaging-supply-chain-agent/harnesses/kiro-ide.agent.md +63 -0
  295. package/agents/python/python-packaging-supply-chain-agent/metadata.json +41 -0
  296. package/agents/python/python-performance-memory-agent/AGENT.md +79 -0
  297. package/agents/python/python-performance-memory-agent/harnesses/claude-code.agent.md +62 -0
  298. package/agents/python/python-performance-memory-agent/harnesses/codex.toml +37 -0
  299. package/agents/python/python-performance-memory-agent/harnesses/copilot.agent.md +69 -0
  300. package/agents/python/python-performance-memory-agent/harnesses/cursor.agent.md +62 -0
  301. package/agents/python/python-performance-memory-agent/harnesses/gemini.agent.md +62 -0
  302. package/agents/python/python-performance-memory-agent/harnesses/kiro-cli.agent.json +5 -0
  303. package/agents/python/python-performance-memory-agent/harnesses/kiro-ide.agent.md +62 -0
  304. package/agents/python/python-performance-memory-agent/metadata.json +41 -0
  305. package/agents/python/python-testing-quality-engineering-agent/AGENT.md +80 -0
  306. package/agents/python/python-testing-quality-engineering-agent/harnesses/claude-code.agent.md +63 -0
  307. package/agents/python/python-testing-quality-engineering-agent/harnesses/codex.toml +38 -0
  308. package/agents/python/python-testing-quality-engineering-agent/harnesses/copilot.agent.md +70 -0
  309. package/agents/python/python-testing-quality-engineering-agent/harnesses/cursor.agent.md +63 -0
  310. package/agents/python/python-testing-quality-engineering-agent/harnesses/gemini.agent.md +63 -0
  311. package/agents/python/python-testing-quality-engineering-agent/harnesses/kiro-cli.agent.json +5 -0
  312. package/agents/python/python-testing-quality-engineering-agent/harnesses/kiro-ide.agent.md +63 -0
  313. package/agents/python/python-testing-quality-engineering-agent/metadata.json +41 -0
  314. package/agents/python/python-web-service-production-readiness-agent/AGENT.md +80 -0
  315. package/agents/python/python-web-service-production-readiness-agent/harnesses/claude-code.agent.md +63 -0
  316. package/agents/python/python-web-service-production-readiness-agent/harnesses/codex.toml +38 -0
  317. package/agents/python/python-web-service-production-readiness-agent/harnesses/copilot.agent.md +70 -0
  318. package/agents/python/python-web-service-production-readiness-agent/harnesses/cursor.agent.md +63 -0
  319. package/agents/python/python-web-service-production-readiness-agent/harnesses/gemini.agent.md +63 -0
  320. package/agents/python/python-web-service-production-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  321. package/agents/python/python-web-service-production-readiness-agent/harnesses/kiro-ide.agent.md +63 -0
  322. package/agents/python/python-web-service-production-readiness-agent/metadata.json +41 -0
  323. package/catalog/agents.json +1036 -0
  324. package/catalog/asset-integrity.json +2397 -52
  325. package/catalog/install-roles.json +324 -0
  326. package/catalog/model-assignments.json +1155 -0
  327. package/catalog/skill-manifest.json +1720 -0
  328. package/catalog/skills.json +931 -0
  329. package/package.json +1 -1
  330. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  331. package/powers/README.md +3 -2
  332. package/powers/vanguard-microsoft/POWER.md +1 -1
  333. package/powers/vanguard-netsuite/POWER.md +4 -4
  334. package/powers/vanguard-python/POWER.md +47 -0
  335. package/powers/vanguard-sap/POWER.md +4 -2
  336. package/schemas/agent.schema.json +2 -1
  337. package/schemas/audit-event.schema.json +110 -0
  338. package/schemas/control-object.schema.json +153 -0
  339. package/schemas/skill.schema.json +2 -1
  340. package/scripts/gen_python_agents.py +552 -0
  341. package/scripts/gen_python_live_agents.py +565 -0
  342. package/scripts/gen_python_live_routing_fixtures.py +121 -0
  343. package/scripts/gen_python_routing_fixtures.py +314 -0
  344. package/scripts/generate-docs-data.mjs +1 -1
  345. package/scripts/generate-kiro-powers.mjs +104 -14
  346. package/scripts/python_data/agents/00-python-maestro-agent.json +89 -0
  347. package/scripts/python_data/agents/01-python-application-security-agent.json +186 -0
  348. package/scripts/python_data/agents/02-python-async-concurrency-reliability-agent.json +165 -0
  349. package/scripts/python_data/agents/03-python-packaging-supply-chain-agent.json +176 -0
  350. package/scripts/python_data/agents/04-python-numerical-scientific-correctness-agent.json +177 -0
  351. package/scripts/python_data/agents/05-python-language-contracts-typing-agent.json +162 -0
  352. package/scripts/python_data/agents/06-python-web-service-production-readiness-agent.json +148 -0
  353. package/scripts/python_data/agents/07-python-data-access-transaction-agent.json +162 -0
  354. package/scripts/python_data/agents/08-python-distributed-task-reliability-agent.json +162 -0
  355. package/scripts/python_data/agents/09-python-testing-quality-engineering-agent.json +162 -0
  356. package/scripts/python_data/agents/10-python-estate-modernization-governor-agent.json +159 -0
  357. package/scripts/python_data/agents/11-python-performance-memory-agent.json +162 -0
  358. package/scripts/python_data/agents/12-python-free-threading-parallelism-agent.json +159 -0
  359. package/scripts/python_data/agents/13-python-native-extension-interop-agent.json +161 -0
  360. package/scripts/python_data/agents/14-python-container-serverless-runtime-agent.json +161 -0
  361. package/scripts/python_data/agents/15-python-data-pipeline-reliability-agent.json +161 -0
  362. package/scripts/python_data/agents/16-python-ml-ai-production-agent.json +161 -0
  363. package/scripts/python_data/agents/17-python-observability-sre-agent.json +161 -0
  364. package/scripts/python_data/agents/18-python-developer-tooling-build-agent.json +162 -0
  365. package/scripts/python_data/agents/19-python-business-critical-automation-governance-agent.json +163 -0
  366. package/scripts/python_live_data/agents/00-python-live-governance-maestro-agent.json +97 -0
  367. package/scripts/python_live_data/agents/01-python-live-system-inventory-agent.json +152 -0
  368. package/scripts/python_live_data/agents/02-python-live-identity-authority-agent.json +153 -0
  369. package/scripts/python_live_data/agents/03-python-live-runtime-control-agent.json +150 -0
  370. package/scripts/python_live_data/agents/04-python-live-change-plan-agent.json +145 -0
  371. package/scripts/python_live_data/agents/05-python-live-policy-gate-agent.json +149 -0
  372. package/scripts/python_live_data/agents/06-python-live-code-remediation-agent.json +146 -0
  373. package/scripts/python_live_data/agents/07-python-live-release-control-agent.json +153 -0
  374. package/scripts/python_live_data/agents/08-python-live-data-change-control-agent.json +153 -0
  375. package/scripts/python_live_data/agents/09-python-live-job-control-agent.json +147 -0
  376. package/scripts/python_live_data/agents/10-python-live-model-promotion-control-agent.json +150 -0
  377. package/scripts/python_live_data/agents/11-python-live-control-evidence-agent.json +148 -0
  378. package/scripts/python_live_data/agents/12-python-live-continuous-control-testing-agent.json +148 -0
  379. package/scripts/python_live_data/agents/13-python-live-rollback-and-recovery-agent.json +146 -0
  380. package/scripts/python_live_data/agents/14-python-live-exception-governance-agent.json +148 -0
  381. package/scripts/update-catalog-new-agents.py +16 -15
  382. package/skills/python/python-application-security/SKILL.md +65 -0
  383. package/skills/python/python-application-security/metadata.json +28 -0
  384. package/skills/python/python-application-security/references/failure-modes.md +10 -0
  385. package/skills/python/python-application-security/references/injection-ssrf-and-file-handling.md +13 -0
  386. package/skills/python/python-application-security/references/official-sources.md +22 -0
  387. package/skills/python/python-application-security/references/review-checklist.md +12 -0
  388. package/skills/python/python-application-security/references/safety-checklist.md +22 -0
  389. package/skills/python/python-application-security/references/secrets-and-cryptography.md +13 -0
  390. package/skills/python/python-application-security/references/unsafe-deserialization-and-dynamic-execution.md +13 -0
  391. package/skills/python/python-application-security/references/workflow-and-output.md +21 -0
  392. package/skills/python/python-async-concurrency-reliability/SKILL.md +64 -0
  393. package/skills/python/python-async-concurrency-reliability/metadata.json +27 -0
  394. package/skills/python/python-async-concurrency-reliability/references/cancellation-timeouts-and-structured-concurrency.md +12 -0
  395. package/skills/python/python-async-concurrency-reliability/references/event-loop-blocking-and-executors.md +12 -0
  396. package/skills/python/python-async-concurrency-reliability/references/failure-modes.md +9 -0
  397. package/skills/python/python-async-concurrency-reliability/references/official-sources.md +21 -0
  398. package/skills/python/python-async-concurrency-reliability/references/review-checklist.md +10 -0
  399. package/skills/python/python-async-concurrency-reliability/references/safety-checklist.md +22 -0
  400. package/skills/python/python-async-concurrency-reliability/references/workflow-and-output.md +21 -0
  401. package/skills/python/python-business-critical-automation-governance/SKILL.md +62 -0
  402. package/skills/python/python-business-critical-automation-governance/metadata.json +27 -0
  403. package/skills/python/python-business-critical-automation-governance/references/exposure-and-remediation-verdict.md +12 -0
  404. package/skills/python/python-business-critical-automation-governance/references/failure-modes.md +9 -0
  405. package/skills/python/python-business-critical-automation-governance/references/official-sources.md +21 -0
  406. package/skills/python/python-business-critical-automation-governance/references/ownership-and-controls-mapping.md +12 -0
  407. package/skills/python/python-business-critical-automation-governance/references/review-checklist.md +10 -0
  408. package/skills/python/python-business-critical-automation-governance/references/safety-checklist.md +21 -0
  409. package/skills/python/python-business-critical-automation-governance/references/workflow-and-output.md +21 -0
  410. package/skills/python/python-container-serverless-runtime/SKILL.md +62 -0
  411. package/skills/python/python-container-serverless-runtime/metadata.json +27 -0
  412. package/skills/python/python-container-serverless-runtime/references/failure-modes.md +9 -0
  413. package/skills/python/python-container-serverless-runtime/references/official-sources.md +21 -0
  414. package/skills/python/python-container-serverless-runtime/references/pid1-signals-and-shutdown.md +12 -0
  415. package/skills/python/python-container-serverless-runtime/references/review-checklist.md +10 -0
  416. package/skills/python/python-container-serverless-runtime/references/safety-checklist.md +21 -0
  417. package/skills/python/python-container-serverless-runtime/references/worker-model-and-coldstart.md +12 -0
  418. package/skills/python/python-container-serverless-runtime/references/workflow-and-output.md +21 -0
  419. package/skills/python/python-data-access-transaction/SKILL.md +63 -0
  420. package/skills/python/python-data-access-transaction/metadata.json +27 -0
  421. package/skills/python/python-data-access-transaction/references/failure-modes.md +9 -0
  422. package/skills/python/python-data-access-transaction/references/migrations-pooling-and-tenancy.md +12 -0
  423. package/skills/python/python-data-access-transaction/references/official-sources.md +21 -0
  424. package/skills/python/python-data-access-transaction/references/review-checklist.md +10 -0
  425. package/skills/python/python-data-access-transaction/references/safety-checklist.md +21 -0
  426. package/skills/python/python-data-access-transaction/references/session-transaction-and-nplusone.md +12 -0
  427. package/skills/python/python-data-access-transaction/references/workflow-and-output.md +21 -0
  428. package/skills/python/python-data-pipeline-reliability/SKILL.md +62 -0
  429. package/skills/python/python-data-pipeline-reliability/metadata.json +27 -0
  430. package/skills/python/python-data-pipeline-reliability/references/failure-modes.md +9 -0
  431. package/skills/python/python-data-pipeline-reliability/references/idempotency-backfills-and-catchup.md +12 -0
  432. package/skills/python/python-data-pipeline-reliability/references/official-sources.md +21 -0
  433. package/skills/python/python-data-pipeline-reliability/references/review-checklist.md +10 -0
  434. package/skills/python/python-data-pipeline-reliability/references/safety-checklist.md +21 -0
  435. package/skills/python/python-data-pipeline-reliability/references/schema-late-data-and-quality.md +12 -0
  436. package/skills/python/python-data-pipeline-reliability/references/workflow-and-output.md +21 -0
  437. package/skills/python/python-developer-tooling-build/SKILL.md +62 -0
  438. package/skills/python/python-developer-tooling-build/metadata.json +27 -0
  439. package/skills/python/python-developer-tooling-build/references/ci-matrix-and-build-backend.md +12 -0
  440. package/skills/python/python-developer-tooling-build/references/failure-modes.md +9 -0
  441. package/skills/python/python-developer-tooling-build/references/gate-efficacy-and-strictness.md +12 -0
  442. package/skills/python/python-developer-tooling-build/references/official-sources.md +21 -0
  443. package/skills/python/python-developer-tooling-build/references/review-checklist.md +10 -0
  444. package/skills/python/python-developer-tooling-build/references/safety-checklist.md +22 -0
  445. package/skills/python/python-developer-tooling-build/references/workflow-and-output.md +21 -0
  446. package/skills/python/python-distributed-task-reliability/SKILL.md +63 -0
  447. package/skills/python/python-distributed-task-reliability/metadata.json +27 -0
  448. package/skills/python/python-distributed-task-reliability/references/failure-modes.md +9 -0
  449. package/skills/python/python-distributed-task-reliability/references/idempotency-acks-and-retries.md +12 -0
  450. package/skills/python/python-distributed-task-reliability/references/official-sources.md +21 -0
  451. package/skills/python/python-distributed-task-reliability/references/outbox-poison-and-scheduling.md +12 -0
  452. package/skills/python/python-distributed-task-reliability/references/review-checklist.md +10 -0
  453. package/skills/python/python-distributed-task-reliability/references/safety-checklist.md +21 -0
  454. package/skills/python/python-distributed-task-reliability/references/workflow-and-output.md +21 -0
  455. package/skills/python/python-estate-modernization-governor/SKILL.md +61 -0
  456. package/skills/python/python-estate-modernization-governor/metadata.json +27 -0
  457. package/skills/python/python-estate-modernization-governor/references/failure-modes.md +9 -0
  458. package/skills/python/python-estate-modernization-governor/references/official-sources.md +21 -0
  459. package/skills/python/python-estate-modernization-governor/references/review-checklist.md +10 -0
  460. package/skills/python/python-estate-modernization-governor/references/runtime-eol-and-support-posture.md +12 -0
  461. package/skills/python/python-estate-modernization-governor/references/safety-checklist.md +21 -0
  462. package/skills/python/python-estate-modernization-governor/references/upgrade-sequencing-and-compatibility.md +12 -0
  463. package/skills/python/python-estate-modernization-governor/references/workflow-and-output.md +21 -0
  464. package/skills/python/python-free-threading-parallelism/SKILL.md +61 -0
  465. package/skills/python/python-free-threading-parallelism/metadata.json +27 -0
  466. package/skills/python/python-free-threading-parallelism/references/extension-compatibility-and-adoption.md +12 -0
  467. package/skills/python/python-free-threading-parallelism/references/failure-modes.md +9 -0
  468. package/skills/python/python-free-threading-parallelism/references/gil-assumptions-and-shared-state.md +12 -0
  469. package/skills/python/python-free-threading-parallelism/references/official-sources.md +21 -0
  470. package/skills/python/python-free-threading-parallelism/references/review-checklist.md +10 -0
  471. package/skills/python/python-free-threading-parallelism/references/safety-checklist.md +21 -0
  472. package/skills/python/python-free-threading-parallelism/references/workflow-and-output.md +21 -0
  473. package/skills/python/python-language-contracts-typing/SKILL.md +63 -0
  474. package/skills/python/python-language-contracts-typing/metadata.json +27 -0
  475. package/skills/python/python-language-contracts-typing/references/any-propagation-and-boundaries.md +12 -0
  476. package/skills/python/python-language-contracts-typing/references/failure-modes.md +9 -0
  477. package/skills/python/python-language-contracts-typing/references/official-sources.md +21 -0
  478. package/skills/python/python-language-contracts-typing/references/protocols-generics-variance.md +12 -0
  479. package/skills/python/python-language-contracts-typing/references/review-checklist.md +10 -0
  480. package/skills/python/python-language-contracts-typing/references/safety-checklist.md +21 -0
  481. package/skills/python/python-language-contracts-typing/references/workflow-and-output.md +21 -0
  482. package/skills/python/python-live-change-plan/SKILL.md +62 -0
  483. package/skills/python/python-live-change-plan/metadata.json +26 -0
  484. package/skills/python/python-live-change-plan/references/failure-modes.md +9 -0
  485. package/skills/python/python-live-change-plan/references/official-sources.md +19 -0
  486. package/skills/python/python-live-change-plan/references/plan-diff-rollback-digest.md +11 -0
  487. package/skills/python/python-live-change-plan/references/review-checklist.md +10 -0
  488. package/skills/python/python-live-change-plan/references/safety-checklist.md +24 -0
  489. package/skills/python/python-live-change-plan/references/workflow-and-output.md +21 -0
  490. package/skills/python/python-live-code-remediation/SKILL.md +62 -0
  491. package/skills/python/python-live-code-remediation/metadata.json +26 -0
  492. package/skills/python/python-live-code-remediation/references/bounded-remediation-pr.md +12 -0
  493. package/skills/python/python-live-code-remediation/references/failure-modes.md +9 -0
  494. package/skills/python/python-live-code-remediation/references/official-sources.md +19 -0
  495. package/skills/python/python-live-code-remediation/references/review-checklist.md +10 -0
  496. package/skills/python/python-live-code-remediation/references/safety-checklist.md +25 -0
  497. package/skills/python/python-live-code-remediation/references/workflow-and-output.md +21 -0
  498. package/skills/python/python-live-continuous-control-testing/SKILL.md +62 -0
  499. package/skills/python/python-live-continuous-control-testing/metadata.json +26 -0
  500. package/skills/python/python-live-continuous-control-testing/references/continuous-control-testing.md +13 -0
  501. package/skills/python/python-live-continuous-control-testing/references/failure-modes.md +9 -0
  502. package/skills/python/python-live-continuous-control-testing/references/official-sources.md +19 -0
  503. package/skills/python/python-live-continuous-control-testing/references/review-checklist.md +10 -0
  504. package/skills/python/python-live-continuous-control-testing/references/safety-checklist.md +25 -0
  505. package/skills/python/python-live-continuous-control-testing/references/workflow-and-output.md +21 -0
  506. package/skills/python/python-live-control-evidence/SKILL.md +62 -0
  507. package/skills/python/python-live-control-evidence/metadata.json +26 -0
  508. package/skills/python/python-live-control-evidence/references/evidence-collection-and-sealing.md +13 -0
  509. package/skills/python/python-live-control-evidence/references/failure-modes.md +9 -0
  510. package/skills/python/python-live-control-evidence/references/official-sources.md +19 -0
  511. package/skills/python/python-live-control-evidence/references/review-checklist.md +10 -0
  512. package/skills/python/python-live-control-evidence/references/safety-checklist.md +25 -0
  513. package/skills/python/python-live-control-evidence/references/workflow-and-output.md +21 -0
  514. package/skills/python/python-live-data-change-control/SKILL.md +63 -0
  515. package/skills/python/python-live-data-change-control/metadata.json +26 -0
  516. package/skills/python/python-live-data-change-control/references/failure-modes.md +9 -0
  517. package/skills/python/python-live-data-change-control/references/governed-data-change.md +14 -0
  518. package/skills/python/python-live-data-change-control/references/official-sources.md +19 -0
  519. package/skills/python/python-live-data-change-control/references/review-checklist.md +10 -0
  520. package/skills/python/python-live-data-change-control/references/safety-checklist.md +26 -0
  521. package/skills/python/python-live-data-change-control/references/workflow-and-output.md +21 -0
  522. package/skills/python/python-live-exception-governance/SKILL.md +62 -0
  523. package/skills/python/python-live-exception-governance/metadata.json +26 -0
  524. package/skills/python/python-live-exception-governance/references/exception-governance.md +13 -0
  525. package/skills/python/python-live-exception-governance/references/failure-modes.md +9 -0
  526. package/skills/python/python-live-exception-governance/references/official-sources.md +19 -0
  527. package/skills/python/python-live-exception-governance/references/review-checklist.md +10 -0
  528. package/skills/python/python-live-exception-governance/references/safety-checklist.md +25 -0
  529. package/skills/python/python-live-exception-governance/references/workflow-and-output.md +21 -0
  530. package/skills/python/python-live-governance-maestro/SKILL.md +56 -0
  531. package/skills/python/python-live-governance-maestro/metadata.json +27 -0
  532. package/skills/python/python-live-governance-maestro/references/official-sources.md +20 -0
  533. package/skills/python/python-live-governance-maestro/references/routing-taxonomy.md +8 -0
  534. package/skills/python/python-live-governance-maestro/references/safety-checklist.md +26 -0
  535. package/skills/python/python-live-identity-authority/SKILL.md +63 -0
  536. package/skills/python/python-live-identity-authority/metadata.json +26 -0
  537. package/skills/python/python-live-identity-authority/references/failure-modes.md +9 -0
  538. package/skills/python/python-live-identity-authority/references/identity-authority-and-sod.md +12 -0
  539. package/skills/python/python-live-identity-authority/references/official-sources.md +19 -0
  540. package/skills/python/python-live-identity-authority/references/review-checklist.md +10 -0
  541. package/skills/python/python-live-identity-authority/references/safety-checklist.md +25 -0
  542. package/skills/python/python-live-identity-authority/references/workflow-and-output.md +21 -0
  543. package/skills/python/python-live-job-control/SKILL.md +61 -0
  544. package/skills/python/python-live-job-control/metadata.json +26 -0
  545. package/skills/python/python-live-job-control/references/business-idempotency-and-reconciliation.md +13 -0
  546. package/skills/python/python-live-job-control/references/failure-modes.md +9 -0
  547. package/skills/python/python-live-job-control/references/official-sources.md +19 -0
  548. package/skills/python/python-live-job-control/references/review-checklist.md +10 -0
  549. package/skills/python/python-live-job-control/references/safety-checklist.md +25 -0
  550. package/skills/python/python-live-job-control/references/workflow-and-output.md +21 -0
  551. package/skills/python/python-live-model-promotion-control/SKILL.md +62 -0
  552. package/skills/python/python-live-model-promotion-control/metadata.json +26 -0
  553. package/skills/python/python-live-model-promotion-control/references/failure-modes.md +9 -0
  554. package/skills/python/python-live-model-promotion-control/references/model-promotion-governance.md +13 -0
  555. package/skills/python/python-live-model-promotion-control/references/official-sources.md +19 -0
  556. package/skills/python/python-live-model-promotion-control/references/review-checklist.md +10 -0
  557. package/skills/python/python-live-model-promotion-control/references/safety-checklist.md +26 -0
  558. package/skills/python/python-live-model-promotion-control/references/workflow-and-output.md +21 -0
  559. package/skills/python/python-live-policy-gate/SKILL.md +63 -0
  560. package/skills/python/python-live-policy-gate/metadata.json +26 -0
  561. package/skills/python/python-live-policy-gate/references/failure-modes.md +9 -0
  562. package/skills/python/python-live-policy-gate/references/official-sources.md +19 -0
  563. package/skills/python/python-live-policy-gate/references/policy-applicability-evaluation.md +13 -0
  564. package/skills/python/python-live-policy-gate/references/review-checklist.md +10 -0
  565. package/skills/python/python-live-policy-gate/references/safety-checklist.md +24 -0
  566. package/skills/python/python-live-policy-gate/references/workflow-and-output.md +21 -0
  567. package/skills/python/python-live-release-control/SKILL.md +63 -0
  568. package/skills/python/python-live-release-control/metadata.json +26 -0
  569. package/skills/python/python-live-release-control/references/bounded-release-and-approval.md +13 -0
  570. package/skills/python/python-live-release-control/references/failure-modes.md +9 -0
  571. package/skills/python/python-live-release-control/references/official-sources.md +19 -0
  572. package/skills/python/python-live-release-control/references/review-checklist.md +10 -0
  573. package/skills/python/python-live-release-control/references/safety-checklist.md +26 -0
  574. package/skills/python/python-live-release-control/references/workflow-and-output.md +21 -0
  575. package/skills/python/python-live-rollback-and-recovery/SKILL.md +62 -0
  576. package/skills/python/python-live-rollback-and-recovery/metadata.json +26 -0
  577. package/skills/python/python-live-rollback-and-recovery/references/failure-modes.md +9 -0
  578. package/skills/python/python-live-rollback-and-recovery/references/official-sources.md +19 -0
  579. package/skills/python/python-live-rollback-and-recovery/references/preapproved-rollback.md +12 -0
  580. package/skills/python/python-live-rollback-and-recovery/references/review-checklist.md +10 -0
  581. package/skills/python/python-live-rollback-and-recovery/references/safety-checklist.md +25 -0
  582. package/skills/python/python-live-rollback-and-recovery/references/workflow-and-output.md +21 -0
  583. package/skills/python/python-live-runtime-control/SKILL.md +62 -0
  584. package/skills/python/python-live-runtime-control/metadata.json +26 -0
  585. package/skills/python/python-live-runtime-control/references/failure-modes.md +9 -0
  586. package/skills/python/python-live-runtime-control/references/official-sources.md +19 -0
  587. package/skills/python/python-live-runtime-control/references/readonly-diagnostics.md +13 -0
  588. package/skills/python/python-live-runtime-control/references/review-checklist.md +10 -0
  589. package/skills/python/python-live-runtime-control/references/safety-checklist.md +24 -0
  590. package/skills/python/python-live-runtime-control/references/workflow-and-output.md +21 -0
  591. package/skills/python/python-live-system-inventory/SKILL.md +63 -0
  592. package/skills/python/python-live-system-inventory/metadata.json +26 -0
  593. package/skills/python/python-live-system-inventory/references/failure-modes.md +9 -0
  594. package/skills/python/python-live-system-inventory/references/inventory-and-ownership.md +12 -0
  595. package/skills/python/python-live-system-inventory/references/official-sources.md +19 -0
  596. package/skills/python/python-live-system-inventory/references/review-checklist.md +10 -0
  597. package/skills/python/python-live-system-inventory/references/safety-checklist.md +24 -0
  598. package/skills/python/python-live-system-inventory/references/workflow-and-output.md +21 -0
  599. package/skills/python/python-maestro/SKILL.md +57 -0
  600. package/skills/python/python-maestro/metadata.json +26 -0
  601. package/skills/python/python-maestro/references/official-sources.md +15 -0
  602. package/skills/python/python-maestro/references/routing-taxonomy.md +7 -0
  603. package/skills/python/python-maestro/references/safety-checklist.md +20 -0
  604. package/skills/python/python-ml-ai-production/SKILL.md +62 -0
  605. package/skills/python/python-ml-ai-production/metadata.json +27 -0
  606. package/skills/python/python-ml-ai-production/references/artifact-serialization-and-provenance.md +12 -0
  607. package/skills/python/python-ml-ai-production/references/failure-modes.md +9 -0
  608. package/skills/python/python-ml-ai-production/references/official-sources.md +21 -0
  609. package/skills/python/python-ml-ai-production/references/review-checklist.md +10 -0
  610. package/skills/python/python-ml-ai-production/references/safety-checklist.md +21 -0
  611. package/skills/python/python-ml-ai-production/references/skew-leakage-and-reproducibility.md +12 -0
  612. package/skills/python/python-ml-ai-production/references/workflow-and-output.md +21 -0
  613. package/skills/python/python-native-extension-interop/SKILL.md +62 -0
  614. package/skills/python/python-native-extension-interop/metadata.json +27 -0
  615. package/skills/python/python-native-extension-interop/references/failure-modes.md +9 -0
  616. package/skills/python/python-native-extension-interop/references/official-sources.md +21 -0
  617. package/skills/python/python-native-extension-interop/references/reference-ownership-and-buffers.md +12 -0
  618. package/skills/python/python-native-extension-interop/references/review-checklist.md +10 -0
  619. package/skills/python/python-native-extension-interop/references/safety-checklist.md +21 -0
  620. package/skills/python/python-native-extension-interop/references/stable-abi-and-exception-translation.md +12 -0
  621. package/skills/python/python-native-extension-interop/references/workflow-and-output.md +21 -0
  622. package/skills/python/python-numerical-scientific-correctness/SKILL.md +65 -0
  623. package/skills/python/python-numerical-scientific-correctness/metadata.json +27 -0
  624. package/skills/python/python-numerical-scientific-correctness/references/datetime-timezones-and-dtypes.md +12 -0
  625. package/skills/python/python-numerical-scientific-correctness/references/failure-modes.md +9 -0
  626. package/skills/python/python-numerical-scientific-correctness/references/money-rounding-and-decimal.md +12 -0
  627. package/skills/python/python-numerical-scientific-correctness/references/official-sources.md +21 -0
  628. package/skills/python/python-numerical-scientific-correctness/references/reproducibility-and-numerical-stability.md +12 -0
  629. package/skills/python/python-numerical-scientific-correctness/references/review-checklist.md +10 -0
  630. package/skills/python/python-numerical-scientific-correctness/references/safety-checklist.md +21 -0
  631. package/skills/python/python-numerical-scientific-correctness/references/workflow-and-output.md +21 -0
  632. package/skills/python/python-observability-sre/SKILL.md +62 -0
  633. package/skills/python/python-observability-sre/metadata.json +27 -0
  634. package/skills/python/python-observability-sre/references/cardinality-and-pii.md +12 -0
  635. package/skills/python/python-observability-sre/references/context-propagation-and-correlation.md +12 -0
  636. package/skills/python/python-observability-sre/references/failure-modes.md +9 -0
  637. package/skills/python/python-observability-sre/references/official-sources.md +21 -0
  638. package/skills/python/python-observability-sre/references/review-checklist.md +10 -0
  639. package/skills/python/python-observability-sre/references/safety-checklist.md +21 -0
  640. package/skills/python/python-observability-sre/references/workflow-and-output.md +21 -0
  641. package/skills/python/python-packaging-supply-chain/SKILL.md +64 -0
  642. package/skills/python/python-packaging-supply-chain/metadata.json +27 -0
  643. package/skills/python/python-packaging-supply-chain/references/failure-modes.md +9 -0
  644. package/skills/python/python-packaging-supply-chain/references/index-trust-and-dependency-confusion.md +12 -0
  645. package/skills/python/python-packaging-supply-chain/references/locking-and-hash-checking.md +12 -0
  646. package/skills/python/python-packaging-supply-chain/references/official-sources.md +21 -0
  647. package/skills/python/python-packaging-supply-chain/references/pyproject-and-build-isolation.md +12 -0
  648. package/skills/python/python-packaging-supply-chain/references/review-checklist.md +10 -0
  649. package/skills/python/python-packaging-supply-chain/references/safety-checklist.md +21 -0
  650. package/skills/python/python-packaging-supply-chain/references/workflow-and-output.md +21 -0
  651. package/skills/python/python-performance-memory/SKILL.md +62 -0
  652. package/skills/python/python-performance-memory/metadata.json +27 -0
  653. package/skills/python/python-performance-memory/references/failure-modes.md +9 -0
  654. package/skills/python/python-performance-memory/references/memory-growth-and-gc.md +12 -0
  655. package/skills/python/python-performance-memory/references/official-sources.md +21 -0
  656. package/skills/python/python-performance-memory/references/profiling-vs-benchmarking.md +12 -0
  657. package/skills/python/python-performance-memory/references/review-checklist.md +10 -0
  658. package/skills/python/python-performance-memory/references/safety-checklist.md +22 -0
  659. package/skills/python/python-performance-memory/references/workflow-and-output.md +21 -0
  660. package/skills/python/python-testing-quality-engineering/SKILL.md +63 -0
  661. package/skills/python/python-testing-quality-engineering/metadata.json +27 -0
  662. package/skills/python/python-testing-quality-engineering/references/coverage-theater-and-property-testing.md +12 -0
  663. package/skills/python/python-testing-quality-engineering/references/failure-modes.md +9 -0
  664. package/skills/python/python-testing-quality-engineering/references/mocks-fixtures-and-determinism.md +12 -0
  665. package/skills/python/python-testing-quality-engineering/references/official-sources.md +21 -0
  666. package/skills/python/python-testing-quality-engineering/references/review-checklist.md +10 -0
  667. package/skills/python/python-testing-quality-engineering/references/safety-checklist.md +21 -0
  668. package/skills/python/python-testing-quality-engineering/references/workflow-and-output.md +21 -0
  669. package/skills/python/python-web-service-production-readiness/SKILL.md +62 -0
  670. package/skills/python/python-web-service-production-readiness/metadata.json +27 -0
  671. package/skills/python/python-web-service-production-readiness/references/failure-modes.md +9 -0
  672. package/skills/python/python-web-service-production-readiness/references/framework-async-and-lifecycle.md +12 -0
  673. package/skills/python/python-web-service-production-readiness/references/official-sources.md +21 -0
  674. package/skills/python/python-web-service-production-readiness/references/review-checklist.md +10 -0
  675. package/skills/python/python-web-service-production-readiness/references/safety-checklist.md +21 -0
  676. package/skills/python/python-web-service-production-readiness/references/workflow-and-output.md +21 -0
  677. package/tests/fixtures/python-live-maestro-routing/expected/001-happy-inventory.json +6 -0
  678. package/tests/fixtures/python-live-maestro-routing/expected/002-happy-identity-authority.json +6 -0
  679. package/tests/fixtures/python-live-maestro-routing/expected/003-happy-runtime-control.json +6 -0
  680. package/tests/fixtures/python-live-maestro-routing/expected/004-happy-change-plan.json +6 -0
  681. package/tests/fixtures/python-live-maestro-routing/expected/005-happy-policy-gate.json +6 -0
  682. package/tests/fixtures/python-live-maestro-routing/expected/006-happy-control-evidence.json +6 -0
  683. package/tests/fixtures/python-live-maestro-routing/expected/007-happy-continuous-testing.json +6 -0
  684. package/tests/fixtures/python-live-maestro-routing/expected/008-happy-exception-governance.json +6 -0
  685. package/tests/fixtures/python-live-maestro-routing/expected/009-gated-release.json +6 -0
  686. package/tests/fixtures/python-live-maestro-routing/expected/010-gated-data-change.json +6 -0
  687. package/tests/fixtures/python-live-maestro-routing/expected/011-gated-job.json +6 -0
  688. package/tests/fixtures/python-live-maestro-routing/expected/012-gated-model-promotion.json +6 -0
  689. package/tests/fixtures/python-live-maestro-routing/expected/013-gated-rollback.json +6 -0
  690. package/tests/fixtures/python-live-maestro-routing/expected/014-gated-code-remediation.json +6 -0
  691. package/tests/fixtures/python-live-maestro-routing/expected/015-adv-verbal-approval.json +6 -0
  692. package/tests/fixtures/python-live-maestro-routing/expected/016-adv-admin-credentials.json +6 -0
  693. package/tests/fixtures/python-live-maestro-routing/expected/017-adv-skip-log.json +6 -0
  694. package/tests/fixtures/python-live-maestro-routing/expected/018-adv-now-ticket-later.json +6 -0
  695. package/tests/fixtures/python-live-maestro-routing/expected/019-adv-retry-all.json +6 -0
  696. package/tests/fixtures/python-live-maestro-routing/expected/020-adv-rollback-probably.json +6 -0
  697. package/tests/fixtures/python-live-maestro-routing/expected/021-adv-same-approval-99.json +6 -0
  698. package/tests/fixtures/python-live-maestro-routing/expected/022-adv-requester-approver.json +6 -0
  699. package/tests/fixtures/python-live-maestro-routing/expected/023-adv-change-target-same-approval.json +6 -0
  700. package/tests/fixtures/python-live-maestro-routing/expected/024-adv-prod-db-test.json +6 -0
  701. package/tests/fixtures/python-live-maestro-routing/expected/025-adv-guard-noun-no-verb.json +4 -0
  702. package/tests/fixtures/python-live-maestro-routing/inputs/001-happy-inventory.json +7 -0
  703. package/tests/fixtures/python-live-maestro-routing/inputs/002-happy-identity-authority.json +7 -0
  704. package/tests/fixtures/python-live-maestro-routing/inputs/003-happy-runtime-control.json +7 -0
  705. package/tests/fixtures/python-live-maestro-routing/inputs/004-happy-change-plan.json +7 -0
  706. package/tests/fixtures/python-live-maestro-routing/inputs/005-happy-policy-gate.json +7 -0
  707. package/tests/fixtures/python-live-maestro-routing/inputs/006-happy-control-evidence.json +7 -0
  708. package/tests/fixtures/python-live-maestro-routing/inputs/007-happy-continuous-testing.json +7 -0
  709. package/tests/fixtures/python-live-maestro-routing/inputs/008-happy-exception-governance.json +7 -0
  710. package/tests/fixtures/python-live-maestro-routing/inputs/009-gated-release.json +7 -0
  711. package/tests/fixtures/python-live-maestro-routing/inputs/010-gated-data-change.json +7 -0
  712. package/tests/fixtures/python-live-maestro-routing/inputs/011-gated-job.json +7 -0
  713. package/tests/fixtures/python-live-maestro-routing/inputs/012-gated-model-promotion.json +7 -0
  714. package/tests/fixtures/python-live-maestro-routing/inputs/013-gated-rollback.json +7 -0
  715. package/tests/fixtures/python-live-maestro-routing/inputs/014-gated-code-remediation.json +7 -0
  716. package/tests/fixtures/python-live-maestro-routing/inputs/015-adv-verbal-approval.json +8 -0
  717. package/tests/fixtures/python-live-maestro-routing/inputs/016-adv-admin-credentials.json +8 -0
  718. package/tests/fixtures/python-live-maestro-routing/inputs/017-adv-skip-log.json +8 -0
  719. package/tests/fixtures/python-live-maestro-routing/inputs/018-adv-now-ticket-later.json +8 -0
  720. package/tests/fixtures/python-live-maestro-routing/inputs/019-adv-retry-all.json +8 -0
  721. package/tests/fixtures/python-live-maestro-routing/inputs/020-adv-rollback-probably.json +8 -0
  722. package/tests/fixtures/python-live-maestro-routing/inputs/021-adv-same-approval-99.json +8 -0
  723. package/tests/fixtures/python-live-maestro-routing/inputs/022-adv-requester-approver.json +8 -0
  724. package/tests/fixtures/python-live-maestro-routing/inputs/023-adv-change-target-same-approval.json +8 -0
  725. package/tests/fixtures/python-live-maestro-routing/inputs/024-adv-prod-db-test.json +8 -0
  726. package/tests/fixtures/python-live-maestro-routing/inputs/025-adv-guard-noun-no-verb.json +8 -0
  727. package/tests/fixtures/python-live-maestro-routing/taxonomy.json +103 -0
  728. package/tests/fixtures/python-maestro-routing/expected/001-happy-application-security.json +6 -0
  729. package/tests/fixtures/python-maestro-routing/expected/002-happy-async-reliability.json +6 -0
  730. package/tests/fixtures/python-maestro-routing/expected/003-happy-packaging-supply-chain.json +6 -0
  731. package/tests/fixtures/python-maestro-routing/expected/004-happy-numerical-correctness.json +6 -0
  732. package/tests/fixtures/python-maestro-routing/expected/005-adv-injection-directive-in-source.json +6 -0
  733. package/tests/fixtures/python-maestro-routing/expected/006-adv-deploy-to-production.json +4 -0
  734. package/tests/fixtures/python-maestro-routing/expected/007-adv-publish-package-to-pypi.json +4 -0
  735. package/tests/fixtures/python-maestro-routing/expected/008-adv-pip-install-to-inspect.json +4 -0
  736. package/tests/fixtures/python-maestro-routing/expected/009-adv-disguised-terraform.json +4 -0
  737. package/tests/fixtures/python-maestro-routing/expected/010-adv-disable-quality-gate.json +4 -0
  738. package/tests/fixtures/python-maestro-routing/expected/011-multi-security-and-packaging.json +7 -0
  739. package/tests/fixtures/python-maestro-routing/expected/012-multi-async-and-numerical.json +7 -0
  740. package/tests/fixtures/python-maestro-routing/expected/013-happy-typing.json +6 -0
  741. package/tests/fixtures/python-maestro-routing/expected/014-happy-web-service.json +6 -0
  742. package/tests/fixtures/python-maestro-routing/expected/015-happy-data-access.json +6 -0
  743. package/tests/fixtures/python-maestro-routing/expected/016-happy-distributed-task-idempotency.json +6 -0
  744. package/tests/fixtures/python-maestro-routing/expected/017-happy-testing-coverage-theater.json +6 -0
  745. package/tests/fixtures/python-maestro-routing/expected/018-multi-web-and-data-access.json +7 -0
  746. package/tests/fixtures/python-maestro-routing/expected/019-happy-free-threading-unsafe-cext.json +6 -0
  747. package/tests/fixtures/python-maestro-routing/expected/020-happy-container-signals.json +6 -0
  748. package/tests/fixtures/python-maestro-routing/expected/021-happy-notebook-month-end.json +6 -0
  749. package/tests/fixtures/python-maestro-routing/expected/022-happy-estate-eol-upgrade.json +6 -0
  750. package/tests/fixtures/python-maestro-routing/expected/023-happy-performance-no-evidence.json +6 -0
  751. package/tests/fixtures/python-maestro-routing/expected/024-happy-data-pipeline-backfill.json +6 -0
  752. package/tests/fixtures/python-maestro-routing/expected/025-happy-ml-leakage-artifact.json +6 -0
  753. package/tests/fixtures/python-maestro-routing/expected/026-happy-observability-cardinality.json +6 -0
  754. package/tests/fixtures/python-maestro-routing/expected/027-happy-tooling-nonblocking-gate.json +6 -0
  755. package/tests/fixtures/python-maestro-routing/expected/028-happy-native-extension-refcount.json +6 -0
  756. package/tests/fixtures/python-maestro-routing/expected/029-adv-five-domain-cap.json +9 -0
  757. package/tests/fixtures/python-maestro-routing/inputs/001-happy-application-security.json +7 -0
  758. package/tests/fixtures/python-maestro-routing/inputs/002-happy-async-reliability.json +7 -0
  759. package/tests/fixtures/python-maestro-routing/inputs/003-happy-packaging-supply-chain.json +7 -0
  760. package/tests/fixtures/python-maestro-routing/inputs/004-happy-numerical-correctness.json +7 -0
  761. package/tests/fixtures/python-maestro-routing/inputs/005-adv-injection-directive-in-source.json +8 -0
  762. package/tests/fixtures/python-maestro-routing/inputs/006-adv-deploy-to-production.json +8 -0
  763. package/tests/fixtures/python-maestro-routing/inputs/007-adv-publish-package-to-pypi.json +8 -0
  764. package/tests/fixtures/python-maestro-routing/inputs/008-adv-pip-install-to-inspect.json +8 -0
  765. package/tests/fixtures/python-maestro-routing/inputs/009-adv-disguised-terraform.json +8 -0
  766. package/tests/fixtures/python-maestro-routing/inputs/010-adv-disable-quality-gate.json +8 -0
  767. package/tests/fixtures/python-maestro-routing/inputs/011-multi-security-and-packaging.json +7 -0
  768. package/tests/fixtures/python-maestro-routing/inputs/012-multi-async-and-numerical.json +7 -0
  769. package/tests/fixtures/python-maestro-routing/inputs/013-happy-typing.json +7 -0
  770. package/tests/fixtures/python-maestro-routing/inputs/014-happy-web-service.json +7 -0
  771. package/tests/fixtures/python-maestro-routing/inputs/015-happy-data-access.json +7 -0
  772. package/tests/fixtures/python-maestro-routing/inputs/016-happy-distributed-task-idempotency.json +7 -0
  773. package/tests/fixtures/python-maestro-routing/inputs/017-happy-testing-coverage-theater.json +7 -0
  774. package/tests/fixtures/python-maestro-routing/inputs/018-multi-web-and-data-access.json +7 -0
  775. package/tests/fixtures/python-maestro-routing/inputs/019-happy-free-threading-unsafe-cext.json +7 -0
  776. package/tests/fixtures/python-maestro-routing/inputs/020-happy-container-signals.json +7 -0
  777. package/tests/fixtures/python-maestro-routing/inputs/021-happy-notebook-month-end.json +7 -0
  778. package/tests/fixtures/python-maestro-routing/inputs/022-happy-estate-eol-upgrade.json +7 -0
  779. package/tests/fixtures/python-maestro-routing/inputs/023-happy-performance-no-evidence.json +7 -0
  780. package/tests/fixtures/python-maestro-routing/inputs/024-happy-data-pipeline-backfill.json +7 -0
  781. package/tests/fixtures/python-maestro-routing/inputs/025-happy-ml-leakage-artifact.json +7 -0
  782. package/tests/fixtures/python-maestro-routing/inputs/026-happy-observability-cardinality.json +7 -0
  783. package/tests/fixtures/python-maestro-routing/inputs/027-happy-tooling-nonblocking-gate.json +7 -0
  784. package/tests/fixtures/python-maestro-routing/inputs/028-happy-native-extension-refcount.json +7 -0
  785. package/tests/fixtures/python-maestro-routing/inputs/029-adv-five-domain-cap.json +8 -0
  786. package/tests/fixtures/python-maestro-routing/taxonomy.json +282 -0
  787. package/tests/validate-catalog.py +1 -0
@@ -14923,6 +14923,937 @@
14923
14923
  "version": "0.1.0",
14924
14924
  "author": "github: Raishin"
14925
14925
  },
14926
+ {
14927
+ "id": "python-application-security",
14928
+ "name": "python-application-security",
14929
+ "type": "skill",
14930
+ "provider": "python",
14931
+ "harnesses": [
14932
+ "codex",
14933
+ "claude-code",
14934
+ "cursor",
14935
+ "gemini",
14936
+ "kiro",
14937
+ "other"
14938
+ ],
14939
+ "summary": "Static review of Python application-security defects: unsafe deserialization (pickle, yaml.load), dynamic execution (eval/exec), subprocess and shell injection, SSRF, path traversal and unsafe archive/file handling, secrets exposure, cryptography misuse, and fail-open exception handling. Reads source only; never runs code or exploits.",
14940
+ "source_type": "original",
14941
+ "official_docs": [
14942
+ "https://docs.python.org/3/library/pickle.html",
14943
+ "https://docs.python.org/3/library/subprocess.html#security-considerations",
14944
+ "https://docs.python.org/3/library/secrets.html",
14945
+ "https://owasp.org/www-community/vulnerabilities/Deserialization_of_untrusted_data",
14946
+ "https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html"
14947
+ ],
14948
+ "security_notes": "Static review only — reads Python source, sanitized configuration, and dependency manifests to locate injection, deserialization, SSRF, secrets, and cryptography defects; never runs the code, never executes or writes a proof-of-concept exploit, and never opens a live connection. A vulnerability that cannot be confirmed from the visible source is reported as a candidate needing confirmation, not asserted as exploitable. Never requests, stores, or echoes secrets, credentials, tokens, or customer data.",
14949
+ "last_verified": "2026-07-26",
14950
+ "path": "skills/python/python-application-security",
14951
+ "version": "0.1.0",
14952
+ "author": "github: Raishin"
14953
+ },
14954
+ {
14955
+ "id": "python-async-concurrency-reliability",
14956
+ "name": "python-async-concurrency-reliability",
14957
+ "type": "skill",
14958
+ "provider": "python",
14959
+ "harnesses": [
14960
+ "codex",
14961
+ "claude-code",
14962
+ "cursor",
14963
+ "gemini",
14964
+ "kiro",
14965
+ "other"
14966
+ ],
14967
+ "summary": "Static review of Python asyncio reliability: blocking calls that stall the event loop, cancellation correctness, missing timeouts on external awaits, task lifecycle and structured concurrency, backpressure on unbounded fan-out, and context propagation across executor and thread boundaries. Reads source only; never runs code or measures timing.",
14968
+ "source_type": "original",
14969
+ "official_docs": [
14970
+ "https://docs.python.org/3/library/asyncio-task.html",
14971
+ "https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor",
14972
+ "https://docs.python.org/3/library/asyncio-task.html#timeouts",
14973
+ "https://docs.python.org/3/library/asyncio-task.html#task-groups"
14974
+ ],
14975
+ "security_notes": "Static review only — reads Python async source and sanitized configuration to locate event-loop blocking, cancellation, timeout, and backpressure defects; never runs the service, never starts an event loop, and never measures actual latency, throughput, or deadlock behavior. A timing or throughput claim not derivable from the source is flagged as needing measurement rather than asserted. Never requests secrets, credentials, or a live connection.",
14976
+ "last_verified": "2026-07-26",
14977
+ "path": "skills/python/python-async-concurrency-reliability",
14978
+ "version": "0.1.0",
14979
+ "author": "github: Raishin"
14980
+ },
14981
+ {
14982
+ "id": "python-business-critical-automation-governance",
14983
+ "name": "python-business-critical-automation-governance",
14984
+ "type": "skill",
14985
+ "provider": "python",
14986
+ "harnesses": [
14987
+ "codex",
14988
+ "claude-code",
14989
+ "cursor",
14990
+ "gemini",
14991
+ "kiro",
14992
+ "other"
14993
+ ],
14994
+ "summary": "Static review of business-critical Python automation governance — unowned scripts, notebooks, bots, and schedulers whose failure creates financial, regulatory, or operational exposure — mapping ownership, controls, and a continue / harden / replatform / retire recommendation. Reads automation source, config, and process description only; makes no accounting/legal/regulatory conclusions.",
14995
+ "source_type": "original",
14996
+ "official_docs": [
14997
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
14998
+ "https://csrc.nist.gov/glossary/term/separation_of_duty",
14999
+ "https://docs.python.org/3/library/logging.html",
15000
+ "https://peps.python.org/pep-0020/"
15001
+ ],
15002
+ "security_notes": "Static review only — reads automation source, scheduling/configuration, and process descriptions (owner, trigger, inputs/outputs) to map ownership and controls; never runs the automation, connects to a live system, or requests secrets, credentials, or customer data. This agent makes no accounting, legal, or regulatory conclusion — those determinations route to the accounting/finance and legal boards; it maps controls, quantifies exposure, and recommends continue / harden / replatform / retire.",
15003
+ "last_verified": "2026-07-26",
15004
+ "path": "skills/python/python-business-critical-automation-governance",
15005
+ "version": "0.1.0",
15006
+ "author": "github: Raishin"
15007
+ },
15008
+ {
15009
+ "id": "python-container-serverless-runtime",
15010
+ "name": "python-container-serverless-runtime",
15011
+ "type": "skill",
15012
+ "provider": "python",
15013
+ "harnesses": [
15014
+ "codex",
15015
+ "claude-code",
15016
+ "cursor",
15017
+ "gemini",
15018
+ "kiro",
15019
+ "other"
15020
+ ],
15021
+ "summary": "Static review of containerized/serverless Python runtime behavior: PID 1 and signal handling, worker/process model, graceful shutdown, read-only-filesystem and cold-start assumptions, and dependency footprint. Reads Dockerfiles, process/server config, and source only; never builds or runs a container.",
15022
+ "source_type": "original",
15023
+ "official_docs": [
15024
+ "https://docs.gunicorn.org/en/stable/signals.html",
15025
+ "https://www.uvicorn.org/deployment/",
15026
+ "https://docs.python.org/3/library/signal.html",
15027
+ "https://docs.docker.com/reference/dockerfile/"
15028
+ ],
15029
+ "security_notes": "Static review only — reads Dockerfiles, entrypoint scripts, and gunicorn/uvicorn process/server configuration to assess signal-handling, worker-model, and runtime-assumption correctness; never builds, runs, or deploys a container image. A claim about actual signal delivery, shutdown timing, or cold-start latency is flagged as needing confirmation by building and running the container. Never requests credentials, secrets, or registry access.",
15030
+ "last_verified": "2026-07-26",
15031
+ "path": "skills/python/python-container-serverless-runtime",
15032
+ "version": "0.1.0",
15033
+ "author": "github: Raishin"
15034
+ },
15035
+ {
15036
+ "id": "python-data-access-transaction",
15037
+ "name": "python-data-access-transaction",
15038
+ "type": "skill",
15039
+ "provider": "python",
15040
+ "harnesses": [
15041
+ "codex",
15042
+ "claude-code",
15043
+ "cursor",
15044
+ "gemini",
15045
+ "kiro",
15046
+ "other"
15047
+ ],
15048
+ "summary": "Static review of Python database access and transactions (SQLAlchemy, Django ORM, DB-API): session and transaction scope, commit/rollback boundaries, N+1 and lazy-loading, connection-pool sizing, migration safety, and multi-tenancy scoping. Reads source, models, and migrations only; never connects to a database or runs a migration.",
15049
+ "source_type": "original",
15050
+ "official_docs": [
15051
+ "https://docs.sqlalchemy.org/en/20/orm/session_basics.html",
15052
+ "https://docs.sqlalchemy.org/en/20/orm/session_transaction.html",
15053
+ "https://docs.sqlalchemy.org/en/20/orm/queryguide/relationships.html",
15054
+ "https://alembic.sqlalchemy.org/en/latest/"
15055
+ ],
15056
+ "security_notes": "Static review only — reads ORM models, query code, session/engine configuration, and migration scripts to assess transaction and data-access correctness; never opens a database connection, runs a query, or applies a migration. A claim about actual query counts, lock behavior, or migration runtime is flagged as needing measurement against a real database. Never requests connection strings, database credentials, or customer data.",
15057
+ "last_verified": "2026-07-26",
15058
+ "path": "skills/python/python-data-access-transaction",
15059
+ "version": "0.1.0",
15060
+ "author": "github: Raishin"
15061
+ },
15062
+ {
15063
+ "id": "python-data-pipeline-reliability",
15064
+ "name": "python-data-pipeline-reliability",
15065
+ "type": "skill",
15066
+ "provider": "python",
15067
+ "harnesses": [
15068
+ "codex",
15069
+ "claude-code",
15070
+ "cursor",
15071
+ "gemini",
15072
+ "kiro",
15073
+ "other"
15074
+ ],
15075
+ "summary": "Static review of Python data-pipeline reliability (Airflow, Dagster, Prefect, PySpark): task idempotency and safe backfills, partitioning, schema evolution and data contracts, checkpointing, late/duplicate data, and data-quality gates. Reads DAG/pipeline source and config only; never runs a pipeline or backfill.",
15076
+ "source_type": "original",
15077
+ "official_docs": [
15078
+ "https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/tasks.html",
15079
+ "https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/catchup.html",
15080
+ "https://airflow.apache.org/docs/apache-airflow/stable/best-practices.html",
15081
+ "https://spark.apache.org/docs/latest/"
15082
+ ],
15083
+ "security_notes": "Static review only — reads DAG/pipeline source, task and scheduling configuration, and data-quality/lineage artifacts to assess pipeline reliability; never runs a pipeline, triggers a backfill, or connects to a warehouse/cluster. A claim about actual row counts, backfill duration, or data-quality results is flagged as needing observation against a real pipeline run. Never requests warehouse credentials or customer data.",
15084
+ "last_verified": "2026-07-26",
15085
+ "path": "skills/python/python-data-pipeline-reliability",
15086
+ "version": "0.1.0",
15087
+ "author": "github: Raishin"
15088
+ },
15089
+ {
15090
+ "id": "python-developer-tooling-build",
15091
+ "name": "python-developer-tooling-build",
15092
+ "type": "skill",
15093
+ "provider": "python",
15094
+ "harnesses": [
15095
+ "codex",
15096
+ "claude-code",
15097
+ "cursor",
15098
+ "gemini",
15099
+ "kiro",
15100
+ "other"
15101
+ ],
15102
+ "summary": "Static review of Python developer tooling and build configuration — whether linters/type-checkers/tests are wired to catch meaningful defects (not stylistic noise), CI gate coverage, build-backend and monorepo layout, and developer feedback loops. Reads tool/CI/build config only; never runs the tools.",
15103
+ "source_type": "original",
15104
+ "official_docs": [
15105
+ "https://docs.astral.sh/ruff/",
15106
+ "https://mypy.readthedocs.io/en/stable/config_file.html",
15107
+ "https://tox.wiki/en/stable/",
15108
+ "https://pre-commit.com/"
15109
+ ],
15110
+ "security_notes": "Static review only — reads linter, type-checker, test-runner, CI, and build-backend configuration to assess whether quality gates would catch a real defect; never runs ruff, mypy, tox, pre-commit, or the CI pipeline itself, and never connects to a live runner. A claim about actual lint/type/test/CI output is flagged as needing a real run to confirm. Never requests CI tokens or credentials.",
15111
+ "last_verified": "2026-07-26",
15112
+ "path": "skills/python/python-developer-tooling-build",
15113
+ "version": "0.1.0",
15114
+ "author": "github: Raishin"
15115
+ },
15116
+ {
15117
+ "id": "python-distributed-task-reliability",
15118
+ "name": "python-distributed-task-reliability",
15119
+ "type": "skill",
15120
+ "provider": "python",
15121
+ "harnesses": [
15122
+ "codex",
15123
+ "claude-code",
15124
+ "cursor",
15125
+ "gemini",
15126
+ "kiro",
15127
+ "other"
15128
+ ],
15129
+ "summary": "Static review of Python distributed task systems (Celery, RQ, Dramatiq): idempotency under at-least-once delivery, retry policy and backoff, dead-letter and poison-message handling, duplicate execution, acknowledgement timing, scheduling, and transactional-outbox boundaries. Reads task and config source only; never enqueues or runs a task.",
15130
+ "source_type": "original",
15131
+ "official_docs": [
15132
+ "https://docs.celeryq.dev/en/stable/userguide/tasks.html",
15133
+ "https://docs.celeryq.dev/en/stable/userguide/optimizing.html",
15134
+ "https://docs.celeryq.dev/en/stable/faq.html",
15135
+ "https://docs.celeryq.dev/en/stable/userguide/configuration.html"
15136
+ ],
15137
+ "security_notes": "Static review only — reads task definitions, retry/ack configuration, and broker/result-backend settings to assess delivery reliability; never enqueues, runs, or acknowledges a task, and never connects to a broker or result backend. A claim about actual delivery counts, duplicate execution, or retry behavior is flagged as needing observation against a real broker. Never requests broker credentials or customer data.",
15138
+ "last_verified": "2026-07-26",
15139
+ "path": "skills/python/python-distributed-task-reliability",
15140
+ "version": "0.1.0",
15141
+ "author": "github: Raishin"
15142
+ },
15143
+ {
15144
+ "id": "python-estate-modernization-governor",
15145
+ "name": "python-estate-modernization-governor",
15146
+ "type": "skill",
15147
+ "provider": "python",
15148
+ "harnesses": [
15149
+ "codex",
15150
+ "claude-code",
15151
+ "cursor",
15152
+ "gemini",
15153
+ "kiro",
15154
+ "other"
15155
+ ],
15156
+ "summary": "Static review of Python runtime-estate support posture and upgrade sequencing: end-of-life/unsupported interpreters, deprecation exposure, dependency/framework compatibility for an upgrade, and ownership/business-criticality gaps. Reads inventory, manifests, and config only; never runs an upgrade or installs an interpreter.",
15157
+ "source_type": "original",
15158
+ "official_docs": [
15159
+ "https://devguide.python.org/versions/",
15160
+ "https://peps.python.org/pep-0602/",
15161
+ "https://docs.python.org/3/whatsnew/index.html",
15162
+ "https://packaging.python.org/en/latest/"
15163
+ ],
15164
+ "security_notes": "Static review only — reads runtime/dependency inventories, Dockerfiles, lockfiles, and manifests to assess support posture and upgrade sequencing; never installs, upgrades, or runs an interpreter, and never connects to a live system. A claim about a specific end-of-life date, deprecation-removal date, or compatibility result is flagged as needing confirmation against the official CPython schedule and the dependencies' own documentation. Never requests credentials, secrets, or customer data.",
15165
+ "last_verified": "2026-07-26",
15166
+ "path": "skills/python/python-estate-modernization-governor",
15167
+ "version": "0.1.0",
15168
+ "author": "github: Raishin"
15169
+ },
15170
+ {
15171
+ "id": "python-free-threading-parallelism",
15172
+ "name": "python-free-threading-parallelism",
15173
+ "type": "skill",
15174
+ "provider": "python",
15175
+ "harnesses": [
15176
+ "codex",
15177
+ "claude-code",
15178
+ "cursor",
15179
+ "gemini",
15180
+ "kiro",
15181
+ "other"
15182
+ ],
15183
+ "summary": "Static review of Python free-threaded (no-GIL) adoption: invalidated GIL thread-safety assumptions, shared-state races, C-extension compatibility, and synchronization needs — producing an evidence-based adopt / pilot / defer verdict. Reads source, build config, and extension manifests only; never builds or runs the free-threaded interpreter.",
15184
+ "source_type": "original",
15185
+ "official_docs": [
15186
+ "https://docs.python.org/3/howto/free-threading-python.html",
15187
+ "https://docs.python.org/3/howto/free-threading-extensions.html",
15188
+ "https://peps.python.org/pep-0703/",
15189
+ "https://docs.python.org/3/whatsnew/3.13.html"
15190
+ ],
15191
+ "security_notes": "Static review only — reads application source, build configuration, and native-extension manifests to assess free-threaded (no-GIL) readiness; never builds, installs, or runs the free-threaded interpreter or an extension against it. A claim about an actual race, speedup, or extension crash under free-threading is flagged as needing confirmation on a real free-threaded build. Never requests credentials or customer data.",
15192
+ "last_verified": "2026-07-26",
15193
+ "path": "skills/python/python-free-threading-parallelism",
15194
+ "version": "0.1.0",
15195
+ "author": "github: Raishin"
15196
+ },
15197
+ {
15198
+ "id": "python-language-contracts-typing",
15199
+ "name": "python-language-contracts-typing",
15200
+ "type": "skill",
15201
+ "provider": "python",
15202
+ "harnesses": [
15203
+ "codex",
15204
+ "claude-code",
15205
+ "cursor",
15206
+ "gemini",
15207
+ "kiro",
15208
+ "other"
15209
+ ],
15210
+ "summary": "Static review of Python type contracts and gradual typing: Any propagation across public boundaries, Protocol and structural typing, generics and variance soundness, overload consistency, TypedDict and dataclass contracts, and the separation of static typing from runtime validation. Reads source and type-checker config only.",
15211
+ "source_type": "original",
15212
+ "official_docs": [
15213
+ "https://docs.python.org/3/library/typing.html",
15214
+ "https://typing.readthedocs.io/en/latest/spec/",
15215
+ "https://mypy.readthedocs.io/en/stable/",
15216
+ "https://peps.python.org/pep-0484/"
15217
+ ],
15218
+ "security_notes": "Static review only — reads Python source, type annotations, and type-checker configuration to assess type-contract soundness; never runs mypy/Pyright or the code to observe a checker result or a runtime type error. A claim about what a checker reports is flagged as needing the user's actual checker output rather than asserted. Never requests secrets, credentials, or customer data.",
15219
+ "last_verified": "2026-07-26",
15220
+ "path": "skills/python/python-language-contracts-typing",
15221
+ "version": "0.1.0",
15222
+ "author": "github: Raishin"
15223
+ },
15224
+ {
15225
+ "id": "python-live-change-plan",
15226
+ "name": "python-live-change-plan",
15227
+ "type": "skill",
15228
+ "provider": "python",
15229
+ "harnesses": [
15230
+ "codex",
15231
+ "claude-code",
15232
+ "cursor",
15233
+ "gemini",
15234
+ "kiro",
15235
+ "other"
15236
+ ],
15237
+ "summary": "Produces normalized change plans, diffs, rollback procedures, verification criteria, and action digests. Has no production credentials.",
15238
+ "source_type": "original",
15239
+ "official_docs": [
15240
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15241
+ "https://docs.python.org/3/",
15242
+ "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
15243
+ ],
15244
+ "security_notes": "Read-only-runtime: produces change plans, diffs, rollback procedures, verification criteria, and action digests from supplied artifacts only; holds no production credentials and executes nothing. Emits an audit event for every plan produced, never uses shared or standing credentials, never retrieves raw secret values, and redacts personally identifiable fields from any artifact quoted in the plan.",
15245
+ "last_verified": "2026-07-26",
15246
+ "path": "skills/python/python-live-change-plan",
15247
+ "version": "0.1.0",
15248
+ "author": "github: Raishin"
15249
+ },
15250
+ {
15251
+ "id": "python-live-code-remediation",
15252
+ "name": "python-live-code-remediation",
15253
+ "type": "skill",
15254
+ "provider": "python",
15255
+ "harnesses": [
15256
+ "codex",
15257
+ "claude-code",
15258
+ "cursor",
15259
+ "gemini",
15260
+ "kiro",
15261
+ "other"
15262
+ ],
15263
+ "summary": "Creates a branch and pull request and runs approved isolated validation for a code/dependency remediation. Cannot merge, deploy, or weaken policy.",
15264
+ "source_type": "original",
15265
+ "official_docs": [
15266
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15267
+ "https://packaging.python.org/en/latest/",
15268
+ "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
15269
+ ],
15270
+ "security_notes": "Mutating-runtime, limited to creating a branch/pull request and running approved isolated non-production validation: never merges, deploys, or weakens a policy/gate/test. Emits an audit event for every branch/PR creation and validation result, never uses shared or standing credentials, never retrieves raw secret values, and redacts personally identifiable fields from any artifact quoted in the PR. Requires an external, target-bound approval, target-scoped just-in-time credentials, and a pre-approved rollback (revert) before creating the branch/PR or running validation.",
15271
+ "last_verified": "2026-07-26",
15272
+ "path": "skills/python/python-live-code-remediation",
15273
+ "version": "0.1.0",
15274
+ "author": "github: Raishin"
15275
+ },
15276
+ {
15277
+ "id": "python-live-continuous-control-testing",
15278
+ "name": "python-live-continuous-control-testing",
15279
+ "type": "skill",
15280
+ "provider": "python",
15281
+ "harnesses": [
15282
+ "codex",
15283
+ "claude-code",
15284
+ "cursor",
15285
+ "gemini",
15286
+ "kiro",
15287
+ "other"
15288
+ ],
15289
+ "summary": "Periodically checks whether controls continue operating. Read-only by default. Opens findings with owners and due dates rather than silently remediating high-risk failures.",
15290
+ "source_type": "original",
15291
+ "official_docs": [
15292
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15293
+ "https://www.nist.gov/cyberframework",
15294
+ "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
15295
+ ],
15296
+ "security_notes": "Read-only-runtime by default: tests whether controls continue operating and opens findings with named owners and due dates; never mutates or silently remediates a production failure. Emits an immutable audit event for every observation; never uses shared or standing credentials; never retrieves raw secret values; redacts PII in captured evidence.",
15297
+ "last_verified": "2026-07-26",
15298
+ "path": "skills/python/python-live-continuous-control-testing",
15299
+ "version": "0.1.0",
15300
+ "author": "github: Raishin"
15301
+ },
15302
+ {
15303
+ "id": "python-live-control-evidence",
15304
+ "name": "python-live-control-evidence",
15305
+ "type": "skill",
15306
+ "provider": "python",
15307
+ "harnesses": [
15308
+ "codex",
15309
+ "claude-code",
15310
+ "cursor",
15311
+ "gemini",
15312
+ "kiro",
15313
+ "other"
15314
+ ],
15315
+ "summary": "Collects, hashes, and stores control evidence in an approved destination and maps it to controls. Cannot approve or execute.",
15316
+ "source_type": "original",
15317
+ "official_docs": [
15318
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15319
+ "https://www.aicpa-cima.com/resources/landing/system-and-organization-controls-soc-suite-of-services",
15320
+ "https://docs.python.org/3/library/hashlib.html"
15321
+ ],
15322
+ "security_notes": "Read-only-runtime: collects, hashes, and seals control evidence to an approved destination and maps it to controls; never mutates a live system, approves, or executes. Emits an immutable audit event for every observation; never uses shared or standing credentials; never retrieves raw secret values; redacts and tokenizes PII/sensitive fields before sealing, and never persists secrets.",
15323
+ "last_verified": "2026-07-26",
15324
+ "path": "skills/python/python-live-control-evidence",
15325
+ "version": "0.1.0",
15326
+ "author": "github: Raishin"
15327
+ },
15328
+ {
15329
+ "id": "python-live-data-change-control",
15330
+ "name": "python-live-data-change-control",
15331
+ "type": "skill",
15332
+ "provider": "python",
15333
+ "harnesses": [
15334
+ "codex",
15335
+ "claude-code",
15336
+ "cursor",
15337
+ "gemini",
15338
+ "kiro",
15339
+ "other"
15340
+ ],
15341
+ "summary": "Governs migrations, backfills, pipeline reprocessing, and bounded data correction. Requires ownership, data classification, reconciliation evidence, and rollback evidence.",
15342
+ "source_type": "original",
15343
+ "official_docs": [
15344
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15345
+ "https://gdpr-info.eu/",
15346
+ "https://docs.python.org/3/library/decimal.html"
15347
+ ],
15348
+ "security_notes": "Mutating-runtime: executes an approved, bounded migration, backfill, pipeline reprocessing, or data correction. Emits an immutable audit event for every observation and action; never uses shared or standing credentials — only target-scoped, time-bound JIT credentials; never retrieves raw secret values; redacts and tokenizes PII/regulated fields in captured evidence. Requires an external signed approval bound to the exact target and plan digest, JIT credentials, a pre-approved rollback, and reconciliation evidence before any action, and acts on exactly one bounded record/partition scope per approval — never an unbounded or expanded scope.",
15349
+ "last_verified": "2026-07-26",
15350
+ "path": "skills/python/python-live-data-change-control",
15351
+ "version": "0.1.0",
15352
+ "author": "github: Raishin"
15353
+ },
15354
+ {
15355
+ "id": "python-live-exception-governance",
15356
+ "name": "python-live-exception-governance",
15357
+ "type": "skill",
15358
+ "provider": "python",
15359
+ "harnesses": [
15360
+ "codex",
15361
+ "claude-code",
15362
+ "cursor",
15363
+ "gemini",
15364
+ "kiro",
15365
+ "other"
15366
+ ],
15367
+ "summary": "Records policy exceptions and confirms owner, scope, expiration, compensating controls, and review date. Cannot approve its own exception. Automatically flags expired exceptions.",
15368
+ "source_type": "original",
15369
+ "official_docs": [
15370
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15371
+ "https://www.iso.org/standard/27001",
15372
+ "https://csrc.nist.gov/glossary/term/separation_of_duty"
15373
+ ],
15374
+ "security_notes": "Read-only-runtime: records and reviews policy exceptions and flags expired or incomplete ones; never approves, executes, or mutates a live system. Emits an immutable audit event for every observation; never uses shared or standing credentials; never retrieves raw secret values; redacts PII in captured evidence.",
15375
+ "last_verified": "2026-07-26",
15376
+ "path": "skills/python/python-live-exception-governance",
15377
+ "version": "0.1.0",
15378
+ "author": "github: Raishin"
15379
+ },
15380
+ {
15381
+ "id": "python-live-governance-maestro",
15382
+ "name": "python-live-governance-maestro",
15383
+ "type": "skill",
15384
+ "provider": "python",
15385
+ "harnesses": [
15386
+ "codex",
15387
+ "claude-code",
15388
+ "cursor",
15389
+ "gemini",
15390
+ "kiro",
15391
+ "other"
15392
+ ],
15393
+ "summary": "Router for the Python live control plane. Classifies runtime, business process, data class, environment, and control profile, and routes to the narrowest live specialist. Routes only — cannot mutate, cannot approve, cannot declare compliance.",
15394
+ "source_type": "original",
15395
+ "official_docs": [
15396
+ "https://www.nist.gov/cyberframework",
15397
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15398
+ "https://owasp.org/www-project-top-10-for-large-language-model-applications/",
15399
+ "https://docs.python.org/3/"
15400
+ ],
15401
+ "security_notes": "Read-only-runtime: classifies and routes only, never mutates, approves, or executes anything itself. Emits an audit event for every routing decision, never uses shared or standing credentials, never retrieves raw secret values, and redacts personally identifiable fields from any task text or artifact it classifies.",
15402
+ "last_verified": "2026-07-26",
15403
+ "path": "skills/python/python-live-governance-maestro",
15404
+ "version": "0.1.0",
15405
+ "author": "github: Raishin"
15406
+ },
15407
+ {
15408
+ "id": "python-live-identity-authority",
15409
+ "name": "python-live-identity-authority",
15410
+ "type": "skill",
15411
+ "provider": "python",
15412
+ "harnesses": [
15413
+ "codex",
15414
+ "claude-code",
15415
+ "cursor",
15416
+ "gemini",
15417
+ "kiro",
15418
+ "other"
15419
+ ],
15420
+ "summary": "Confirms active identity, role, credential age, target scope, JIT status, and approval authority before any gated action. Read-only. Blocks shared identities, unidentified principals, standing administrative credentials, and requester-as-approver conflicts.",
15421
+ "source_type": "original",
15422
+ "official_docs": [
15423
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15424
+ "https://csrc.nist.gov/glossary/term/separation_of_duty",
15425
+ "https://owasp.org/www-project-top-10-for-large-language-model-applications/"
15426
+ ],
15427
+ "security_notes": "Read-only-runtime: verifies identity, credential currency, JIT scope, and approval authority via allowlisted identity/access queries only; never grants, elevates, or approves an action itself. Emits an audit event for every verification, never uses shared or standing credentials, never retrieves raw secret values or credential material, and redacts personally identifiable fields from captured evidence.",
15428
+ "last_verified": "2026-07-26",
15429
+ "path": "skills/python/python-live-identity-authority",
15430
+ "version": "0.1.0",
15431
+ "author": "github: Raishin"
15432
+ },
15433
+ {
15434
+ "id": "python-live-job-control",
15435
+ "name": "python-live-job-control",
15436
+ "type": "skill",
15437
+ "provider": "python",
15438
+ "harnesses": [
15439
+ "codex",
15440
+ "claude-code",
15441
+ "cursor",
15442
+ "gemini",
15443
+ "kiro",
15444
+ "other"
15445
+ ],
15446
+ "summary": "Operates distributed jobs and business automation. Requires technical and business idempotency, and separates process completion from business completion.",
15447
+ "source_type": "original",
15448
+ "official_docs": [
15449
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15450
+ "https://docs.celeryq.dev/en/stable/userguide/tasks.html",
15451
+ "https://www.aicpa-cima.com/resources/landing/system-and-organization-controls-soc-suite-of-services"
15452
+ ],
15453
+ "security_notes": "Mutating-runtime: operates an approved, bounded distributed job or business-automation retry/requeue. Emits an immutable audit event for every observation and action; never uses shared or standing credentials — only target-scoped, time-bound JIT credentials; never retrieves raw secret values; redacts PII in captured evidence. Requires an external signed approval bound to the exact target and plan digest, JIT credentials, a pre-approved rollback, and business-outcome reconciliation before any action, and acts on exactly one bounded job/retry scope per approval — never a blind mass-retry or expanded scope.",
15454
+ "last_verified": "2026-07-26",
15455
+ "path": "skills/python/python-live-job-control",
15456
+ "version": "0.1.0",
15457
+ "author": "github: Raishin"
15458
+ },
15459
+ {
15460
+ "id": "python-live-model-promotion-control",
15461
+ "name": "python-live-model-promotion-control",
15462
+ "type": "skill",
15463
+ "provider": "python",
15464
+ "harnesses": [
15465
+ "codex",
15466
+ "claude-code",
15467
+ "cursor",
15468
+ "gemini",
15469
+ "kiro",
15470
+ "other"
15471
+ ],
15472
+ "summary": "Promotes exactly one immutable model artifact. Requires risk classification, evaluation evidence, monitoring, and rollback.",
15473
+ "source_type": "original",
15474
+ "official_docs": [
15475
+ "https://www.nist.gov/itl/ai-risk-management-framework",
15476
+ "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
15477
+ "https://www.iso.org/standard/81230.html"
15478
+ ],
15479
+ "security_notes": "Mutating-runtime: promotes exactly one immutable, integrity-verified model artifact per approval. Emits an immutable audit event for every observation and action; never uses shared or standing credentials — only target-scoped, time-bound JIT credentials; never retrieves raw secret values; redacts PII in captured evidence. Requires an external signed approval bound to the exact target and plan digest, JIT credentials, a pre-approved rollback to the prior artifact, and evaluation/monitoring reconciliation before any action, and acts on exactly one bounded artifact-promotion scope per approval — never multiple artifacts or an expanded scope.",
15480
+ "last_verified": "2026-07-26",
15481
+ "path": "skills/python/python-live-model-promotion-control",
15482
+ "version": "0.1.0",
15483
+ "author": "github: Raishin"
15484
+ },
15485
+ {
15486
+ "id": "python-live-policy-gate",
15487
+ "name": "python-live-policy-gate",
15488
+ "type": "skill",
15489
+ "provider": "python",
15490
+ "harnesses": [
15491
+ "codex",
15492
+ "claude-code",
15493
+ "cursor",
15494
+ "gemini",
15495
+ "kiro",
15496
+ "other"
15497
+ ],
15498
+ "summary": "Evaluates machine-readable policies and control applicability against an action and its recorded inputs. Cannot create exceptions or approvals.",
15499
+ "source_type": "original",
15500
+ "official_docs": [
15501
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15502
+ "https://www.nist.gov/cyberframework",
15503
+ "https://eur-lex.europa.eu/eli/reg/2024/1689/oj"
15504
+ ],
15505
+ "security_notes": "Read-only-runtime: evaluates the versioned policy bundle and applicability inputs to produce candidate control results only; never creates an exception or an approval. Emits an audit event recording the policy_bundle_version for every evaluation, never uses shared or standing credentials, never retrieves raw secret values, and redacts personally identifiable fields from evaluation inputs.",
15506
+ "last_verified": "2026-07-26",
15507
+ "path": "skills/python/python-live-policy-gate",
15508
+ "version": "0.1.0",
15509
+ "author": "github: Raishin"
15510
+ },
15511
+ {
15512
+ "id": "python-live-release-control",
15513
+ "name": "python-live-release-control",
15514
+ "type": "skill",
15515
+ "provider": "python",
15516
+ "harnesses": [
15517
+ "codex",
15518
+ "claude-code",
15519
+ "cursor",
15520
+ "gemini",
15521
+ "kiro",
15522
+ "other"
15523
+ ],
15524
+ "summary": "Executes one bounded release, canary increment, rollback, or single-instance restart. Requires independent approval and just-in-time credentials.",
15525
+ "source_type": "original",
15526
+ "official_docs": [
15527
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15528
+ "https://www.aicpa-cima.com/resources/landing/system-and-organization-controls-soc-suite-of-services",
15529
+ "https://docs.python.org/3/"
15530
+ ],
15531
+ "security_notes": "Mutating-runtime: executes exactly one bounded release, canary increment, rollback, or single-instance restart per independent approval. Emits an immutable audit event for every observation and action; never uses shared or standing credentials — only target-scoped, time-bound JIT credentials; never retrieves raw secret values; redacts PII in captured evidence. Requires an external signed approval bound to the exact target and plan digest, JIT credentials, a pre-approved rollback, and reconciliation before any action, and acts on exactly one bounded scope per approval — never a fleet-wide, unbounded, or expanded scope.",
15532
+ "last_verified": "2026-07-26",
15533
+ "path": "skills/python/python-live-release-control",
15534
+ "version": "0.1.0",
15535
+ "author": "github: Raishin"
15536
+ },
15537
+ {
15538
+ "id": "python-live-rollback-and-recovery",
15539
+ "name": "python-live-rollback-and-recovery",
15540
+ "type": "skill",
15541
+ "provider": "python",
15542
+ "harnesses": [
15543
+ "codex",
15544
+ "claude-code",
15545
+ "cursor",
15546
+ "gemini",
15547
+ "kiro",
15548
+ "other"
15549
+ ],
15550
+ "summary": "Executes only previously approved rollback procedures. Cannot invent a rollback during an active failure. Requires the exact affected target and rollback authority.",
15551
+ "source_type": "original",
15552
+ "official_docs": [
15553
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final",
15554
+ "https://www.nist.gov/cyberframework",
15555
+ "https://docs.python.org/3/"
15556
+ ],
15557
+ "security_notes": "Mutating-runtime: executes only a previously approved, tested rollback procedure against the exact affected target. Emits an immutable audit event for every observation and action; never uses shared or standing credentials — only target-scoped, time-bound JIT credentials; never retrieves raw secret values; redacts PII in captured evidence. Requires an external signed approval bound to the exact affected target, JIT credentials, confirmation the rollback procedure was itself pre-approved and tested, and post-rollback reconciliation before executing, and acts on exactly one bounded affected-target scope per approval — never an improvised rollback or an additional target.",
15558
+ "last_verified": "2026-07-26",
15559
+ "path": "skills/python/python-live-rollback-and-recovery",
15560
+ "version": "0.1.0",
15561
+ "author": "github: Raishin"
15562
+ },
15563
+ {
15564
+ "id": "python-live-runtime-control",
15565
+ "name": "python-live-runtime-control",
15566
+ "type": "skill",
15567
+ "provider": "python",
15568
+ "harnesses": [
15569
+ "codex",
15570
+ "claude-code",
15571
+ "cursor",
15572
+ "gemini",
15573
+ "kiro",
15574
+ "other"
15575
+ ],
15576
+ "summary": "Reads live interpreter, process, worker, task, thread, memory, and health state and performs allowlisted diagnostics. Cannot change application state.",
15577
+ "source_type": "original",
15578
+ "official_docs": [
15579
+ "https://docs.python.org/3/library/sys.html",
15580
+ "https://docs.python.org/3/library/gc.html",
15581
+ "https://docs.python.org/3/library/faulthandler.html"
15582
+ ],
15583
+ "security_notes": "Read-only-runtime: captures interpreter, process, worker, thread, memory, and health state via allowlisted read-only diagnostics only (sys, gc, faulthandler) and never restarts, kills, scales, or reconfigures a process. Emits an audit event for every diagnostic read, never uses shared or standing credentials, never retrieves raw secret values, and redacts personally identifiable fields captured in a diagnostic dump.",
15584
+ "last_verified": "2026-07-26",
15585
+ "path": "skills/python/python-live-runtime-control",
15586
+ "version": "0.1.0",
15587
+ "author": "github: Raishin"
15588
+ },
15589
+ {
15590
+ "id": "python-live-system-inventory",
15591
+ "name": "python-live-system-inventory",
15592
+ "type": "skill",
15593
+ "provider": "python",
15594
+ "harnesses": [
15595
+ "codex",
15596
+ "claude-code",
15597
+ "cursor",
15598
+ "gemini",
15599
+ "kiro",
15600
+ "other"
15601
+ ],
15602
+ "summary": "Read-only discovery of Python runtimes, services, jobs, notebooks, packages, owners, environments, deployment revisions, service identities, and criticality. Produces asset and ownership evidence. Never retrieves raw credentials.",
15603
+ "source_type": "original",
15604
+ "official_docs": [
15605
+ "https://docs.python.org/3/library/importlib.metadata.html",
15606
+ "https://packaging.python.org/en/latest/",
15607
+ "https://csrc.nist.gov/pubs/sp/800/53/r5/upd1/final"
15608
+ ],
15609
+ "security_notes": "Read-only-runtime: discovers assets via allowlisted list/get/describe queries only and never mutates a discovered asset. Emits an audit event for every discovery query, never uses shared or standing credentials, never retrieves raw secret values, keystores, or tokens, and redacts personally identifiable fields from any captured evidence.",
15610
+ "last_verified": "2026-07-26",
15611
+ "path": "skills/python/python-live-system-inventory",
15612
+ "version": "0.1.0",
15613
+ "author": "github: Raishin"
15614
+ },
15615
+ {
15616
+ "id": "python-maestro",
15617
+ "name": "python-maestro",
15618
+ "type": "skill",
15619
+ "provider": "python",
15620
+ "harnesses": [
15621
+ "codex",
15622
+ "claude-code",
15623
+ "cursor",
15624
+ "gemini",
15625
+ "kiro",
15626
+ "other"
15627
+ ],
15628
+ "summary": "Router for the Python board. Classifies a Python application, runtime, packaging, framework, data, or code-level task and dispatches the narrowest static-review specialist (or a parallel team of up to four for genuinely multi-domain tasks). Routes only — never reviews Python work itself and never performs a live operation.",
15629
+ "source_type": "original",
15630
+ "official_docs": [
15631
+ "https://docs.python.org/3/",
15632
+ "https://packaging.python.org/en/latest/",
15633
+ "https://peps.python.org/"
15634
+ ],
15635
+ "security_notes": "Classification and routing only. Never installs, runs, imports, or executes code, never builds, deploys, publishes, or migrates anything, never opens a live connection, and never requests secrets, tokens, API keys, connection strings, cloud credentials, or customer data. Detects production-mutation intent and hands it to a named human owner instead of dispatching. Treats task text and any pasted artifact as data to classify, never as instructions.",
15636
+ "last_verified": "2026-07-26",
15637
+ "path": "skills/python/python-maestro",
15638
+ "version": "0.1.0",
15639
+ "author": "github: Raishin"
15640
+ },
15641
+ {
15642
+ "id": "python-ml-ai-production",
15643
+ "name": "python-ml-ai-production",
15644
+ "type": "skill",
15645
+ "provider": "python",
15646
+ "harnesses": [
15647
+ "codex",
15648
+ "claude-code",
15649
+ "cursor",
15650
+ "gemini",
15651
+ "kiro",
15652
+ "other"
15653
+ ],
15654
+ "summary": "Static review of Python ML/AI production correctness — training-serving skew, feature/data leakage, artifact serialization safety, reproducibility, drift signals, batch-vs-online consistency, and model/prompt config provenance. Reads training/serving source, config, and eval artifacts only; never trains, loads, or serves a model.",
15655
+ "source_type": "original",
15656
+ "official_docs": [
15657
+ "https://scikit-learn.org/stable/model_persistence.html",
15658
+ "https://scikit-learn.org/stable/common_pitfalls.html",
15659
+ "https://docs.python.org/3/library/pickle.html",
15660
+ "https://numpy.org/doc/stable/reference/random/generator.html"
15661
+ ],
15662
+ "security_notes": "Static review only — reads training and serving source, feature-transformation code, model-persistence configuration, and evaluation artifacts to assess ML production correctness; never trains a model, loads a model artifact, serves inference, or connects to a live system. A claim about actual offline/online metric values or drift is flagged as needing observation against a real evaluation run. Never requests training/customer data or model-registry credentials.",
15663
+ "last_verified": "2026-07-26",
15664
+ "path": "skills/python/python-ml-ai-production",
15665
+ "version": "0.1.0",
15666
+ "author": "github: Raishin"
15667
+ },
15668
+ {
15669
+ "id": "python-native-extension-interop",
15670
+ "name": "python-native-extension-interop",
15671
+ "type": "skill",
15672
+ "provider": "python",
15673
+ "harnesses": [
15674
+ "codex",
15675
+ "claude-code",
15676
+ "cursor",
15677
+ "gemini",
15678
+ "kiro",
15679
+ "other"
15680
+ ],
15681
+ "summary": "Static review of Python native extensions and interop (CPython C API, Cython, PyO3/Rust): reference-ownership correctness, stable-ABI use, buffer-protocol safety, exception translation, and thread/GIL and free-threaded readiness. Reads extension source and build config only; never compiles or runs it.",
15682
+ "source_type": "original",
15683
+ "official_docs": [
15684
+ "https://docs.python.org/3/c-api/intro.html",
15685
+ "https://docs.python.org/3/c-api/stable.html",
15686
+ "https://docs.python.org/3/c-api/refcounting.html",
15687
+ "https://docs.python.org/3/c-api/buffer.html"
15688
+ ],
15689
+ "security_notes": "Static review only — reads C/Cython/PyO3 extension source and build configuration to assess reference-ownership, buffer-protocol, exception-translation, and ABI/thread-safety correctness; never compiles, links, or runs the extension. A claim about an actual crash, leak, or free-threaded behavior is flagged as needing confirmation by compiling and running the extension. Never requests credentials or customer data.",
15690
+ "last_verified": "2026-07-26",
15691
+ "path": "skills/python/python-native-extension-interop",
15692
+ "version": "0.1.0",
15693
+ "author": "github: Raishin"
15694
+ },
15695
+ {
15696
+ "id": "python-numerical-scientific-correctness",
15697
+ "name": "python-numerical-scientific-correctness",
15698
+ "type": "skill",
15699
+ "provider": "python",
15700
+ "harnesses": [
15701
+ "codex",
15702
+ "claude-code",
15703
+ "cursor",
15704
+ "gemini",
15705
+ "kiro",
15706
+ "other"
15707
+ ],
15708
+ "summary": "Static review of Python numerical and scientific correctness: binary float used for money, rounding-mode errors, silent dtype coercion and integer overflow, missing-data (NaN) handling, timezone-naive timestamps, unseeded randomness and irreproducibility, numerical instability, and unbenchmarked vectorization claims. Reads source only; never runs the calculation.",
15709
+ "source_type": "original",
15710
+ "official_docs": [
15711
+ "https://docs.python.org/3/tutorial/floatingpoint.html",
15712
+ "https://docs.python.org/3/library/decimal.html",
15713
+ "https://pandas.pydata.org/docs/user_guide/timeseries.html#time-zone-handling",
15714
+ "https://numpy.org/doc/stable/reference/random/generator.html"
15715
+ ],
15716
+ "security_notes": "Static review only — reads Python/pandas/numpy source and sanitized sample schemas to locate money-as-float, rounding, dtype-coercion, timezone, and reproducibility defects; never runs the calculation, notebook, or benchmark and never observes an actual numeric result or timing. A claim about a computed value or a performance improvement is flagged as needing execution/benchmark evidence rather than asserted. Never requests production data or a live database/warehouse connection.",
15717
+ "last_verified": "2026-07-26",
15718
+ "path": "skills/python/python-numerical-scientific-correctness",
15719
+ "version": "0.1.0",
15720
+ "author": "github: Raishin"
15721
+ },
15722
+ {
15723
+ "id": "python-observability-sre",
15724
+ "name": "python-observability-sre",
15725
+ "type": "skill",
15726
+ "provider": "python",
15727
+ "harnesses": [
15728
+ "codex",
15729
+ "claude-code",
15730
+ "cursor",
15731
+ "gemini",
15732
+ "kiro",
15733
+ "other"
15734
+ ],
15735
+ "summary": "Static review of in-application Python observability — structured logs, metrics, traces, context propagation and correlation, error taxonomy, metric/label cardinality, PII exposure, and SLO-supporting instrumentation. Reads application instrumentation code only; routes collector/dashboard infrastructure to the platform boards.",
15736
+ "source_type": "original",
15737
+ "official_docs": [
15738
+ "https://opentelemetry-python.readthedocs.io/en/stable/",
15739
+ "https://opentelemetry.io/docs/concepts/context-propagation/",
15740
+ "https://opentelemetry.io/docs/specs/semconv/",
15741
+ "https://docs.python.org/3/library/logging.html"
15742
+ ],
15743
+ "security_notes": "Static review only — reads application instrumentation code (logging, metrics, and tracing calls) and telemetry configuration to assess observability correctness and safety; never runs the application, connects to a live telemetry backend, or emits telemetry itself. A claim about actual cardinality, cost, or trace completeness is flagged as needing observation against a real backend. Never requests telemetry-backend credentials or customer data.",
15744
+ "last_verified": "2026-07-26",
15745
+ "path": "skills/python/python-observability-sre",
15746
+ "version": "0.1.0",
15747
+ "author": "github: Raishin"
15748
+ },
15749
+ {
15750
+ "id": "python-packaging-supply-chain",
15751
+ "name": "python-packaging-supply-chain",
15752
+ "type": "skill",
15753
+ "provider": "python",
15754
+ "harnesses": [
15755
+ "codex",
15756
+ "claude-code",
15757
+ "cursor",
15758
+ "gemini",
15759
+ "kiro",
15760
+ "other"
15761
+ ],
15762
+ "summary": "Static review of Python packaging and software supply-chain integrity: pyproject build metadata, dependency locking and hash-checking, index trust and dependency confusion, build isolation, dependency specifiers, license metadata, and CI release-token exposure. Reads manifests and lockfiles only; never installs packages or resolves environments.",
15763
+ "source_type": "original",
15764
+ "official_docs": [
15765
+ "https://packaging.python.org/en/latest/specifications/pyproject-toml/",
15766
+ "https://pip.pypa.io/en/stable/topics/secure-installs/",
15767
+ "https://pip.pypa.io/en/stable/topics/repeatable-installs/",
15768
+ "https://packaging.python.org/en/latest/specifications/dependency-specifiers/"
15769
+ ],
15770
+ "security_notes": "Static review only — reads `pyproject.toml`, `requirements`/constraints files, lockfiles, and CI definitions to assess locking, hashing, index trust, and build-isolation posture; never runs `pip install`, never resolves or downloads a package, and never contacts an index. A claim that a specific version is vulnerable is flagged as needing confirmation against an advisory source rather than asserted. Never requests index credentials, publish tokens, or customer data, and never installs an unreviewed package to inspect it.",
15771
+ "last_verified": "2026-07-26",
15772
+ "path": "skills/python/python-packaging-supply-chain",
15773
+ "version": "0.1.0",
15774
+ "author": "github: Raishin"
15775
+ },
15776
+ {
15777
+ "id": "python-performance-memory",
15778
+ "name": "python-performance-memory",
15779
+ "type": "skill",
15780
+ "provider": "python",
15781
+ "harnesses": [
15782
+ "codex",
15783
+ "claude-code",
15784
+ "cursor",
15785
+ "gemini",
15786
+ "kiro",
15787
+ "other"
15788
+ ],
15789
+ "summary": "Static review of Python performance and memory claims: CPU profiling vs benchmarking rigor, memory growth and allocation patterns, GC pressure, algorithmic complexity, and serialization/import/startup cost — refusing intuition as evidence. Reads source, profiles, and benchmark artifacts only; never runs the profiler or benchmark itself.",
15790
+ "source_type": "original",
15791
+ "official_docs": [
15792
+ "https://docs.python.org/3/library/profile.html",
15793
+ "https://docs.python.org/3/library/tracemalloc.html",
15794
+ "https://docs.python.org/3/library/gc.html",
15795
+ "https://docs.python.org/3/library/timeit.html"
15796
+ ],
15797
+ "security_notes": "Static review only — reads source, profiler output (cProfile), benchmark artifacts (timeit/pytest-benchmark), and tracemalloc snapshots to assess performance and memory claims; never runs the profiler, the benchmark, or the application itself. A claim about actual latency, throughput, or memory growth with no supplied profile/benchmark/tracemalloc evidence is flagged as unsupported rather than accepted. Never requests credentials or customer data.",
15798
+ "last_verified": "2026-07-26",
15799
+ "path": "skills/python/python-performance-memory",
15800
+ "version": "0.1.0",
15801
+ "author": "github: Raishin"
15802
+ },
15803
+ {
15804
+ "id": "python-testing-quality-engineering",
15805
+ "name": "python-testing-quality-engineering",
15806
+ "type": "skill",
15807
+ "provider": "python",
15808
+ "harnesses": [
15809
+ "codex",
15810
+ "claude-code",
15811
+ "cursor",
15812
+ "gemini",
15813
+ "kiro",
15814
+ "other"
15815
+ ],
15816
+ "summary": "Static review of Python test-suite quality (pytest, hypothesis): fixture scope and isolation, mock misuse and wrong-target patching, control of time/randomness/environment, flakiness sources, assertion quality, coverage theater, async-test correctness, and property-based-testing signal. Reads test and source code only; never runs the suite.",
15817
+ "source_type": "original",
15818
+ "official_docs": [
15819
+ "https://docs.pytest.org/en/stable/how-to/fixtures.html",
15820
+ "https://docs.pytest.org/en/stable/how-to/monkeypatch.html",
15821
+ "https://docs.python.org/3/library/unittest.mock.html",
15822
+ "https://hypothesis.readthedocs.io/en/latest/"
15823
+ ],
15824
+ "security_notes": "Static review only — reads test code, fixtures, and the code under test to assess whether the suite reduces risk; never runs pytest, executes a test, or measures coverage. A claim about a test's actual pass/fail, coverage number, or flakiness rate is flagged as needing execution by the user. Never requests secrets, credentials, or customer data.",
15825
+ "last_verified": "2026-07-26",
15826
+ "path": "skills/python/python-testing-quality-engineering",
15827
+ "version": "0.1.0",
15828
+ "author": "github: Raishin"
15829
+ },
15830
+ {
15831
+ "id": "python-web-service-production-readiness",
15832
+ "name": "python-web-service-production-readiness",
15833
+ "type": "skill",
15834
+ "provider": "python",
15835
+ "harnesses": [
15836
+ "codex",
15837
+ "claude-code",
15838
+ "cursor",
15839
+ "gemini",
15840
+ "kiro",
15841
+ "other"
15842
+ ],
15843
+ "summary": "Framework-aware static review of Python web-service production readiness (FastAPI, Starlette, Django, Flask, ASGI/WSGI): sync-vs-async endpoint blocking, request validation, authentication and authorization boundaries, middleware order, worker model, timeouts, graceful shutdown, and health checks. Reads source and config only.",
15844
+ "source_type": "original",
15845
+ "official_docs": [
15846
+ "https://fastapi.tiangolo.com/async/",
15847
+ "https://www.starlette.io/",
15848
+ "https://docs.djangoproject.com/en/stable/topics/security/",
15849
+ "https://flask.palletsprojects.com/en/stable/"
15850
+ ],
15851
+ "security_notes": "Static review only — reads web-framework source, route and middleware definitions, and sanitized configuration to assess production readiness; never starts the server, sends a request, or observes runtime latency, worker behavior, or shutdown timing. A claim about actual request-handling or shutdown behavior is flagged as needing runtime confirmation. Never requests secrets, credentials, or a live connection. Framework-specific reference is loaded only when the framework is detected.",
15852
+ "last_verified": "2026-07-26",
15853
+ "path": "skills/python/python-web-service-production-readiness",
15854
+ "version": "0.1.0",
15855
+ "author": "github: Raishin"
15856
+ },
14926
15857
  {
14927
15858
  "id": "react-component-architecture-review",
14928
15859
  "name": "React Component Architecture Review",