@raishin/vanguard-frontier-agentic 2.2.0 → 2.5.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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +41 -1
- package/.cursor-plugin/plugin.json +41 -1
- package/.github/plugin/marketplace.json +1 -1
- package/README.md +48 -28
- package/agents/dotnet/README.md +57 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/AGENT.md +57 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/metadata.json +41 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/codex.toml +38 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/codex.toml +38 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/claude-code.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/codex.toml +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/copilot.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/cursor.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/gemini.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-ide.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/AGENT.md +58 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/codex.toml +41 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/copilot.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/cursor.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/gemini.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-maestro-agent/AGENT.md +53 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/claude-code.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/copilot.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/cursor.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/gemini.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-ide.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/metadata.json +40 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/AGENT.md +57 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/metadata.json +41 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/codex.toml +39 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/metadata.json +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/AGENT.md +57 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/codex.toml +39 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/metadata.json +41 -0
- package/agents/hetzner/README.md +1 -1
- package/agents/hr/hr-analytics-people-data-agent/metadata.json +3 -7
- package/agents/hr/hr-benefits-payroll-agent/metadata.json +3 -7
- package/agents/hr/hr-compensation-equity-agent/metadata.json +3 -7
- package/agents/hr/hr-culture-dei-agent/metadata.json +3 -7
- package/agents/hr/hr-employee-relations-agent/metadata.json +3 -7
- package/agents/hr/hr-hris-process-controls-agent/metadata.json +3 -7
- package/agents/hr/hr-learning-policy-agent/metadata.json +3 -7
- package/agents/hr/hr-leave-accommodation-agent/metadata.json +3 -7
- package/agents/hr/hr-maestro-agent/metadata.json +4 -8
- package/agents/hr/hr-performance-management-agent/metadata.json +3 -7
- package/agents/hr/hr-recruiting-selection-agent/metadata.json +3 -7
- package/agents/hr/hr-risk-triage-review-agent/metadata.json +3 -3
- package/agents/hr/hr-termination-readiness-agent/metadata.json +3 -7
- package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +3 -7
- package/agents/hr/hr-workplace-investigations-agent/metadata.json +3 -7
- package/agents/legal/legal-contract-review-agent/metadata.json +3 -7
- package/agents/legal/legal-counsel-review-agent/metadata.json +3 -3
- package/agents/legal/legal-employment-law-risk-agent/metadata.json +4 -8
- package/agents/legal/legal-ethics-investigations-agent/metadata.json +3 -7
- package/agents/legal/legal-ip-open-source-agent/metadata.json +3 -7
- package/agents/legal/legal-knowledge-management-agent/metadata.json +3 -7
- package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +3 -7
- package/agents/legal/legal-maestro-agent/metadata.json +4 -8
- package/agents/legal/legal-policy-governance-agent/metadata.json +3 -7
- package/agents/legal/legal-privacy-data-protection-agent/metadata.json +3 -7
- package/agents/legal/legal-public-disclosure-agent/metadata.json +3 -7
- package/agents/legal/legal-regulatory-compliance-agent/metadata.json +3 -7
- package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +3 -7
- package/agents/oci/oci-devops-container-platform-engineer-agent/AGENT.md +1 -1
- package/agents/oci/oci-exadata-platform-architect-agent/AGENT.md +1 -1
- package/agents/oci/oci-multi-cloud-architect-agent/AGENT.md +1 -1
- package/agents/prometheus/README.md +1 -1
- package/agents/qa/playwright-e2e-suite-review-agent/AGENT.md +3 -3
- package/agents/qa/playwright-e2e-suite-review-agent/harnesses/claude-code.agent.md +3 -3
- package/agents/qa/playwright-e2e-suite-review-agent/harnesses/copilot.agent.md +3 -3
- package/agents/qa/playwright-e2e-suite-review-agent/harnesses/cursor.agent.md +3 -3
- package/agents/qa/playwright-e2e-suite-review-agent/harnesses/gemini.agent.md +3 -3
- package/agents/qa/playwright-e2e-suite-review-agent/harnesses/kiro-ide.agent.md +3 -3
- package/agents/salesforce/AGENTS.md +31 -0
- package/agents/salesforce/README.md +135 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/AGENT.md +117 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/LEAST-PRIVILEGES.md +91 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/claude-code.agent.md +69 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/codex.toml +30 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/copilot.agent.md +69 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/cursor.agent.md +69 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/gemini.agent.md +69 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/harnesses/kiro-ide.agent.md +69 -0
- package/agents/salesforce/salesforce-adaptive-access-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/AGENT.md +126 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/LEAST-PRIVILEGES.md +92 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/claude-code.agent.md +81 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/codex.toml +36 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/copilot.agent.md +81 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/cursor.agent.md +81 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/gemini.agent.md +81 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/harnesses/kiro-ide.agent.md +49 -0
- package/agents/salesforce/salesforce-agentforce-ai-agent/metadata.json +41 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/AGENT.md +119 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/LEAST-PRIVILEGES.md +81 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/claude-code.agent.md +75 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/copilot.agent.md +75 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/cursor.agent.md +75 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/gemini.agent.md +75 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/harnesses/kiro-ide.agent.md +45 -0
- package/agents/salesforce/salesforce-analytics-tableau-agent/metadata.json +41 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/AGENT.md +112 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/LEAST-PRIVILEGES.md +86 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/copilot.agent.md +50 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/cursor.agent.md +50 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/gemini.agent.md +50 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/salesforce/salesforce-app-builder-automation-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-business-analyst-agent/AGENT.md +110 -0
- package/agents/salesforce/salesforce-business-analyst-agent/LEAST-PRIVILEGES.md +89 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/claude-code.agent.md +48 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/copilot.agent.md +48 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/cursor.agent.md +48 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/gemini.agent.md +48 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-business-analyst-agent/harnesses/kiro-ide.agent.md +48 -0
- package/agents/salesforce/salesforce-business-analyst-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/AGENT.md +112 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/LEAST-PRIVILEGES.md +81 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/claude-code.agent.md +66 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/codex.toml +30 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/copilot.agent.md +66 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/cursor.agent.md +66 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/gemini.agent.md +66 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/kiro-ide.agent.md +66 -0
- package/agents/salesforce/salesforce-certificate-lifecycle-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/AGENT.md +121 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/LEAST-PRIVILEGES.md +87 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/claude-code.agent.md +74 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/codex.toml +30 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/copilot.agent.md +74 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/cursor.agent.md +74 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/gemini.agent.md +74 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/kiro-ide.agent.md +74 -0
- package/agents/salesforce/salesforce-change-impact-analyst-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/AGENT.md +119 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/LEAST-PRIVILEGES.md +88 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/claude-code.agent.md +67 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/codex.toml +30 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/copilot.agent.md +67 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/cursor.agent.md +67 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/gemini.agent.md +67 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/kiro-ide.agent.md +67 -0
- package/agents/salesforce/salesforce-code-analyzer-orchestrator-agent/metadata.json +31 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/AGENT.md +130 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/LEAST-PRIVILEGES.md +85 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/claude-code.agent.md +84 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/codex.toml +36 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/copilot.agent.md +84 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/cursor.agent.md +84 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/gemini.agent.md +84 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/harnesses/kiro-ide.agent.md +49 -0
- package/agents/salesforce/salesforce-compliance-privacy-agent/metadata.json +41 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/AGENT.md +113 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/LEAST-PRIVILEGES.md +90 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/claude-code.agent.md +64 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/codex.toml +30 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/copilot.agent.md +64 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/cursor.agent.md +64 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/gemini.agent.md +64 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/harnesses/kiro-ide.agent.md +64 -0
- package/agents/salesforce/salesforce-continuous-verification-agent/metadata.json +31 -0
- package/agents/salesforce/salesforce-data-architecture-agent/AGENT.md +113 -0
- package/agents/salesforce/salesforce-data-architecture-agent/LEAST-PRIVILEGES.md +92 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/claude-code.agent.md +49 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/copilot.agent.md +49 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/cursor.agent.md +49 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/gemini.agent.md +49 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-data-architecture-agent/harnesses/kiro-ide.agent.md +49 -0
- package/agents/salesforce/salesforce-data-architecture-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-development-agent/AGENT.md +114 -0
- package/agents/salesforce/salesforce-development-agent/LEAST-PRIVILEGES.md +89 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/codex.toml +36 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/copilot.agent.md +50 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/cursor.agent.md +50 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/gemini.agent.md +50 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-development-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/salesforce/salesforce-development-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-devops-release-agent/AGENT.md +115 -0
- package/agents/salesforce/salesforce-devops-release-agent/LEAST-PRIVILEGES.md +90 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/claude-code.agent.md +51 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/copilot.agent.md +51 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/cursor.agent.md +51 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/gemini.agent.md +51 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-devops-release-agent/harnesses/kiro-ide.agent.md +51 -0
- package/agents/salesforce/salesforce-devops-release-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/AGENT.md +128 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/LEAST-PRIVILEGES.md +92 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/claude-code.agent.md +81 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/codex.toml +36 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/copilot.agent.md +81 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/cursor.agent.md +81 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/gemini.agent.md +81 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/harnesses/kiro-ide.agent.md +49 -0
- package/agents/salesforce/salesforce-enterprise-architect-agent/metadata.json +41 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/AGENT.md +124 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/LEAST-PRIVILEGES.md +80 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/claude-code.agent.md +79 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/copilot.agent.md +79 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/cursor.agent.md +79 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/gemini.agent.md +79 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/harnesses/kiro-ide.agent.md +59 -0
- package/agents/salesforce/salesforce-experience-cloud-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/AGENT.md +113 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/LEAST-PRIVILEGES.md +80 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/claude-code.agent.md +72 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/codex.toml +28 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/copilot.agent.md +72 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/cursor.agent.md +72 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/gemini.agent.md +72 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/harnesses/kiro-ide.agent.md +72 -0
- package/agents/salesforce/salesforce-hyperforce-security-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/AGENT.md +125 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/LEAST-PRIVILEGES.md +88 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/claude-code.agent.md +80 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/codex.toml +41 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/copilot.agent.md +80 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/cursor.agent.md +80 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/gemini.agent.md +80 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/harnesses/kiro-ide.agent.md +48 -0
- package/agents/salesforce/salesforce-industry-cloud-agent/metadata.json +42 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/AGENT.md +115 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/LEAST-PRIVILEGES.md +91 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/copilot.agent.md +50 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/cursor.agent.md +50 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/gemini.agent.md +50 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/salesforce/salesforce-integration-mulesoft-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-live-guard-agent/AGENT.md +126 -0
- package/agents/salesforce/salesforce-live-guard-agent/LEAST-PRIVILEGES.md +100 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/claude-code.agent.md +85 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/codex.toml +50 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/copilot.agent.md +85 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/cursor.agent.md +85 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/gemini.agent.md +85 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-live-guard-agent/harnesses/kiro-ide.agent.md +58 -0
- package/agents/salesforce/salesforce-live-guard-agent/metadata.json +39 -0
- package/agents/salesforce/salesforce-maestro-agent/AGENT.md +77 -0
- package/agents/salesforce/salesforce-maestro-agent/LEAST-PRIVILEGES.md +93 -0
- package/agents/salesforce/salesforce-maestro-agent/README.md +593 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/claude-code.agent.md +65 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/codex.toml +66 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/copilot.agent.md +65 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/cursor.agent.md +65 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/gemini.agent.md +65 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-maestro-agent/harnesses/kiro-ide.agent.md +65 -0
- package/agents/salesforce/salesforce-maestro-agent/metadata.json +38 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/AGENT.md +124 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/LEAST-PRIVILEGES.md +86 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/claude-code.agent.md +78 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/codex.toml +34 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/copilot.agent.md +78 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/cursor.agent.md +78 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/gemini.agent.md +78 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/harnesses/kiro-ide.agent.md +48 -0
- package/agents/salesforce/salesforce-marketing-cloud-agent/metadata.json +41 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/AGENT.md +113 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/LEAST-PRIVILEGES.md +87 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/claude-code.agent.md +72 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/codex.toml +28 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/copilot.agent.md +72 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/cursor.agent.md +72 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/gemini.agent.md +72 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/harnesses/kiro-ide.agent.md +72 -0
- package/agents/salesforce/salesforce-network-policy-architect-agent/metadata.json +31 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/AGENT.md +113 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/LEAST-PRIVILEGES.md +88 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/claude-code.agent.md +49 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/codex.toml +36 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/copilot.agent.md +49 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/cursor.agent.md +49 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/gemini.agent.md +49 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/harnesses/kiro-ide.agent.md +49 -0
- package/agents/salesforce/salesforce-platform-admin-review-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/AGENT.md +115 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/LEAST-PRIVILEGES.md +83 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/copilot.agent.md +50 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/cursor.agent.md +50 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/gemini.agent.md +50 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/salesforce/salesforce-sales-cloud-revenue-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/AGENT.md +120 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/LEAST-PRIVILEGES.md +80 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/claude-code.agent.md +72 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/codex.toml +30 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/copilot.agent.md +72 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/cursor.agent.md +72 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/gemini.agent.md +72 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/harnesses/kiro-ide.agent.md +72 -0
- package/agents/salesforce/salesforce-sandbox-governance-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/AGENT.md +113 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/LEAST-PRIVILEGES.md +90 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/claude-code.agent.md +71 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/codex.toml +28 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/copilot.agent.md +71 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/cursor.agent.md +71 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/gemini.agent.md +71 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/kiro-ide.agent.md +71 -0
- package/agents/salesforce/salesforce-sandbox-isolation-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/AGENT.md +118 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/LEAST-PRIVILEGES.md +85 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/claude-code.agent.md +52 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/codex.toml +36 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/copilot.agent.md +52 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/cursor.agent.md +52 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/gemini.agent.md +52 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/harnesses/kiro-ide.agent.md +52 -0
- package/agents/salesforce/salesforce-security-identity-access-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-service-field-service-agent/AGENT.md +115 -0
- package/agents/salesforce/salesforce-service-field-service-agent/LEAST-PRIVILEGES.md +82 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/copilot.agent.md +50 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/cursor.agent.md +50 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/gemini.agent.md +50 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-service-field-service-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/salesforce/salesforce-service-field-service-agent/metadata.json +40 -0
- package/agents/salesforce/salesforce-session-governance-agent/AGENT.md +116 -0
- package/agents/salesforce/salesforce-session-governance-agent/LEAST-PRIVILEGES.md +91 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/claude-code.agent.md +74 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/codex.toml +28 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/copilot.agent.md +74 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/cursor.agent.md +74 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/gemini.agent.md +74 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-session-governance-agent/harnesses/kiro-ide.agent.md +74 -0
- package/agents/salesforce/salesforce-session-governance-agent/metadata.json +30 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/AGENT.md +123 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/LEAST-PRIVILEGES.md +86 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/claude-code.agent.md +79 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/codex.toml +35 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/copilot.agent.md +79 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/cursor.agent.md +79 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/gemini.agent.md +79 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/harnesses/kiro-ide.agent.md +48 -0
- package/agents/salesforce/salesforce-slack-collaboration-agent/metadata.json +41 -0
- package/assets/logos/cloud/salesforce/salesforce.svg +34 -0
- package/catalog/agents.json +1785 -353
- package/catalog/asset-integrity.json +2866 -411
- package/catalog/install-roles.json +96 -0
- package/catalog/skill-manifest.json +1238 -138
- package/catalog/skills.json +1587 -333
- package/package.json +3 -2
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
- package/powers/vanguard-salesforce/POWER.md +42 -0
- package/schemas/agent.schema.json +5 -1
- package/schemas/skill.frontmatter.schema.json +33 -3
- package/schemas/skill.schema.json +5 -1
- package/scripts/export-marketplace-agents.mjs +30 -2
- package/scripts/generate-kiro-powers.mjs +12 -0
- package/scripts/release-prepare.mjs +35 -0
- package/skills/aws/aws-agentcore/references/official-sources.md +19 -19
- package/skills/aws/aws-generative-ai-developer/references/official-sources.md +10 -10
- package/skills/azure/azure-ai-foundry-ops-governor/references/workflow-and-output.md +2 -2
- package/skills/azure/azure-aks-platform-operator/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-app-service-production-readiness/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-cosmosdb-application-developer/references/official-sources.md +11 -11
- package/skills/azure/azure-cosmosdb-performance-investigator/references/official-sources.md +11 -11
- package/skills/azure/azure-cosmosdb-platform-operator/references/official-sources.md +10 -10
- package/skills/azure/azure-cost-estimation-review/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-cost-optimization-governor/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-entra-id-specialist/references/official-sources.md +28 -28
- package/skills/azure/azure-identity-governance-review/references/official-sources.md +11 -11
- package/skills/azure/azure-identity-governance-review/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-migrate-landing-zone-cutover/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-platform-automation-devops/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-private-endpoint-adoption-planner/references/workflow-and-output.md +1 -1
- package/skills/azure/azure-resource-health-incident-triage/references/workflow-and-output.md +6 -6
- package/skills/azure/azure-subscription-resource-organization/references/workflow-and-output.md +1 -1
- package/skills/cross-functional/salesforce-case-capsule/SKILL.md +164 -0
- package/skills/cross-functional/salesforce-case-capsule/metadata.json +19 -0
- package/skills/cross-functional/salesforce-data-exposure-escalation-protocol/SKILL.md +165 -0
- package/skills/cross-functional/salesforce-data-exposure-escalation-protocol/metadata.json +19 -0
- package/skills/cross-functional/salesforce-live-change-approval-protocol/SKILL.md +118 -0
- package/skills/cross-functional/salesforce-live-change-approval-protocol/metadata.json +19 -0
- package/skills/cross-functional/salesforce-risk-taxonomy/SKILL.md +162 -0
- package/skills/cross-functional/salesforce-risk-taxonomy/metadata.json +19 -0
- package/skills/cross-functional/salesforce-routing-protocol/SKILL.md +159 -0
- package/skills/cross-functional/salesforce-routing-protocol/metadata.json +19 -0
- package/skills/dotnet/dotnet-aspire-cloud-native-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-aspire-cloud-native-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-aspire-cloud-native-review/references/workflow-and-output.md +115 -0
- package/skills/dotnet/dotnet-aspnetcore-api-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-aspnetcore-api-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-aspnetcore-api-review/references/workflow-and-output.md +115 -0
- package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/SKILL.md +48 -0
- package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/references/workflow-and-output.md +125 -0
- package/skills/dotnet/dotnet-csharp-runtime-review/SKILL.md +56 -0
- package/skills/dotnet/dotnet-csharp-runtime-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-csharp-runtime-review/references/workflow-and-output.md +141 -0
- package/skills/dotnet/dotnet-efcore-data-access-review/SKILL.md +57 -0
- package/skills/dotnet/dotnet-efcore-data-access-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-efcore-data-access-review/references/workflow-and-output.md +140 -0
- package/skills/dotnet/dotnet-maestro/SKILL.md +106 -0
- package/skills/dotnet/dotnet-maestro/metadata.json +26 -0
- package/skills/dotnet/dotnet-observability-otel-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-observability-otel-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-observability-otel-review/references/workflow-and-output.md +119 -0
- package/skills/dotnet/dotnet-performance-aot-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-performance-aot-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-performance-aot-review/references/workflow-and-output.md +123 -0
- package/skills/dotnet/dotnet-supply-chain-review/SKILL.md +55 -0
- package/skills/dotnet/dotnet-supply-chain-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-supply-chain-review/references/workflow-and-output.md +132 -0
- package/skills/dotnet/dotnet-testing-quality-review/SKILL.md +54 -0
- package/skills/dotnet/dotnet-testing-quality-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-testing-quality-review/references/workflow-and-output.md +142 -0
- package/skills/finops/focus-spec-normalizer/references/focus-columns.md +2 -2
- package/skills/gcp/gcp-alloydb-ai-developer/SKILL.md +1 -1
- package/skills/gcp/gcp-gemini-api-developer/SKILL.md +2 -2
- package/skills/hr/hr-risk-triage-review/metadata.json +9 -2
- package/skills/legal/legal-counsel-review/metadata.json +9 -2
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/SKILL.md +1 -1
- package/skills/nvidia/nvidia-model-promotion-gatekeeper/references/allowlist-commands.md +1 -1
- package/skills/oci/oci-compute-platform-operator/SKILL.md +0 -2
- package/skills/oci/oci-cost-finops-analyst/SKILL.md +0 -2
- package/skills/oci/oci-database-platform-dba/SKILL.md +0 -2
- package/skills/oci/oci-devops-container-platform-engineer/SKILL.md +0 -2
- package/skills/oci/oci-identity-access-governor/SKILL.md +0 -2
- package/skills/oci/oci-multi-cloud-architect/SKILL.md +0 -2
- package/skills/oci/oci-network-architect/SKILL.md +0 -2
- package/skills/oci/oci-observability-incident-responder/SKILL.md +0 -2
- package/skills/oci/oci-security-compliance-reviewer/SKILL.md +0 -2
- package/skills/oci/oci-solution-architect/SKILL.md +1 -3
- package/skills/oci/oci-storage-backup-steward/SKILL.md +0 -2
- package/skills/prometheus/prometheus-alerting-cardinality-review/SKILL.md +1 -1
- package/skills/prometheus/prometheus-alerting-cardinality-review/references/workflow-and-output.md +4 -4
- package/skills/qa/ci-test-pipeline-review/references/workflow-and-output.md +1 -1
- package/skills/qa/llm-ai-pipeline-test-review/references/workflow-and-output.md +1 -1
- package/skills/qa/playwright-e2e-suite-review/SKILL.md +4 -4
- package/skills/qa/playwright-e2e-suite-review/references/workflow-and-output.md +12 -12
- package/skills/qa/plc-control-logic-safety-review/references/workflow-and-output.md +2 -2
- package/skills/qa/test-coverage-quality-review/SKILL.md +1 -1
- package/skills/qa/test-coverage-quality-review/references/workflow-and-output.md +8 -8
- package/skills/qa/test-flakiness-triage/SKILL.md +1 -1
- package/skills/qa/test-flakiness-triage/references/workflow-and-output.md +1 -1
- package/skills/salesforce/README.md +117 -0
- package/skills/salesforce/salesforce-agentforce-risk-review-skill/SKILL.md +206 -0
- package/skills/salesforce/salesforce-agentforce-risk-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-agentforce-risk-review-skill/references/action-safety-matrix.md +160 -0
- package/skills/salesforce/salesforce-agentforce-risk-review-skill/references/agentforce-anti-patterns.md +193 -0
- package/skills/salesforce/salesforce-agentforce-risk-review-skill/references/grounding-source-evaluation.md +162 -0
- package/skills/salesforce/salesforce-agentforce-stdm-observer-skill/SKILL.md +557 -0
- package/skills/salesforce/salesforce-agentforce-stdm-observer-skill/metadata.json +41 -0
- package/skills/salesforce/salesforce-agentforce-stdm-observer-skill/references/observability-rubric.md +219 -0
- package/skills/salesforce/salesforce-agentforce-stdm-observer-skill/references/privacy-redaction.md +240 -0
- package/skills/salesforce/salesforce-agentforce-stdm-observer-skill/references/stdm-queries.md +436 -0
- package/skills/salesforce/salesforce-apex-generator-skill/SKILL.md +307 -0
- package/skills/salesforce/salesforce-apex-generator-skill/metadata.json +30 -0
- package/skills/salesforce/salesforce-apex-generator-skill/references/apex-patterns.md +224 -0
- package/skills/salesforce/salesforce-apex-generator-skill/references/governor-limits.md +175 -0
- package/skills/salesforce/salesforce-apex-generator-skill/references/security-defaults.md +155 -0
- package/skills/salesforce/salesforce-apex-log-analyzer-skill/SKILL.md +360 -0
- package/skills/salesforce/salesforce-apex-log-analyzer-skill/metadata.json +38 -0
- package/skills/salesforce/salesforce-apex-log-analyzer-skill/references/governor-limit-signatures.md +174 -0
- package/skills/salesforce/salesforce-apex-log-analyzer-skill/references/log-format-reference.md +154 -0
- package/skills/salesforce/salesforce-apex-log-analyzer-skill/references/redaction-rules.md +178 -0
- package/skills/salesforce/salesforce-apex-lwc-code-review-skill/SKILL.md +195 -0
- package/skills/salesforce/salesforce-apex-lwc-code-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-apex-lwc-code-review-skill/references/apex-anti-patterns.md +270 -0
- package/skills/salesforce/salesforce-apex-lwc-code-review-skill/references/governor-limits-reference.md +198 -0
- package/skills/salesforce/salesforce-apex-lwc-code-review-skill/references/lwc-security.md +206 -0
- package/skills/salesforce/salesforce-apex-test-generator-skill/SKILL.md +274 -0
- package/skills/salesforce/salesforce-apex-test-generator-skill/metadata.json +29 -0
- package/skills/salesforce/salesforce-apex-test-generator-skill/references/assertion-patterns.md +174 -0
- package/skills/salesforce/salesforce-apex-test-generator-skill/references/async-testing.md +217 -0
- package/skills/salesforce/salesforce-apex-test-generator-skill/references/test-data-factory.md +174 -0
- package/skills/salesforce/salesforce-apex-test-runner-skill/SKILL.md +344 -0
- package/skills/salesforce/salesforce-apex-test-runner-skill/metadata.json +37 -0
- package/skills/salesforce/salesforce-apex-test-runner-skill/references/cli-commands.md +162 -0
- package/skills/salesforce/salesforce-apex-test-runner-skill/references/coverage-analysis.md +107 -0
- package/skills/salesforce/salesforce-apex-test-runner-skill/references/failure-diagnosis.md +187 -0
- package/skills/salesforce/salesforce-bulk-data-ops-skill/SKILL.md +356 -0
- package/skills/salesforce/salesforce-bulk-data-ops-skill/metadata.json +29 -0
- package/skills/salesforce/salesforce-bulk-data-ops-skill/references/anonymous-apex-patterns.md +380 -0
- package/skills/salesforce/salesforce-bulk-data-ops-skill/references/data-loader-templates.md +209 -0
- package/skills/salesforce/salesforce-bulk-data-ops-skill/references/rollback-strategy.md +209 -0
- package/skills/salesforce/salesforce-deployment-validator-skill/SKILL.md +380 -0
- package/skills/salesforce/salesforce-deployment-validator-skill/metadata.json +37 -0
- package/skills/salesforce/salesforce-deployment-validator-skill/references/cli-commands.md +264 -0
- package/skills/salesforce/salesforce-deployment-validator-skill/references/production-refusal-rules.md +243 -0
- package/skills/salesforce/salesforce-deployment-validator-skill/references/test-selection-strategy.md +250 -0
- package/skills/salesforce/salesforce-devsecops-pipeline-skill/SKILL.md +195 -0
- package/skills/salesforce/salesforce-devsecops-pipeline-skill/metadata.json +19 -0
- package/skills/salesforce/salesforce-devsecops-pipeline-skill/references/change-impact-categories.md +216 -0
- package/skills/salesforce/salesforce-devsecops-pipeline-skill/references/sandbox-masking-strategy.md +193 -0
- package/skills/salesforce/salesforce-devsecops-pipeline-skill/references/sca-rule-catalog.md +226 -0
- package/skills/salesforce/salesforce-field-mapping-skill/SKILL.md +348 -0
- package/skills/salesforce/salesforce-field-mapping-skill/metadata.json +29 -0
- package/skills/salesforce/salesforce-field-mapping-skill/references/api-name-normalization.md +141 -0
- package/skills/salesforce/salesforce-field-mapping-skill/references/picklist-value-mapping.md +245 -0
- package/skills/salesforce/salesforce-field-mapping-skill/references/type-mismatch-detection.md +187 -0
- package/skills/salesforce/salesforce-flow-automation-review-skill/SKILL.md +163 -0
- package/skills/salesforce/salesforce-flow-automation-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-flow-automation-review-skill/references/automation-conflict-matrix.md +193 -0
- package/skills/salesforce/salesforce-flow-automation-review-skill/references/fault-path-design.md +189 -0
- package/skills/salesforce/salesforce-flow-automation-review-skill/references/flow-anti-patterns.md +211 -0
- package/skills/salesforce/salesforce-flow-debugger-skill/SKILL.md +355 -0
- package/skills/salesforce/salesforce-flow-debugger-skill/metadata.json +35 -0
- package/skills/salesforce/salesforce-flow-debugger-skill/references/fault-path-design.md +175 -0
- package/skills/salesforce/salesforce-flow-debugger-skill/references/flow-error-patterns.md +247 -0
- package/skills/salesforce/salesforce-flow-debugger-skill/references/interview-log-redaction.md +171 -0
- package/skills/salesforce/salesforce-infrastructure-audit-skill/SKILL.md +137 -0
- package/skills/salesforce/salesforce-infrastructure-audit-skill/metadata.json +19 -0
- package/skills/salesforce/salesforce-infrastructure-audit-skill/references/hyperforce-deployment-controls.md +181 -0
- package/skills/salesforce/salesforce-infrastructure-audit-skill/references/network-policy-reference.md +200 -0
- package/skills/salesforce/salesforce-infrastructure-audit-skill/references/session-policy-reference.md +219 -0
- package/skills/salesforce/salesforce-integration-review-skill/SKILL.md +186 -0
- package/skills/salesforce/salesforce-integration-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-integration-review-skill/references/integration-anti-patterns.md +280 -0
- package/skills/salesforce/salesforce-integration-review-skill/references/integration-pattern-reference.md +239 -0
- package/skills/salesforce/salesforce-integration-review-skill/references/named-credential-design.md +211 -0
- package/skills/salesforce/salesforce-marketing-consent-review-skill/SKILL.md +204 -0
- package/skills/salesforce/salesforce-marketing-consent-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-marketing-consent-review-skill/references/consent-anti-patterns.md +247 -0
- package/skills/salesforce/salesforce-marketing-consent-review-skill/references/consent-model-reference.md +205 -0
- package/skills/salesforce/salesforce-marketing-consent-review-skill/references/regulatory-mapping.md +192 -0
- package/skills/salesforce/salesforce-metadata-fetcher-skill/SKILL.md +418 -0
- package/skills/salesforce/salesforce-metadata-fetcher-skill/metadata.json +50 -0
- package/skills/salesforce/salesforce-metadata-fetcher-skill/references/cli-commands.md +347 -0
- package/skills/salesforce/salesforce-metadata-fetcher-skill/references/delegation-routing.md +416 -0
- package/skills/salesforce/salesforce-metadata-fetcher-skill/references/sanitization-rules.md +392 -0
- package/skills/salesforce/salesforce-metadata-review-skill/SKILL.md +148 -0
- package/skills/salesforce/salesforce-metadata-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-metadata-review-skill/references/deprecated-metadata.md +217 -0
- package/skills/salesforce/salesforce-metadata-review-skill/references/field-hygiene-rules.md +182 -0
- package/skills/salesforce/salesforce-metadata-review-skill/references/object-design-patterns.md +187 -0
- package/skills/salesforce/salesforce-org-assessment-skill/SKILL.md +137 -0
- package/skills/salesforce/salesforce-org-assessment-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-org-assessment-skill/references/assessment-rubric.md +228 -0
- package/skills/salesforce/salesforce-org-assessment-skill/references/risk-register-template.md +211 -0
- package/skills/salesforce/salesforce-org-assessment-skill/references/tech-debt-indicators.md +252 -0
- package/skills/salesforce/salesforce-permission-model-review-skill/SKILL.md +165 -0
- package/skills/salesforce/salesforce-permission-model-review-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-permission-model-review-skill/references/fls-review-patterns.md +235 -0
- package/skills/salesforce/salesforce-permission-model-review-skill/references/permission-set-strategy.md +203 -0
- package/skills/salesforce/salesforce-permission-model-review-skill/references/toxic-combinations.md +228 -0
- package/skills/salesforce/salesforce-release-readiness-skill/SKILL.md +185 -0
- package/skills/salesforce/salesforce-release-readiness-skill/metadata.json +18 -0
- package/skills/salesforce/salesforce-release-readiness-skill/references/release-checklist.md +191 -0
- package/skills/salesforce/salesforce-release-readiness-skill/references/rollback-strategy.md +234 -0
- package/skills/salesforce/salesforce-release-readiness-skill/references/test-coverage-strategy.md +314 -0
- package/skills/salesforce/salesforce-soql-explorer-skill/SKILL.md +391 -0
- package/skills/salesforce/salesforce-soql-explorer-skill/metadata.json +35 -0
- package/skills/salesforce/salesforce-soql-explorer-skill/references/cli-commands.md +266 -0
- package/skills/salesforce/salesforce-soql-explorer-skill/references/least-privilege-scope.md +224 -0
- package/skills/salesforce/salesforce-soql-explorer-skill/references/safe-query-patterns.md +317 -0
- package/skills/salesforce/salesforce-soql-generator-skill/SKILL.md +305 -0
- package/skills/salesforce/salesforce-soql-generator-skill/metadata.json +25 -0
- package/skills/salesforce/salesforce-soql-generator-skill/references/common-patterns.md +293 -0
- package/skills/salesforce/salesforce-soql-generator-skill/references/governor-limits.md +171 -0
- package/skills/salesforce/salesforce-soql-generator-skill/references/soql-syntax-quickref.md +255 -0
- package/skills/salesforce/salesforce-validation-rule-writer-skill/SKILL.md +329 -0
- package/skills/salesforce/salesforce-validation-rule-writer-skill/metadata.json +28 -0
- package/skills/salesforce/salesforce-validation-rule-writer-skill/references/error-message-style.md +132 -0
- package/skills/salesforce/salesforce-validation-rule-writer-skill/references/formula-syntax-quickref.md +182 -0
- package/skills/salesforce/salesforce-validation-rule-writer-skill/references/validation-patterns.md +214 -0
- package/skills/salesforce/salesforce-zero-trust-maturity-skill/SKILL.md +164 -0
- package/skills/salesforce/salesforce-zero-trust-maturity-skill/metadata.json +19 -0
- package/skills/salesforce/salesforce-zero-trust-maturity-skill/references/continuous-verification-patterns.md +209 -0
- package/skills/salesforce/salesforce-zero-trust-maturity-skill/references/maturity-scoring-rubric.md +179 -0
- package/skills/salesforce/salesforce-zero-trust-maturity-skill/references/nist-zta-pillars.md +194 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/01-csharp-runtime.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/02-aspnetcore-api.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/03-identity-authz.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/04-efcore-data.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/05-testing-quality.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/06-supply-chain.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/07-performance-aot.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/08-observability-otel.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/09-aspire-cloud-native.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/10-multi-domain.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/11-ambiguous.json +4 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-ambiguous-near-miss.json +4 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-live-guard-bypass.json +4 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-parallel-saturation.json +9 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/01-csharp-runtime.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/02-aspnetcore-api.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/03-identity-authz.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/04-efcore-data.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/05-testing-quality.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/06-supply-chain.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/07-performance-aot.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/08-observability-otel.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/09-aspire-cloud-native.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/10-multi-domain.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/11-ambiguous.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-ambiguous-near-miss.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-live-guard-bypass.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-parallel-saturation.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/taxonomy.json +99 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/001-happy-platform-admin-review.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/002-happy-business-analyst.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/003-happy-app-builder-automation.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/004-happy-development.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/005-happy-devops-release.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/006-happy-security-identity-access.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/007-happy-data-architecture.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/008-happy-integration-mulesoft.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/009-happy-sales-cloud-revenue.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/010-happy-marketing-cloud.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/011-happy-agentforce-ai.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/012-happy-analytics-tableau.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/013-happy-compliance-privacy.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/014-happy-network-policy-architect.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/015-happy-hyperforce-security.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/016-happy-sandbox-isolation.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/017-happy-session-governance.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/018-happy-continuous-verification.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/019-happy-certificate-lifecycle.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/020-happy-adaptive-access.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/021-happy-code-analyzer-orchestrator.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/022-happy-sandbox-governance.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/023-happy-change-impact-analyst.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-liveguard-01-live-org-deploy-guard.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-liveguard-02-live-mass-delete-guard.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-liveguard-03-live-release-to-prod-guard.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/001-happy-platform-admin-review.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/002-happy-business-analyst.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/003-happy-app-builder-automation.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/004-happy-development.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/005-happy-devops-release.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/006-happy-security-identity-access.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/007-happy-data-architecture.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/008-happy-integration-mulesoft.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/009-happy-sales-cloud-revenue.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/010-happy-marketing-cloud.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/011-happy-agentforce-ai.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/012-happy-analytics-tableau.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/013-happy-compliance-privacy.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/014-happy-network-policy-architect.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/015-happy-hyperforce-security.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/016-happy-sandbox-isolation.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/017-happy-session-governance.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/018-happy-continuous-verification.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/019-happy-certificate-lifecycle.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/020-happy-adaptive-access.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/021-happy-code-analyzer-orchestrator.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/022-happy-sandbox-governance.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/023-happy-change-impact-analyst.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-liveguard-01-live-org-deploy-guard.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-liveguard-02-live-mass-delete-guard.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-liveguard-03-live-release-to-prod-guard.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/salesforce-maestro-routing/taxonomy.json +371 -0
- package/tests/test-vfa-export-coverage.test.mjs +29 -8
- package/tests/validate-catalog.py +15 -1
- package/tests/validate-plugin-manifest.py +11 -1
package/catalog/skills.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"kiro",
|
|
35
35
|
"other"
|
|
36
36
|
],
|
|
37
|
-
"summary": "Review ad-platform audience targeting configurations and AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5
|
|
37
|
+
"summary": "Review ad-platform audience targeting configurations and AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5 \u2014 proxy segments, algorithmic disparate impact, and missing Special Ad Category declarations.",
|
|
38
38
|
"source_type": "original",
|
|
39
39
|
"official_docs": [
|
|
40
40
|
"https://www.ftc.gov/business-guidance/blog/2023/02/ftcs-ai-related-enforcement-actions",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"https://www.alibabacloud.com/help/en/acr",
|
|
70
70
|
"https://www.alibabacloud.com/help/en/asm"
|
|
71
71
|
],
|
|
72
|
-
"security_notes": "Require OIDC workload identity for all production workloads
|
|
72
|
+
"security_notes": "Require OIDC workload identity for all production workloads \u2014 do not approve RAM access key mounting in pods. Require ACR Enterprise vulnerability scanning before deploying images to production clusters. Do not skip Kubernetes version upgrades beyond two minor versions.",
|
|
73
73
|
"last_verified": "2026-05-08",
|
|
74
74
|
"path": "skills/alibaba/alibaba-ack-container-platform-operator",
|
|
75
75
|
"author": "github: Raishin",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"https://www.alibabacloud.com/help/en/actiontrail",
|
|
95
95
|
"https://www.alibabacloud.com/help/en/sls"
|
|
96
96
|
],
|
|
97
|
-
"security_notes": "Do not delete ActionTrail trails or SLS logstores
|
|
97
|
+
"security_notes": "Do not delete ActionTrail trails or SLS logstores \u2014 audit log destruction may violate MLPS 2.0 retention requirements. Disabling ActionTrail blinds compliance evidence collection.",
|
|
98
98
|
"last_verified": "2026-05-08",
|
|
99
99
|
"path": "skills/alibaba/alibaba-actiontrail-audit-analyst",
|
|
100
100
|
"author": "github: Raishin",
|
|
@@ -139,14 +139,14 @@
|
|
|
139
139
|
"kiro",
|
|
140
140
|
"other"
|
|
141
141
|
],
|
|
142
|
-
"summary": "Review Alibaba Cloud SSL Certificate Service
|
|
142
|
+
"summary": "Review Alibaba Cloud SSL Certificate Service \u2014 DV/OV/EV certificate lifecycle, auto-renewal configuration, certificate deployment to SLB/ALB/CDN/OSS, domain validation status, CAA record compliance, and expiry monitoring.",
|
|
143
143
|
"source_type": "original",
|
|
144
144
|
"official_docs": [
|
|
145
145
|
"https://www.alibabacloud.com/help/en/ssl-certificate/latest/what-is-ssl-certificates-service",
|
|
146
146
|
"https://www.alibabacloud.com/help/en/slb/application-load-balancer/user-guide/create-an-https-listener",
|
|
147
147
|
"https://www.alibabacloud.com/help/en/cdn/user-guide/configure-an-ssl-certificate"
|
|
148
148
|
],
|
|
149
|
-
"security_notes": "Alibaba Cloud certificate private keys generated on the platform are stored in Alibaba's systems
|
|
149
|
+
"security_notes": "Alibaba Cloud certificate private keys generated on the platform are stored in Alibaba's systems \u2014 for maximum security, use CSR-based upload with your own private key generated locally. SLB/ALB HTTPS listeners using TLS 1.0 or 1.1 are non-compliant with PCI-DSS and MLPS 2.0 \u2014 enforce TLS 1.2+ via security policy configuration.",
|
|
150
150
|
"last_verified": "2026-05-09",
|
|
151
151
|
"path": "skills/alibaba/alibaba-certificate-manager-issuer-review",
|
|
152
152
|
"version": "0.1.0",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"kiro",
|
|
166
166
|
"other"
|
|
167
167
|
],
|
|
168
|
-
"summary": "Pre-change blast radius analysis for Alibaba Cloud
|
|
168
|
+
"summary": "Pre-change blast radius analysis for Alibaba Cloud \u2014 Resource Directory OU scope mapping, RAM policy cascade effects, VPC peering and CEN impact, SLB backend pool changes, RDS connection pool disruption, and safe change sequencing.",
|
|
169
169
|
"source_type": "original",
|
|
170
170
|
"official_docs": [
|
|
171
171
|
"https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"https://www.alibabacloud.com/help/en/cen/latest/what-is-cen",
|
|
174
174
|
"https://www.alibabacloud.com/help/en/vpc/latest/vpc-peering-connections-overview"
|
|
175
175
|
],
|
|
176
|
-
"security_notes": "Alibaba Cloud Resource Directory root account has override capabilities for all member account policies
|
|
176
|
+
"security_notes": "Alibaba Cloud Resource Directory root account has override capabilities for all member account policies \u2014 changes at root level must have explicit dual approval. CEN route changes are near-instantaneous and propagate globally \u2014 always test in a staging CEN attachment before applying to production.",
|
|
177
177
|
"last_verified": "2026-05-09",
|
|
178
178
|
"path": "skills/alibaba/alibaba-change-impact-advisor",
|
|
179
179
|
"version": "0.1.0",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"kiro",
|
|
218
218
|
"other"
|
|
219
219
|
],
|
|
220
|
-
"summary": "Detect and coordinate response to Alibaba Cloud cost anomalies
|
|
220
|
+
"summary": "Detect and coordinate response to Alibaba Cloud cost anomalies \u2014 MaxCompute CU vs on-demand billing mismatch, ECS spot instance interruption cascades, CDN traffic spike billing, OSS API request cost explosions, budget alert \u2192 DingTalk notification \u2192 remediation playbook.",
|
|
221
221
|
"source_type": "original",
|
|
222
222
|
"official_docs": [
|
|
223
223
|
"https://www.alibabacloud.com/help/en/maxcompute/latest/billing-overview",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"https://www.alibabacloud.com/help/en/cost-management/latest/overview",
|
|
226
226
|
"https://www.alibabacloud.com/help/en/cdn/user-guide/billing-overview"
|
|
227
227
|
],
|
|
228
|
-
"security_notes": "Alibaba Cloud cost data is accessible via the billing API
|
|
228
|
+
"security_notes": "Alibaba Cloud cost data is accessible via the billing API \u2014 restrict AccessKey permissions for billing API access to read-only (AliyunBSSReadOnlyAccess). China mainland billing accounts and international accounts cannot be consolidated \u2014 separate anomaly monitoring pipelines required for each account type.",
|
|
229
229
|
"last_verified": "2026-05-09",
|
|
230
230
|
"path": "skills/alibaba/alibaba-cost-anomaly-watch-coordinator",
|
|
231
231
|
"version": "0.1.0",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"kiro",
|
|
270
270
|
"other"
|
|
271
271
|
],
|
|
272
|
-
"summary": "Coordinate the daily Alibaba Cloud operations standup
|
|
272
|
+
"summary": "Coordinate the daily Alibaba Cloud operations standup \u2014 cost delta from Cost Manager, ActionTrail anomaly review, ACK pod failure triage, quota utilization warnings, Security Center finding review, and action item assignment.",
|
|
273
273
|
"source_type": "original",
|
|
274
274
|
"official_docs": [
|
|
275
275
|
"https://www.alibabacloud.com/help/en/cost-management/latest/overview",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/overview-7",
|
|
278
278
|
"https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center"
|
|
279
279
|
],
|
|
280
|
-
"security_notes": "Alibaba Cloud ActionTrail logs contain API call details that may reveal internal architecture
|
|
280
|
+
"security_notes": "Alibaba Cloud ActionTrail logs contain API call details that may reveal internal architecture \u2014 restrict ActionTrail SLS project access to security team members only. Daily briefing cost data reveals workload scale and spending patterns \u2014 distribute briefing reports only to authorized stakeholders.",
|
|
281
281
|
"last_verified": "2026-05-09",
|
|
282
282
|
"path": "skills/alibaba/alibaba-daily-operations-briefing-coordinator",
|
|
283
283
|
"version": "0.1.0",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"https://www.alibabacloud.com/help/en/rdc",
|
|
303
303
|
"https://www.alibabacloud.com/help/en/acr"
|
|
304
304
|
],
|
|
305
|
-
"security_notes": "Do not deploy to production without staging verification. ACR image tags are mutable
|
|
305
|
+
"security_notes": "Do not deploy to production without staging verification. ACR image tags are mutable \u2014 use digest-pinned references for production deployments. Flow pipeline rollback requires preserved previous artifact.",
|
|
306
306
|
"last_verified": "2026-05-08",
|
|
307
307
|
"path": "skills/alibaba/alibaba-devops-cicd-operator",
|
|
308
308
|
"author": "github: Raishin",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"kiro",
|
|
349
349
|
"other"
|
|
350
350
|
],
|
|
351
|
-
"summary": "Review Alibaba Cloud EventBridge, MNS (Message Notification Service), RocketMQ, and MSE event-driven designs
|
|
351
|
+
"summary": "Review Alibaba Cloud EventBridge, MNS (Message Notification Service), RocketMQ, and MSE event-driven designs \u2014 dead-letter queues, message ordering, idempotency, retry storm prevention, schema registry, and consumer group lag monitoring.",
|
|
352
352
|
"source_type": "original",
|
|
353
353
|
"official_docs": [
|
|
354
354
|
"https://www.alibabacloud.com/help/en/eventbridge/latest/what-is-eventbridge",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"https://www.alibabacloud.com/help/en/apsaramq-for-rocketmq/latest/what-is-rocketmq",
|
|
357
357
|
"https://www.alibabacloud.com/help/en/mse/latest/overview-of-mse"
|
|
358
358
|
],
|
|
359
|
-
"security_notes": "Alibaba Cloud EventBridge event buses can be public
|
|
359
|
+
"security_notes": "Alibaba Cloud EventBridge event buses can be public \u2014 restrict event bus policies to specific source services and target endpoints. MNS message bodies may contain sensitive data \u2014 use SSE encryption at rest for MNS queues in regulated environments.",
|
|
360
360
|
"last_verified": "2026-05-09",
|
|
361
361
|
"path": "skills/alibaba/alibaba-event-driven-architecture-review",
|
|
362
362
|
"version": "0.1.0",
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"kiro",
|
|
402
402
|
"other"
|
|
403
403
|
],
|
|
404
|
-
"summary": "Review Terraform and ROS (Resource Orchestration Service) changes targeting Alibaba Cloud
|
|
404
|
+
"summary": "Review Terraform and ROS (Resource Orchestration Service) changes targeting Alibaba Cloud \u2014 blast radius analysis, resource deletion detection, cross-stack dependency impact, Resource Directory scope, and rollback plan completeness.",
|
|
405
405
|
"source_type": "original",
|
|
406
406
|
"official_docs": [
|
|
407
407
|
"https://www.alibabacloud.com/help/en/resource-orchestration-service/latest/what-is-ros",
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
|
|
410
410
|
"https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption"
|
|
411
411
|
],
|
|
412
|
-
"security_notes": "Alibaba Cloud Terraform provider state files expose resource attribute details
|
|
412
|
+
"security_notes": "Alibaba Cloud Terraform provider state files expose resource attribute details \u2014 OSS backend bucket must deny public access and use SSE-KMS. ROS resource deletion protection must be enabled on production stacks \u2014 stacks without deletion protection can be destroyed with a single API call.",
|
|
413
413
|
"last_verified": "2026-05-09",
|
|
414
414
|
"path": "skills/alibaba/alibaba-iac-change-safety-review",
|
|
415
415
|
"version": "0.1.0",
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"kiro",
|
|
455
455
|
"other"
|
|
456
456
|
],
|
|
457
|
-
"summary": "Design Alibaba Cloud landing zone
|
|
457
|
+
"summary": "Design Alibaba Cloud landing zone \u2014 Resource Management org tree, Cloud SSO, Control Policy (SCP equivalent), multi-account governance baseline, billing account structure, and ActionTrail centralization.",
|
|
458
458
|
"source_type": "original",
|
|
459
459
|
"official_docs": [
|
|
460
460
|
"https://www.alibabacloud.com/help/en/resource-management",
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"gemini",
|
|
508
508
|
"kiro"
|
|
509
509
|
],
|
|
510
|
-
"summary": "Gate live financial authority actions
|
|
510
|
+
"summary": "Gate live financial authority actions \u2014 budget threshold changes, Savings Plan purchases, Reserved Instance commitments. These are committed spend or can trigger immediate service suspension.",
|
|
511
511
|
"source_type": "original",
|
|
512
512
|
"official_docs": [
|
|
513
513
|
"https://www.alibabacloud.com/help/en/bss"
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
"gemini",
|
|
532
532
|
"kiro"
|
|
533
533
|
],
|
|
534
|
-
"summary": "Gate KMS key deletion and disable operations
|
|
534
|
+
"summary": "Gate KMS key deletion and disable operations \u2014 all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
|
|
535
535
|
"source_type": "original",
|
|
536
536
|
"official_docs": [
|
|
537
537
|
"https://www.alibabacloud.com/help/en/kms",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"gemini",
|
|
557
557
|
"kiro"
|
|
558
558
|
],
|
|
559
|
-
"summary": "Gate OSS bucket ACL and policy mutations
|
|
559
|
+
"summary": "Gate OSS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data to internet crawlers within seconds; CN-* cross-border replication requires DSL Article 31 assessment.",
|
|
560
560
|
"source_type": "original",
|
|
561
561
|
"official_docs": [
|
|
562
562
|
"https://www.alibabacloud.com/help/en/oss"
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"gemini",
|
|
581
581
|
"kiro"
|
|
582
582
|
],
|
|
583
|
-
"summary": "Gate RAM policy/role mutations
|
|
583
|
+
"summary": "Gate RAM policy/role mutations \u2014 account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
|
|
584
584
|
"source_type": "original",
|
|
585
585
|
"official_docs": [
|
|
586
586
|
"https://www.alibabacloud.com/help/en/ram",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"gemini",
|
|
606
606
|
"kiro"
|
|
607
607
|
],
|
|
608
|
-
"summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal
|
|
608
|
+
"summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal \u2014 database deletion without verified backup is permanently destructive.",
|
|
609
609
|
"source_type": "original",
|
|
610
610
|
"official_docs": [
|
|
611
611
|
"https://www.alibabacloud.com/help/en/rds",
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
"kiro",
|
|
630
630
|
"other"
|
|
631
631
|
],
|
|
632
|
-
"summary": "Traffic engineering for Alibaba Cloud load balancers
|
|
632
|
+
"summary": "Traffic engineering for Alibaba Cloud load balancers \u2014 CLB (Classic, legacy), ALB (Application Load Balancer, Layer 7 advanced routing), NLB (Network Load Balancer, Layer 4 high throughput), and GA (Global Accelerator) \u2014 type selection, health check design, WAF integration, and traffic distribution.",
|
|
633
633
|
"source_type": "original",
|
|
634
634
|
"official_docs": [
|
|
635
635
|
"https://www.alibabacloud.com/help/en/slb/classic-load-balancer/product-overview/what-is-clb",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
"https://www.alibabacloud.com/help/en/slb/network-load-balancer/product-overview/what-is-nlb",
|
|
638
638
|
"https://www.alibabacloud.com/help/en/global-accelerator/latest/what-is-global-accelerator"
|
|
639
639
|
],
|
|
640
|
-
"security_notes": "CLB instances with public listeners and no WAF integration are exposed directly to the internet
|
|
640
|
+
"security_notes": "CLB instances with public listeners and no WAF integration are exposed directly to the internet \u2014 ALB with WAF integration is required for PCI-DSS and MLPS 2.0 Level 3 regulated HTTP workloads. NLB passes client source IP directly to backends \u2014 backend security groups must account for this and restrict access from the NLB CIDR range.",
|
|
641
641
|
"last_verified": "2026-05-09",
|
|
642
642
|
"path": "skills/alibaba/alibaba-load-balancer-traffic-engineer",
|
|
643
643
|
"version": "0.1.0",
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"gemini",
|
|
657
657
|
"kiro"
|
|
658
658
|
],
|
|
659
|
-
"summary": "Route Alibaba Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. China-region aware
|
|
659
|
+
"summary": "Route Alibaba Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. China-region aware \u2014 flags MLPS 2.0, DSL, and PIPL obligations for CN-* workloads. Classifies and dispatches only; never answers Alibaba Cloud questions directly. Never auto-dispatches live-guard agents.",
|
|
660
660
|
"source_type": "original",
|
|
661
661
|
"official_docs": [
|
|
662
662
|
"https://www.alibabacloud.com/help/en",
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"https://www.alibabacloud.com/help/en/vpc",
|
|
665
665
|
"https://www.alibabacloud.com/help/en/ecs"
|
|
666
666
|
],
|
|
667
|
-
"security_notes": "Maestro must never auto-dispatch live-guard agents. RAM AdministratorAccess mutations and KMS key deletion are irreversible with account-wide or permanent data-loss blast radius. China mainland regions carry additional DSL/MLPS/PIPL obligations
|
|
667
|
+
"security_notes": "Maestro must never auto-dispatch live-guard agents. RAM AdministratorAccess mutations and KMS key deletion are irreversible with account-wide or permanent data-loss blast radius. China mainland regions carry additional DSL/MLPS/PIPL obligations \u2014 flag cross-border data transfer and MLPS grading questions before routing.",
|
|
668
668
|
"last_verified": "2026-05-08",
|
|
669
669
|
"path": "skills/alibaba/alibaba-maestro",
|
|
670
670
|
"author": "github: Raishin",
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
"https://www.alibabacloud.com/help/en/smc",
|
|
717
717
|
"https://www.alibabacloud.com/help/en/dts"
|
|
718
718
|
],
|
|
719
|
-
"security_notes": "DTS replication user requires REPLICATION SLAVE privilege
|
|
719
|
+
"security_notes": "DTS replication user requires REPLICATION SLAVE privilege \u2014 least privilege on source. Never cut over without verifying DTS lag < 5 seconds and backup integrity.",
|
|
720
720
|
"last_verified": "2026-05-08",
|
|
721
721
|
"path": "skills/alibaba/alibaba-migration-architect",
|
|
722
722
|
"author": "github: Raishin",
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"kiro",
|
|
736
736
|
"other"
|
|
737
737
|
],
|
|
738
|
-
"summary": "Configure and operate Alibaba MSE
|
|
738
|
+
"summary": "Configure and operate Alibaba MSE \u2014 Nacos service discovery and configuration management, Sentinel rate limiting and circuit breaking, Seata distributed transactions, and ARMS APM for microservices observability.",
|
|
739
739
|
"source_type": "original",
|
|
740
740
|
"official_docs": [
|
|
741
741
|
"https://www.alibabacloud.com/help/en/mse",
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"kiro",
|
|
761
761
|
"other"
|
|
762
762
|
],
|
|
763
|
-
"summary": "Design Alibaba Cloud network topology
|
|
763
|
+
"summary": "Design Alibaba Cloud network topology \u2014 VPC peering, CEN for multi-VPC/multi-region connectivity, Express Connect for private circuits, SLB/ALB/NLB/CLB load balancer selection, and Smart Access Gateway for branch offices.",
|
|
764
764
|
"source_type": "original",
|
|
765
765
|
"official_docs": [
|
|
766
766
|
"https://www.alibabacloud.com/help/en/vpc",
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
"kiro",
|
|
814
814
|
"other"
|
|
815
815
|
],
|
|
816
|
-
"summary": "Govern Alibaba Cloud OSS data perimeters
|
|
816
|
+
"summary": "Govern Alibaba Cloud OSS data perimeters \u2014 bucket ACL and policy conflict resolution, Block Public Access configuration, cross-account access via RAM role, VPC endpoint binding for private access, WORM (Object Lock), and MLPS 2.0 data residency compliance.",
|
|
817
817
|
"source_type": "original",
|
|
818
818
|
"official_docs": [
|
|
819
819
|
"https://www.alibabacloud.com/help/en/oss/user-guide/block-public-access",
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"https://www.alibabacloud.com/help/en/oss/user-guide/use-bucket-policies-to-authorize-other-users-to-access-oss-resources",
|
|
822
822
|
"https://www.alibabacloud.com/help/en/oss/user-guide/oss-interface-for-vpc"
|
|
823
823
|
],
|
|
824
|
-
"security_notes": "Alibaba Cloud OSS bucket names are globally unique
|
|
824
|
+
"security_notes": "Alibaba Cloud OSS bucket names are globally unique \u2014 a publicly accessible bucket with a guessable name exposes data without authentication. OSS Cross-Region Replication (CRR) to international regions from CN-* buckets containing personal data violates PIPL and may violate MLPS 2.0 \u2014 verify replication destination region compliance.",
|
|
825
825
|
"last_verified": "2026-05-09",
|
|
826
826
|
"path": "skills/alibaba/alibaba-oss-data-perimeter-governor",
|
|
827
827
|
"version": "0.1.0",
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
"kiro",
|
|
866
866
|
"other"
|
|
867
867
|
],
|
|
868
|
-
"summary": "Operate PolarDB (MySQL/PG/Oracle) clusters and RDS instances
|
|
868
|
+
"summary": "Operate PolarDB (MySQL/PG/Oracle) clusters and RDS instances \u2014 DAS diagnostics, database proxy, Global Database Network, backup strategy, and performance tuning.",
|
|
869
869
|
"source_type": "original",
|
|
870
870
|
"official_docs": [
|
|
871
871
|
"https://www.alibabacloud.com/help/en/polardb",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"https://www.alibabacloud.com/help/en/ram",
|
|
898
898
|
"https://www.alibabacloud.com/help/en/resource-management"
|
|
899
899
|
],
|
|
900
|
-
"security_notes": "Never request RAM AccessKey/SecretKey or STS tokens. RAM AdministratorAccess is a critical finding. Resource Directory Control Policy overrides all RAM policies in member accounts
|
|
900
|
+
"security_notes": "Never request RAM AccessKey/SecretKey or STS tokens. RAM AdministratorAccess is a critical finding. Resource Directory Control Policy overrides all RAM policies in member accounts \u2014 test in simulation before enforcement.",
|
|
901
901
|
"last_verified": "2026-05-08",
|
|
902
902
|
"path": "skills/alibaba/alibaba-ram-iam-review",
|
|
903
903
|
"author": "github: Raishin",
|
|
@@ -916,14 +916,14 @@
|
|
|
916
916
|
"kiro",
|
|
917
917
|
"other"
|
|
918
918
|
],
|
|
919
|
-
"summary": "Govern Alibaba Cloud Container Registry (ACR)
|
|
919
|
+
"summary": "Govern Alibaba Cloud Container Registry (ACR) \u2014 Enterprise Edition vs Personal Edition selection, image vulnerability scanning, namespace IAM least privilege, image retention policies, cross-region replication, and supply chain security posture.",
|
|
920
920
|
"source_type": "original",
|
|
921
921
|
"official_docs": [
|
|
922
922
|
"https://www.alibabacloud.com/help/en/acr/product-overview/what-is-container-registry",
|
|
923
923
|
"https://www.alibabacloud.com/help/en/acr/user-guide/configure-image-tag-immutability",
|
|
924
924
|
"https://www.alibabacloud.com/help/en/acr/user-guide/use-image-scanner-to-scan-images"
|
|
925
925
|
],
|
|
926
|
-
"security_notes": "ACR Personal Edition namespaces are globally shared
|
|
926
|
+
"security_notes": "ACR Personal Edition namespaces are globally shared \u2014 namespace name collisions are possible; use ACR Enterprise Edition with isolated instance for production. Public ACR namespaces in CN-* regions are accessible globally \u2014 this creates cross-border data flow implications under Chinese data regulations.",
|
|
927
927
|
"last_verified": "2026-05-09",
|
|
928
928
|
"path": "skills/alibaba/alibaba-registry-artifact-governor",
|
|
929
929
|
"version": "0.1.0",
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
"kiro",
|
|
943
943
|
"other"
|
|
944
944
|
],
|
|
945
|
-
"summary": "Review Alibaba Cloud workload HA and BCDR designs
|
|
945
|
+
"summary": "Review Alibaba Cloud workload HA and BCDR designs \u2014 RDS High-Availability Edition failover, PolarDB Global Database Network, ACK multi-zone, ECS disaster recovery cross-region, RTO/RPO target analysis, and HBR (Hybrid Backup Recovery) coverage.",
|
|
946
946
|
"source_type": "original",
|
|
947
947
|
"official_docs": [
|
|
948
948
|
"https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-mysql/disaster-recovery-solution",
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
"https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/what-is-hbr",
|
|
952
952
|
"https://www.alibabacloud.com/help/en/server-load-balancer/latest/what-is-global-traffic-manager"
|
|
953
953
|
],
|
|
954
|
-
"security_notes": "HBR backup vaults in the same region as production provide no DR value for region-level failures
|
|
954
|
+
"security_notes": "HBR backup vaults in the same region as production provide no DR value for region-level failures \u2014 require cross-region vault configuration. PolarDB Global Database Network write routing to primary means regional primary failure requires manual failover promotion \u2014 confirm this is documented in runbooks.",
|
|
955
955
|
"last_verified": "2026-05-09",
|
|
956
956
|
"path": "skills/alibaba/alibaba-resilience-bcdr-review",
|
|
957
957
|
"version": "0.1.0",
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
"https://www.alibabacloud.com/help/en/ddos",
|
|
979
979
|
"https://www.alibabacloud.com/help/en/cloud-firewall"
|
|
980
980
|
],
|
|
981
|
-
"security_notes": "Cloud Firewall policy changes affect all instances in scope simultaneously. WAF bypass via IP whitelist requires documented justification. Anti-DDoS tier downgrade during an active attack is blocked. Security Center agent uninstall removes host-level visibility
|
|
981
|
+
"security_notes": "Cloud Firewall policy changes affect all instances in scope simultaneously. WAF bypass via IP whitelist requires documented justification. Anti-DDoS tier downgrade during an active attack is blocked. Security Center agent uninstall removes host-level visibility \u2014 confirm before removing.",
|
|
982
982
|
"last_verified": "2026-05-08",
|
|
983
983
|
"path": "skills/alibaba/alibaba-security-center-hardening",
|
|
984
984
|
"author": "github: Raishin",
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
"kiro",
|
|
998
998
|
"other"
|
|
999
999
|
],
|
|
1000
|
-
"summary": "Review Function Compute 3.0 (FC3), SAE (Serverless App Engine), and EDAS for production readiness
|
|
1000
|
+
"summary": "Review Function Compute 3.0 (FC3), SAE (Serverless App Engine), and EDAS for production readiness \u2014 cold start optimization, VPC binding, RAM role injection, ARMS distributed tracing, security group rules, concurrency limits, and SLA-readiness.",
|
|
1001
1001
|
"source_type": "original",
|
|
1002
1002
|
"official_docs": [
|
|
1003
1003
|
"https://www.alibabacloud.com/help/en/functioncompute/latest/overview",
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"https://www.alibabacloud.com/help/en/arms/latest/what-is-arms",
|
|
1006
1006
|
"https://www.alibabacloud.com/help/en/ram/latest/overview-1"
|
|
1007
1007
|
],
|
|
1008
|
-
"security_notes": "FC function AccessKey IDs in environment variables are exposed in the FC console to anyone with fc:GetFunction permission
|
|
1008
|
+
"security_notes": "FC function AccessKey IDs in environment variables are exposed in the FC console to anyone with fc:GetFunction permission \u2014 use RAM role binding exclusively. SAE applications in the same namespace share network access unless namespace-level VPC isolation is configured.",
|
|
1009
1009
|
"last_verified": "2026-05-09",
|
|
1010
1010
|
"path": "skills/alibaba/alibaba-serverless-production-readiness",
|
|
1011
1011
|
"version": "0.1.0",
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
"kiro",
|
|
1025
1025
|
"other"
|
|
1026
1026
|
],
|
|
1027
|
-
"summary": "Design Alibaba Cloud solutions
|
|
1027
|
+
"summary": "Design Alibaba Cloud solutions \u2014 product selection (PolarDB vs RDS, ACK vs ASK vs SAE, MaxCompute vs AnalyticDB), architecture patterns, landing zone design, and disaster recovery strategies aligned to the Alibaba Well-Architected Framework.",
|
|
1028
1028
|
"source_type": "original",
|
|
1029
1029
|
"official_docs": [
|
|
1030
1030
|
"https://www.alibabacloud.com/help/en/ecs",
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
"kiro",
|
|
1052
1052
|
"other"
|
|
1053
1053
|
],
|
|
1054
|
-
"summary": "Coordinate Alibaba Cloud support incidents
|
|
1054
|
+
"summary": "Coordinate Alibaba Cloud support incidents \u2014 case creation with correct severity (\u7d27\u6025/\u9ad8/\u4e2d/\u4f4e), Enterprise Support SLA enforcement, account manager escalation path, status page monitoring for CN-* and international, internal stakeholder communication, and post-incident evidence packaging.",
|
|
1055
1055
|
"source_type": "original",
|
|
1056
1056
|
"official_docs": [
|
|
1057
1057
|
"https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"https://status.aliyun.com/",
|
|
1060
1060
|
"https://www.alibabacloud.com/help/en/support/user-guide/technical-support-plans"
|
|
1061
1061
|
],
|
|
1062
|
-
"security_notes": "Alibaba Cloud support case attachments are stored on Alibaba Cloud infrastructure
|
|
1062
|
+
"security_notes": "Alibaba Cloud support case attachments are stored on Alibaba Cloud infrastructure \u2014 never attach files containing customer financial data, personal health information, or unredacted credentials. Enterprise Support SLA breach timestamps must be documented for contractual credit claims.",
|
|
1063
1063
|
"last_verified": "2026-05-09",
|
|
1064
1064
|
"path": "skills/alibaba/alibaba-support-incident-coordinator",
|
|
1065
1065
|
"version": "0.1.0",
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"kiro",
|
|
1079
1079
|
"other"
|
|
1080
1080
|
],
|
|
1081
|
-
"summary": "Triage Alibaba Cloud operational alerts, incidents, and support tickets
|
|
1081
|
+
"summary": "Triage Alibaba Cloud operational alerts, incidents, and support tickets \u2014 P0/P1/P2/P3 classification, Alibaba Cloud Support SLA enforcement, account manager escalation, DingTalk war room coordination, evidence collection from CloudMonitor and SLS, and safe escalation paths.",
|
|
1082
1082
|
"source_type": "original",
|
|
1083
1083
|
"official_docs": [
|
|
1084
1084
|
"https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"https://www.alibabacloud.com/help/en/cms/user-guide/what-is-cloud-monitor",
|
|
1087
1087
|
"https://www.alibabacloud.com/help/en/sls/user-guide/what-is-log-service"
|
|
1088
1088
|
],
|
|
1089
|
-
"security_notes": "Alibaba Cloud support ticket attachments visible to Alibaba support staff
|
|
1089
|
+
"security_notes": "Alibaba Cloud support ticket attachments visible to Alibaba support staff \u2014 scrub AccessKey IDs, account IDs, customer PII, and unredacted log data before sharing. China mainland support team and international support team are organizationally separate \u2014 tickets filed in the wrong region receive slower response.",
|
|
1090
1090
|
"last_verified": "2026-05-09",
|
|
1091
1091
|
"path": "skills/alibaba/alibaba-ticket-triage-escalation-coordinator",
|
|
1092
1092
|
"version": "0.1.0",
|
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
"https://www.alibabacloud.com/help/en/ecs/user-guide/savings-plans",
|
|
1114
1114
|
"https://www.alibabacloud.com/help/en/oss/user-guide/lifecycle"
|
|
1115
1115
|
],
|
|
1116
|
-
"security_notes": "Read-only advisory. Do not cancel Savings Plans, Reserved Instances, delete snapshots, or stop instances without explicit approval and resource inventory confirmation. Note: CN-* regions and international regions have separate billing accounts
|
|
1116
|
+
"security_notes": "Read-only advisory. Do not cancel Savings Plans, Reserved Instances, delete snapshots, or stop instances without explicit approval and resource inventory confirmation. Note: CN-* regions and international regions have separate billing accounts \u2014 always confirm which account context the analysis applies to.",
|
|
1117
1117
|
"last_verified": "2026-05-09",
|
|
1118
1118
|
"path": "skills/alibaba/alibaba-waf-cost-optimization-review",
|
|
1119
1119
|
"author": "github: Raishin",
|
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
"https://www.alibabacloud.com/help/en/actiontrail",
|
|
1169
1169
|
"https://www.alibabacloud.com/help/en/waf"
|
|
1170
1170
|
],
|
|
1171
|
-
"security_notes": "Read-only advisory. Do not modify RAM policies, Security Group rules, KMS keys, or ActionTrail configurations without explicit approval. Note: Alibaba Cloud has separate China (CN-*) and international regions with different regulatory scopes
|
|
1171
|
+
"security_notes": "Read-only advisory. Do not modify RAM policies, Security Group rules, KMS keys, or ActionTrail configurations without explicit approval. Note: Alibaba Cloud has separate China (CN-*) and international regions with different regulatory scopes \u2014 always confirm region before assessing compliance.",
|
|
1172
1172
|
"last_verified": "2026-05-09",
|
|
1173
1173
|
"path": "skills/alibaba/alibaba-waf-security-review",
|
|
1174
1174
|
"author": "github: Raishin",
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"kiro",
|
|
1188
1188
|
"other"
|
|
1189
1189
|
],
|
|
1190
|
-
"summary": "Review analytics platform configuration
|
|
1190
|
+
"summary": "Review analytics platform configuration \u2014 GA4 property settings, BigQuery export schema, custom event-parameter definitions, and user-property declarations \u2014 for data-minimization violations, excessive collection, and storage-period over-retention under GDPR Article 5(1)(c) and 5(1)(e) and EU DPA enforcement on GA4.",
|
|
1191
1191
|
"source_type": "original",
|
|
1192
1192
|
"official_docs": [
|
|
1193
1193
|
"https://gdpr-info.eu/art-5-gdpr/",
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
"https://www.garanteprivacy.it/home/docweb/-/docweb-display/docweb/9782874",
|
|
1197
1197
|
"https://support.google.com/analytics/answer/9019185"
|
|
1198
1198
|
],
|
|
1199
|
-
"security_notes": "Read-only static review of sanitized analytics configuration exports and schema definitions only. Never request live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border data transfer violations requiring DPA notification
|
|
1199
|
+
"security_notes": "Read-only static review of sanitized analytics configuration exports and schema definitions only. Never request live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border data transfer violations requiring DPA notification \u2014 route remediation and legal assessment to qualified privacy counsel before acting on findings.",
|
|
1200
1200
|
"last_verified": "2026-05-17",
|
|
1201
1201
|
"path": "skills/marketing/analytics-data-minimization-review",
|
|
1202
1202
|
"author": "github: Raishin",
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"https://argo-cd.readthedocs.io/en/stable/proposals/decouple-application-sync-user-using-impersonation/",
|
|
1257
1257
|
"https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cm-yaml/"
|
|
1258
1258
|
],
|
|
1259
|
-
"security_notes": "Sync impersonation is disabled by default
|
|
1259
|
+
"security_notes": "Sync impersonation is disabled by default \u2014 controller runs as cluster-admin on every destination. AppProject sourceRepos and destinations wildcards remove blast-radius bounds. Automated prune+selfHeal on Git divergence is irreversible. ApplicationSet unbounded cluster generators auto-onboard misconfigured clusters.",
|
|
1260
1260
|
"last_verified": "2026-05-01",
|
|
1261
1261
|
"path": "skills/argocd/argocd-gitops-review",
|
|
1262
1262
|
"author": "github: Raishin",
|
|
@@ -2961,7 +2961,7 @@
|
|
|
2961
2961
|
"https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/security",
|
|
2962
2962
|
"https://learn.microsoft.com/en-us/azure/key-vault/general/network-security"
|
|
2963
2963
|
],
|
|
2964
|
-
"security_notes": "Key Vault Contributor role assigned to cert-manager allows deletion of the Key Vault, management policy changes, and purge of soft-deleted certs
|
|
2964
|
+
"security_notes": "Key Vault Contributor role assigned to cert-manager allows deletion of the Key Vault, management policy changes, and purge of soft-deleted certs \u2014 a full management plane compromise. Use Key Vault Certificate Officer (data plane RBAC) instead. Exportable certificates allow private key extraction from Key Vault; use non-exportable certs for cluster-internal mTLS.",
|
|
2965
2965
|
"last_verified": "2026-05-02",
|
|
2966
2966
|
"path": "skills/azure/azure-keyvault-certificate-issuer-review",
|
|
2967
2967
|
"version": "0.1.0",
|
|
@@ -3180,7 +3180,7 @@
|
|
|
3180
3180
|
"https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
|
|
3181
3181
|
"https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
|
|
3182
3182
|
],
|
|
3183
|
-
"security_notes": "Never activate a PIM role without justification, ticket reference, and MFA confirmation. An agent cannot activate another user's PIM role on their behalf
|
|
3183
|
+
"security_notes": "Never activate a PIM role without justification, ticket reference, and MFA confirmation. An agent cannot activate another user's PIM role on their behalf \u2014 only the eligible principal may submit. Requires Entra ID P2 or equivalent license.",
|
|
3184
3184
|
"last_verified": "2026-04-30",
|
|
3185
3185
|
"path": "skills/azure/azure-live-pim-jit-activation-guard",
|
|
3186
3186
|
"author": "github: Raishin",
|
|
@@ -3724,7 +3724,7 @@
|
|
|
3724
3724
|
"kiro",
|
|
3725
3725
|
"other"
|
|
3726
3726
|
],
|
|
3727
|
-
"summary": "Review how a CI pipeline runs tests
|
|
3727
|
+
"summary": "Review how a CI pipeline runs tests \u2014 gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure \u2014 to verify the test suite actually blocks bad merges. Static review only.",
|
|
3728
3728
|
"source_type": "original",
|
|
3729
3729
|
"official_docs": [
|
|
3730
3730
|
"https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs",
|
|
@@ -3733,7 +3733,7 @@
|
|
|
3733
3733
|
"https://docs.gitlab.com/ee/ci/yaml/",
|
|
3734
3734
|
"https://playwright.dev/docs/test-sharding"
|
|
3735
3735
|
],
|
|
3736
|
-
"security_notes": "Static review only
|
|
3736
|
+
"security_notes": "Static review only \u2014 reads CI workflow and branch-protection configuration, never triggers or runs pipelines. Flags secret exposure to test jobs on pull_request_target or fork PRs. Never request or accept CI secrets, deploy keys, or registry tokens; ask for sanitized workflow files.",
|
|
3737
3737
|
"last_verified": "2026-05-17",
|
|
3738
3738
|
"path": "skills/qa/ci-test-pipeline-review",
|
|
3739
3739
|
"author": "github: Raishin",
|
|
@@ -3789,7 +3789,7 @@
|
|
|
3789
3789
|
"https://docs.contabo.com/",
|
|
3790
3790
|
"https://contabo.com/en/vps/"
|
|
3791
3791
|
],
|
|
3792
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3792
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) are binding at instance creation \u2014 capacity plans must declare the period and its billing impact. SSH keys are managed as secret IDs; never expose raw key material in plans or API calls.",
|
|
3793
3793
|
"last_verified": "2026-05-10",
|
|
3794
3794
|
"path": "skills/contabo/contabo-capacity-planner",
|
|
3795
3795
|
"author": "github: Raishin",
|
|
@@ -3815,7 +3815,7 @@
|
|
|
3815
3815
|
"https://docs.contabo.com/",
|
|
3816
3816
|
"https://contabo.com/en/vps/"
|
|
3817
3817
|
],
|
|
3818
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3818
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Store CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD in environment variables only. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual billing periods (1, 3, 6, 12 months) create irreversible obligations \u2014 always surface billing impact before any sizing or period recommendation.",
|
|
3819
3819
|
"last_verified": "2026-05-10",
|
|
3820
3820
|
"path": "skills/contabo/contabo-cost-optimization-analyst",
|
|
3821
3821
|
"author": "github: Raishin",
|
|
@@ -3840,7 +3840,7 @@
|
|
|
3840
3840
|
"https://api.contabo.com/",
|
|
3841
3841
|
"https://docs.contabo.com/"
|
|
3842
3842
|
],
|
|
3843
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3843
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 refresh handling must not log token values. Credentials must remain in environment variables. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq. Contractual periods (1, 3, 6, 12 months) are binding at creation \u2014 cancellation may incur early-termination billing. x-request-id (UUIDv4) is mandatory for all mutation calls. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
|
|
3844
3844
|
"last_verified": "2026-05-10",
|
|
3845
3845
|
"path": "skills/contabo/contabo-live-instance-lifecycle-guard",
|
|
3846
3846
|
"author": "github: Raishin",
|
|
@@ -3865,7 +3865,7 @@
|
|
|
3865
3865
|
"https://api.contabo.com/",
|
|
3866
3866
|
"https://docs.contabo.com/"
|
|
3867
3867
|
],
|
|
3868
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3868
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 refresh handling must not log token values. Credentials must remain in environment variables. Contabo Object Storage is S3-compatible \u2014 S3 access key and secret key must be stored as environment variables, never hardcoded. x-request-id (UUIDv4) is mandatory for Contabo REST API calls. Hard-stop on any bucket deletion without verified backup evidence. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API with curl + jq.",
|
|
3869
3869
|
"last_verified": "2026-05-10",
|
|
3870
3870
|
"path": "skills/contabo/contabo-live-storage-operations-guard",
|
|
3871
3871
|
"author": "github: Raishin",
|
|
@@ -3890,7 +3890,7 @@
|
|
|
3890
3890
|
"https://api.contabo.com/",
|
|
3891
3891
|
"https://docs.contabo.com/"
|
|
3892
3892
|
],
|
|
3893
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3893
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 never cache or log them. Credentials must remain in environment variables. The x-request-id UUIDv4 header is mandatory for support traceability. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. Contractual periods (1, 3, 6, 12 months) create billing obligations \u2014 never route lifecycle changes without explicit period acknowledgment.",
|
|
3894
3894
|
"last_verified": "2026-05-10",
|
|
3895
3895
|
"path": "skills/contabo/contabo-maestro",
|
|
3896
3896
|
"author": "github: Raishin",
|
|
@@ -3915,12 +3915,286 @@
|
|
|
3915
3915
|
"https://api.contabo.com/",
|
|
3916
3916
|
"https://docs.contabo.com/"
|
|
3917
3917
|
],
|
|
3918
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3918
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 short TTL reduces exposure window but refresh logic must not log tokens. Credentials must never be hardcoded. SSH keys are referenced via secret IDs \u2014 raw private key material must never appear in API payloads, scripts, or recommendations. The x-request-id UUIDv4 header is mandatory for audit traceability.",
|
|
3919
3919
|
"last_verified": "2026-05-10",
|
|
3920
3920
|
"path": "skills/contabo/contabo-security-hardening",
|
|
3921
3921
|
"author": "github: Raishin",
|
|
3922
3922
|
"version": "0.1.0"
|
|
3923
3923
|
},
|
|
3924
|
+
{
|
|
3925
|
+
"id": "dotnet-aspire-cloud-native-review",
|
|
3926
|
+
"name": ".NET Aspire Cloud-Native Review",
|
|
3927
|
+
"type": "skill",
|
|
3928
|
+
"provider": "dotnet",
|
|
3929
|
+
"harnesses": [
|
|
3930
|
+
"codex",
|
|
3931
|
+
"claude-code",
|
|
3932
|
+
"cursor",
|
|
3933
|
+
"gemini",
|
|
3934
|
+
"kiro",
|
|
3935
|
+
"other"
|
|
3936
|
+
],
|
|
3937
|
+
"summary": "Static review of .NET Aspire AppHost and service-defaults projects for cloud-native readiness \u2014 health checks, service dependency wiring, resiliency policies, configuration and secret hygiene, and the boundary to a real deployment platform. Reads source and sanitized configuration only.",
|
|
3938
|
+
"source_type": "original",
|
|
3939
|
+
"official_docs": [
|
|
3940
|
+
"https://learn.microsoft.com/en-us/dotnet/aspire/",
|
|
3941
|
+
"https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/service-defaults",
|
|
3942
|
+
"https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/app-host-overview",
|
|
3943
|
+
"https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/health-checks"
|
|
3944
|
+
],
|
|
3945
|
+
"security_notes": "Static review only \u2014 reads the AppHost project, ServiceDefaults, the Aspire manifest, and sanitized configuration; never runs the AppHost or deploys. Flags secrets committed in appsettings as critical. Never requests secrets, connection strings, or customer data; ask for sanitized appsettings with placeholders. Note: .NET Aspire APIs evolve quickly \u2014 keep last_verified current.",
|
|
3946
|
+
"last_verified": "2026-05-19",
|
|
3947
|
+
"path": "skills/dotnet/dotnet-aspire-cloud-native-review",
|
|
3948
|
+
"version": "0.1.0",
|
|
3949
|
+
"author": "github: Raishin"
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"id": "dotnet-aspnetcore-api-review",
|
|
3953
|
+
"name": ".NET ASP.NET Core API Review",
|
|
3954
|
+
"type": "skill",
|
|
3955
|
+
"provider": "dotnet",
|
|
3956
|
+
"harnesses": [
|
|
3957
|
+
"codex",
|
|
3958
|
+
"claude-code",
|
|
3959
|
+
"cursor",
|
|
3960
|
+
"gemini",
|
|
3961
|
+
"kiro",
|
|
3962
|
+
"other"
|
|
3963
|
+
],
|
|
3964
|
+
"summary": "Static review of ASP.NET Core HTTP API architecture \u2014 middleware ordering, dependency-injection lifetimes, CORS, model validation, API versioning, error responses, rate limiting, and health/readiness boundaries. Reads source and sanitized configuration only.",
|
|
3965
|
+
"source_type": "original",
|
|
3966
|
+
"official_docs": [
|
|
3967
|
+
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/",
|
|
3968
|
+
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection",
|
|
3969
|
+
"https://learn.microsoft.com/en-us/aspnet/core/security/cors",
|
|
3970
|
+
"https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit",
|
|
3971
|
+
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/security"
|
|
3972
|
+
],
|
|
3973
|
+
"security_notes": "Static review only \u2014 reads source and sanitized configuration, never runs the app or calls endpoints. Never requests secrets, connection strings, tokens, signing keys, or customer data; ask for sanitized appsettings with placeholders.",
|
|
3974
|
+
"last_verified": "2026-05-19",
|
|
3975
|
+
"path": "skills/dotnet/dotnet-aspnetcore-api-review",
|
|
3976
|
+
"version": "0.1.0",
|
|
3977
|
+
"author": "github: Raishin"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"id": "dotnet-aspnetcore-identity-authz-review",
|
|
3981
|
+
"name": ".NET ASP.NET Core Identity & AuthZ Review",
|
|
3982
|
+
"type": "skill",
|
|
3983
|
+
"provider": "dotnet",
|
|
3984
|
+
"harnesses": [
|
|
3985
|
+
"codex",
|
|
3986
|
+
"claude-code",
|
|
3987
|
+
"cursor",
|
|
3988
|
+
"gemini",
|
|
3989
|
+
"kiro",
|
|
3990
|
+
"other"
|
|
3991
|
+
],
|
|
3992
|
+
"summary": "Static review of ASP.NET Core authentication, authorization, identity boundaries, JWT token validation, cookie and session security, and multi-tenant isolation. Reads source and sanitized configuration only \u2014 never runs the app or contacts an identity provider.",
|
|
3993
|
+
"source_type": "original",
|
|
3994
|
+
"official_docs": [
|
|
3995
|
+
"https://learn.microsoft.com/en-us/aspnet/core/security/",
|
|
3996
|
+
"https://learn.microsoft.com/en-us/aspnet/core/security/authentication/configure-jwt-bearer-authentication",
|
|
3997
|
+
"https://learn.microsoft.com/en-us/aspnet/core/security/authorization/introduction",
|
|
3998
|
+
"https://learn.microsoft.com/en-us/aspnet/core/security/authorization/policies",
|
|
3999
|
+
"https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie"
|
|
4000
|
+
],
|
|
4001
|
+
"security_notes": "Static review only \u2014 reads source and sanitized configuration, never runs the application, mints or inspects tokens, or contacts an identity provider. Flags disabled token validation, anonymous state-changing endpoints, and client-supplied tenant claims as critical. Never requests secrets, signing keys, client secrets, tokens, connection strings, tenant identifiers, or customer data.",
|
|
4002
|
+
"last_verified": "2026-05-19",
|
|
4003
|
+
"path": "skills/dotnet/dotnet-aspnetcore-identity-authz-review",
|
|
4004
|
+
"version": "0.1.0",
|
|
4005
|
+
"author": "github: Raishin"
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"id": "dotnet-csharp-runtime-review",
|
|
4009
|
+
"name": ".NET C# & Runtime Review",
|
|
4010
|
+
"type": "skill",
|
|
4011
|
+
"provider": "dotnet",
|
|
4012
|
+
"harnesses": [
|
|
4013
|
+
"codex",
|
|
4014
|
+
"claude-code",
|
|
4015
|
+
"cursor",
|
|
4016
|
+
"gemini",
|
|
4017
|
+
"kiro",
|
|
4018
|
+
"other"
|
|
4019
|
+
],
|
|
4020
|
+
"summary": "Static review of C# language and runtime correctness \u2014 nullable reference types, async/await, cancellation, disposal, allocations on hot paths, LINQ misuse, and AOT/trimming hazards. Reads source only; never compiles or runs code.",
|
|
4021
|
+
"source_type": "original",
|
|
4022
|
+
"official_docs": [
|
|
4023
|
+
"https://learn.microsoft.com/en-us/dotnet/csharp/",
|
|
4024
|
+
"https://learn.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/",
|
|
4025
|
+
"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nullable-reference-types",
|
|
4026
|
+
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/debug-threadpool-starvation",
|
|
4027
|
+
"https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings"
|
|
4028
|
+
],
|
|
4029
|
+
"security_notes": "Static review only \u2014 reads C# source and project files, never compiles, runs, or instruments code. Never requests secrets, connection strings, tokens, or customer data.",
|
|
4030
|
+
"last_verified": "2026-05-19",
|
|
4031
|
+
"path": "skills/dotnet/dotnet-csharp-runtime-review",
|
|
4032
|
+
"version": "0.1.0",
|
|
4033
|
+
"author": "github: Raishin"
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"id": "dotnet-efcore-data-access-review",
|
|
4037
|
+
"name": ".NET EF Core Data Access Review",
|
|
4038
|
+
"type": "skill",
|
|
4039
|
+
"provider": "dotnet",
|
|
4040
|
+
"harnesses": [
|
|
4041
|
+
"codex",
|
|
4042
|
+
"claude-code",
|
|
4043
|
+
"cursor",
|
|
4044
|
+
"gemini",
|
|
4045
|
+
"kiro",
|
|
4046
|
+
"other"
|
|
4047
|
+
],
|
|
4048
|
+
"summary": "Static review of EF Core data access \u2014 DbContext lifetime, N+1 queries, unbounded result sets, raw SQL injection surface, optimistic concurrency tokens, migration discipline, multi-tenant query filters, and connection resiliency. Reads source only.",
|
|
4049
|
+
"source_type": "original",
|
|
4050
|
+
"official_docs": [
|
|
4051
|
+
"https://learn.microsoft.com/en-us/ef/core/",
|
|
4052
|
+
"https://learn.microsoft.com/en-us/ef/core/dbcontext-configuration",
|
|
4053
|
+
"https://learn.microsoft.com/en-us/ef/core/querying/single-split-queries",
|
|
4054
|
+
"https://learn.microsoft.com/en-us/ef/core/miscellaneous/multitenancy",
|
|
4055
|
+
"https://learn.microsoft.com/en-us/ef/core/saving/concurrency"
|
|
4056
|
+
],
|
|
4057
|
+
"security_notes": "Static review only \u2014 reads DbContext classes, entity configuration, migrations, and query sites; never runs migrations, opens a database connection, or executes SQL. Never requests connection strings, database credentials, or customer data.",
|
|
4058
|
+
"last_verified": "2026-05-19",
|
|
4059
|
+
"path": "skills/dotnet/dotnet-efcore-data-access-review",
|
|
4060
|
+
"version": "0.1.0",
|
|
4061
|
+
"author": "github: Raishin"
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"id": "dotnet-maestro",
|
|
4065
|
+
"name": ".NET Maestro",
|
|
4066
|
+
"type": "skill",
|
|
4067
|
+
"provider": "dotnet",
|
|
4068
|
+
"harnesses": [
|
|
4069
|
+
"codex",
|
|
4070
|
+
"claude-code",
|
|
4071
|
+
"cursor",
|
|
4072
|
+
"gemini",
|
|
4073
|
+
"kiro",
|
|
4074
|
+
"other"
|
|
4075
|
+
],
|
|
4076
|
+
"summary": "Router skill for the .NET board. Classifies a .NET task and dispatches the narrowest specialist agent, or a parallel team of up to four for multi-domain tasks. Routes only \u2014 never answers .NET questions itself.",
|
|
4077
|
+
"source_type": "original",
|
|
4078
|
+
"official_docs": [
|
|
4079
|
+
"https://learn.microsoft.com/en-us/dotnet/",
|
|
4080
|
+
"https://learn.microsoft.com/en-us/aspnet/core/",
|
|
4081
|
+
"https://learn.microsoft.com/en-us/ef/core/"
|
|
4082
|
+
],
|
|
4083
|
+
"security_notes": "Routing only \u2014 performs no review itself, never runs code, never requests secrets, connection strings, tokens, tenant identifiers, or customer data. Every dispatched .NET specialist is static-review.",
|
|
4084
|
+
"last_verified": "2026-05-19",
|
|
4085
|
+
"path": "skills/dotnet/dotnet-maestro",
|
|
4086
|
+
"version": "0.1.0",
|
|
4087
|
+
"author": "github: Raishin"
|
|
4088
|
+
},
|
|
4089
|
+
{
|
|
4090
|
+
"id": "dotnet-observability-otel-review",
|
|
4091
|
+
"name": ".NET Observability & OpenTelemetry Review",
|
|
4092
|
+
"type": "skill",
|
|
4093
|
+
"provider": "dotnet",
|
|
4094
|
+
"harnesses": [
|
|
4095
|
+
"codex",
|
|
4096
|
+
"claude-code",
|
|
4097
|
+
"cursor",
|
|
4098
|
+
"gemini",
|
|
4099
|
+
"kiro",
|
|
4100
|
+
"other"
|
|
4101
|
+
],
|
|
4102
|
+
"summary": "Static review of in-application OpenTelemetry wiring in ASP.NET Core \u2014 SDK registration, trace context propagation, structured logging, correlation IDs, metrics instrumentation, sampling, and PII leakage in telemetry. Reads source and sanitized configuration only.",
|
|
4103
|
+
"source_type": "original",
|
|
4104
|
+
"official_docs": [
|
|
4105
|
+
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/observability-with-otel",
|
|
4106
|
+
"https://learn.microsoft.com/en-us/dotnet/core/extensions/logging",
|
|
4107
|
+
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/",
|
|
4108
|
+
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing"
|
|
4109
|
+
],
|
|
4110
|
+
"security_notes": "Static review only \u2014 reads OpenTelemetry registration, logging configuration, and instrumentation source; never runs the app or contacts a telemetry backend. Flags PII in spans or logs as critical. Never requests secrets, tokens, or customer data; ask for sanitized appsettings with placeholders.",
|
|
4111
|
+
"last_verified": "2026-05-19",
|
|
4112
|
+
"path": "skills/dotnet/dotnet-observability-otel-review",
|
|
4113
|
+
"version": "0.1.0",
|
|
4114
|
+
"author": "github: Raishin"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"id": "dotnet-performance-aot-review",
|
|
4118
|
+
"name": ".NET Performance, AOT & Trimming Review",
|
|
4119
|
+
"type": "skill",
|
|
4120
|
+
"provider": "dotnet",
|
|
4121
|
+
"harnesses": [
|
|
4122
|
+
"codex",
|
|
4123
|
+
"claude-code",
|
|
4124
|
+
"cursor",
|
|
4125
|
+
"gemini",
|
|
4126
|
+
"kiro",
|
|
4127
|
+
"other"
|
|
4128
|
+
],
|
|
4129
|
+
"summary": "Static, evidence-gated review of .NET performance posture, Native AOT, and trimming readiness \u2014 reflection and serialization hazards, hot-path allocations, and benchmark discipline. Any performance claim with no benchmark artifact is downgraded to inference.",
|
|
4130
|
+
"source_type": "original",
|
|
4131
|
+
"official_docs": [
|
|
4132
|
+
"https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/",
|
|
4133
|
+
"https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained",
|
|
4134
|
+
"https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings",
|
|
4135
|
+
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/"
|
|
4136
|
+
],
|
|
4137
|
+
"security_notes": "Static review only \u2014 reads project files, benchmark results, trim-warning output, and hot-path source; never runs the application, a benchmark, or a profiler. Never requests secrets or customer data.",
|
|
4138
|
+
"last_verified": "2026-05-19",
|
|
4139
|
+
"path": "skills/dotnet/dotnet-performance-aot-review",
|
|
4140
|
+
"version": "0.1.0",
|
|
4141
|
+
"author": "github: Raishin"
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"id": "dotnet-supply-chain-review",
|
|
4145
|
+
"name": ".NET Supply Chain Review",
|
|
4146
|
+
"type": "skill",
|
|
4147
|
+
"provider": "dotnet",
|
|
4148
|
+
"harnesses": [
|
|
4149
|
+
"codex",
|
|
4150
|
+
"claude-code",
|
|
4151
|
+
"cursor",
|
|
4152
|
+
"gemini",
|
|
4153
|
+
"kiro",
|
|
4154
|
+
"other"
|
|
4155
|
+
],
|
|
4156
|
+
"summary": "Static review of .NET CI/CD and NuGet supply-chain integrity \u2014 SDK pinning, package version pinning and lock files, feed trust, fork-PR secret exposure, vulnerability scanning, and build reproducibility. Reads workflow and project configuration only.",
|
|
4157
|
+
"source_type": "original",
|
|
4158
|
+
"official_docs": [
|
|
4159
|
+
"https://learn.microsoft.com/en-us/nuget/",
|
|
4160
|
+
"https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management",
|
|
4161
|
+
"https://learn.microsoft.com/en-us/dotnet/core/tools/global-json",
|
|
4162
|
+
"https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files",
|
|
4163
|
+
"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"
|
|
4164
|
+
],
|
|
4165
|
+
"security_notes": "Static review only \u2014 reads CI workflow files, global.json, Directory.Packages.props, NuGet.config, lock files, and publish profiles; never triggers a pipeline or restores packages. Flags secret exposure to fork-PR builds as critical. Never requests CI secrets, feed credentials, or signing keys.",
|
|
4166
|
+
"last_verified": "2026-05-19",
|
|
4167
|
+
"path": "skills/dotnet/dotnet-supply-chain-review",
|
|
4168
|
+
"version": "0.1.0",
|
|
4169
|
+
"author": "github: Raishin"
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"id": "dotnet-testing-quality-review",
|
|
4173
|
+
"name": ".NET Testing Quality Review",
|
|
4174
|
+
"type": "skill",
|
|
4175
|
+
"provider": "dotnet",
|
|
4176
|
+
"harnesses": [
|
|
4177
|
+
"codex",
|
|
4178
|
+
"claude-code",
|
|
4179
|
+
"cursor",
|
|
4180
|
+
"gemini",
|
|
4181
|
+
"kiro",
|
|
4182
|
+
"other"
|
|
4183
|
+
],
|
|
4184
|
+
"summary": "Static review of .NET test suites \u2014 detects assertion-free and tautological tests, over-mocking, coverage theater, weak isolation, flaky patterns, and missing negative or security tests across xUnit, NUnit, and MSTest. Reads test source only; never runs the suite.",
|
|
4185
|
+
"source_type": "original",
|
|
4186
|
+
"official_docs": [
|
|
4187
|
+
"https://learn.microsoft.com/en-us/dotnet/core/testing/",
|
|
4188
|
+
"https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices",
|
|
4189
|
+
"https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests",
|
|
4190
|
+
"https://learn.microsoft.com/en-us/aspnet/core/test/middleware"
|
|
4191
|
+
],
|
|
4192
|
+
"security_notes": "Static review only \u2014 reads test projects, test source, and coverage configuration; never runs the test suite, a coverage tool, or a test container. Never requests secrets or customer data.",
|
|
4193
|
+
"last_verified": "2026-05-19",
|
|
4194
|
+
"path": "skills/dotnet/dotnet-testing-quality-review",
|
|
4195
|
+
"version": "0.1.0",
|
|
4196
|
+
"author": "github: Raishin"
|
|
4197
|
+
},
|
|
3924
4198
|
{
|
|
3925
4199
|
"id": "email-sender-authentication-review",
|
|
3926
4200
|
"name": "Email Sender Authentication Review",
|
|
@@ -3963,7 +4237,7 @@
|
|
|
3963
4237
|
"kiro",
|
|
3964
4238
|
"other"
|
|
3965
4239
|
],
|
|
3966
|
-
"summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria
|
|
4240
|
+
"summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria \u2014 classify the system, flag documentation obligations (Articles 11, 13, 14, 43), and identify deployment-readiness gaps before the August 2, 2026 full-enforcement date.",
|
|
3967
4241
|
"source_type": "original",
|
|
3968
4242
|
"official_docs": [
|
|
3969
4243
|
"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32024R1689",
|
|
@@ -3972,7 +4246,7 @@
|
|
|
3972
4246
|
"https://edpb.europa.eu/our-work-tools/our-documents/guidelines/guidelines-022023-technical-scope-art-22-gdpr_en",
|
|
3973
4247
|
"https://artificialintelligenceact.eu/the-act/"
|
|
3974
4248
|
],
|
|
3975
|
-
"security_notes": "EU AI Act classification determines conformity assessment, CE marking, and EU AI database registration obligations
|
|
4249
|
+
"security_notes": "EU AI Act classification determines conformity assessment, CE marking, and EU AI database registration obligations \u2014 misclassification is itself a compliance gap. Review works from sanitized AI system description cards only; never request model weights, training datasets, internal performance logs, or vendor system-access credentials. Legal determination of Article 5 prohibited practices is routed to qualified counsel.",
|
|
3976
4250
|
"last_verified": "2026-05-17",
|
|
3977
4251
|
"path": "skills/marketing/eu-ai-act-marketing-system-review",
|
|
3978
4252
|
"author": "github: Raishin",
|
|
@@ -4030,7 +4304,7 @@
|
|
|
4030
4304
|
"https://falco.org/docs/install-operate/deployment/",
|
|
4031
4305
|
"https://github.com/falcosecurity/rules/tree/main/rules"
|
|
4032
4306
|
],
|
|
4033
|
-
"security_notes": "Falco with overly broad rule exceptions creates detection blind spots. A rule exception matching an entire process family (java, python, node) or a specific container name completely disables detection for that workload
|
|
4307
|
+
"security_notes": "Falco with overly broad rule exceptions creates detection blind spots. A rule exception matching an entire process family (java, python, node) or a specific container name completely disables detection for that workload \u2014 attackers can exploit known exception patterns.",
|
|
4034
4308
|
"last_verified": "2026-05-02",
|
|
4035
4309
|
"path": "skills/falco/falco-runtime-threat-rules-review",
|
|
4036
4310
|
"version": "0.1.0",
|
|
@@ -4091,7 +4365,7 @@
|
|
|
4091
4365
|
"https://www.alibabacloud.com/cloud-computing/pricing",
|
|
4092
4366
|
"https://cloud.tencent.com/product/cvm/pricing"
|
|
4093
4367
|
],
|
|
4094
|
-
"security_notes": "AWS, Azure, OCI, and Scaleway pricing APIs are public and require no authentication. Gandi requires a user-provided API key (never stored by the agent; discarded after single use). Alibaba Cloud and Tencent Cloud pricing is fetched via scrape-based fallback from official pricing pages
|
|
4368
|
+
"security_notes": "AWS, Azure, OCI, and Scaleway pricing APIs are public and require no authentication. Gandi requires a user-provided API key (never stored by the agent; discarded after single use). Alibaba Cloud and Tencent Cloud pricing is fetched via scrape-based fallback from official pricing pages \u2014 no credentials required or accepted.",
|
|
4095
4369
|
"last_verified": "2026-05-13",
|
|
4096
4370
|
"path": "skills/finops/finops-cloud-price-advisor",
|
|
4097
4371
|
"version": "0.2.1",
|
|
@@ -4147,7 +4421,7 @@
|
|
|
4147
4421
|
"https://fluxcd.io/flux/security/secrets-management/",
|
|
4148
4422
|
"https://fluxcd.io/flux/installation/configuration/multitenancy/"
|
|
4149
4423
|
],
|
|
4150
|
-
"security_notes": "Plaintext Kubernetes Secret manifests committed to a FluxCD Git source are exposed to anyone with repo read access
|
|
4424
|
+
"security_notes": "Plaintext Kubernetes Secret manifests committed to a FluxCD Git source are exposed to anyone with repo read access \u2014 including CI systems, PR participants, and auditors. GitRepository sources without commit signature verification allow any commit (including injected ones) to deploy to production.",
|
|
4151
4425
|
"last_verified": "2026-05-02",
|
|
4152
4426
|
"path": "skills/fluxcd/fluxcd-kustomization-helmrelease-review",
|
|
4153
4427
|
"version": "0.1.0",
|
|
@@ -4192,7 +4466,7 @@
|
|
|
4192
4466
|
"kiro",
|
|
4193
4467
|
"other"
|
|
4194
4468
|
],
|
|
4195
|
-
"summary": "Design and build AI-powered applications on AlloyDB for PostgreSQL using AlloyDB AI
|
|
4469
|
+
"summary": "Design and build AI-powered applications on AlloyDB for PostgreSQL using AlloyDB AI \u2014 covering vector search, hybrid search, AI SQL functions, model endpoint management, and the AlloyDB Omni edge runtime.",
|
|
4196
4470
|
"source_type": "original",
|
|
4197
4471
|
"official_docs": [
|
|
4198
4472
|
"https://cloud.google.com/alloydb/docs/ai/overview",
|
|
@@ -4218,7 +4492,7 @@
|
|
|
4218
4492
|
"kiro",
|
|
4219
4493
|
"other"
|
|
4220
4494
|
],
|
|
4221
|
-
"summary": "Operate AlloyDB clusters and Cloud SQL instances
|
|
4495
|
+
"summary": "Operate AlloyDB clusters and Cloud SQL instances \u2014 HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
|
|
4222
4496
|
"source_type": "original",
|
|
4223
4497
|
"official_docs": [
|
|
4224
4498
|
"https://cloud.google.com/alloydb/docs/overview",
|
|
@@ -4226,7 +4500,7 @@
|
|
|
4226
4500
|
"https://cloud.google.com/sql/docs/postgres/high-availability",
|
|
4227
4501
|
"https://cloud.google.com/alloydb/docs/auth-proxy/overview"
|
|
4228
4502
|
],
|
|
4229
|
-
"security_notes": "Private IP is strongly preferred over public IP for Cloud SQL. AlloyDB is NOT a drop-in replacement for Cloud SQL
|
|
4503
|
+
"security_notes": "Private IP is strongly preferred over public IP for Cloud SQL. AlloyDB is NOT a drop-in replacement for Cloud SQL \u2014 backup/restore procedures differ. Always set maintenance windows to off-peak hours.",
|
|
4230
4504
|
"last_verified": "2026-05-08",
|
|
4231
4505
|
"path": "skills/gcp/gcp-alloydb-cloudsql-dba",
|
|
4232
4506
|
"author": "github: Raishin",
|
|
@@ -4253,7 +4527,7 @@
|
|
|
4253
4527
|
"https://cloud.google.com/anthos/fleet-management/docs/fleet-concepts",
|
|
4254
4528
|
"https://cloud.google.com/service-mesh/docs/overview"
|
|
4255
4529
|
],
|
|
4256
|
-
"security_notes": "Policy Controller audit mode detects violations but does not block them
|
|
4530
|
+
"security_notes": "Policy Controller audit mode detects violations but does not block them \u2014 enforcement mode is required for hard compliance guarantees. Connect Gateway enables kubectl access without exposing the Kubernetes API to the internet. ASM mutual TLS must be STRICT mode for zero-trust enforcement.",
|
|
4257
4531
|
"last_verified": "2026-05-08",
|
|
4258
4532
|
"path": "skills/gcp/gcp-anthos-multicloud-architect",
|
|
4259
4533
|
"author": "github: Raishin",
|
|
@@ -4272,14 +4546,14 @@
|
|
|
4272
4546
|
"kiro",
|
|
4273
4547
|
"other"
|
|
4274
4548
|
],
|
|
4275
|
-
"summary": "Design and operate Apigee X API proxies
|
|
4549
|
+
"summary": "Design and operate Apigee X API proxies \u2014 rate limiting, OAuth/JWT security policies, quota plans, developer portal setup, and API product management.",
|
|
4276
4550
|
"source_type": "original",
|
|
4277
4551
|
"official_docs": [
|
|
4278
4552
|
"https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee",
|
|
4279
4553
|
"https://cloud.google.com/apigee/docs/api-platform/security/oauth/oauth-home",
|
|
4280
4554
|
"https://cloud.google.com/apigee/docs/api-platform/reference/policies/spike-arrest-policy"
|
|
4281
4555
|
],
|
|
4282
|
-
"security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load
|
|
4556
|
+
"security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load \u2014 Quota policy is required. Target servers must be used instead of hardcoded backend URLs. Scoped to Apigee X only; do not conflate with Apigee hybrid or Apigee Edge.",
|
|
4283
4557
|
"last_verified": "2026-05-08",
|
|
4284
4558
|
"path": "skills/gcp/gcp-apigee-api-platform-operator",
|
|
4285
4559
|
"author": "github: Raishin",
|
|
@@ -4325,7 +4599,7 @@
|
|
|
4325
4599
|
"kiro",
|
|
4326
4600
|
"other"
|
|
4327
4601
|
],
|
|
4328
|
-
"summary": "Review GCP Certificate Manager and classic Google-managed TLS certificates
|
|
4602
|
+
"summary": "Review GCP Certificate Manager and classic Google-managed TLS certificates \u2014 certificate map configuration, DNS authorization, CAA record validation, certificate rotation automation, wildcard vs SAN design, and expiry monitoring.",
|
|
4329
4603
|
"source_type": "original",
|
|
4330
4604
|
"official_docs": [
|
|
4331
4605
|
"https://cloud.google.com/certificate-manager/docs/overview",
|
|
@@ -4333,7 +4607,7 @@
|
|
|
4333
4607
|
"https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs",
|
|
4334
4608
|
"https://cloud.google.com/certificate-manager/docs/monitor-certificate-status"
|
|
4335
4609
|
],
|
|
4336
|
-
"security_notes": "Classic Google-managed certificates auto-renew but have no visibility into renewal status
|
|
4610
|
+
"security_notes": "Classic Google-managed certificates auto-renew but have no visibility into renewal status \u2014 Certificate Manager provides explicit certificate status fields. TLS 1.0 and 1.1 are deprecated \u2014 GCP LB default SSL policy allows TLS 1.0; create a custom SSL policy requiring TLS 1.2+ for all production load balancers.",
|
|
4337
4611
|
"last_verified": "2026-05-09",
|
|
4338
4612
|
"path": "skills/gcp/gcp-certificate-manager-issuer-review",
|
|
4339
4613
|
"version": "0.1.0",
|
|
@@ -4352,7 +4626,7 @@
|
|
|
4352
4626
|
"kiro",
|
|
4353
4627
|
"other"
|
|
4354
4628
|
],
|
|
4355
|
-
"summary": "Pre-change blast radius analysis for GCP
|
|
4629
|
+
"summary": "Pre-change blast radius analysis for GCP \u2014 cross-project resource dependency mapping, org policy cascade effects, Shared VPC peering impact, Service Account impersonation chain analysis, and safe change sequencing.",
|
|
4356
4630
|
"source_type": "original",
|
|
4357
4631
|
"official_docs": [
|
|
4358
4632
|
"https://cloud.google.com/asset-inventory/docs/overview",
|
|
@@ -4361,7 +4635,7 @@
|
|
|
4361
4635
|
"https://cloud.google.com/resource-manager/docs/organization-policy/overview",
|
|
4362
4636
|
"https://cloud.google.com/vpc/docs/vpc-peering"
|
|
4363
4637
|
],
|
|
4364
|
-
"security_notes": "Cloud Asset Inventory requires roles/cloudasset.viewer
|
|
4638
|
+
"security_notes": "Cloud Asset Inventory requires roles/cloudasset.viewer \u2014 ensure the reviewing principal has this before attempting dependency analysis. Org policy changes with deny-override can lock out even org admins from specific resources \u2014 test in a non-production folder first.",
|
|
4365
4639
|
"last_verified": "2026-05-09",
|
|
4366
4640
|
"path": "skills/gcp/gcp-change-impact-advisor",
|
|
4367
4641
|
"version": "0.1.0",
|
|
@@ -4380,7 +4654,7 @@
|
|
|
4380
4654
|
"kiro",
|
|
4381
4655
|
"other"
|
|
4382
4656
|
],
|
|
4383
|
-
"summary": "Advise on Google Cloud authentication and authorization patterns
|
|
4657
|
+
"summary": "Advise on Google Cloud authentication and authorization patterns \u2014 covering ADC, service account best practices, Workload Identity Federation, human user auth, service-to-service auth, and anti-patterns like service account key downloads.",
|
|
4384
4658
|
"source_type": "original",
|
|
4385
4659
|
"official_docs": [
|
|
4386
4660
|
"https://cloud.google.com/docs/authentication",
|
|
@@ -4442,7 +4716,7 @@
|
|
|
4442
4716
|
"https://cloud.google.com/artifact-registry/docs/overview",
|
|
4443
4717
|
"https://cloud.google.com/build/docs/securing-builds/view-build-provenance"
|
|
4444
4718
|
],
|
|
4445
|
-
"security_notes": "Cloud Build service accounts are commonly over-privileged
|
|
4719
|
+
"security_notes": "Cloud Build service accounts are commonly over-privileged \u2014 minimum required permissions are Cloud Run Admin + Artifact Registry Writer + GKE Developer. SLSA provenance combined with Binary Authorization prevents tampered artifacts from reaching production.",
|
|
4446
4720
|
"last_verified": "2026-05-08",
|
|
4447
4721
|
"path": "skills/gcp/gcp-cloudbuild-deploy-cicd-operator",
|
|
4448
4722
|
"author": "github: Raishin",
|
|
@@ -4468,7 +4742,7 @@
|
|
|
4468
4742
|
"https://cloud.google.com/security/compliance/offerings",
|
|
4469
4743
|
"https://cloud.google.com/security-command-center/docs/compliance-dashboard"
|
|
4470
4744
|
],
|
|
4471
|
-
"security_notes": "Not all GCP services are authorized for every compliance framework
|
|
4745
|
+
"security_notes": "Not all GCP services are authorized for every compliance framework \u2014 always verify against the applicable authorized services list. HIPAA requires Google BAA coverage for PHI services. ITAR configuration restricts personnel access to US persons. Assured Workloads creates a boundary but does not replace customer-side controls.",
|
|
4472
4746
|
"last_verified": "2026-05-08",
|
|
4473
4747
|
"path": "skills/gcp/gcp-compliance-assured-workloads",
|
|
4474
4748
|
"author": "github: Raishin",
|
|
@@ -4495,7 +4769,7 @@
|
|
|
4495
4769
|
"https://cloud.google.com/compute/docs/os-patch-management",
|
|
4496
4770
|
"https://cloud.google.com/compute/docs/instances/spot"
|
|
4497
4771
|
],
|
|
4498
|
-
"security_notes": "Spot VMs are preempted without advance notice
|
|
4772
|
+
"security_notes": "Spot VMs are preempted without advance notice \u2014 never use for latency-sensitive or non-fault-tolerant workloads. OS Login is preferred over metadata SSH keys for enterprise environments.",
|
|
4499
4773
|
"last_verified": "2026-05-08",
|
|
4500
4774
|
"path": "skills/gcp/gcp-compute-engine-operator",
|
|
4501
4775
|
"author": "github: Raishin",
|
|
@@ -4514,7 +4788,7 @@
|
|
|
4514
4788
|
"kiro",
|
|
4515
4789
|
"other"
|
|
4516
4790
|
],
|
|
4517
|
-
"summary": "Detect and coordinate response to GCP cost anomalies
|
|
4791
|
+
"summary": "Detect and coordinate response to GCP cost anomalies \u2014 BigQuery on-demand query cost spikes ($5/TB scanned), Cloud Run scaling runaway, unattached Persistent Disks, idle GCE instances, budget alert \u2192 notification channel \u2192 remediation playbook.",
|
|
4518
4792
|
"source_type": "original",
|
|
4519
4793
|
"official_docs": [
|
|
4520
4794
|
"https://cloud.google.com/billing/docs/how-to/budgets",
|
|
@@ -4523,7 +4797,7 @@
|
|
|
4523
4797
|
"https://cloud.google.com/run/docs/configuring/max-instances",
|
|
4524
4798
|
"https://cloud.google.com/recommender/docs/overview"
|
|
4525
4799
|
],
|
|
4526
|
-
"security_notes": "BigQuery billing export dataset must restrict access
|
|
4800
|
+
"security_notes": "BigQuery billing export dataset must restrict access \u2014 avoid allAuthenticatedUsers binding on the billing dataset as it exposes cost structure. Budget action to disable billing stops ALL services in the project \u2014 test on non-production projects first and use notification-only alerts for production unless willing to accept full service disruption.",
|
|
4527
4801
|
"last_verified": "2026-05-09",
|
|
4528
4802
|
"path": "skills/gcp/gcp-cost-anomaly-watch-coordinator",
|
|
4529
4803
|
"version": "0.1.0",
|
|
@@ -4570,7 +4844,7 @@
|
|
|
4570
4844
|
"kiro",
|
|
4571
4845
|
"other"
|
|
4572
4846
|
],
|
|
4573
|
-
"summary": "Coordinate the daily GCP operations standup
|
|
4847
|
+
"summary": "Coordinate the daily GCP operations standup \u2014 cost delta from previous day, quota warning review, failed deployment detection, Security Command Center finding triage, SLO burn rate alert review, and action item assignment.",
|
|
4574
4848
|
"source_type": "original",
|
|
4575
4849
|
"official_docs": [
|
|
4576
4850
|
"https://cloud.google.com/billing/docs/how-to/budgets",
|
|
@@ -4579,7 +4853,7 @@
|
|
|
4579
4853
|
"https://cloud.google.com/deploy/docs/view-pipeline-status",
|
|
4580
4854
|
"https://cloud.google.com/monitoring/slo-monitoring"
|
|
4581
4855
|
],
|
|
4582
|
-
"security_notes": "Daily briefing participants may include non-security team members
|
|
4856
|
+
"security_notes": "Daily briefing participants may include non-security team members \u2014 sanitize SCC finding details to exclude exploit paths or unpatched CVE specifics from the general briefing. Cost delta data contains billing structure information \u2014 restrict briefing distribution to authorized personnel.",
|
|
4583
4857
|
"last_verified": "2026-05-09",
|
|
4584
4858
|
"path": "skills/gcp/gcp-daily-operations-briefing-coordinator",
|
|
4585
4859
|
"version": "0.1.0",
|
|
@@ -4607,7 +4881,7 @@
|
|
|
4607
4881
|
"https://cloud.google.com/composer/docs/concepts/overview",
|
|
4608
4882
|
"https://cloud.google.com/dataplex/docs/introduction"
|
|
4609
4883
|
],
|
|
4610
|
-
"security_notes": "Dead letter topics are critical for any production Pub/Sub pipeline. Use ephemeral Dataproc clusters for cost efficiency. Pub/Sub delivers at-least-once
|
|
4884
|
+
"security_notes": "Dead letter topics are critical for any production Pub/Sub pipeline. Use ephemeral Dataproc clusters for cost efficiency. Pub/Sub delivers at-least-once \u2014 design consumers for idempotency.",
|
|
4611
4885
|
"last_verified": "2026-05-08",
|
|
4612
4886
|
"path": "skills/gcp/gcp-data-pipeline-engineer",
|
|
4613
4887
|
"author": "github: Raishin",
|
|
@@ -4626,7 +4900,7 @@
|
|
|
4626
4900
|
"kiro",
|
|
4627
4901
|
"other"
|
|
4628
4902
|
],
|
|
4629
|
-
"summary": "Review GCP Pub/Sub, Eventarc, Cloud Tasks, Cloud Scheduler, and Workflows designs
|
|
4903
|
+
"summary": "Review GCP Pub/Sub, Eventarc, Cloud Tasks, Cloud Scheduler, and Workflows designs \u2014 dead-letter topics, message ordering, idempotency, fan-out blast radius, schema registry, and retry storm risk.",
|
|
4630
4904
|
"source_type": "original",
|
|
4631
4905
|
"official_docs": [
|
|
4632
4906
|
"https://cloud.google.com/pubsub/docs/dead-letter-topics",
|
|
@@ -4636,7 +4910,7 @@
|
|
|
4636
4910
|
"https://cloud.google.com/scheduler/docs/overview",
|
|
4637
4911
|
"https://cloud.google.com/workflows/docs/overview"
|
|
4638
4912
|
],
|
|
4639
|
-
"security_notes": "Pub/Sub topics with allUsers subscriber binding expose all messages publicly
|
|
4913
|
+
"security_notes": "Pub/Sub topics with allUsers subscriber binding expose all messages publicly \u2014 always verify subscription IAM. Eventarc service account must follow least privilege \u2014 avoid binding roles/editor. Cloud Tasks payloads may contain sensitive data \u2014 use CMEK-encrypted queues for regulated workloads.",
|
|
4640
4914
|
"last_verified": "2026-05-09",
|
|
4641
4915
|
"path": "skills/gcp/gcp-event-driven-architecture-review",
|
|
4642
4916
|
"version": "0.1.0",
|
|
@@ -4655,7 +4929,7 @@
|
|
|
4655
4929
|
"kiro",
|
|
4656
4930
|
"other"
|
|
4657
4931
|
],
|
|
4658
|
-
"summary": "Build, configure, and operate Firebase-powered web and mobile applications
|
|
4932
|
+
"summary": "Build, configure, and operate Firebase-powered web and mobile applications \u2014 covering Firestore, Firebase Auth, Firebase Hosting, Cloud Functions for Firebase, Firebase Storage, App Check, Remote Config, and Analytics.",
|
|
4659
4933
|
"source_type": "original",
|
|
4660
4934
|
"official_docs": [
|
|
4661
4935
|
"https://firebase.google.com/docs",
|
|
@@ -4665,7 +4939,7 @@
|
|
|
4665
4939
|
"https://firebase.google.com/docs/functions",
|
|
4666
4940
|
"https://firebase.google.com/docs/app-check"
|
|
4667
4941
|
],
|
|
4668
|
-
"security_notes": "Read-only skill. Do not deploy to production, modify Firestore security rules, or change Firebase project settings without explicit approval. Client config (apiKey, projectId) is public
|
|
4942
|
+
"security_notes": "Read-only skill. Do not deploy to production, modify Firestore security rules, or change Firebase project settings without explicit approval. Client config (apiKey, projectId) is public \u2014 service account keys are private and must never be embedded in client code.",
|
|
4669
4943
|
"last_verified": "2026-05-09",
|
|
4670
4944
|
"path": "skills/gcp/gcp-firebase-developer",
|
|
4671
4945
|
"author": "github: Raishin",
|
|
@@ -4684,7 +4958,7 @@
|
|
|
4684
4958
|
"kiro",
|
|
4685
4959
|
"other"
|
|
4686
4960
|
],
|
|
4687
|
-
"summary": "Govern Google Cloud Storage data perimeters
|
|
4961
|
+
"summary": "Govern Google Cloud Storage data perimeters \u2014 uniform bucket-level access enforcement, public access prevention, VPC Service Controls perimeter coverage, IAM Conditions for time-bounded access, Object Lifecycle policies, and data residency compliance.",
|
|
4688
4962
|
"source_type": "original",
|
|
4689
4963
|
"official_docs": [
|
|
4690
4964
|
"https://cloud.google.com/storage/docs/access-control/uniform-bucket-level-access",
|
|
@@ -4693,7 +4967,7 @@
|
|
|
4693
4967
|
"https://cloud.google.com/storage/docs/lifecycle",
|
|
4694
4968
|
"https://cloud.google.com/storage/docs/bucket-lock"
|
|
4695
4969
|
],
|
|
4696
|
-
"security_notes": "GCS buckets with allUsers binding are indexed by search engines and data scrapers within minutes of creation
|
|
4970
|
+
"security_notes": "GCS buckets with allUsers binding are indexed by search engines and data scrapers within minutes of creation \u2014 remediation must be immediate. VPC-SC perimeter around GCS requires testing in dry-run mode first \u2014 enforcement mode can break legitimate GCS access from outside the perimeter instantly.",
|
|
4697
4971
|
"last_verified": "2026-05-09",
|
|
4698
4972
|
"path": "skills/gcp/gcp-gcs-data-perimeter-governor",
|
|
4699
4973
|
"version": "0.1.0",
|
|
@@ -4712,7 +4986,7 @@
|
|
|
4712
4986
|
"kiro",
|
|
4713
4987
|
"other"
|
|
4714
4988
|
],
|
|
4715
|
-
"summary": "Build, integrate, and debug Gemini API applications on Google Cloud Agent Platform using the unified google-genai SDK
|
|
4989
|
+
"summary": "Build, integrate, and debug Gemini API applications on Google Cloud Agent Platform using the unified google-genai SDK \u2014 covering text generation, multimodal inputs, function calling, structured output, embeddings, context caching, batch prediction, Live API, and model tuning.",
|
|
4716
4990
|
"source_type": "original",
|
|
4717
4991
|
"official_docs": [
|
|
4718
4992
|
"https://cloud.google.com/vertex-ai/generative-ai/docs/overview",
|
|
@@ -4746,7 +5020,7 @@
|
|
|
4746
5020
|
"https://cloud.google.com/binary-authorization/docs/overview",
|
|
4747
5021
|
"https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels"
|
|
4748
5022
|
],
|
|
4749
|
-
"security_notes": "Binary Authorization must be set to WARN mode before ENFORCE mode
|
|
5023
|
+
"security_notes": "Binary Authorization must be set to WARN mode before ENFORCE mode \u2014 enforce mode will break deployments if images are unsigned. Always prefer Workload Identity over mounted SA key files.",
|
|
4750
5024
|
"last_verified": "2026-05-08",
|
|
4751
5025
|
"path": "skills/gcp/gcp-gke-platform-operator",
|
|
4752
5026
|
"author": "github: Raishin",
|
|
@@ -4765,7 +5039,7 @@
|
|
|
4765
5039
|
"kiro",
|
|
4766
5040
|
"other"
|
|
4767
5041
|
],
|
|
4768
|
-
"summary": "Review Terraform and Deployment Manager changes targeting GCP
|
|
5042
|
+
"summary": "Review Terraform and Deployment Manager changes targeting GCP \u2014 blast radius analysis, destroy-operation detection, cross-project impact, state file conflicts, org policy drift, and rollback plan completeness.",
|
|
4769
5043
|
"source_type": "original",
|
|
4770
5044
|
"official_docs": [
|
|
4771
5045
|
"https://cloud.google.com/docs/terraform/best-practices-for-terraform",
|
|
@@ -4774,7 +5048,7 @@
|
|
|
4774
5048
|
"https://cloud.google.com/iam/docs/org-policy-overview",
|
|
4775
5049
|
"https://developer.hashicorp.com/terraform/cli/commands/plan"
|
|
4776
5050
|
],
|
|
4777
|
-
"security_notes": "Terraform state files contain sensitive resource attributes
|
|
5051
|
+
"security_notes": "Terraform state files contain sensitive resource attributes \u2014 backend bucket must use CMEK and uniform bucket-level access. Org-level IAM and org policy changes via Terraform have org-wide blast radius \u2014 require dual approval and tested rollback. Force-unlocking state under an active apply causes corruption.",
|
|
4778
5052
|
"last_verified": "2026-05-09",
|
|
4779
5053
|
"path": "skills/gcp/gcp-iac-change-safety-review",
|
|
4780
5054
|
"version": "0.1.0",
|
|
@@ -4829,7 +5103,7 @@
|
|
|
4829
5103
|
"https://cloud.google.com/vpc/docs/shared-vpc",
|
|
4830
5104
|
"https://cloud.google.com/logging/docs/audit/configure-data-access"
|
|
4831
5105
|
],
|
|
4832
|
-
"security_notes": "Org policies applied at org node apply to ALL resources
|
|
5106
|
+
"security_notes": "Org policies applied at org node apply to ALL resources \u2014 test in non-prod folder first. Data Access audit logs must be enabled for sensitive services (KMS, IAM, BigQuery) \u2014 not enabled by default.",
|
|
4833
5107
|
"last_verified": "2026-05-08",
|
|
4834
5108
|
"path": "skills/gcp/gcp-landing-zone-architect",
|
|
4835
5109
|
"author": "github: Raishin",
|
|
@@ -4848,7 +5122,7 @@
|
|
|
4848
5122
|
"gemini",
|
|
4849
5123
|
"kiro"
|
|
4850
5124
|
],
|
|
4851
|
-
"summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes
|
|
5125
|
+
"summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes \u2014 irreversible data loss and downstream pipeline breakage.",
|
|
4852
5126
|
"source_type": "original",
|
|
4853
5127
|
"official_docs": [
|
|
4854
5128
|
"https://cloud.google.com/bigquery/docs/managing-tables",
|
|
@@ -4874,7 +5148,7 @@
|
|
|
4874
5148
|
"gemini",
|
|
4875
5149
|
"kiro"
|
|
4876
5150
|
],
|
|
4877
|
-
"summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions
|
|
5151
|
+
"summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions \u2014 production traffic blast radius with no automatic rollback.",
|
|
4878
5152
|
"source_type": "original",
|
|
4879
5153
|
"official_docs": [
|
|
4880
5154
|
"https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
|
|
@@ -4900,7 +5174,7 @@
|
|
|
4900
5174
|
"gemini",
|
|
4901
5175
|
"kiro"
|
|
4902
5176
|
],
|
|
4903
|
-
"summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests
|
|
5177
|
+
"summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests \u2014 financial authority gate.",
|
|
4904
5178
|
"source_type": "original",
|
|
4905
5179
|
"official_docs": [
|
|
4906
5180
|
"https://cloud.google.com/billing/docs/how-to/budgets",
|
|
@@ -4953,7 +5227,7 @@
|
|
|
4953
5227
|
"gemini",
|
|
4954
5228
|
"kiro"
|
|
4955
5229
|
],
|
|
4956
|
-
"summary": "Gate IAM binding mutations, org policy changes, and Service Account key creation
|
|
5230
|
+
"summary": "Gate IAM binding mutations, org policy changes, and Service Account key creation \u2014 org-wide blast radius, cannot be undone without a full audit trail.",
|
|
4957
5231
|
"source_type": "original",
|
|
4958
5232
|
"official_docs": [
|
|
4959
5233
|
"https://cloud.google.com/iam/docs/manage-access-other-resources",
|
|
@@ -4979,7 +5253,7 @@
|
|
|
4979
5253
|
"gemini",
|
|
4980
5254
|
"kiro"
|
|
4981
5255
|
],
|
|
4982
|
-
"summary": "Gate Cloud KMS key version destruction and key ring deletion
|
|
5256
|
+
"summary": "Gate Cloud KMS key version destruction and key ring deletion \u2014 CMEK-encrypted data becomes permanently and irrecoverably inaccessible once a key version is destroyed.",
|
|
4983
5257
|
"source_type": "original",
|
|
4984
5258
|
"official_docs": [
|
|
4985
5259
|
"https://cloud.google.com/kms/docs/destroy-restore",
|
|
@@ -5005,7 +5279,7 @@
|
|
|
5005
5279
|
"kiro",
|
|
5006
5280
|
"other"
|
|
5007
5281
|
],
|
|
5008
|
-
"summary": "Traffic engineering for GCP load balancers
|
|
5282
|
+
"summary": "Traffic engineering for GCP load balancers \u2014 Global HTTPS LB, Regional HTTPS LB, TCP/SSL Proxy LB, Network LB (passthrough), Internal TCP/UDP LB \u2014 type selection, health check configuration, Cloud Armor integration, and traffic distribution.",
|
|
5009
5283
|
"source_type": "original",
|
|
5010
5284
|
"official_docs": [
|
|
5011
5285
|
"https://cloud.google.com/load-balancing/docs/load-balancing-overview",
|
|
@@ -5014,7 +5288,7 @@
|
|
|
5014
5288
|
"https://cloud.google.com/load-balancing/docs/backend-service",
|
|
5015
5289
|
"https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs"
|
|
5016
5290
|
],
|
|
5017
|
-
"security_notes": "Global HTTPS LB with Cloud Armor is the only GCP-native L7 DDoS and WAF layer
|
|
5291
|
+
"security_notes": "Global HTTPS LB with Cloud Armor is the only GCP-native L7 DDoS and WAF layer \u2014 bypassing it with Network LB or TCP Proxy eliminates WAF capability. Self-managed SSL certificates in GCP LB expose the private key during upload \u2014 use Google-managed certificates or Certificate Manager for all production workloads.",
|
|
5018
5292
|
"last_verified": "2026-05-09",
|
|
5019
5293
|
"path": "skills/gcp/gcp-load-balancer-traffic-engineer",
|
|
5020
5294
|
"version": "0.1.0",
|
|
@@ -5033,7 +5307,7 @@
|
|
|
5033
5307
|
"gemini",
|
|
5034
5308
|
"kiro"
|
|
5035
5309
|
],
|
|
5036
|
-
"summary": "Route GCP tasks to the narrowest specialist or team of specialists from the 31-agent catalog. Classifies, dispatches, and synthesizes only
|
|
5310
|
+
"summary": "Route GCP tasks to the narrowest specialist or team of specialists from the 31-agent catalog. Classifies, dispatches, and synthesizes only \u2014 never answers GCP questions directly. Dispatches single agent for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents \u2014 requires explicit human confirmation with blast-radius and rollback before routing to any live infrastructure specialist.",
|
|
5037
5311
|
"source_type": "original",
|
|
5038
5312
|
"official_docs": [
|
|
5039
5313
|
"https://cloud.google.com/docs/overview",
|
|
@@ -5095,7 +5369,7 @@
|
|
|
5095
5369
|
"https://cloud.google.com/nat/docs/overview",
|
|
5096
5370
|
"https://cloud.google.com/armor/docs/cloud-armor-overview"
|
|
5097
5371
|
],
|
|
5098
|
-
"security_notes": "GCP VPCs are global
|
|
5372
|
+
"security_notes": "GCP VPCs are global \u2014 a single VPC spans all regions. Shared VPC IAM roles at subnet level control service project access. Never expose internal services through public IP without Cloud Armor or equivalent WAF protection.",
|
|
5099
5373
|
"last_verified": "2026-05-08",
|
|
5100
5374
|
"path": "skills/gcp/gcp-network-architect",
|
|
5101
5375
|
"author": "github: Raishin",
|
|
@@ -5169,7 +5443,7 @@
|
|
|
5169
5443
|
"kiro",
|
|
5170
5444
|
"other"
|
|
5171
5445
|
],
|
|
5172
|
-
"summary": "Govern GCP Artifact Registry
|
|
5446
|
+
"summary": "Govern GCP Artifact Registry \u2014 container image signing via Binary Authorization, vulnerability scanning via Container Analysis, repository IAM least privilege, artifact retention policies, and supply chain security posture.",
|
|
5173
5447
|
"source_type": "original",
|
|
5174
5448
|
"official_docs": [
|
|
5175
5449
|
"https://cloud.google.com/artifact-registry/docs/overview",
|
|
@@ -5177,7 +5451,7 @@
|
|
|
5177
5451
|
"https://cloud.google.com/container-analysis/docs/container-analysis",
|
|
5178
5452
|
"https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy"
|
|
5179
5453
|
],
|
|
5180
|
-
"security_notes": "Binary Authorization with 'Allow all images' is equivalent to no supply chain protection
|
|
5454
|
+
"security_notes": "Binary Authorization with 'Allow all images' is equivalent to no supply chain protection \u2014 enforce attested images from trusted build pipelines. Artifact Registry supports CMEK \u2014 enable for regulated workloads. Public repositories expose all tags and digests; use private repositories with Workload Identity Federation for CI/CD access.",
|
|
5181
5455
|
"last_verified": "2026-05-09",
|
|
5182
5456
|
"path": "skills/gcp/gcp-registry-artifact-governor",
|
|
5183
5457
|
"version": "0.1.0",
|
|
@@ -5196,7 +5470,7 @@
|
|
|
5196
5470
|
"kiro",
|
|
5197
5471
|
"other"
|
|
5198
5472
|
],
|
|
5199
|
-
"summary": "Review GCP workload HA and BCDR designs
|
|
5473
|
+
"summary": "Review GCP workload HA and BCDR designs \u2014 multi-region architectures, Cloud SQL HA failover, Spanner global instances, GKE multi-cluster, RTO/RPO target analysis, and runbook completeness.",
|
|
5200
5474
|
"source_type": "original",
|
|
5201
5475
|
"official_docs": [
|
|
5202
5476
|
"https://cloud.google.com/architecture/disaster-recovery",
|
|
@@ -5204,7 +5478,7 @@
|
|
|
5204
5478
|
"https://cloud.google.com/spanner/docs/instance-configurations",
|
|
5205
5479
|
"https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress"
|
|
5206
5480
|
],
|
|
5207
|
-
"security_notes": "Cloud SQL HA is zone-redundant only
|
|
5481
|
+
"security_notes": "Cloud SQL HA is zone-redundant only \u2014 cross-region failover is manual (replica promotion). Cloud Run has no built-in multi-region failover. RTO/RPO targets without tested recovery evidence are aspirational. Require last recovery test date and result before marking BCDR as operational.",
|
|
5208
5482
|
"last_verified": "2026-05-08",
|
|
5209
5483
|
"path": "skills/gcp/gcp-resilience-bcdr-review",
|
|
5210
5484
|
"author": "github: Raishin",
|
|
@@ -5230,7 +5504,7 @@
|
|
|
5230
5504
|
"https://cloud.google.com/asset-inventory/docs/searching-resources",
|
|
5231
5505
|
"https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes"
|
|
5232
5506
|
],
|
|
5233
|
-
"security_notes": "Cloud Asset Inventory change history covers 35 days
|
|
5507
|
+
"security_notes": "Cloud Asset Inventory change history covers 35 days \u2014 explicitly state this limit for older investigations. Stale resources (unattached static IPs, disks, orphaned firewall rules) incur ongoing charges. Resources missing required labels cannot be attributed in billing exports.",
|
|
5234
5508
|
"last_verified": "2026-05-08",
|
|
5235
5509
|
"path": "skills/gcp/gcp-resource-inventory-analyst",
|
|
5236
5510
|
"author": "github: Raishin",
|
|
@@ -5258,7 +5532,7 @@
|
|
|
5258
5532
|
"https://cloud.google.com/kms/docs/key-rotation",
|
|
5259
5533
|
"https://cloud.google.com/kms/docs/importing-a-key"
|
|
5260
5534
|
],
|
|
5261
|
-
"security_notes": "Prefer read-only inspection. Do not delete key versions, disable keys, or modify CMEK bindings without explicit user approval and a confirmed rollback plan
|
|
5535
|
+
"security_notes": "Prefer read-only inspection. Do not delete key versions, disable keys, or modify CMEK bindings without explicit user approval and a confirmed rollback plan \u2014 key operations can cause irreversible data loss.",
|
|
5262
5536
|
"last_verified": "2026-05-08",
|
|
5263
5537
|
"path": "skills/gcp/gcp-secret-kms-lifecycle-steward",
|
|
5264
5538
|
"author": "github: Raishin",
|
|
@@ -5305,7 +5579,7 @@
|
|
|
5305
5579
|
"kiro",
|
|
5306
5580
|
"other"
|
|
5307
5581
|
],
|
|
5308
|
-
"summary": "Review Cloud Run and Cloud Functions gen2 for production readiness
|
|
5582
|
+
"summary": "Review Cloud Run and Cloud Functions gen2 for production readiness \u2014 min-instances cold start, memory and CPU allocation, VPC connector configuration, Secret Manager injection, CMEK encryption, concurrency limits, and traffic splitting safety.",
|
|
5309
5583
|
"source_type": "original",
|
|
5310
5584
|
"official_docs": [
|
|
5311
5585
|
"https://cloud.google.com/run/docs/configuring/min-instances",
|
|
@@ -5314,7 +5588,7 @@
|
|
|
5314
5588
|
"https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
|
|
5315
5589
|
"https://cloud.google.com/functions/docs/concepts/version-comparison"
|
|
5316
5590
|
],
|
|
5317
|
-
"security_notes": "Cloud Run service accounts must follow least privilege
|
|
5591
|
+
"security_notes": "Cloud Run service accounts must follow least privilege \u2014 avoid binding roles/editor or roles/owner. Secrets in environment variables appear in plaintext in Cloud Run revision metadata accessible to anyone with run.revisions.get \u2014 always use Secret Manager references. Cloud Run with --allow-unauthenticated is public to the internet \u2014 require authentication for all non-public endpoints.",
|
|
5318
5592
|
"last_verified": "2026-05-09",
|
|
5319
5593
|
"path": "skills/gcp/gcp-serverless-production-readiness",
|
|
5320
5594
|
"version": "0.1.0",
|
|
@@ -5333,7 +5607,7 @@
|
|
|
5333
5607
|
"kiro",
|
|
5334
5608
|
"other"
|
|
5335
5609
|
],
|
|
5336
|
-
"summary": "Design GCP solutions aligned with the Google Cloud Architecture Framework
|
|
5610
|
+
"summary": "Design GCP solutions aligned with the Google Cloud Architecture Framework \u2014 reliability, security, cost optimization, operational excellence, and performance efficiency \u2014 covering resource hierarchy design, product selection, and multi-service architecture patterns.",
|
|
5337
5611
|
"source_type": "original",
|
|
5338
5612
|
"official_docs": [
|
|
5339
5613
|
"https://cloud.google.com/architecture/framework",
|
|
@@ -5367,7 +5641,7 @@
|
|
|
5367
5641
|
"https://cloud.google.com/spanner/docs/instances",
|
|
5368
5642
|
"https://cloud.google.com/spanner/docs/secondary-indexes"
|
|
5369
5643
|
],
|
|
5370
|
-
"security_notes": "Monotonically increasing keys (e.g., auto-increment integers) cause all writes to hit the same split
|
|
5644
|
+
"security_notes": "Monotonically increasing keys (e.g., auto-increment integers) cause all writes to hit the same split \u2014 use UUIDs or bit-reversed sequential IDs. Over-indexing in Spanner is expensive and slows writes \u2014 every indexed column is replicated.",
|
|
5371
5645
|
"last_verified": "2026-05-08",
|
|
5372
5646
|
"path": "skills/gcp/gcp-spanner-architect",
|
|
5373
5647
|
"author": "github: Raishin",
|
|
@@ -5386,7 +5660,7 @@
|
|
|
5386
5660
|
"kiro",
|
|
5387
5661
|
"other"
|
|
5388
5662
|
],
|
|
5389
|
-
"summary": "Coordinate GCP support incidents
|
|
5663
|
+
"summary": "Coordinate GCP support incidents \u2014 case creation with correct severity, Premium/Enhanced Support SLA enforcement, TAM escalation path, status page monitoring, internal stakeholder communication, and post-incident evidence packaging.",
|
|
5390
5664
|
"source_type": "original",
|
|
5391
5665
|
"official_docs": [
|
|
5392
5666
|
"https://cloud.google.com/support/docs/overview",
|
|
@@ -5394,7 +5668,7 @@
|
|
|
5394
5668
|
"https://status.google.com/",
|
|
5395
5669
|
"https://cloud.google.com/support/docs/managed-incident"
|
|
5396
5670
|
],
|
|
5397
|
-
"security_notes": "GCP support case attachments are accessible to Google support engineers
|
|
5671
|
+
"security_notes": "GCP support case attachments are accessible to Google support engineers \u2014 never attach files containing customer PII, credentials, or unredacted production logs. Premium Support SLA is contractual \u2014 document SLA breach timestamps with case numbers for potential SLA credits.",
|
|
5398
5672
|
"last_verified": "2026-05-09",
|
|
5399
5673
|
"path": "skills/gcp/gcp-support-incident-coordinator",
|
|
5400
5674
|
"version": "0.1.0",
|
|
@@ -5413,7 +5687,7 @@
|
|
|
5413
5687
|
"kiro",
|
|
5414
5688
|
"other"
|
|
5415
5689
|
],
|
|
5416
|
-
"summary": "Triage GCP operational alerts, incidents, and support tickets
|
|
5690
|
+
"summary": "Triage GCP operational alerts, incidents, and support tickets \u2014 P0/P1/P2/P3 classification, GCP Premium/Enhanced Support SLA enforcement, war room coordination, evidence collection from Cloud Monitoring and Cloud Logging, and safe escalation paths.",
|
|
5417
5691
|
"source_type": "original",
|
|
5418
5692
|
"official_docs": [
|
|
5419
5693
|
"https://cloud.google.com/support/docs/severity-definitions",
|
|
@@ -5421,7 +5695,7 @@
|
|
|
5421
5695
|
"https://cloud.google.com/logging/docs/view/logs-explorer-interface",
|
|
5422
5696
|
"https://status.google.com/"
|
|
5423
5697
|
],
|
|
5424
|
-
"security_notes": "GCP support tickets may require sharing sanitized logs or configuration
|
|
5698
|
+
"security_notes": "GCP support tickets may require sharing sanitized logs or configuration \u2014 scrub project IDs, IP addresses, and customer data before sharing with Google support. War room communication channels must be secure \u2014 use dedicated incident Slack/Meet channels, not public ones.",
|
|
5425
5699
|
"last_verified": "2026-05-09",
|
|
5426
5700
|
"path": "skills/gcp/gcp-ticket-triage-escalation-coordinator",
|
|
5427
5701
|
"version": "0.1.0",
|
|
@@ -5448,7 +5722,7 @@
|
|
|
5448
5722
|
"https://cloud.google.com/vertex-ai/docs/model-registry/introduction",
|
|
5449
5723
|
"https://cloud.google.com/vertex-ai/docs/featurestore/overview"
|
|
5450
5724
|
],
|
|
5451
|
-
"security_notes": "Training jobs have no automatic cost cap
|
|
5725
|
+
"security_notes": "Training jobs have no automatic cost cap \u2014 always verify max_run_time is set. Feature Store writes are irreversible and can silently corrupt training data. Gemini via Vertex AI has different privacy commitments than via AI Studio.",
|
|
5452
5726
|
"last_verified": "2026-05-08",
|
|
5453
5727
|
"path": "skills/gcp/gcp-vertex-ai-mlops-engineer",
|
|
5454
5728
|
"author": "github: Raishin",
|
|
@@ -5476,7 +5750,7 @@
|
|
|
5476
5750
|
"https://cloud.google.com/access-context-manager/docs/overview",
|
|
5477
5751
|
"https://cloud.google.com/vpc-service-controls/docs/create-service-perimeters"
|
|
5478
5752
|
],
|
|
5479
|
-
"security_notes": "Prefer dry-run mode before enforcement. Do not switch perimeters to enforcement mode without reviewing dry-run violations
|
|
5753
|
+
"security_notes": "Prefer dry-run mode before enforcement. Do not switch perimeters to enforcement mode without reviewing dry-run violations \u2014 live enforcement silently blocks API calls and can disrupt production workloads.",
|
|
5480
5754
|
"last_verified": "2026-05-08",
|
|
5481
5755
|
"path": "skills/gcp/gcp-vpc-service-controls-architect",
|
|
5482
5756
|
"author": "github: Raishin",
|
|
@@ -5574,7 +5848,7 @@
|
|
|
5574
5848
|
"kiro",
|
|
5575
5849
|
"other"
|
|
5576
5850
|
],
|
|
5577
|
-
"summary": "Review a Helm chart for quality, security, and testability defects
|
|
5851
|
+
"summary": "Review a Helm chart for quality, security, and testability defects \u2014 linting gaps, insecure securityContext, missing resource limits, absent health probes, RBAC over-permission, hardcoded secrets, and missing helm test coverage \u2014 statically, without installing or contacting a cluster.",
|
|
5578
5852
|
"source_type": "original",
|
|
5579
5853
|
"official_docs": [
|
|
5580
5854
|
"https://helm.sh/docs/chart_best_practices/",
|
|
@@ -5585,7 +5859,7 @@
|
|
|
5585
5859
|
"https://kubernetes.io/docs/concepts/security/pod-security-standards/",
|
|
5586
5860
|
"https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
|
|
5587
5861
|
],
|
|
5588
|
-
"security_notes": "Static review only
|
|
5862
|
+
"security_notes": "Static review only \u2014 reads chart source files (Chart.yaml, values.yaml, templates/, tests/), never installs a chart, never connects to a Kubernetes cluster, never requests kubeconfig, cluster credentials, or cloud provider credentials. Do not accept values files containing live credentials, connection strings, or tenant IDs; ask for sanitized versions with placeholder values.",
|
|
5589
5863
|
"last_verified": "2026-05-17",
|
|
5590
5864
|
"path": "skills/qa/helm-chart-quality-review",
|
|
5591
5865
|
"version": "0.1.0",
|
|
@@ -5611,7 +5885,7 @@
|
|
|
5611
5885
|
"https://docs.hetzner.com/cloud/servers/overview/",
|
|
5612
5886
|
"https://docs.hetzner.com/general/others/contacting-support/"
|
|
5613
5887
|
],
|
|
5614
|
-
"security_notes": "Hetzner does not offer auto-scaling
|
|
5888
|
+
"security_notes": "Hetzner does not offer auto-scaling \u2014 verify current resource counts via API before growth planning to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete schedules may silently fail. Do not expose project API tokens in capacity reports.",
|
|
5615
5889
|
"last_verified": "2026-05-10",
|
|
5616
5890
|
"path": "skills/hetzner/hetzner-capacity-planner",
|
|
5617
5891
|
"author": "github: Raishin",
|
|
@@ -5637,7 +5911,7 @@
|
|
|
5637
5911
|
"https://www.hetzner.com/cloud/pricing/",
|
|
5638
5912
|
"https://docs.hetzner.com/"
|
|
5639
5913
|
],
|
|
5640
|
-
"security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Primary IPs and Floating IPs incur cost
|
|
5914
|
+
"security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Primary IPs and Floating IPs incur cost \u2014 verify attachment state before recommending deletion. Do not expose project API tokens in cost analysis output.",
|
|
5641
5915
|
"last_verified": "2026-05-10",
|
|
5642
5916
|
"path": "skills/hetzner/hetzner-cost-optimization-analyst",
|
|
5643
5917
|
"author": "github: Raishin",
|
|
@@ -5663,7 +5937,7 @@
|
|
|
5663
5937
|
"https://docs.hetzner.com/cloud/firewalls/overview/",
|
|
5664
5938
|
"https://docs.hetzner.com/cloud/networks/overview/"
|
|
5665
5939
|
],
|
|
5666
|
-
"security_notes": "Public IPs on Hetzner are opt-in since API v1.34
|
|
5940
|
+
"security_notes": "Public IPs on Hetzner are opt-in since API v1.34 \u2014 flag servers with unnecessary public IPs. An unattached Hetzner Firewall provides zero protection \u2014 always verify attachment to servers or Label groups. Load Balancer health checks must be validated before traffic routing changes.",
|
|
5667
5941
|
"last_verified": "2026-05-10",
|
|
5668
5942
|
"path": "skills/hetzner/hetzner-infrastructure-reviewer",
|
|
5669
5943
|
"author": "github: Raishin",
|
|
@@ -5689,7 +5963,7 @@
|
|
|
5689
5963
|
"https://docs.hetzner.com/cloud/firewalls/overview/",
|
|
5690
5964
|
"https://docs.hetzner.com/cloud/firewalls/faq/"
|
|
5691
5965
|
],
|
|
5692
|
-
"security_notes": "Must snapshot current Firewall rules before any mutation
|
|
5966
|
+
"security_notes": "Must snapshot current Firewall rules before any mutation \u2014 Hetzner Firewall changes are immediate and affect all attached servers. Verify project-scoped API token before write operations. An unattached Firewall provides zero protection. Never proceed without explicit human approval confirming target Firewall ID, blast-radius, and rollback plan.",
|
|
5693
5967
|
"last_verified": "2026-05-10",
|
|
5694
5968
|
"path": "skills/hetzner/hetzner-live-firewall-rule-guard",
|
|
5695
5969
|
"author": "github: Raishin",
|
|
@@ -5715,7 +5989,7 @@
|
|
|
5715
5989
|
"https://docs.hetzner.com/cloud/servers/overview/",
|
|
5716
5990
|
"https://docs.hetzner.com/cloud/servers/server-types/"
|
|
5717
5991
|
],
|
|
5718
|
-
"security_notes": "Server deletion on Hetzner is irreversible
|
|
5992
|
+
"security_notes": "Server deletion on Hetzner is irreversible \u2014 always require a confirmed snapshot before deletion. Public IPs (IPv4/IPv6) are opt-in since API v1.34 and must be explicitly requested. Server type changes require server stop \u2014 confirm downtime window. Always verify API token is project-scoped. Never proceed without server ID, region, explicit human approval, and rollback plan.",
|
|
5719
5993
|
"last_verified": "2026-05-10",
|
|
5720
5994
|
"path": "skills/hetzner/hetzner-live-server-lifecycle-guard",
|
|
5721
5995
|
"author": "github: Raishin",
|
|
@@ -5734,13 +6008,13 @@
|
|
|
5734
6008
|
"kiro",
|
|
5735
6009
|
"other"
|
|
5736
6010
|
],
|
|
5737
|
-
"summary": "Route and classify Hetzner Cloud tasks to the narrowest qualified specialist
|
|
6011
|
+
"summary": "Route and classify Hetzner Cloud tasks to the narrowest qualified specialist \u2014 cost optimization, infrastructure review, capacity planning, firewall guard, or server lifecycle guard.",
|
|
5738
6012
|
"source_type": "original",
|
|
5739
6013
|
"official_docs": [
|
|
5740
6014
|
"https://docs.hetzner.cloud/",
|
|
5741
6015
|
"https://docs.hetzner.com/"
|
|
5742
6016
|
],
|
|
5743
|
-
"security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before routing involving live data. Public IPs are opt-in since API v1.34
|
|
6017
|
+
"security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before routing involving live data. Public IPs are opt-in since API v1.34 \u2014 do not assume servers have public IPs.",
|
|
5744
6018
|
"last_verified": "2026-05-10",
|
|
5745
6019
|
"path": "skills/hetzner/hetzner-maestro",
|
|
5746
6020
|
"author": "github: Raishin",
|
|
@@ -5750,7 +6024,7 @@
|
|
|
5750
6024
|
"id": "hr-risk-triage-review",
|
|
5751
6025
|
"name": "HR Risk Triage Review",
|
|
5752
6026
|
"type": "skill",
|
|
5753
|
-
"provider": "
|
|
6027
|
+
"provider": "hr",
|
|
5754
6028
|
"harnesses": [
|
|
5755
6029
|
"codex",
|
|
5756
6030
|
"claude-code",
|
|
@@ -5759,7 +6033,7 @@
|
|
|
5759
6033
|
"kiro",
|
|
5760
6034
|
"other"
|
|
5761
6035
|
],
|
|
5762
|
-
"summary": "Adversarial HR and employment-risk triage discipline for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions
|
|
6036
|
+
"summary": "Adversarial HR and employment-risk triage discipline for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions \u2014 surfaces risks, evidence gaps, and escalation paths for employment counsel. Does not give legal or HR advice.",
|
|
5763
6037
|
"source_type": "original",
|
|
5764
6038
|
"official_docs": [
|
|
5765
6039
|
"https://www.eeoc.gov/laws-guidance",
|
|
@@ -5769,7 +6043,7 @@
|
|
|
5769
6043
|
"https://www.mom.gov.sg/employment-practices",
|
|
5770
6044
|
"https://www.fairwork.gov.au/"
|
|
5771
6045
|
],
|
|
5772
|
-
"security_notes": "Static review only
|
|
6046
|
+
"security_notes": "Static review only \u2014 works from sanitized excerpts; never requests employee medical records, personal data, or protected-characteristic data beyond what the question requires. Does not issue binding employment-law conclusions; refuses pretextual or retaliatory documentation and recommends escalation to employment counsel.",
|
|
5773
6047
|
"last_verified": "2026-05-18",
|
|
5774
6048
|
"path": "skills/hr/hr-risk-triage-review",
|
|
5775
6049
|
"author": "github: Raishin",
|
|
@@ -5796,7 +6070,7 @@
|
|
|
5796
6070
|
"https://support.huaweicloud.com/intl/en-us/asm/index.html",
|
|
5797
6071
|
"https://support.huaweicloud.com/intl/en-us/ief/index.html"
|
|
5798
6072
|
],
|
|
5799
|
-
"security_notes": "CCE cluster version downgrade not supported. Node pool scale-down evicts workloads
|
|
6073
|
+
"security_notes": "CCE cluster version downgrade not supported. Node pool scale-down evicts workloads \u2014 verify PDBs. SWR image tag mutations are permanent. ASM policy changes affect all services in the mesh simultaneously.",
|
|
5800
6074
|
"last_verified": "2026-05-08",
|
|
5801
6075
|
"path": "skills/huawei/huawei-cce-container-platform-operator",
|
|
5802
6076
|
"author": "github: Raishin",
|
|
@@ -5816,14 +6090,14 @@
|
|
|
5816
6090
|
"kiro",
|
|
5817
6091
|
"other"
|
|
5818
6092
|
],
|
|
5819
|
-
"summary": "Review Huawei Cloud SSL certificate management
|
|
6093
|
+
"summary": "Review Huawei Cloud SSL certificate management \u2014 SCM certificate lifecycle, ELB SSL certificate binding, DEW-managed certificate storage, renewal automation, wildcard vs SAN cert selection, certificate expiry alerting via CES, and HTTPS enforcement on ELB listeners.",
|
|
5820
6094
|
"source_type": "original",
|
|
5821
6095
|
"official_docs": [
|
|
5822
6096
|
"https://support.huaweicloud.com/intl/en-us/scm/index.html",
|
|
5823
6097
|
"https://support.huaweicloud.com/intl/en-us/elb/index.html",
|
|
5824
6098
|
"https://support.huaweicloud.com/intl/en-us/dew/index.html"
|
|
5825
6099
|
],
|
|
5826
|
-
"security_notes": "Certificate private keys stored in DEW must have IAM access policies that restrict access to authorized identities only
|
|
6100
|
+
"security_notes": "Certificate private keys stored in DEW must have IAM access policies that restrict access to authorized identities only \u2014 overly permissive DEW key policies expose private key material. SCM certificates are region-scoped \u2014 verify the certificate is present in all regions where ELB listeners consume it to prevent cross-region binding failures.",
|
|
5827
6101
|
"last_verified": "2026-05-09",
|
|
5828
6102
|
"path": "skills/huawei/huawei-certificate-manager-issuer-review",
|
|
5829
6103
|
"version": "0.1.0",
|
|
@@ -5842,7 +6116,7 @@
|
|
|
5842
6116
|
"kiro",
|
|
5843
6117
|
"other"
|
|
5844
6118
|
],
|
|
5845
|
-
"summary": "Pre-change blast radius analysis for Huawei Cloud
|
|
6119
|
+
"summary": "Pre-change blast radius analysis for Huawei Cloud \u2014 Organizations SCP cascade scope, IAM agency dependency chain, VPC route table and VPC Peering impact, GaussDB instance class change disruption, CCE node pool resize safety, and Enterprise Project boundary clarity.",
|
|
5846
6120
|
"source_type": "original",
|
|
5847
6121
|
"official_docs": [
|
|
5848
6122
|
"https://support.huaweicloud.com/intl/en-us/organizations/index.html",
|
|
@@ -5851,7 +6125,7 @@
|
|
|
5851
6125
|
"https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
|
|
5852
6126
|
"https://support.huaweicloud.com/intl/en-us/cce/index.html"
|
|
5853
6127
|
],
|
|
5854
|
-
"security_notes": "Huawei Cloud Organizations SCP deny rules have org-level blast radius
|
|
6128
|
+
"security_notes": "Huawei Cloud Organizations SCP deny rules have org-level blast radius \u2014 a misconfigured SCP can lock out all member accounts from critical services; test SCP changes in a sandbox member account first. IAM agency deletion is immediate and irreversible \u2014 all services using the agency lose permissions instantly.",
|
|
5855
6129
|
"last_verified": "2026-05-09",
|
|
5856
6130
|
"path": "skills/huawei/huawei-change-impact-advisor",
|
|
5857
6131
|
"version": "0.1.0",
|
|
@@ -5876,7 +6150,7 @@
|
|
|
5876
6150
|
"https://support.huaweicloud.com/intl/en-us/codearts/index.html",
|
|
5877
6151
|
"https://support.huaweicloud.com/intl/en-us/swr/index.html"
|
|
5878
6152
|
],
|
|
5879
|
-
"security_notes": "Do not deploy to production without staging verification. CodeArts pipeline deletion removes audit history permanently. SWR image deletion removes all layers
|
|
6153
|
+
"security_notes": "Do not deploy to production without staging verification. CodeArts pipeline deletion removes audit history permanently. SWR image deletion removes all layers \u2014 verify no production dependency before deleting.",
|
|
5880
6154
|
"last_verified": "2026-05-08",
|
|
5881
6155
|
"path": "skills/huawei/huawei-codearts-devops-operator",
|
|
5882
6156
|
"author": "github: Raishin",
|
|
@@ -5902,7 +6176,7 @@
|
|
|
5902
6176
|
"https://support.huaweicloud.com/intl/en-us/iam/index.html",
|
|
5903
6177
|
"https://support.huaweicloud.com/intl/en-us/lts/index.html"
|
|
5904
6178
|
],
|
|
5905
|
-
"security_notes": "MLPS Level 3 gap is regulatory risk. Cross-border data movement must be assessed before architecture approval. Flag any MLPS Level 3 workload modification that reduces security controls
|
|
6179
|
+
"security_notes": "MLPS Level 3 gap is regulatory risk. Cross-border data movement must be assessed before architecture approval. Flag any MLPS Level 3 workload modification that reduces security controls \u2014 mandatory incident reporting may apply.",
|
|
5906
6180
|
"last_verified": "2026-05-08",
|
|
5907
6181
|
"path": "skills/huawei/huawei-compliance-sovereignty",
|
|
5908
6182
|
"author": "github: Raishin",
|
|
@@ -5922,14 +6196,14 @@
|
|
|
5922
6196
|
"kiro",
|
|
5923
6197
|
"other"
|
|
5924
6198
|
],
|
|
5925
|
-
"summary": "Coordinate Huawei Cloud cost anomaly detection
|
|
6199
|
+
"summary": "Coordinate Huawei Cloud cost anomaly detection \u2014 CBC Cost Center delta analysis (>15% day-over-day threshold), budget alert configuration via Budget Management, ECS/GaussDB Yearly/Monthly vs On-Demand mode cost anomalies, OBS request cost spikes, unattached EVS volume waste, DWS idle cluster detection, and reserved instance coverage gaps.",
|
|
5926
6200
|
"source_type": "original",
|
|
5927
6201
|
"official_docs": [
|
|
5928
6202
|
"https://support.huaweicloud.com/intl/en-us/billing/index.html",
|
|
5929
6203
|
"https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
|
|
5930
6204
|
"https://support.huaweicloud.com/intl/en-us/ces/index.html"
|
|
5931
6205
|
],
|
|
5932
|
-
"security_notes": "CBC Cost Center exports contain billing data
|
|
6206
|
+
"security_notes": "CBC Cost Center exports contain billing data \u2014 restrict export access to authorized IAM identities using least-privilege policies. Budget alert actions may trigger FunctionGraph functions \u2014 verify the function IAM execution role has only the permissions needed to respond to the alert action.",
|
|
5933
6207
|
"last_verified": "2026-05-09",
|
|
5934
6208
|
"path": "skills/huawei/huawei-cost-anomaly-watch-coordinator",
|
|
5935
6209
|
"version": "0.1.0",
|
|
@@ -5954,7 +6228,7 @@
|
|
|
5954
6228
|
"https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html",
|
|
5955
6229
|
"https://support.huaweicloud.com/intl/en-us/eps/index.html"
|
|
5956
6230
|
],
|
|
5957
|
-
"security_notes": "RI/CUD purchases are committed spend
|
|
6231
|
+
"security_notes": "RI/CUD purchases are committed spend \u2014 verify coverage analysis before purchase. Budget threshold reduction below current spend may suspend services. Enterprise project cost transfer requires approval.",
|
|
5958
6232
|
"last_verified": "2026-05-08",
|
|
5959
6233
|
"path": "skills/huawei/huawei-cost-finops-analyst",
|
|
5960
6234
|
"author": "github: Raishin",
|
|
@@ -5973,7 +6247,7 @@
|
|
|
5973
6247
|
"kiro",
|
|
5974
6248
|
"other"
|
|
5975
6249
|
],
|
|
5976
|
-
"summary": "Coordinate the daily Huawei Cloud operations standup
|
|
6250
|
+
"summary": "Coordinate the daily Huawei Cloud operations standup \u2014 CBC cost delta by Enterprise Project, AOM anomaly alert review, CCE pod failure triage, CES quota utilization warnings, LTS log error spike detection, SecMaster security finding triage, and action item assignment.",
|
|
5977
6251
|
"source_type": "original",
|
|
5978
6252
|
"official_docs": [
|
|
5979
6253
|
"https://support.huaweicloud.com/intl/en-us/cbc/index.html",
|
|
@@ -5983,7 +6257,7 @@
|
|
|
5983
6257
|
"https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
|
|
5984
6258
|
"https://support.huaweicloud.com/intl/en-us/lts/index.html"
|
|
5985
6259
|
],
|
|
5986
|
-
"security_notes": "Huawei Cloud SecMaster finding details may contain vulnerability exploit paths
|
|
6260
|
+
"security_notes": "Huawei Cloud SecMaster finding details may contain vulnerability exploit paths \u2014 restrict SecMaster report distribution to security team members only in daily briefings. CBC Enterprise Project cost data reveals workload architecture details \u2014 distribute cost briefing only to authorized engineering and finance leads.",
|
|
5987
6261
|
"last_verified": "2026-05-09",
|
|
5988
6262
|
"path": "skills/huawei/huawei-daily-operations-briefing-coordinator",
|
|
5989
6263
|
"version": "0.1.0",
|
|
@@ -6032,7 +6306,7 @@
|
|
|
6032
6306
|
"https://support.huaweicloud.com/intl/en-us/drs/index.html",
|
|
6033
6307
|
"https://support.huaweicloud.com/intl/en-us/dms/index.html"
|
|
6034
6308
|
],
|
|
6035
|
-
"security_notes": "DRS task deletion during sync stops replication permanently. CDM job retry without deduplication may cause duplicates. DMS Kafka partition count can only increase
|
|
6309
|
+
"security_notes": "DRS task deletion during sync stops replication permanently. CDM job retry without deduplication may cause duplicates. DMS Kafka partition count can only increase \u2014 plan final partition count upfront.",
|
|
6036
6310
|
"last_verified": "2026-05-08",
|
|
6037
6311
|
"path": "skills/huawei/huawei-drs-data-replication-operator",
|
|
6038
6312
|
"author": "github: Raishin",
|
|
@@ -6083,7 +6357,7 @@
|
|
|
6083
6357
|
"https://support.huaweicloud.com/intl/en-us/ecs/index.html",
|
|
6084
6358
|
"https://support.huaweicloud.com/intl/en-us/ims/index.html"
|
|
6085
6359
|
],
|
|
6086
|
-
"security_notes": "ECS deletion without CSBS backup is permanently destructive. AS scale-in terminates instances
|
|
6360
|
+
"security_notes": "ECS deletion without CSBS backup is permanently destructive. AS scale-in terminates instances \u2014 verify stateless before enabling. DeH migration to shared host requires explicit approval and compliance review.",
|
|
6087
6361
|
"last_verified": "2026-05-08",
|
|
6088
6362
|
"path": "skills/huawei/huawei-ecs-compute-operator",
|
|
6089
6363
|
"author": "github: Raishin",
|
|
@@ -6103,7 +6377,7 @@
|
|
|
6103
6377
|
"kiro",
|
|
6104
6378
|
"other"
|
|
6105
6379
|
],
|
|
6106
|
-
"summary": "Review Huawei Cloud event-driven architecture designs
|
|
6380
|
+
"summary": "Review Huawei Cloud event-driven architecture designs \u2014 DMS Kafka dead-letter configuration, ROMA Connect integration flow capacity, FunctionGraph event trigger idempotency, SMN delivery retry policy, consumer group lag monitoring, cross-region event replication, and retry storm prevention.",
|
|
6107
6381
|
"source_type": "original",
|
|
6108
6382
|
"official_docs": [
|
|
6109
6383
|
"https://support.huaweicloud.com/intl/en-us/dms/index.html",
|
|
@@ -6111,7 +6385,7 @@
|
|
|
6111
6385
|
"https://support.huaweicloud.com/intl/en-us/fg/index.html",
|
|
6112
6386
|
"https://support.huaweicloud.com/intl/en-us/smn/index.html"
|
|
6113
6387
|
],
|
|
6114
|
-
"security_notes": "DMS Kafka instances without SSL/TLS encryption transmit messages in plaintext
|
|
6388
|
+
"security_notes": "DMS Kafka instances without SSL/TLS encryption transmit messages in plaintext \u2014 enable SSL for all production Kafka instances. ROMA Connect integration flows may process sensitive data \u2014 verify ROMA instance security group rules restrict access to authorized callers only.",
|
|
6115
6389
|
"last_verified": "2026-05-09",
|
|
6116
6390
|
"path": "skills/huawei/huawei-event-driven-architecture-review",
|
|
6117
6391
|
"version": "0.1.0",
|
|
@@ -6162,7 +6436,7 @@
|
|
|
6162
6436
|
"https://support.huaweicloud.com/intl/en-us/rds/index.html",
|
|
6163
6437
|
"https://support.huaweicloud.com/intl/en-us/dds/index.html"
|
|
6164
6438
|
],
|
|
6165
|
-
"security_notes": "Database deletion without CBR backup is permanently destructive. GaussDB for Oracle PL/SQL gaps can break migration
|
|
6439
|
+
"security_notes": "Database deletion without CBR backup is permanently destructive. GaussDB for Oracle PL/SQL gaps can break migration \u2014 test all procedures before cutover. Failover testing must be coordinated with application teams.",
|
|
6166
6440
|
"last_verified": "2026-05-08",
|
|
6167
6441
|
"path": "skills/huawei/huawei-gaussdb-rds-dba",
|
|
6168
6442
|
"author": "github: Raishin",
|
|
@@ -6181,7 +6455,7 @@
|
|
|
6181
6455
|
"kiro",
|
|
6182
6456
|
"other"
|
|
6183
6457
|
],
|
|
6184
|
-
"summary": "Review Terraform and RFS (Resource Formation Service) changes targeting Huawei Cloud
|
|
6458
|
+
"summary": "Review Terraform and RFS (Resource Formation Service) changes targeting Huawei Cloud \u2014 blast radius analysis, resource deletion detection, Organizations SCP cascade scope, cross-stack dependency impact, state file security, and rollback plan completeness.",
|
|
6185
6459
|
"source_type": "original",
|
|
6186
6460
|
"official_docs": [
|
|
6187
6461
|
"https://support.huaweicloud.com/intl/en-us/rfs/index.html",
|
|
@@ -6189,7 +6463,7 @@
|
|
|
6189
6463
|
"https://support.huaweicloud.com/intl/en-us/organizations/index.html",
|
|
6190
6464
|
"https://support.huaweicloud.com/intl/en-us/obs/index.html"
|
|
6191
6465
|
],
|
|
6192
|
-
"security_notes": "Huawei Cloud Terraform provider state files contain resource attribute details
|
|
6466
|
+
"security_notes": "Huawei Cloud Terraform provider state files contain resource attribute details \u2014 OBS backend bucket must deny public access and use SSE-KMS CMEK. RFS stacks without termination protection can be deleted with a single API call \u2014 always enable termination protection on production stacks.",
|
|
6193
6467
|
"last_verified": "2026-05-09",
|
|
6194
6468
|
"path": "skills/huawei/huawei-iac-change-safety-review",
|
|
6195
6469
|
"version": "0.1.0",
|
|
@@ -6263,7 +6537,7 @@
|
|
|
6263
6537
|
"https://support.huaweicloud.com/intl/en-us/eps/index.html",
|
|
6264
6538
|
"https://support.huaweicloud.com/intl/en-us/organizations/index.html"
|
|
6265
6539
|
],
|
|
6266
|
-
"security_notes": "SCP deny at org level cannot be overridden by member account IAM. Test SCP in simulation before enforcement. Enterprise project deletion removes all resource associations
|
|
6540
|
+
"security_notes": "SCP deny at org level cannot be overridden by member account IAM. Test SCP in simulation before enforcement. Enterprise project deletion removes all resource associations \u2014 enumerate first.",
|
|
6267
6541
|
"last_verified": "2026-05-08",
|
|
6268
6542
|
"path": "skills/huawei/huawei-landing-zone-architect",
|
|
6269
6543
|
"author": "github: Raishin",
|
|
@@ -6307,7 +6581,7 @@
|
|
|
6307
6581
|
"kiro",
|
|
6308
6582
|
"other"
|
|
6309
6583
|
],
|
|
6310
|
-
"summary": "Gate Huawei Cloud CBC budget threshold changes, Reserved Instance purchases, and CUD commitments
|
|
6584
|
+
"summary": "Gate Huawei Cloud CBC budget threshold changes, Reserved Instance purchases, and CUD commitments \u2014 RI/CUD are non-refundable and budget threshold reduction can trigger service suspension.",
|
|
6311
6585
|
"source_type": "original",
|
|
6312
6586
|
"official_docs": [
|
|
6313
6587
|
"https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html"
|
|
@@ -6331,7 +6605,7 @@
|
|
|
6331
6605
|
"kiro",
|
|
6332
6606
|
"other"
|
|
6333
6607
|
],
|
|
6334
|
-
"summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy removal
|
|
6608
|
+
"summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy removal \u2014 database deletion is permanently destructive and MLPS Level 3 data destruction triggers mandatory incident reporting.",
|
|
6335
6609
|
"source_type": "original",
|
|
6336
6610
|
"official_docs": [
|
|
6337
6611
|
"https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
|
|
@@ -6356,7 +6630,7 @@
|
|
|
6356
6630
|
"gemini",
|
|
6357
6631
|
"kiro"
|
|
6358
6632
|
],
|
|
6359
|
-
"summary": "Gate IAM fine-grained policy and SCP mutations
|
|
6633
|
+
"summary": "Gate IAM fine-grained policy and SCP mutations \u2014 account-wide blast radius, privilege escalation, and potential full access denial.",
|
|
6360
6634
|
"source_type": "original",
|
|
6361
6635
|
"official_docs": [
|
|
6362
6636
|
"https://support.huaweicloud.com/intl/en-us/iam/index.html",
|
|
@@ -6381,7 +6655,7 @@
|
|
|
6381
6655
|
"kiro",
|
|
6382
6656
|
"other"
|
|
6383
6657
|
],
|
|
6384
|
-
"summary": "Gate DEW/KMS key deletion and disable operations
|
|
6658
|
+
"summary": "Gate DEW/KMS key deletion and disable operations \u2014 all CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key deletion window passes.",
|
|
6385
6659
|
"source_type": "original",
|
|
6386
6660
|
"official_docs": [
|
|
6387
6661
|
"https://support.huaweicloud.com/intl/en-us/dew/index.html"
|
|
@@ -6405,7 +6679,7 @@
|
|
|
6405
6679
|
"kiro",
|
|
6406
6680
|
"other"
|
|
6407
6681
|
],
|
|
6408
|
-
"summary": "Gate OBS bucket ACL and policy mutations
|
|
6682
|
+
"summary": "Gate OBS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data immediately and CN-* cross-border replication may violate MLPS 2.0/CSL data localization requirements.",
|
|
6409
6683
|
"source_type": "original",
|
|
6410
6684
|
"official_docs": [
|
|
6411
6685
|
"https://support.huaweicloud.com/intl/en-us/obs/index.html"
|
|
@@ -6430,13 +6704,13 @@
|
|
|
6430
6704
|
"kiro",
|
|
6431
6705
|
"other"
|
|
6432
6706
|
],
|
|
6433
|
-
"summary": "Engineer and review Huawei Cloud ELB traffic configurations
|
|
6707
|
+
"summary": "Engineer and review Huawei Cloud ELB traffic configurations \u2014 dedicated vs shared ELB type selection, HTTP/HTTPS/TCP/UDP protocol listener setup, health check configuration, WAF integration on ELB, backend server group routing, connection draining, and TLS policy enforcement on Dedicated ELB.",
|
|
6434
6708
|
"source_type": "original",
|
|
6435
6709
|
"official_docs": [
|
|
6436
6710
|
"https://support.huaweicloud.com/intl/en-us/elb/index.html",
|
|
6437
6711
|
"https://support.huaweicloud.com/intl/en-us/waf/index.html"
|
|
6438
6712
|
],
|
|
6439
|
-
"security_notes": "ELB HTTPS listeners should enforce TLS-1-2 or TLS-1-2-Strict policy to disable TLSv1.0 and TLSv1.1
|
|
6713
|
+
"security_notes": "ELB HTTPS listeners should enforce TLS-1-2 or TLS-1-2-Strict policy to disable TLSv1.0 and TLSv1.1 \u2014 weaker TLS policies expose traffic to known downgrade attacks. WAF integration on ELB adds a security inspection hop; verify WAF security policy is tuned for the application before enabling block mode to avoid service disruption from false positives.",
|
|
6440
6714
|
"last_verified": "2026-05-09",
|
|
6441
6715
|
"path": "skills/huawei/huawei-load-balancer-traffic-engineer",
|
|
6442
6716
|
"version": "0.1.0",
|
|
@@ -6455,7 +6729,7 @@
|
|
|
6455
6729
|
"gemini",
|
|
6456
6730
|
"kiro"
|
|
6457
6731
|
],
|
|
6458
|
-
"summary": "Route Huawei Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. MLPS 2.0 and sovereignty-aware
|
|
6732
|
+
"summary": "Route Huawei Cloud tasks to the narrowest specialist or team of specialists from the 27-agent catalog. MLPS 2.0 and sovereignty-aware \u2014 flags MLPS Level 3 control gaps and data residency obligations for China workloads. Understands Huawei's enterprise-project model and SCP-based org governance. Never auto-dispatches live-guard agents.",
|
|
6459
6733
|
"source_type": "original",
|
|
6460
6734
|
"official_docs": [
|
|
6461
6735
|
"https://support.huaweicloud.com/intl/en-us/iam/index.html",
|
|
@@ -6463,7 +6737,7 @@
|
|
|
6463
6737
|
"https://support.huaweicloud.com/intl/en-us/ecs/index.html",
|
|
6464
6738
|
"https://support.huaweicloud.com/intl/en-us/secmaster/index.html"
|
|
6465
6739
|
],
|
|
6466
|
-
"security_notes": "Maestro must never auto-dispatch live-guard agents. SCP deny statements and DEW key deletion are irreversible with org-wide or permanent data-loss blast radius. MLPS 2.0 Level 3 workloads have mandatory incident reporting obligations
|
|
6740
|
+
"security_notes": "Maestro must never auto-dispatch live-guard agents. SCP deny statements and DEW key deletion are irreversible with org-wide or permanent data-loss blast radius. MLPS 2.0 Level 3 workloads have mandatory incident reporting obligations \u2014 flag data destruction and security breaches immediately.",
|
|
6467
6741
|
"last_verified": "2026-05-08",
|
|
6468
6742
|
"path": "skills/huawei/huawei-maestro",
|
|
6469
6743
|
"author": "github: Raishin",
|
|
@@ -6489,7 +6763,7 @@
|
|
|
6489
6763
|
"https://support.huaweicloud.com/intl/en-us/sms/index.html",
|
|
6490
6764
|
"https://support.huaweicloud.com/intl/en-us/drs/index.html"
|
|
6491
6765
|
],
|
|
6492
|
-
"security_notes": "DRS replication user needs REPLICATION privilege on source
|
|
6766
|
+
"security_notes": "DRS replication user needs REPLICATION privilege on source \u2014 least privilege on source system. Never cut over without verifying DRS lag and backup integrity. SMS agent requires network path from source to Huawei Cloud.",
|
|
6493
6767
|
"last_verified": "2026-05-08",
|
|
6494
6768
|
"path": "skills/huawei/huawei-migration-architect",
|
|
6495
6769
|
"author": "github: Raishin",
|
|
@@ -6513,7 +6787,7 @@
|
|
|
6513
6787
|
"official_docs": [
|
|
6514
6788
|
"https://support.huaweicloud.com/intl/en-us/modelarts/index.html"
|
|
6515
6789
|
],
|
|
6516
|
-
"security_notes": "ModelArts training jobs have no automatic cost cap
|
|
6790
|
+
"security_notes": "ModelArts training jobs have no automatic cost cap \u2014 always set resource quotas before large GPU/NPU training runs. Ascend NPU OOM patterns differ from Nvidia CUDA OOM. Pangu model deployment endpoint has no default rate limiting.",
|
|
6517
6791
|
"last_verified": "2026-05-08",
|
|
6518
6792
|
"path": "skills/huawei/huawei-modelarts-mlops-engineer",
|
|
6519
6793
|
"author": "github: Raishin",
|
|
@@ -6532,7 +6806,7 @@
|
|
|
6532
6806
|
"kiro",
|
|
6533
6807
|
"other"
|
|
6534
6808
|
],
|
|
6535
|
-
"summary": "Design Huawei Cloud network architecture
|
|
6809
|
+
"summary": "Design Huawei Cloud network architecture \u2014 VPC, ELB type selection (dedicated/shared), VPN and DC Gateway (Direct Connect), Cloud Connect for inter-VPC, CFW (Cloud Firewall), Anti-DDoS, DNS.",
|
|
6536
6810
|
"source_type": "original",
|
|
6537
6811
|
"official_docs": [
|
|
6538
6812
|
"https://support.huaweicloud.com/intl/en-us/vpc/index.html",
|
|
@@ -6559,14 +6833,14 @@
|
|
|
6559
6833
|
"kiro",
|
|
6560
6834
|
"other"
|
|
6561
6835
|
],
|
|
6562
|
-
"summary": "Govern Huawei Cloud OBS (Object Storage Service) data perimeters
|
|
6836
|
+
"summary": "Govern Huawei Cloud OBS (Object Storage Service) data perimeters \u2014 bucket policy and ACL public exposure, Block Public Access configuration, VPC endpoint binding for private access, WORM (Object Lock), cross-region replication compliance, and MLPS 2.0 data residency enforcement.",
|
|
6563
6837
|
"source_type": "original",
|
|
6564
6838
|
"official_docs": [
|
|
6565
6839
|
"https://support.huaweicloud.com/intl/en-us/obs/index.html",
|
|
6566
6840
|
"https://support.huaweicloud.com/intl/en-us/vpcep/index.html",
|
|
6567
6841
|
"https://support.huaweicloud.com/intl/en-us/obs/obs_03_0086.html"
|
|
6568
6842
|
],
|
|
6569
|
-
"security_notes": "Huawei Cloud OBS presigned URLs can expose objects publicly for the URL validity period
|
|
6843
|
+
"security_notes": "Huawei Cloud OBS presigned URLs can expose objects publicly for the URL validity period \u2014 audit presigned URL generation in application code and set maximum validity to the shortest acceptable window. OBS cross-region replication of MLPS 2.0 Level 3 classified data to international regions violates Chinese data sovereignty regulations and carries regulatory penalty risk.",
|
|
6570
6844
|
"last_verified": "2026-05-09",
|
|
6571
6845
|
"path": "skills/huawei/huawei-obs-data-perimeter-governor",
|
|
6572
6846
|
"version": "0.1.0",
|
|
@@ -6637,14 +6911,14 @@
|
|
|
6637
6911
|
"kiro",
|
|
6638
6912
|
"other"
|
|
6639
6913
|
],
|
|
6640
|
-
"summary": "Govern Huawei Cloud SWR (Software Repository for Container)
|
|
6914
|
+
"summary": "Govern Huawei Cloud SWR (Software Repository for Container) \u2014 image retention policy, vulnerability scanning via VSS (Vulnerability Scan Service) integration, namespace permission least privilege, cross-region image replication, and supply chain security posture.",
|
|
6641
6915
|
"source_type": "original",
|
|
6642
6916
|
"official_docs": [
|
|
6643
6917
|
"https://support.huaweicloud.com/intl/en-us/swr/index.html",
|
|
6644
6918
|
"https://support.huaweicloud.com/intl/en-us/vss/index.html",
|
|
6645
6919
|
"https://support.huaweicloud.com/intl/en-us/cce/index.html"
|
|
6646
6920
|
],
|
|
6647
|
-
"security_notes": "Public SWR namespaces expose images to Huawei Cloud's global network
|
|
6921
|
+
"security_notes": "Public SWR namespaces expose images to Huawei Cloud's global network \u2014 an attacker can enumerate public namespaces and pull all images without authentication. SWR image signing is not natively supported \u2014 use third-party image signing (Notary v2/cosign) for supply chain attestation on sensitive production images.",
|
|
6648
6922
|
"last_verified": "2026-05-09",
|
|
6649
6923
|
"path": "skills/huawei/huawei-registry-artifact-governor",
|
|
6650
6924
|
"version": "0.1.0",
|
|
@@ -6663,7 +6937,7 @@
|
|
|
6663
6937
|
"kiro",
|
|
6664
6938
|
"other"
|
|
6665
6939
|
],
|
|
6666
|
-
"summary": "Review Huawei Cloud workload HA and BCDR designs
|
|
6940
|
+
"summary": "Review Huawei Cloud workload HA and BCDR designs \u2014 GaussDB High Availability (HA) instance failover, CBR (Cloud Backup and Recovery) cross-region vault, CCE multi-AZ deployment, DRS (Data Replication Service) for DR, RTO/RPO target analysis, and runbook completeness.",
|
|
6667
6941
|
"source_type": "original",
|
|
6668
6942
|
"official_docs": [
|
|
6669
6943
|
"https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
|
|
@@ -6672,7 +6946,7 @@
|
|
|
6672
6946
|
"https://support.huaweicloud.com/intl/en-us/drs/index.html",
|
|
6673
6947
|
"https://support.huaweicloud.com/intl/en-us/elb/index.html"
|
|
6674
6948
|
],
|
|
6675
|
-
"security_notes": "Huawei Cloud CBR vaults use default encryption
|
|
6949
|
+
"security_notes": "Huawei Cloud CBR vaults use default encryption \u2014 enable KMS CMEK for vaults containing sensitive production data. GaussDB cross-region read replicas involve data leaving the source region \u2014 verify this is compliant with MLPS 2.0 Level 3 data residency requirements before enabling.",
|
|
6676
6950
|
"last_verified": "2026-05-09",
|
|
6677
6951
|
"path": "skills/huawei/huawei-resilience-bcdr-review",
|
|
6678
6952
|
"version": "0.1.0",
|
|
@@ -6698,7 +6972,7 @@
|
|
|
6698
6972
|
"https://support.huaweicloud.com/intl/en-us/hss/index.html",
|
|
6699
6973
|
"https://support.huaweicloud.com/intl/en-us/cfw/index.html"
|
|
6700
6974
|
],
|
|
6701
|
-
"security_notes": "CFW rule changes affect all instances in scope simultaneously. HSS agent uninstall removes MLPS-required host detection visibility
|
|
6975
|
+
"security_notes": "CFW rule changes affect all instances in scope simultaneously. HSS agent uninstall removes MLPS-required host detection visibility \u2014 flag immediately. SecMaster SOAR playbook dry-run required before live execution. WAF bypass via IP whitelist requires documented business justification.",
|
|
6702
6976
|
"last_verified": "2026-05-08",
|
|
6703
6977
|
"path": "skills/huawei/huawei-secmaster-security-operations",
|
|
6704
6978
|
"author": "github: Raishin",
|
|
@@ -6718,14 +6992,14 @@
|
|
|
6718
6992
|
"kiro",
|
|
6719
6993
|
"other"
|
|
6720
6994
|
],
|
|
6721
|
-
"summary": "Review FunctionGraph production readiness on Huawei Cloud
|
|
6995
|
+
"summary": "Review FunctionGraph production readiness on Huawei Cloud \u2014 VPC access configuration, concurrency limits and reserved instances, cold-start optimization, observability via LTS and AOM, timeout configuration, dependency package size, custom vs managed runtimes, and ServiceStage application lifecycle.",
|
|
6722
6996
|
"source_type": "original",
|
|
6723
6997
|
"official_docs": [
|
|
6724
6998
|
"https://support.huaweicloud.com/intl/en-us/fg/index.html",
|
|
6725
6999
|
"https://support.huaweicloud.com/intl/en-us/servicestage/index.html",
|
|
6726
7000
|
"https://support.huaweicloud.com/intl/en-us/aom/index.html"
|
|
6727
7001
|
],
|
|
6728
|
-
"security_notes": "FunctionGraph function environment variables may contain secrets
|
|
7002
|
+
"security_notes": "FunctionGraph function environment variables may contain secrets \u2014 use DEW (Data Encryption Workshop) or Secret Manager references instead of plaintext values in environment variables. Custom runtimes require the function author to maintain runtime security patch lifecycle \u2014 document a patching cadence if custom runtimes are used in production.",
|
|
6729
7003
|
"last_verified": "2026-05-09",
|
|
6730
7004
|
"path": "skills/huawei/huawei-serverless-production-readiness",
|
|
6731
7005
|
"version": "0.1.0",
|
|
@@ -6744,7 +7018,7 @@
|
|
|
6744
7018
|
"kiro",
|
|
6745
7019
|
"other"
|
|
6746
7020
|
],
|
|
6747
|
-
"summary": "Design Huawei Cloud solutions
|
|
7021
|
+
"summary": "Design Huawei Cloud solutions \u2014 product selection, enterprise-project model design, region selection for MLPS/sovereignty requirements, architecture patterns, multi-zone and multi-region HA.",
|
|
6748
7022
|
"source_type": "original",
|
|
6749
7023
|
"official_docs": [
|
|
6750
7024
|
"https://support.huaweicloud.com/intl/en-us/ecs/index.html",
|
|
@@ -6770,14 +7044,14 @@
|
|
|
6770
7044
|
"kiro",
|
|
6771
7045
|
"other"
|
|
6772
7046
|
],
|
|
6773
|
-
"summary": "Coordinate Huawei Cloud support incidents
|
|
7047
|
+
"summary": "Coordinate Huawei Cloud support incidents \u2014 case creation with correct severity (\u7d27\u6025/\u9ad8/\u4e2d/\u4f4e), Premium Support SLA enforcement, Account Manager and TAM escalation path, status page monitoring, internal stakeholder communication, and post-incident evidence packaging.",
|
|
6774
7048
|
"source_type": "original",
|
|
6775
7049
|
"official_docs": [
|
|
6776
7050
|
"https://support.huaweicloud.com/intl/en-us/",
|
|
6777
7051
|
"https://status.huaweicloud.com/",
|
|
6778
7052
|
"https://support.huaweicloud.com/intl/en-us/usermanual-ticket/topic_0065264094.html"
|
|
6779
7053
|
],
|
|
6780
|
-
"security_notes": "Huawei Cloud support case attachments are stored on Huawei Cloud infrastructure
|
|
7054
|
+
"security_notes": "Huawei Cloud support case attachments are stored on Huawei Cloud infrastructure \u2014 never attach files with customer financial data, health records, or unredacted credentials. Premium Support SLA breach timestamps must be logged with case numbers for contractual credit claims.",
|
|
6781
7055
|
"last_verified": "2026-05-09",
|
|
6782
7056
|
"path": "skills/huawei/huawei-support-incident-coordinator",
|
|
6783
7057
|
"version": "0.1.0",
|
|
@@ -6796,7 +7070,7 @@
|
|
|
6796
7070
|
"kiro",
|
|
6797
7071
|
"other"
|
|
6798
7072
|
],
|
|
6799
|
-
"summary": "Triage Huawei Cloud operational alerts, incidents, and support tickets
|
|
7073
|
+
"summary": "Triage Huawei Cloud operational alerts, incidents, and support tickets \u2014 P0/P1/P2/P3 classification, Huawei Cloud Premium Support SLA enforcement, Account Manager escalation, AOM alert routing, war room coordination, evidence collection from CES and LTS, and safe escalation paths.",
|
|
6800
7074
|
"source_type": "original",
|
|
6801
7075
|
"official_docs": [
|
|
6802
7076
|
"https://support.huaweicloud.com/intl/en-us/",
|
|
@@ -6805,7 +7079,7 @@
|
|
|
6805
7079
|
"https://support.huaweicloud.com/intl/en-us/ces/index.html",
|
|
6806
7080
|
"https://support.huaweicloud.com/intl/en-us/lts/index.html"
|
|
6807
7081
|
],
|
|
6808
|
-
"security_notes": "Huawei Cloud support ticket attachments are accessible to Huawei support engineers
|
|
7082
|
+
"security_notes": "Huawei Cloud support ticket attachments are accessible to Huawei support engineers \u2014 scrub AK/SK values, account IDs, customer PII, and unredacted log data before sharing. War room communication must use secure channels \u2014 avoid sharing incident details in public or uncontrolled messaging platforms.",
|
|
6809
7083
|
"last_verified": "2026-05-09",
|
|
6810
7084
|
"path": "skills/huawei/huawei-ticket-triage-escalation-coordinator",
|
|
6811
7085
|
"version": "0.1.0",
|
|
@@ -6905,7 +7179,7 @@
|
|
|
6905
7179
|
"kiro",
|
|
6906
7180
|
"other"
|
|
6907
7181
|
],
|
|
6908
|
-
"summary": "Review influencer campaign audit packs
|
|
7182
|
+
"summary": "Review influencer campaign audit packs \u2014 brief, contract, post descriptions, and disclosure placement specs \u2014 for FTC Endorsement Guide violations: undisclosed material connections, inadequate disclosure placement, and brand liability exposure.",
|
|
6909
7183
|
"source_type": "original",
|
|
6910
7184
|
"official_docs": [
|
|
6911
7185
|
"https://www.ftc.gov/legal-library/browse/rules/endorsement-guides",
|
|
@@ -6914,7 +7188,7 @@
|
|
|
6914
7188
|
"https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act",
|
|
6915
7189
|
"https://www.ftc.gov/business-guidance/resources/ftcs-endorsement-guides-what-people-are-asking"
|
|
6916
7190
|
],
|
|
6917
|
-
"security_notes": "Review works from a structured influencer campaign audit pack only
|
|
7191
|
+
"security_notes": "Review works from a structured influencer campaign audit pack only \u2014 brief, contract excerpt, post descriptions, and disclosure spec. Never accept raw personal data about creators, unpublished negotiations, or brand financial terms beyond what is needed to assess disclosure adequacy. This is a static compliance review; it does not generate campaign content or creator instructions.",
|
|
6918
7192
|
"last_verified": "2026-05-17",
|
|
6919
7193
|
"path": "skills/marketing/influencer-disclosure-compliance-review",
|
|
6920
7194
|
"author": "github: Raishin",
|
|
@@ -7049,7 +7323,7 @@
|
|
|
7049
7323
|
"https://api.ionos.com/docs/",
|
|
7050
7324
|
"https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs"
|
|
7051
7325
|
],
|
|
7052
|
-
"security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius
|
|
7326
|
+
"security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius \u2014 routing must stay read-only and hand off to approval-gated specialists. Do not expose bearer tokens or customer credentials in routing output.",
|
|
7053
7327
|
"last_verified": "2026-05-10",
|
|
7054
7328
|
"path": "skills/ionos/ionos-maestro",
|
|
7055
7329
|
"author": "github: Raishin",
|
|
@@ -7106,7 +7380,7 @@
|
|
|
7106
7380
|
"https://istio.io/latest/docs/reference/config/security/peer_authentication/",
|
|
7107
7381
|
"https://istio.io/latest/docs/reference/config/security/authorization-policy/"
|
|
7108
7382
|
],
|
|
7109
|
-
"security_notes": "L7 AuthorizationPolicy rules in ambient mode are silently ignored when no waypoint is deployed
|
|
7383
|
+
"security_notes": "L7 AuthorizationPolicy rules in ambient mode are silently ignored when no waypoint is deployed \u2014 ztunnel only enforces L4. PeerAuthentication PERMISSIVE or DISABLE in production breaks mesh zero-trust. Mesh-wide root-namespace PeerAuthentication change has cluster-wide blast radius.",
|
|
7110
7384
|
"last_verified": "2026-05-01",
|
|
7111
7385
|
"path": "skills/istio/istio-ambient-mesh-review",
|
|
7112
7386
|
"author": "github: Raishin",
|
|
@@ -7135,7 +7409,7 @@
|
|
|
7135
7409
|
"https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings",
|
|
7136
7410
|
"https://docs.kubecost.com/apis/apis-overview"
|
|
7137
7411
|
],
|
|
7138
|
-
"security_notes": "Kubecost cost allocation API without authentication exposes team-level spend data to any pod in the cluster. Multi-cluster Kubecost aggregation requires cross-cluster network access
|
|
7412
|
+
"security_notes": "Kubecost cost allocation API without authentication exposes team-level spend data to any pod in the cluster. Multi-cluster Kubecost aggregation requires cross-cluster network access \u2014 review whether the aggregation network path is private or exposed.",
|
|
7139
7413
|
"last_verified": "2026-05-02",
|
|
7140
7414
|
"path": "skills/kubernetes/kubecost-chargeback-allocation-review",
|
|
7141
7415
|
"version": "0.1.0",
|
|
@@ -7221,7 +7495,7 @@
|
|
|
7221
7495
|
"https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/",
|
|
7222
7496
|
"https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
|
|
7223
7497
|
],
|
|
7224
|
-
"security_notes": "Capture current RBAC state before every mutation
|
|
7498
|
+
"security_notes": "Capture current RBAC state before every mutation \u2014 no built-in rollback. Block escalate, bind, and impersonate verbs without platform-team approval. Never approve wildcard grants. Cached tokens remain valid after binding deletion until expiry.",
|
|
7225
7499
|
"last_verified": "2026-05-01",
|
|
7226
7500
|
"path": "skills/kubernetes/kubernetes-live-rbac-mutation-guard",
|
|
7227
7501
|
"author": "github: Raishin",
|
|
@@ -7268,7 +7542,7 @@
|
|
|
7268
7542
|
"kiro",
|
|
7269
7543
|
"other"
|
|
7270
7544
|
],
|
|
7271
|
-
"summary": "Review raw Kubernetes YAML manifests for security, quality, and policy defects
|
|
7545
|
+
"summary": "Review raw Kubernetes YAML manifests for security, quality, and policy defects \u2014 deprecated APIs, missing securityContext, absent resource limits, missing health probes, RBAC over-permission, plaintext secrets, and network exposure \u2014 statically, without applying manifests or contacting a cluster.",
|
|
7272
7546
|
"source_type": "original",
|
|
7273
7547
|
"official_docs": [
|
|
7274
7548
|
"https://kubernetes.io/docs/concepts/security/pod-security-standards/",
|
|
@@ -7279,7 +7553,7 @@
|
|
|
7279
7553
|
"https://github.com/yannh/kubeconform",
|
|
7280
7554
|
"https://github.com/zegl/kube-score"
|
|
7281
7555
|
],
|
|
7282
|
-
"security_notes": "Static review only
|
|
7556
|
+
"security_notes": "Static review only \u2014 reads manifest YAML files, never applies manifests to a cluster, never connects to the Kubernetes API, and never requests kubeconfig, service account tokens, or cloud credentials. Do not accept manifests containing real secret values or connection strings decoded from base64; ask for sanitized versions with placeholder values.",
|
|
7283
7557
|
"last_verified": "2026-05-17",
|
|
7284
7558
|
"path": "skills/qa/kubernetes-manifest-quality-review",
|
|
7285
7559
|
"author": "github: Raishin",
|
|
@@ -7298,7 +7572,7 @@
|
|
|
7298
7572
|
"kiro",
|
|
7299
7573
|
"other"
|
|
7300
7574
|
],
|
|
7301
|
-
"summary": "Review Kubernetes cluster network architecture: CNI and dataplane selection, kube-proxy mode and replacement, IPAM and CIDR sizing, MTU and encapsulation, dual-stack and IPv6, Service surface (EndpointSlices, internalTrafficPolicy, externalTrafficPolicy, topology-aware routing), Ingress to Gateway API migration, CoreDNS and NodeLocal DNSCache, multi-cluster topology, and connectivity observability and troubleshooting. Excludes NetworkPolicy content review and live mutations
|
|
7575
|
+
"summary": "Review Kubernetes cluster network architecture: CNI and dataplane selection, kube-proxy mode and replacement, IPAM and CIDR sizing, MTU and encapsulation, dual-stack and IPv6, Service surface (EndpointSlices, internalTrafficPolicy, externalTrafficPolicy, topology-aware routing), Ingress to Gateway API migration, CoreDNS and NodeLocal DNSCache, multi-cluster topology, and connectivity observability and troubleshooting. Excludes NetworkPolicy content review and live mutations \u2014 those are delegated to cilium-network-policy-review and the live-guard agents.",
|
|
7302
7576
|
"source_type": "original",
|
|
7303
7577
|
"official_docs": [
|
|
7304
7578
|
"https://kubernetes.io/docs/concepts/services-networking/",
|
|
@@ -7313,7 +7587,7 @@
|
|
|
7313
7587
|
"https://docs.cilium.io/en/stable/network/kube-proxy-replacement/",
|
|
7314
7588
|
"https://coredns.io/plugins/kubernetes/"
|
|
7315
7589
|
],
|
|
7316
|
-
"security_notes": "CNI and Pod CIDR are one-way architectural choices on most stacks
|
|
7590
|
+
"security_notes": "CNI and Pod CIDR are one-way architectural choices on most stacks \u2014 resizing requires cluster rebuild. kube-proxy mode swap can break in-flight connections. MTU mismatch between underlay and overlay is a silent payload-stall failure. externalTrafficPolicy: Local preserves source IP but black-holes traffic when no local endpoint exists. NodeLocal DNSCache OOM produces a node-wide DNS outage via stale packet-filter redirect. Multi-cluster pod CIDR collisions break any cross-cluster scheme regardless of policy correctness. ndots:5 plus search path is the dominant cluster DNS load on most installations.",
|
|
7317
7591
|
"last_verified": "2026-05-07",
|
|
7318
7592
|
"path": "skills/kubernetes/kubernetes-network-architecture-review",
|
|
7319
7593
|
"author": "github: Raishin",
|
|
@@ -7466,7 +7740,7 @@
|
|
|
7466
7740
|
"id": "legal-counsel-review",
|
|
7467
7741
|
"name": "Legal Counsel Review",
|
|
7468
7742
|
"type": "skill",
|
|
7469
|
-
"provider": "
|
|
7743
|
+
"provider": "legal",
|
|
7470
7744
|
"harnesses": [
|
|
7471
7745
|
"codex",
|
|
7472
7746
|
"claude-code",
|
|
@@ -7475,7 +7749,7 @@
|
|
|
7475
7749
|
"kiro",
|
|
7476
7750
|
"other"
|
|
7477
7751
|
],
|
|
7478
|
-
"summary": "Adversarial legal-risk review discipline for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions
|
|
7752
|
+
"summary": "Adversarial legal-risk review discipline for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions \u2014 surfaces risks, evidence gaps, decision options, and escalation paths for qualified counsel. Does not give legal advice.",
|
|
7479
7753
|
"source_type": "original",
|
|
7480
7754
|
"official_docs": [
|
|
7481
7755
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
@@ -7485,7 +7759,7 @@
|
|
|
7485
7759
|
"https://www.oaic.gov.au/privacy/the-privacy-act",
|
|
7486
7760
|
"https://www.law.cornell.edu/wex"
|
|
7487
7761
|
],
|
|
7488
|
-
"security_notes": "Static review only
|
|
7762
|
+
"security_notes": "Static review only \u2014 works from sanitized excerpts; never requests secrets, credentials, personal data, employee medical detail, or trade secrets. Does not issue binding legal conclusions; flags privileged material and recommends escalation to qualified counsel.",
|
|
7489
7763
|
"last_verified": "2026-05-18",
|
|
7490
7764
|
"path": "skills/legal/legal-counsel-review",
|
|
7491
7765
|
"author": "github: Raishin",
|
|
@@ -7504,7 +7778,7 @@
|
|
|
7504
7778
|
"kiro",
|
|
7505
7779
|
"other"
|
|
7506
7780
|
],
|
|
7507
|
-
"summary": "Shared, auditable handoff contract for Legal and HR agents
|
|
7781
|
+
"summary": "Shared, auditable handoff contract for Legal and HR agents \u2014 a redacted case capsule carrying facts, uncertainty, evidence quality, risk labels, privilege and privacy posture, a named decision owner, and an explicit do-not-do list. Does not give legal or HR advice.",
|
|
7508
7782
|
"source_type": "original",
|
|
7509
7783
|
"official_docs": [
|
|
7510
7784
|
"https://www.nist.gov/privacy-framework",
|
|
@@ -7530,7 +7804,7 @@
|
|
|
7530
7804
|
"kiro",
|
|
7531
7805
|
"other"
|
|
7532
7806
|
],
|
|
7533
|
-
"summary": "Shared risk vocabulary for the Legal and HR agent ecosystem
|
|
7807
|
+
"summary": "Shared risk vocabulary for the Legal and HR agent ecosystem \u2014 severity ratings, privilege and privacy sensitivity labels, matter-type classes, escalation-gate triggers, and the audit-log schema. Does not give legal or HR advice and never concludes a matter is safe or compliant.",
|
|
7534
7808
|
"source_type": "original",
|
|
7535
7809
|
"official_docs": [
|
|
7536
7810
|
"https://www.nist.gov/privacy-framework",
|
|
@@ -7556,7 +7830,7 @@
|
|
|
7556
7830
|
"kiro",
|
|
7557
7831
|
"other"
|
|
7558
7832
|
],
|
|
7559
|
-
"summary": "Classification and routing discipline for Legal and HR matters
|
|
7833
|
+
"summary": "Classification and routing discipline for Legal and HR matters \u2014 routing rules, the cross-domain overlap handoff matrix, controlled-handoff communication principles, and the Legal-HR conflict-resolution protocol. Does not give legal or HR advice and never makes a binding routing decision.",
|
|
7560
7834
|
"source_type": "original",
|
|
7561
7835
|
"official_docs": [
|
|
7562
7836
|
"https://www.nist.gov/privacy-framework",
|
|
@@ -7582,7 +7856,7 @@
|
|
|
7582
7856
|
"kiro",
|
|
7583
7857
|
"other"
|
|
7584
7858
|
],
|
|
7585
|
-
"summary": "Review an LLM or AI pipeline's evaluation setup for test-quality defects
|
|
7859
|
+
"summary": "Review an LLM or AI pipeline's evaluation setup for test-quality defects \u2014 missing hallucination, relevancy, faithfulness, bias, toxicity, and tool-correctness metrics; absent golden datasets; unthresholded or single-shot evals; and no regression gate across model versions. Static review only.",
|
|
7586
7860
|
"source_type": "original",
|
|
7587
7861
|
"official_docs": [
|
|
7588
7862
|
"https://docs.confident-ai.com/",
|
|
@@ -7593,7 +7867,7 @@
|
|
|
7593
7867
|
"https://docs.confident-ai.com/docs/metrics-tool-correctness",
|
|
7594
7868
|
"https://www.istqb.org/certifications/certified-tester-foundation-level"
|
|
7595
7869
|
],
|
|
7596
|
-
"security_notes": "Static review only
|
|
7870
|
+
"security_notes": "Static review only \u2014 reads eval configuration and test source; never calls LLM APIs, never runs evaluations, never requests model API keys or inference endpoints. Do not accept eval fixtures containing real user PII, private prompt chains, or model weights; ask for sanitized configurations.",
|
|
7597
7871
|
"last_verified": "2026-05-17",
|
|
7598
7872
|
"path": "skills/qa/llm-ai-pipeline-test-review",
|
|
7599
7873
|
"version": "0.1.0",
|
|
@@ -7612,7 +7886,7 @@
|
|
|
7612
7886
|
"kiro",
|
|
7613
7887
|
"other"
|
|
7614
7888
|
],
|
|
7615
|
-
"summary": "Review custom-audience and lookalike-audience upload specifications for hashing adequacy, PII field scope, consent-basis validity, and platform data-sharing restrictions before upload to Meta, Google, LinkedIn, or TikTok
|
|
7889
|
+
"summary": "Review custom-audience and lookalike-audience upload specifications for hashing adequacy, PII field scope, consent-basis validity, and platform data-sharing restrictions before upload to Meta, Google, LinkedIn, or TikTok \u2014 catching underhashed identifiers, consent-scope mismatches, and re-identification surfaces.",
|
|
7616
7890
|
"source_type": "original",
|
|
7617
7891
|
"official_docs": [
|
|
7618
7892
|
"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679",
|
|
@@ -7640,7 +7914,7 @@
|
|
|
7640
7914
|
"kiro",
|
|
7641
7915
|
"other"
|
|
7642
7916
|
],
|
|
7643
|
-
"summary": "Review marketing consent and data-collection posture
|
|
7917
|
+
"summary": "Review marketing consent and data-collection posture \u2014 CMP banner config, tag-manager containers, Consent Mode wiring, and cookie policy \u2014 for GDPR/ePrivacy/CCPA correctness, dark patterns, and undisclosed trackers.",
|
|
7644
7918
|
"source_type": "original",
|
|
7645
7919
|
"official_docs": [
|
|
7646
7920
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
@@ -7668,7 +7942,7 @@
|
|
|
7668
7942
|
"kiro",
|
|
7669
7943
|
"other"
|
|
7670
7944
|
],
|
|
7671
|
-
"summary": "Review marketing conversion flow specifications
|
|
7945
|
+
"summary": "Review marketing conversion flow specifications \u2014 subscription sign-up, upsell interstitial, free-trial enrollment, and cancellation path \u2014 for dark-pattern practices that invalidate consent or constitute unfair or deceptive acts under FTC Section 5, the FTC Negative Option Rule, CPRA, and EU AI Act Article 5(1)(b).",
|
|
7672
7946
|
"source_type": "original",
|
|
7673
7947
|
"official_docs": [
|
|
7674
7948
|
"https://www.ftc.gov/legal-library/browse/rules/negative-option-rule",
|
|
@@ -7677,7 +7951,7 @@
|
|
|
7677
7951
|
"https://oag.ca.gov/privacy/ccpa",
|
|
7678
7952
|
"https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng"
|
|
7679
7953
|
],
|
|
7680
|
-
"security_notes": "Read-only static review of sanitized UX flow specifications and annotated wireframes only. Never request real payment credentials, live user-session data, or production A/B-test results. Findings may indicate violations of FTC rules carrying civil penalties
|
|
7954
|
+
"security_notes": "Read-only static review of sanitized UX flow specifications and annotated wireframes only. Never request real payment credentials, live user-session data, or production A/B-test results. Findings may indicate violations of FTC rules carrying civil penalties \u2014 route remediation and enforcement-risk assessment to qualified legal counsel before acting on findings.",
|
|
7681
7955
|
"last_verified": "2026-05-17",
|
|
7682
7956
|
"path": "skills/marketing/marketing-conversion-flow-dark-pattern-review",
|
|
7683
7957
|
"author": "github: Raishin",
|
|
@@ -7706,7 +7980,7 @@
|
|
|
7706
7980
|
"https://oag.ca.gov/privacy/ccpa",
|
|
7707
7981
|
"https://www.canada.ca/en/radio-television-telecommunications/news/2014/07/compliance-and-enforcement-information-bulletin-crtc-2014-326.html"
|
|
7708
7982
|
],
|
|
7709
|
-
"security_notes": "Review works from sanitized CRM/ESP exports only
|
|
7983
|
+
"security_notes": "Review works from sanitized CRM/ESP exports only \u2014 placeholder values for email addresses, subscriber IDs, and timestamps. Never accept real subscriber PII, live CRM credentials, or ESP API keys. Findings of missing consent records or absent suppression-list sync may constitute an ongoing GDPR or CASL violation requiring legal escalation.",
|
|
7710
7984
|
"last_verified": "2026-05-17",
|
|
7711
7985
|
"path": "skills/marketing/marketing-email-list-retention-review",
|
|
7712
7986
|
"author": "github: Raishin",
|
|
@@ -7735,7 +8009,7 @@
|
|
|
7735
8009
|
"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB566",
|
|
7736
8010
|
"https://oag.ca.gov/privacy/ccpa"
|
|
7737
8011
|
],
|
|
7738
|
-
"security_notes": "GPC honoring reviews work from sanitized tag-manager container exports and CMP configuration exports only. Never request live CMP consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in an enforcement proceeding
|
|
8012
|
+
"security_notes": "GPC honoring reviews work from sanitized tag-manager container exports and CMP configuration exports only. Never request live CMP consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in an enforcement proceeding \u2014 route legal determinations to qualified privacy counsel, not to this skill.",
|
|
7739
8013
|
"last_verified": "2026-05-17",
|
|
7740
8014
|
"path": "skills/marketing/marketing-gpc-signal-honoring-review",
|
|
7741
8015
|
"author": "github: Raishin",
|
|
@@ -7781,7 +8055,7 @@
|
|
|
7781
8055
|
"kiro",
|
|
7782
8056
|
"other"
|
|
7783
8057
|
],
|
|
7784
|
-
"summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks
|
|
8058
|
+
"summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks \u2014 PII in payloads, form-field auto-capture, pixels on sensitive pages, and unhashed identifier transmission.",
|
|
7785
8059
|
"source_type": "original",
|
|
7786
8060
|
"official_docs": [
|
|
7787
8061
|
"https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html",
|
|
@@ -7790,7 +8064,7 @@
|
|
|
7790
8064
|
"https://support.google.com/google-ads/answer/9888656",
|
|
7791
8065
|
"https://owasp.org/www-project-top-ten/"
|
|
7792
8066
|
],
|
|
7793
|
-
"security_notes": "Advertising pixels that capture email, phone, health, or financial data transmit personal data to third-party ad networks with no contract, no consent scope, and no breach visibility
|
|
8067
|
+
"security_notes": "Advertising pixels that capture email, phone, health, or financial data transmit personal data to third-party ad networks with no contract, no consent scope, and no breach visibility \u2014 a pattern behind major HIPAA settlements, FTC Health Breach Notification Rule actions, and wiretap class actions. Review works from sanitized payloads and container exports only; never request real visitor data or ad-platform credentials.",
|
|
7794
8068
|
"last_verified": "2026-05-17",
|
|
7795
8069
|
"path": "skills/marketing/marketing-pixel-data-leakage-review",
|
|
7796
8070
|
"author": "github: Raishin",
|
|
@@ -7809,7 +8083,7 @@
|
|
|
7809
8083
|
"kiro",
|
|
7810
8084
|
"other"
|
|
7811
8085
|
],
|
|
7812
|
-
"summary": "Review access governance across a marketing technology stack
|
|
8086
|
+
"summary": "Review access governance across a marketing technology stack \u2014 OAuth connected apps, API keys, CRM and marketing-automation roles, and integration scopes \u2014 for least-privilege violations, shared and stale credentials, and missing ownership.",
|
|
7813
8087
|
"source_type": "original",
|
|
7814
8088
|
"official_docs": [
|
|
7815
8089
|
"https://datatracker.ietf.org/doc/html/rfc6749",
|
|
@@ -7837,7 +8111,7 @@
|
|
|
7837
8111
|
"gemini",
|
|
7838
8112
|
"kiro"
|
|
7839
8113
|
],
|
|
7840
|
-
"summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI
|
|
8114
|
+
"summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI \u2014 NeMo Agent Toolkit, NIM-as-tool, retrieval pipelines, tool-use safety, agent memory boundaries, and audit logging.",
|
|
7841
8115
|
"source_type": "original",
|
|
7842
8116
|
"official_docs": [
|
|
7843
8117
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -7867,7 +8141,7 @@
|
|
|
7867
8141
|
"gemini",
|
|
7868
8142
|
"kiro"
|
|
7869
8143
|
],
|
|
7870
|
-
"summary": "Review NVIDIA GPU infrastructure (DGX/HGX/MGX) against NVIDIA reference architectures, the AI Enterprise support matrix, and the NCA-AIIO and NCP-AII certification bodies of knowledge
|
|
8144
|
+
"summary": "Review NVIDIA GPU infrastructure (DGX/HGX/MGX) against NVIDIA reference architectures, the AI Enterprise support matrix, and the NCA-AIIO and NCP-AII certification bodies of knowledge \u2014 driver/firmware/CUDA alignment, BMC segmentation, ECC, persistence, and MIG posture.",
|
|
7871
8145
|
"source_type": "original",
|
|
7872
8146
|
"official_docs": [
|
|
7873
8147
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -7897,7 +8171,7 @@
|
|
|
7897
8171
|
"gemini",
|
|
7898
8172
|
"kiro"
|
|
7899
8173
|
],
|
|
7900
|
-
"summary": "Review NVIDIA AI fabric posture per NCP-AIN
|
|
8174
|
+
"summary": "Review NVIDIA AI fabric posture per NCP-AIN \u2014 Spectrum-X / InfiniBand topology, NCCL collective tuning, RoCEv2 lossless config, congestion control, and east-west isolation between training jobs.",
|
|
7901
8175
|
"source_type": "original",
|
|
7902
8176
|
"official_docs": [
|
|
7903
8177
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -7927,7 +8201,7 @@
|
|
|
7927
8201
|
"gemini",
|
|
7928
8202
|
"kiro"
|
|
7929
8203
|
],
|
|
7930
|
-
"summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO
|
|
8204
|
+
"summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO \u2014 DCGM exporter coverage, MIG lifecycle, Xid signature to runbook mapping, and gated driver/firmware upgrade discipline.",
|
|
7931
8205
|
"source_type": "original",
|
|
7932
8206
|
"official_docs": [
|
|
7933
8207
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -7957,7 +8231,7 @@
|
|
|
7957
8231
|
"gemini",
|
|
7958
8232
|
"kiro"
|
|
7959
8233
|
],
|
|
7960
|
-
"summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation
|
|
8234
|
+
"summary": "Doc-anchored static review of CUDA C/C++ kernel sources against the NVIDIA CUDA C++ Programming Guide, CUDA Best Practices Guide, and Nsight Compute documentation \u2014 memory coalescing, shared-memory bank conflicts, occupancy, register pressure, stream concurrency, kernel launch parameters.",
|
|
7961
8235
|
"source_type": "original",
|
|
7962
8236
|
"official_docs": [
|
|
7963
8237
|
"https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
|
|
@@ -7966,7 +8240,7 @@
|
|
|
7966
8240
|
"https://docs.nvidia.com/nsight-systems/",
|
|
7967
8241
|
"https://docs.nvidia.com/cuda/profiler-users-guide/"
|
|
7968
8242
|
],
|
|
7969
|
-
"security_notes": "Static review only
|
|
8243
|
+
"security_notes": "Static review only \u2014 the skill never executes nvcc, nsight-compute, or nsight-systems. It outputs the recommended invocation as text for the user to run on their own GPU host. Treat CUDA samples that disable bounds checking, copy host pointers across context boundaries, or use `cudaMallocManaged` without prefetch hints as findings rather than as patterns to imitate.",
|
|
7970
8244
|
"last_verified": "2026-05-10",
|
|
7971
8245
|
"path": "skills/nvidia/nvidia-cuda-kernel-performance-review/",
|
|
7972
8246
|
"category": "platform",
|
|
@@ -7987,7 +8261,7 @@
|
|
|
7987
8261
|
"gemini",
|
|
7988
8262
|
"kiro"
|
|
7989
8263
|
],
|
|
7990
|
-
"summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL
|
|
8264
|
+
"summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL \u2014 NeMo training and customization, NIM inference microservices, model card and weights provenance, evaluation harness, and guardrails posture.",
|
|
7991
8265
|
"source_type": "original",
|
|
7992
8266
|
"official_docs": [
|
|
7993
8267
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -8017,7 +8291,7 @@
|
|
|
8017
8291
|
"gemini",
|
|
8018
8292
|
"kiro"
|
|
8019
8293
|
],
|
|
8020
|
-
"summary": "Review NVIDIA GPU Operator on Kubernetes
|
|
8294
|
+
"summary": "Review NVIDIA GPU Operator on Kubernetes \u2014 device plugin, MIG manager, node feature discovery, time-sliced GPUs, container toolkit, securityContext posture, and namespace tenancy boundaries.",
|
|
8021
8295
|
"source_type": "original",
|
|
8022
8296
|
"official_docs": [
|
|
8023
8297
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -8082,7 +8356,7 @@
|
|
|
8082
8356
|
"https://oras.land/docs/category/oras-commands",
|
|
8083
8357
|
"https://github.com/anchore/grype"
|
|
8084
8358
|
],
|
|
8085
|
-
"security_notes": "Live-execution skill. Allowlist locks every Bash invocation to nvcr.io/* targets and to a fixed argv shape (no shell metacharacters). Egress restricted to nvcr.io and Sigstore endpoints (rekor, fulcio, tuf). Reads $NGC_API_KEY from environment but never echoes it. Default mode is static (no egress); runtime mode is per-session opt-in. Rekor unreachable degrades to manual-review rather than auto-pass to prevent quiet bypass in air-gapped environments. Read-only
|
|
8359
|
+
"security_notes": "Live-execution skill. Allowlist locks every Bash invocation to nvcr.io/* targets and to a fixed argv shape (no shell metacharacters). Egress restricted to nvcr.io and Sigstore endpoints (rekor, fulcio, tuf). Reads $NGC_API_KEY from environment but never echoes it. Default mode is static (no egress); runtime mode is per-session opt-in. Rekor unreachable degrades to manual-review rather than auto-pass to prevent quiet bypass in air-gapped environments. Read-only \u2014 no docker pull, no kubectl, no registry write.",
|
|
8086
8360
|
"last_verified": "2026-05-11",
|
|
8087
8361
|
"path": "skills/nvidia/nvidia-model-promotion-gatekeeper/",
|
|
8088
8362
|
"category": "security",
|
|
@@ -8105,7 +8379,7 @@
|
|
|
8105
8379
|
"gemini",
|
|
8106
8380
|
"kiro"
|
|
8107
8381
|
],
|
|
8108
|
-
"summary": "Review NGC and NIM supply chain posture
|
|
8382
|
+
"summary": "Review NGC and NIM supply chain posture \u2014 NGC org/team boundaries, API key scope and rotation, NIM container cosign verification, model card and weights provenance, AI Enterprise license posture, and air-gap mirror integrity.",
|
|
8109
8383
|
"source_type": "original",
|
|
8110
8384
|
"official_docs": [
|
|
8111
8385
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -8135,7 +8409,7 @@
|
|
|
8135
8409
|
"gemini",
|
|
8136
8410
|
"kiro"
|
|
8137
8411
|
],
|
|
8138
|
-
"summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation
|
|
8412
|
+
"summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation \u2014 ONNX/PyTorch export, precision selection, calibration integrity, dynamic shapes, plugin trust boundaries, engine cache provenance.",
|
|
8139
8413
|
"source_type": "original",
|
|
8140
8414
|
"official_docs": [
|
|
8141
8415
|
"https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
|
|
@@ -8144,7 +8418,7 @@
|
|
|
8144
8418
|
"https://docs.nvidia.com/deeplearning/tensorrt-llm/",
|
|
8145
8419
|
"https://docs.nvidia.com/deeplearning/tensorrt/api/"
|
|
8146
8420
|
],
|
|
8147
|
-
"security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default
|
|
8421
|
+
"security_notes": "TensorRT custom plugins load arbitrary native code into the inference process; any plugin pulled from a non-vetted source is an RCE primitive. Serialized TensorRT engines (`.engine`, `.plan`) are not signed by default \u2014 silent substitution of an engine yields silent model substitution. INT8 calibration data is unredacted production traffic by definition and is a confidentiality risk if it leaks. The skill never executes `trtexec`, `polygraphy`, or `tensorrt_llm/build.py` \u2014 it outputs the recommended invocation as text.",
|
|
8148
8422
|
"last_verified": "2026-05-10",
|
|
8149
8423
|
"path": "skills/nvidia/nvidia-tensorrt-llm-deployment-review/",
|
|
8150
8424
|
"category": "platform",
|
|
@@ -8165,7 +8439,7 @@
|
|
|
8165
8439
|
"gemini",
|
|
8166
8440
|
"kiro"
|
|
8167
8441
|
],
|
|
8168
|
-
"summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation
|
|
8442
|
+
"summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation \u2014 model repository layout, dynamic batching, ensemble pipelines, custom backend trust, gRPC/HTTP auth, response cache, rate-limit and metrics endpoints.",
|
|
8169
8443
|
"source_type": "original",
|
|
8170
8444
|
"official_docs": [
|
|
8171
8445
|
"https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
|
|
@@ -8174,7 +8448,7 @@
|
|
|
8174
8448
|
"https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
|
|
8175
8449
|
"https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
|
|
8176
8450
|
],
|
|
8177
|
-
"security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process
|
|
8451
|
+
"security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process \u2014 any backend pulled from a non-vetted source is an RCE primitive. Default gRPC and HTTP endpoints are anonymous; auth is the operator's responsibility via reverse-proxy or `--grpc-restricted-protocol`. Model files in `model_repository/` are unsigned at rest. The response cache, when enabled, can be poisoned across tenants if requests are not partitioned. The skill never starts `tritonserver` or sends inference requests \u2014 it outputs `tritonserver` and `perf_analyzer` invocations as text.",
|
|
8178
8452
|
"last_verified": "2026-05-10",
|
|
8179
8453
|
"path": "skills/nvidia/nvidia-triton-inference-serving-review/",
|
|
8180
8454
|
"category": "platform",
|
|
@@ -8230,7 +8504,7 @@
|
|
|
8230
8504
|
"https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
|
|
8231
8505
|
"https://github.com/oracle/oci-native-ingress-controller"
|
|
8232
8506
|
],
|
|
8233
|
-
"security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint
|
|
8507
|
+
"security_notes": "Instance Principal auth for cert-manager on OKE means ANY pod on the node can call the OCI Certificates API using the instance metadata endpoint \u2014 not just cert-manager. Use OKE Workload Identity to scope cert-issuance permissions to the cert-manager ServiceAccount only. IAM policy with 'manage certificate-authorities' grants delete and update CA permissions, which is excessive for cert-manager.",
|
|
8234
8508
|
"last_verified": "2026-05-02",
|
|
8235
8509
|
"path": "skills/oci/oci-certificates-issuer-review",
|
|
8236
8510
|
"version": "0.1.0",
|
|
@@ -8602,7 +8876,7 @@
|
|
|
8602
8876
|
"kiro",
|
|
8603
8877
|
"other"
|
|
8604
8878
|
],
|
|
8605
|
-
"summary": "Guard Autonomous Database lifecycle changes
|
|
8879
|
+
"summary": "Guard Autonomous Database lifecycle changes \u2014 scale, start, stop, clone, terminate \u2014 with protection-tag enforcement, backup verification, and connection-string impact analysis before any mutation.",
|
|
8606
8880
|
"source_type": "original",
|
|
8607
8881
|
"official_docs": [
|
|
8608
8882
|
"https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbscaling.htm",
|
|
@@ -8610,7 +8884,7 @@
|
|
|
8610
8884
|
"https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
|
|
8611
8885
|
"https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
|
|
8612
8886
|
],
|
|
8613
|
-
"security_notes": "ADB termination is permanent
|
|
8887
|
+
"security_notes": "ADB termination is permanent \u2014 the database and all backups are deleted. Always verify protection tags before any terminate operation. ADB storage scale-up cannot be reversed. Termination blocked by defined-tag protection requires explicit tag removal approval.",
|
|
8614
8888
|
"last_verified": "2026-04-30",
|
|
8615
8889
|
"path": "skills/oci/oci-live-autonomous-db-lifecycle-guard",
|
|
8616
8890
|
"author": "github: Raishin",
|
|
@@ -8637,7 +8911,7 @@
|
|
|
8637
8911
|
"https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
|
|
8638
8912
|
"https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
|
|
8639
8913
|
],
|
|
8640
|
-
"security_notes": "GPU/HPC shapes (BM.GPU4.8, A100, BM.HPC2.36) can generate six-figure monthly costs when left running. Never approve quota increases or budget threshold raises without explicit financial-authority approval. Emergency stop requires Compute operator rights
|
|
8914
|
+
"security_notes": "GPU/HPC shapes (BM.GPU4.8, A100, BM.HPC2.36) can generate six-figure monthly costs when left running. Never approve quota increases or budget threshold raises without explicit financial-authority approval. Emergency stop requires Compute operator rights \u2014 escalate if not held.",
|
|
8641
8915
|
"last_verified": "2026-04-30",
|
|
8642
8916
|
"path": "skills/oci/oci-live-cost-budget-runaway-guard",
|
|
8643
8917
|
"author": "github: Raishin",
|
|
@@ -8692,7 +8966,7 @@
|
|
|
8692
8966
|
"https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
|
|
8693
8967
|
"https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
|
|
8694
8968
|
],
|
|
8695
|
-
"security_notes": "oci network security-list update is a full replace
|
|
8969
|
+
"security_notes": "oci network security-list update is a full replace \u2014 always capture complete current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change. Prefer NSGs over Security Lists for database VNICs.",
|
|
8696
8970
|
"last_verified": "2026-05-01",
|
|
8697
8971
|
"path": "skills/oci/oci-live-network-security-rule-guard",
|
|
8698
8972
|
"author": "github: Raishin",
|
|
@@ -8719,7 +8993,7 @@
|
|
|
8719
8993
|
"https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
|
|
8720
8994
|
"https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
|
|
8721
8995
|
],
|
|
8722
|
-
"security_notes": "Never advance an OKE rollout past an approval stage without rollout status and PDB health evidence. kubectl rollout undo is irreversible in the sense that the prior version may not be identical to the deployed artifact
|
|
8996
|
+
"security_notes": "Never advance an OKE rollout past an approval stage without rollout status and PDB health evidence. kubectl rollout undo is irreversible in the sense that the prior version may not be identical to the deployed artifact \u2014 confirm target revision before undo.",
|
|
8723
8997
|
"last_verified": "2026-04-30",
|
|
8724
8998
|
"path": "skills/oci/oci-live-oke-rollout-guard",
|
|
8725
8999
|
"author": "github: Raishin",
|
|
@@ -9389,7 +9663,7 @@
|
|
|
9389
9663
|
"https://api.ovh.com/console/",
|
|
9390
9664
|
"https://registry.terraform.io/providers/ovh/ovh/latest/docs"
|
|
9391
9665
|
],
|
|
9392
|
-
"security_notes": "Routing layer must stay read-only; never attempt live OVHcloud API mutations from the classification layer
|
|
9666
|
+
"security_notes": "Routing layer must stay read-only; never attempt live OVHcloud API mutations from the classification layer \u2014 hand off to approval-gated specialists.",
|
|
9393
9667
|
"last_verified": "2026-05-10",
|
|
9394
9668
|
"path": "skills/ovhcloud/ovhcloud-maestro",
|
|
9395
9669
|
"version": "0.1.0",
|
|
@@ -9430,7 +9704,7 @@
|
|
|
9430
9704
|
"claude-code",
|
|
9431
9705
|
"cursor"
|
|
9432
9706
|
],
|
|
9433
|
-
"summary": "Execute an existing Playwright E2E suite against an operator-confirmed non-production target and emit a structured run attestation
|
|
9707
|
+
"summary": "Execute an existing Playwright E2E suite against an operator-confirmed non-production target and emit a structured run attestation \u2014 pass/fail/flaky counts, slowest tests, and trace artifact locations. Live-execution counterpart to playwright-e2e-suite-review.",
|
|
9434
9708
|
"source_type": "original",
|
|
9435
9709
|
"official_docs": [
|
|
9436
9710
|
"https://playwright.dev/docs/test-cli",
|
|
@@ -9439,7 +9713,7 @@
|
|
|
9439
9713
|
"https://playwright.dev/docs/trace-viewer",
|
|
9440
9714
|
"https://playwright.dev/docs/ci"
|
|
9441
9715
|
],
|
|
9442
|
-
"security_notes": "Live-execution skill, read-only-runtime tier. Default mode is static and runs nothing; runtime execution is a per-session opt-in requiring explicit operator confirmation of a non-production target. The Bash allowlist locks invocations to `npx playwright test`, `npx playwright install`, and `npx playwright show-report`
|
|
9716
|
+
"security_notes": "Live-execution skill, read-only-runtime tier. Default mode is static and runs nothing; runtime execution is a per-session opt-in requiring explicit operator confirmation of a non-production target. The Bash allowlist locks invocations to `npx playwright test`, `npx playwright install`, and `npx playwright show-report` \u2014 no deploy, migration, seed, or registry commands. Refuses production targets. Never accepts or echoes credentials, tokens, or storageState; test credentials come from the operator-controlled environment. Egress limited to the operator-confirmed target host and the Playwright browser CDN; blocked CDN egress degrades to manual-review rather than a false fail.",
|
|
9443
9717
|
"last_verified": "2026-05-17",
|
|
9444
9718
|
"path": "skills/qa/playwright-e2e-execution-run",
|
|
9445
9719
|
"category": "delivery",
|
|
@@ -9461,7 +9735,7 @@
|
|
|
9461
9735
|
"kiro",
|
|
9462
9736
|
"other"
|
|
9463
9737
|
],
|
|
9464
|
-
"summary": "Review a Playwright end-to-end test suite for flakiness, selector brittleness, test isolation defects, retry masking, and CI reliability
|
|
9738
|
+
"summary": "Review a Playwright end-to-end test suite for flakiness, selector brittleness, test isolation defects, retry masking, and CI reliability \u2014 statically, without executing the suite.",
|
|
9465
9739
|
"source_type": "original",
|
|
9466
9740
|
"official_docs": [
|
|
9467
9741
|
"https://playwright.dev/docs/best-practices",
|
|
@@ -9472,7 +9746,7 @@
|
|
|
9472
9746
|
"https://playwright.dev/docs/test-sharding",
|
|
9473
9747
|
"https://playwright.dev/docs/trace-viewer"
|
|
9474
9748
|
],
|
|
9475
|
-
"security_notes": "Static review only
|
|
9749
|
+
"security_notes": "Static review only \u2014 reads test specs and config, never executes the suite, launches browsers, or contacts a target application. Never request or accept live application URLs with embedded credentials, auth tokens, real storageState files, or .env secrets; ask for sanitized snippets.",
|
|
9476
9750
|
"last_verified": "2026-05-17",
|
|
9477
9751
|
"path": "skills/qa/playwright-e2e-suite-review",
|
|
9478
9752
|
"author": "github: Raishin",
|
|
@@ -9491,7 +9765,7 @@
|
|
|
9491
9765
|
"kiro",
|
|
9492
9766
|
"other"
|
|
9493
9767
|
],
|
|
9494
|
-
"summary": "Statically review exported IEC 61131-3 PLC program logic (LD, ST, FBD, SFC) for safety and reliability defects
|
|
9768
|
+
"summary": "Statically review exported IEC 61131-3 PLC program logic (LD, ST, FBD, SFC) for safety and reliability defects \u2014 E-stop implementation, output fail-safe paths, latch integrity, memory-write races, forced I/O, interlock bypass governance, timer determinism, and watchdog coverage \u2014 without connecting to a live controller.",
|
|
9495
9769
|
"source_type": "original",
|
|
9496
9770
|
"official_docs": [
|
|
9497
9771
|
"https://plcopen.org/iec-61131-3",
|
|
@@ -9500,7 +9774,7 @@
|
|
|
9500
9774
|
"https://webstore.iec.ch/publication/26037",
|
|
9501
9775
|
"https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_structure_application_objects.html"
|
|
9502
9776
|
],
|
|
9503
|
-
"security_notes": "Static review only
|
|
9777
|
+
"security_notes": "Static review only \u2014 reads exported program logic, never connects to a live PLC, never writes to a controller, and never advises modifying running logic or bypassing a safety function. Never request or accept live controller IP addresses, plant network credentials, historian credentials, or any identifier that maps to a production asset. Ask for sanitized, anonymized exports only.",
|
|
9504
9778
|
"last_verified": "2026-05-17",
|
|
9505
9779
|
"path": "skills/qa/plc-control-logic-safety-review",
|
|
9506
9780
|
"author": "github: Raishin",
|
|
@@ -9604,7 +9878,7 @@
|
|
|
9604
9878
|
"kiro",
|
|
9605
9879
|
"other"
|
|
9606
9880
|
],
|
|
9607
|
-
"summary": "Review exported RPA workflow definitions (UiPath XAML, Automation Anywhere, Power Automate Desktop, Blue Prism) for resilience and security defects
|
|
9881
|
+
"summary": "Review exported RPA workflow definitions (UiPath XAML, Automation Anywhere, Power Automate Desktop, Blue Prism) for resilience and security defects \u2014 hardcoded credentials, brittle selectors, missing exception handling, non-idempotent logic, fixed delays, and invisible failures \u2014 statically, without connecting to a live orchestrator.",
|
|
9608
9882
|
"source_type": "original",
|
|
9609
9883
|
"official_docs": [
|
|
9610
9884
|
"https://docs.uipath.com/studio/standalone/latest/user-guide/about-workflow-analyzer",
|
|
@@ -9614,17 +9888,17 @@
|
|
|
9614
9888
|
"https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/overview",
|
|
9615
9889
|
"https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/error-handling"
|
|
9616
9890
|
],
|
|
9617
|
-
"security_notes": "Static review only
|
|
9891
|
+
"security_notes": "Static review only \u2014 reads exported workflow definitions, never connects to a live orchestrator, never executes a bot, and never requests runner credentials, orchestrator URLs, or production queue data. Never accept workflow exports containing live PII, real customer data, or production connection strings; ask for sanitized snippets.",
|
|
9618
9892
|
"last_verified": "2026-05-17",
|
|
9619
9893
|
"path": "skills/qa/rpa-workflow-resilience-review",
|
|
9620
9894
|
"author": "github: Raishin",
|
|
9621
9895
|
"version": "0.1.0"
|
|
9622
9896
|
},
|
|
9623
9897
|
{
|
|
9624
|
-
"id": "
|
|
9625
|
-
"name": "
|
|
9898
|
+
"id": "salesforce-agentforce-risk-review-skill",
|
|
9899
|
+
"name": "Salesforce Agentforce Risk Review Skill",
|
|
9626
9900
|
"type": "skill",
|
|
9627
|
-
"provider": "
|
|
9901
|
+
"provider": "salesforce",
|
|
9628
9902
|
"harnesses": [
|
|
9629
9903
|
"codex",
|
|
9630
9904
|
"claude-code",
|
|
@@ -9633,25 +9907,23 @@
|
|
|
9633
9907
|
"kiro",
|
|
9634
9908
|
"other"
|
|
9635
9909
|
],
|
|
9636
|
-
"summary": "
|
|
9910
|
+
"summary": "Reviews Agentforce and Salesforce AI agent configurations for grounding quality, retrieval scope, action allowlist safety, human handoff design, hallucination containment, prompt injection surface, autonomous action boundary, audit logging, and model-risk controls. All Agentforce and Einstein feature names carry.",
|
|
9637
9911
|
"source_type": "original",
|
|
9638
9912
|
"official_docs": [
|
|
9639
|
-
"https://
|
|
9640
|
-
"https://
|
|
9641
|
-
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_server",
|
|
9642
|
-
"https://www.scaleway.com/en/docs/observability/cockpit/"
|
|
9913
|
+
"https://help.salesforce.com/",
|
|
9914
|
+
"https://developer.salesforce.com/docs"
|
|
9643
9915
|
],
|
|
9644
|
-
"security_notes": "
|
|
9645
|
-
"last_verified": "2026-05-
|
|
9646
|
-
"path": "skills/
|
|
9916
|
+
"security_notes": "Read-only static configuration review; sanitized exports only; never executes agent actions or requests live org credentials. Autonomous action boundary violations always escalation-grade. All Agentforce product names require verification against current Salesforce documentation.",
|
|
9917
|
+
"last_verified": "2026-05-20",
|
|
9918
|
+
"path": "skills/salesforce/salesforce-agentforce-risk-review-skill",
|
|
9647
9919
|
"author": "github: Raishin",
|
|
9648
9920
|
"version": "0.1.0"
|
|
9649
9921
|
},
|
|
9650
9922
|
{
|
|
9651
|
-
"id": "
|
|
9652
|
-
"name": "
|
|
9923
|
+
"id": "salesforce-apex-lwc-code-review-skill",
|
|
9924
|
+
"name": "Salesforce Apex and LWC Code Review Skill",
|
|
9653
9925
|
"type": "skill",
|
|
9654
|
-
"provider": "
|
|
9926
|
+
"provider": "salesforce",
|
|
9655
9927
|
"harnesses": [
|
|
9656
9928
|
"codex",
|
|
9657
9929
|
"claude-code",
|
|
@@ -9660,25 +9932,23 @@
|
|
|
9660
9932
|
"kiro",
|
|
9661
9933
|
"other"
|
|
9662
9934
|
],
|
|
9663
|
-
"summary": "
|
|
9935
|
+
"summary": "Reviews Salesforce Apex classes, triggers, LWC components, and async jobs (Queueable, Batch, Future, Schedulable) for SOQL and DML inside loops, missing test coverage patterns, WITH SECURITY_ENFORCED and stripInaccessible usage, sharing keyword omission, governor-limit risk, LWC XSS surface, and Locker Service issues.",
|
|
9664
9936
|
"source_type": "original",
|
|
9665
9937
|
"official_docs": [
|
|
9666
|
-
"https://
|
|
9667
|
-
"https://
|
|
9668
|
-
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
|
|
9669
|
-
"https://www.scaleway.com/en/developers/api/iam/"
|
|
9938
|
+
"https://help.salesforce.com/",
|
|
9939
|
+
"https://developer.salesforce.com/docs"
|
|
9670
9940
|
],
|
|
9671
|
-
"security_notes": "
|
|
9672
|
-
"last_verified": "2026-05-
|
|
9673
|
-
"path": "skills/
|
|
9941
|
+
"security_notes": "Read-only static code review; sanitized code only; never executes code or requests live org credentials. Refuses inputs with hardcoded credentials or customer data. without-sharing usage on PII classes always escalated for human review.",
|
|
9942
|
+
"last_verified": "2026-05-20",
|
|
9943
|
+
"path": "skills/salesforce/salesforce-apex-lwc-code-review-skill",
|
|
9674
9944
|
"author": "github: Raishin",
|
|
9675
9945
|
"version": "0.1.0"
|
|
9676
9946
|
},
|
|
9677
9947
|
{
|
|
9678
|
-
"id": "
|
|
9679
|
-
"name": "
|
|
9948
|
+
"id": "salesforce-case-capsule",
|
|
9949
|
+
"name": "Salesforce Case Capsule",
|
|
9680
9950
|
"type": "skill",
|
|
9681
|
-
"provider": "
|
|
9951
|
+
"provider": "generic",
|
|
9682
9952
|
"harnesses": [
|
|
9683
9953
|
"codex",
|
|
9684
9954
|
"claude-code",
|
|
@@ -9687,25 +9957,24 @@
|
|
|
9687
9957
|
"kiro",
|
|
9688
9958
|
"other"
|
|
9689
9959
|
],
|
|
9690
|
-
"summary": "
|
|
9960
|
+
"summary": "Shared, auditable handoff contract for Salesforce specialist agents \u2014 a redacted case capsule carrying facts, uncertainty, evidence quality, risk labels, privilege and privacy posture, a named decision owner, and an explicit do-not-do list. Does not give Salesforce or business advice and does not authorize any action.",
|
|
9691
9961
|
"source_type": "original",
|
|
9692
9962
|
"official_docs": [
|
|
9693
|
-
"https://
|
|
9694
|
-
"https://
|
|
9695
|
-
"https://
|
|
9696
|
-
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool"
|
|
9963
|
+
"https://help.salesforce.com/",
|
|
9964
|
+
"https://trailhead.salesforce.com/",
|
|
9965
|
+
"https://developer.salesforce.com/docs"
|
|
9697
9966
|
],
|
|
9698
|
-
"security_notes": "
|
|
9699
|
-
"last_verified": "2026-05-
|
|
9700
|
-
"path": "skills/
|
|
9967
|
+
"security_notes": "Defines a minimum-necessary handoff record; never carries org credentials, session IDs, OAuth tokens, customer PII, or regulated data beyond what the matter requires. Never authorizes action; flags privilege and privacy posture and routes decisions to a named human owner.",
|
|
9968
|
+
"last_verified": "2026-05-20",
|
|
9969
|
+
"path": "skills/cross-functional/salesforce-case-capsule",
|
|
9701
9970
|
"author": "github: Raishin",
|
|
9702
9971
|
"version": "0.1.0"
|
|
9703
9972
|
},
|
|
9704
9973
|
{
|
|
9705
|
-
"id": "
|
|
9706
|
-
"name": "
|
|
9974
|
+
"id": "salesforce-data-exposure-escalation-protocol",
|
|
9975
|
+
"name": "Salesforce Data Exposure Escalation Protocol",
|
|
9707
9976
|
"type": "skill",
|
|
9708
|
-
"provider": "
|
|
9977
|
+
"provider": "generic",
|
|
9709
9978
|
"harnesses": [
|
|
9710
9979
|
"codex",
|
|
9711
9980
|
"claude-code",
|
|
@@ -9714,26 +9983,24 @@
|
|
|
9714
9983
|
"kiro",
|
|
9715
9984
|
"other"
|
|
9716
9985
|
],
|
|
9717
|
-
"summary": "
|
|
9986
|
+
"summary": "Immediate escalation-response protocol for Salesforce data exposure events \u2014 fires on guest-user exposure, cross-org sync without DPA, regulated-data Marketing Cloud sync without consent map, Experience Cloud sharing-set widening, and Data Cloud cross-org sharing. Required path: pause, preserve evidence, name controllers and processors, escalate to privacy counsel and security, and document.",
|
|
9718
9987
|
"source_type": "original",
|
|
9719
9988
|
"official_docs": [
|
|
9720
|
-
"https://
|
|
9721
|
-
"https://
|
|
9722
|
-
"https://
|
|
9723
|
-
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
|
|
9724
|
-
"https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
|
|
9989
|
+
"https://help.salesforce.com/",
|
|
9990
|
+
"https://trailhead.salesforce.com/",
|
|
9991
|
+
"https://developer.salesforce.com/docs"
|
|
9725
9992
|
],
|
|
9726
|
-
"security_notes": "
|
|
9727
|
-
"last_verified": "2026-05-
|
|
9728
|
-
"path": "skills/
|
|
9993
|
+
"security_notes": "Hard escalation protocol \u2014 never determines regulatory notification obligations (legal determination only); never authorizes self-remediation; always requires human authorization. Evidence must be preserved and not deleted. Sanitized inputs only; never accepts real credentials, PII, or customer data.",
|
|
9994
|
+
"last_verified": "2026-05-20",
|
|
9995
|
+
"path": "skills/cross-functional/salesforce-data-exposure-escalation-protocol",
|
|
9729
9996
|
"author": "github: Raishin",
|
|
9730
9997
|
"version": "0.1.0"
|
|
9731
9998
|
},
|
|
9732
9999
|
{
|
|
9733
|
-
"id": "
|
|
9734
|
-
"name": "
|
|
10000
|
+
"id": "salesforce-devsecops-pipeline-skill",
|
|
10001
|
+
"name": "Salesforce DevSecOps Pipeline Skill",
|
|
9735
10002
|
"type": "skill",
|
|
9736
|
-
"provider": "
|
|
10003
|
+
"provider": "salesforce",
|
|
9737
10004
|
"harnesses": [
|
|
9738
10005
|
"codex",
|
|
9739
10006
|
"claude-code",
|
|
@@ -9742,24 +10009,24 @@
|
|
|
9742
10009
|
"kiro",
|
|
9743
10010
|
"other"
|
|
9744
10011
|
],
|
|
9745
|
-
"summary": "
|
|
10012
|
+
"summary": "Structured DevSecOps review workflow for Salesforce pipelines covering SCA finding triage, sandbox data governance and PII masking, change impact analysis across metadata dependencies, CI/CD security gate compliance, and DevOps Center deployment governance.",
|
|
9746
10013
|
"source_type": "original",
|
|
9747
10014
|
"official_docs": [
|
|
9748
|
-
"https://
|
|
9749
|
-
"https://
|
|
9750
|
-
"https://
|
|
10015
|
+
"https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/index.html",
|
|
10016
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_masking_intro.htm",
|
|
10017
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_develop.htm"
|
|
9751
10018
|
],
|
|
9752
|
-
"security_notes": "
|
|
9753
|
-
"last_verified": "2026-05-
|
|
9754
|
-
"path": "skills/
|
|
10019
|
+
"security_notes": "Read-only static review; sanitized inputs only; never requests live org credentials, session tokens, or API access. Risk register is advisory; remediation requires human authorization.",
|
|
10020
|
+
"last_verified": "2026-05-21",
|
|
10021
|
+
"path": "skills/salesforce/salesforce-devsecops-pipeline-skill",
|
|
9755
10022
|
"author": "github: Raishin",
|
|
9756
10023
|
"version": "0.1.0"
|
|
9757
10024
|
},
|
|
9758
10025
|
{
|
|
9759
|
-
"id": "
|
|
9760
|
-
"name": "
|
|
10026
|
+
"id": "salesforce-flow-automation-review-skill",
|
|
10027
|
+
"name": "Salesforce Flow Automation Review Skill",
|
|
9761
10028
|
"type": "skill",
|
|
9762
|
-
"provider": "
|
|
10029
|
+
"provider": "salesforce",
|
|
9763
10030
|
"harnesses": [
|
|
9764
10031
|
"codex",
|
|
9765
10032
|
"claude-code",
|
|
@@ -9768,25 +10035,23 @@
|
|
|
9768
10035
|
"kiro",
|
|
9769
10036
|
"other"
|
|
9770
10037
|
],
|
|
9771
|
-
"summary": "
|
|
10038
|
+
"summary": "Reviews Salesforce Flow XML, validation rules, approval processes, and record-triggered automation for recursion, ungoverned bypass flags, brittle null handling, missing fault paths, hardcoded recipients, before-save vs after-save misuse, and mixed Process Builder plus Flow plus Apex on the same object.",
|
|
9772
10039
|
"source_type": "original",
|
|
9773
10040
|
"official_docs": [
|
|
9774
|
-
"https://
|
|
9775
|
-
"https://
|
|
9776
|
-
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/vpc",
|
|
9777
|
-
"https://www.scaleway.com/en/docs/network/load-balancer/"
|
|
10041
|
+
"https://help.salesforce.com/",
|
|
10042
|
+
"https://developer.salesforce.com/docs"
|
|
9778
10043
|
],
|
|
9779
|
-
"security_notes": "
|
|
9780
|
-
"last_verified": "2026-05-
|
|
9781
|
-
"path": "skills/
|
|
10044
|
+
"security_notes": "Read-only static review; sanitized exports only; never requests live org credentials or API access. Hardcoded recipient values not repeated in output. Automation activation decisions require human-authorized change management.",
|
|
10045
|
+
"last_verified": "2026-05-20",
|
|
10046
|
+
"path": "skills/salesforce/salesforce-flow-automation-review-skill",
|
|
9782
10047
|
"author": "github: Raishin",
|
|
9783
10048
|
"version": "0.1.0"
|
|
9784
10049
|
},
|
|
9785
10050
|
{
|
|
9786
|
-
"id": "
|
|
9787
|
-
"name": "
|
|
10051
|
+
"id": "salesforce-infrastructure-audit-skill",
|
|
10052
|
+
"name": "Salesforce Infrastructure Audit Skill",
|
|
9788
10053
|
"type": "skill",
|
|
9789
|
-
"provider": "
|
|
10054
|
+
"provider": "salesforce",
|
|
9790
10055
|
"harnesses": [
|
|
9791
10056
|
"codex",
|
|
9792
10057
|
"claude-code",
|
|
@@ -9795,27 +10060,24 @@
|
|
|
9795
10060
|
"kiro",
|
|
9796
10061
|
"other"
|
|
9797
10062
|
],
|
|
9798
|
-
"summary": "
|
|
10063
|
+
"summary": "Structured audit workflow for Salesforce infrastructure security posture covering network policies, IP allowlisting, session settings, CSP Trusted Sites, sandbox isolation and data masking, and Hyperforce deployment controls and data residency commitments.",
|
|
9799
10064
|
"source_type": "original",
|
|
9800
10065
|
"official_docs": [
|
|
9801
|
-
"https://
|
|
9802
|
-
"https://
|
|
9803
|
-
"https://
|
|
9804
|
-
"https://kyverno.io/docs/writing-policies/verify-images/",
|
|
9805
|
-
"https://docs.github.com/en/actions/security-guides/using-artifact-attestations",
|
|
9806
|
-
"https://rekor.sigstore.dev/"
|
|
10066
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_networkaccess.htm",
|
|
10067
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_session_settings.htm",
|
|
10068
|
+
"https://help.salesforce.com/s/articleView?id=sf.hyperforce_overview.htm"
|
|
9807
10069
|
],
|
|
9808
|
-
"security_notes": "
|
|
9809
|
-
"last_verified": "2026-05-
|
|
9810
|
-
"path": "skills/
|
|
9811
|
-
"
|
|
9812
|
-
"
|
|
10070
|
+
"security_notes": "Read-only static review; sanitized inputs only; never requests live org credentials, session tokens, or API access. Risk register is advisory; remediation requires human authorization.",
|
|
10071
|
+
"last_verified": "2026-05-21",
|
|
10072
|
+
"path": "skills/salesforce/salesforce-infrastructure-audit-skill",
|
|
10073
|
+
"author": "github: Raishin",
|
|
10074
|
+
"version": "0.1.0"
|
|
9813
10075
|
},
|
|
9814
10076
|
{
|
|
9815
|
-
"id": "
|
|
9816
|
-
"name": "
|
|
10077
|
+
"id": "salesforce-integration-review-skill",
|
|
10078
|
+
"name": "Salesforce Integration Review Skill",
|
|
9817
10079
|
"type": "skill",
|
|
9818
|
-
"provider": "
|
|
10080
|
+
"provider": "salesforce",
|
|
9819
10081
|
"harnesses": [
|
|
9820
10082
|
"codex",
|
|
9821
10083
|
"claude-code",
|
|
@@ -9824,16 +10086,488 @@
|
|
|
9824
10086
|
"kiro",
|
|
9825
10087
|
"other"
|
|
9826
10088
|
],
|
|
9827
|
-
"summary": "
|
|
9828
|
-
"source_type": "
|
|
10089
|
+
"summary": "Reviews Salesforce integration designs for API choice (REST, SOAP, Bulk, Streaming, CDC, Platform Events), middleware position, retry and idempotency, error queue design, observability, secret handling, OAuth scope minimization, named credential vs callout patterns, and MuleSoft vs point-to-point architecture.",
|
|
10090
|
+
"source_type": "original",
|
|
9829
10091
|
"official_docs": [
|
|
9830
|
-
"https://
|
|
9831
|
-
"https://developer.
|
|
9832
|
-
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
10092
|
+
"https://help.salesforce.com/",
|
|
10093
|
+
"https://developer.salesforce.com/docs"
|
|
10094
|
+
],
|
|
10095
|
+
"security_notes": "Read-only static design review; sanitized design documents only; never tests endpoints or requests live credentials. Full OAuth scope is always a Critical finding. Cross-org regulated-data transfers require DPA verification with legal counsel.",
|
|
10096
|
+
"last_verified": "2026-05-20",
|
|
10097
|
+
"path": "skills/salesforce/salesforce-integration-review-skill",
|
|
10098
|
+
"author": "github: Raishin",
|
|
10099
|
+
"version": "0.1.0"
|
|
10100
|
+
},
|
|
10101
|
+
{
|
|
10102
|
+
"id": "salesforce-live-change-approval-protocol",
|
|
10103
|
+
"name": "Salesforce Live Change Approval Protocol",
|
|
10104
|
+
"type": "skill",
|
|
10105
|
+
"provider": "generic",
|
|
10106
|
+
"harnesses": [
|
|
10107
|
+
"codex",
|
|
10108
|
+
"claude-code",
|
|
10109
|
+
"cursor",
|
|
10110
|
+
"gemini",
|
|
10111
|
+
"kiro",
|
|
10112
|
+
"other"
|
|
10113
|
+
],
|
|
10114
|
+
"summary": "Refusal-by-default advisory gate for proposed live Salesforce production org mutations \u2014 verifies ten required preconditions (org identity, environment type, user identity, permission scope, change ticket, approval state, dry-run preview, rollback plan, test evidence, post-change verification) and outputs STOP if any is missing. Advisory only; all live mutations require human authorization.",
|
|
10115
|
+
"source_type": "original",
|
|
10116
|
+
"official_docs": [
|
|
10117
|
+
"https://help.salesforce.com/",
|
|
10118
|
+
"https://trailhead.salesforce.com/",
|
|
10119
|
+
"https://developer.salesforce.com/docs"
|
|
10120
|
+
],
|
|
10121
|
+
"security_notes": "Refusal-by-default gate; never issues authorization for live org mutations; advisory checklist only. Never accepts or repeats real credentials, session tokens, or production org IDs. All live mutation decisions require human authorization through the organization's change management process.",
|
|
10122
|
+
"last_verified": "2026-05-20",
|
|
10123
|
+
"path": "skills/cross-functional/salesforce-live-change-approval-protocol",
|
|
10124
|
+
"author": "github: Raishin",
|
|
10125
|
+
"version": "0.1.0"
|
|
10126
|
+
},
|
|
10127
|
+
{
|
|
10128
|
+
"id": "salesforce-marketing-consent-review-skill",
|
|
10129
|
+
"name": "Salesforce Marketing Consent Review Skill",
|
|
10130
|
+
"type": "skill",
|
|
10131
|
+
"provider": "salesforce",
|
|
10132
|
+
"harnesses": [
|
|
10133
|
+
"codex",
|
|
10134
|
+
"claude-code",
|
|
10135
|
+
"cursor",
|
|
10136
|
+
"gemini",
|
|
10137
|
+
"kiro",
|
|
10138
|
+
"other"
|
|
10139
|
+
],
|
|
10140
|
+
"summary": "Reviews Salesforce marketing data flows (Marketing Cloud, Account Engagement, Data Cloud) for consent capture, lawful basis, purpose limitation, preference center coverage, suppression list integrity, subscriber-key collision risk, deliverability authentication (SPF, DKIM, DMARC), and unsubscribe link integrity.",
|
|
10141
|
+
"source_type": "original",
|
|
10142
|
+
"official_docs": [
|
|
10143
|
+
"https://help.salesforce.com/",
|
|
10144
|
+
"https://developer.salesforce.com/docs"
|
|
10145
|
+
],
|
|
10146
|
+
"security_notes": "Read-only static review; sanitized design documents only; never accesses live Marketing Cloud accounts or APIs. Lawful basis findings require verification by qualified privacy counsel. Regulated-data marketing flows escalated to compliance review.",
|
|
10147
|
+
"last_verified": "2026-05-20",
|
|
10148
|
+
"path": "skills/salesforce/salesforce-marketing-consent-review-skill",
|
|
10149
|
+
"author": "github: Raishin",
|
|
10150
|
+
"version": "0.1.0"
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"id": "salesforce-metadata-review-skill",
|
|
10154
|
+
"name": "Salesforce Metadata Review Skill",
|
|
10155
|
+
"type": "skill",
|
|
10156
|
+
"provider": "salesforce",
|
|
10157
|
+
"harnesses": [
|
|
10158
|
+
"codex",
|
|
10159
|
+
"claude-code",
|
|
10160
|
+
"cursor",
|
|
10161
|
+
"gemini",
|
|
10162
|
+
"kiro",
|
|
10163
|
+
"other"
|
|
10164
|
+
],
|
|
10165
|
+
"summary": "Reviews pasted or exported Salesforce metadata (objects, fields, layouts, Lightning record pages, profiles, permission sets, sharing rules) for over-customization, unused fields, hardcoded IDs, and deprecated metadata types, producing a structured findings report.",
|
|
10166
|
+
"source_type": "original",
|
|
10167
|
+
"official_docs": [
|
|
10168
|
+
"https://help.salesforce.com/",
|
|
10169
|
+
"https://developer.salesforce.com/docs"
|
|
10170
|
+
],
|
|
10171
|
+
"security_notes": "Read-only static review; sanitized metadata exports only; never requests live org credentials or API access. Hardcoded ID values not repeated in output. Regulated-vertical findings escalated to compliance specialist.",
|
|
10172
|
+
"last_verified": "2026-05-20",
|
|
10173
|
+
"path": "skills/salesforce/salesforce-metadata-review-skill",
|
|
10174
|
+
"author": "github: Raishin",
|
|
10175
|
+
"version": "0.1.0"
|
|
10176
|
+
},
|
|
10177
|
+
{
|
|
10178
|
+
"id": "salesforce-org-assessment-skill",
|
|
10179
|
+
"name": "Salesforce Org Assessment Skill",
|
|
10180
|
+
"type": "skill",
|
|
10181
|
+
"provider": "salesforce",
|
|
10182
|
+
"harnesses": [
|
|
10183
|
+
"codex",
|
|
10184
|
+
"claude-code",
|
|
10185
|
+
"cursor",
|
|
10186
|
+
"gemini",
|
|
10187
|
+
"kiro",
|
|
10188
|
+
"other"
|
|
10189
|
+
],
|
|
10190
|
+
"summary": "Structured workflow for assessing a Salesforce org's overall posture from sanitized exports \u2014 object model, automation inventory, permission topology, integration map, and technical debt indicators \u2014 producing a risk register and remediation backlog.",
|
|
10191
|
+
"source_type": "original",
|
|
10192
|
+
"official_docs": [
|
|
10193
|
+
"https://help.salesforce.com/",
|
|
10194
|
+
"https://developer.salesforce.com/docs"
|
|
10195
|
+
],
|
|
10196
|
+
"security_notes": "Read-only static review; sanitized exports only; never requests live org credentials, session tokens, or API access. Risk register is advisory; remediation requires human authorization. Regulated-vertical findings escalated to compliance counsel.",
|
|
10197
|
+
"last_verified": "2026-05-20",
|
|
10198
|
+
"path": "skills/salesforce/salesforce-org-assessment-skill",
|
|
10199
|
+
"author": "github: Raishin",
|
|
10200
|
+
"version": "0.1.0"
|
|
10201
|
+
},
|
|
10202
|
+
{
|
|
10203
|
+
"id": "salesforce-permission-model-review-skill",
|
|
10204
|
+
"name": "Salesforce Permission Model Review Skill",
|
|
10205
|
+
"type": "skill",
|
|
10206
|
+
"provider": "salesforce",
|
|
10207
|
+
"harnesses": [
|
|
10208
|
+
"codex",
|
|
10209
|
+
"claude-code",
|
|
10210
|
+
"cursor",
|
|
10211
|
+
"gemini",
|
|
10212
|
+
"kiro",
|
|
10213
|
+
"other"
|
|
10214
|
+
],
|
|
10215
|
+
"summary": "Reviews Salesforce profiles, permission sets, permission set groups, muting, sharing rules, OWD, role hierarchy, IP restrictions, and session policies for toxic combinations and over-privilege, flagging ModifyAllData, ViewAllData on PII, API Enabled without IP restriction, guest-user exposure, and Customize Application outside admins.",
|
|
10216
|
+
"source_type": "original",
|
|
10217
|
+
"official_docs": [
|
|
10218
|
+
"https://help.salesforce.com/",
|
|
10219
|
+
"https://developer.salesforce.com/docs"
|
|
10220
|
+
],
|
|
10221
|
+
"security_notes": "Read-only static review; sanitized exports only; never requests live org credentials or API access. Guest-user PII exposure always triggers escalation-protocol. Toxic combinations are objective findings requiring human-authorized remediation.",
|
|
10222
|
+
"last_verified": "2026-05-20",
|
|
10223
|
+
"path": "skills/salesforce/salesforce-permission-model-review-skill",
|
|
10224
|
+
"author": "github: Raishin",
|
|
10225
|
+
"version": "0.1.0"
|
|
10226
|
+
},
|
|
10227
|
+
{
|
|
10228
|
+
"id": "salesforce-release-readiness-skill",
|
|
10229
|
+
"name": "Salesforce Release Readiness Skill",
|
|
10230
|
+
"type": "skill",
|
|
10231
|
+
"provider": "salesforce",
|
|
10232
|
+
"harnesses": [
|
|
10233
|
+
"codex",
|
|
10234
|
+
"claude-code",
|
|
10235
|
+
"cursor",
|
|
10236
|
+
"gemini",
|
|
10237
|
+
"kiro",
|
|
10238
|
+
"other"
|
|
10239
|
+
],
|
|
10240
|
+
"summary": "Pre-release checklist assessment for Salesforce deployments \u2014 covers sandbox refresh strategy, source tracking state, package version diff, destructiveChanges.xml review, test coverage threshold, post-deploy steps, rollback plan, comms plan, and approval matrix. Advisory only; never executes deployments.",
|
|
10241
|
+
"source_type": "original",
|
|
10242
|
+
"official_docs": [
|
|
10243
|
+
"https://help.salesforce.com/",
|
|
10244
|
+
"https://developer.salesforce.com/docs"
|
|
10245
|
+
],
|
|
10246
|
+
"security_notes": "Read-only advisory assessment; sanitized release artifacts only; never requests live org credentials or executes deployments. Irreversible destructive changes always require documented rollback plan. Regulated-data field deletions escalated to compliance review.",
|
|
10247
|
+
"last_verified": "2026-05-20",
|
|
10248
|
+
"path": "skills/salesforce/salesforce-release-readiness-skill",
|
|
10249
|
+
"author": "github: Raishin",
|
|
10250
|
+
"version": "0.1.0"
|
|
10251
|
+
},
|
|
10252
|
+
{
|
|
10253
|
+
"id": "salesforce-risk-taxonomy",
|
|
10254
|
+
"name": "Salesforce Risk Taxonomy",
|
|
10255
|
+
"type": "skill",
|
|
10256
|
+
"provider": "generic",
|
|
10257
|
+
"harnesses": [
|
|
10258
|
+
"codex",
|
|
10259
|
+
"claude-code",
|
|
10260
|
+
"cursor",
|
|
10261
|
+
"gemini",
|
|
10262
|
+
"kiro",
|
|
10263
|
+
"other"
|
|
10264
|
+
],
|
|
10265
|
+
"summary": "Shared classification vocabulary for Salesforce matters \u2014 matter types, risk tiers (Critical/High/Medium/Low/Unknown), and escalation gates (production data exposure, guest-user expansion, autonomous AI action, finance/revenue logic, regulated-vertical, mass change, irreversible deploy). Does not assess compliance or authorize any action.",
|
|
10266
|
+
"source_type": "original",
|
|
10267
|
+
"official_docs": [
|
|
10268
|
+
"https://help.salesforce.com/",
|
|
10269
|
+
"https://trailhead.salesforce.com/",
|
|
10270
|
+
"https://developer.salesforce.com/docs"
|
|
10271
|
+
],
|
|
10272
|
+
"security_notes": "Classification only \u2014 never authorizes action; escalation gates are hard stops requiring human review. Classifies from sanitized descriptions only and refuses inputs containing live credentials, session tokens, or unredacted PII.",
|
|
10273
|
+
"last_verified": "2026-05-20",
|
|
10274
|
+
"path": "skills/cross-functional/salesforce-risk-taxonomy",
|
|
10275
|
+
"author": "github: Raishin",
|
|
10276
|
+
"version": "0.1.0"
|
|
10277
|
+
},
|
|
10278
|
+
{
|
|
10279
|
+
"id": "salesforce-routing-protocol",
|
|
10280
|
+
"name": "Salesforce Routing Protocol",
|
|
10281
|
+
"type": "skill",
|
|
10282
|
+
"provider": "generic",
|
|
10283
|
+
"harnesses": [
|
|
10284
|
+
"codex",
|
|
10285
|
+
"claude-code",
|
|
10286
|
+
"cursor",
|
|
10287
|
+
"gemini",
|
|
10288
|
+
"kiro",
|
|
10289
|
+
"other"
|
|
10290
|
+
],
|
|
10291
|
+
"summary": "Classification and routing discipline for Salesforce matters \u2014 routing rules per matter type, the cross-domain overlap matrix (admin \u00d7 dev \u00d7 security \u00d7 revops \u00d7 marketing \u00d7 compliance), and the conflict-resolution protocol. Does not give Salesforce or business advice; routing is a recommendation only.",
|
|
10292
|
+
"source_type": "original",
|
|
10293
|
+
"official_docs": [
|
|
10294
|
+
"https://help.salesforce.com/",
|
|
10295
|
+
"https://trailhead.salesforce.com/",
|
|
10296
|
+
"https://developer.salesforce.com/docs"
|
|
10297
|
+
],
|
|
10298
|
+
"security_notes": "Routing is a recommendation, never an authorization; never approves, denies, or directs deployment or configuration actions. Classifies matters from sanitized signals only and never requests org credentials, session IDs, OAuth tokens, or production org IDs.",
|
|
10299
|
+
"last_verified": "2026-05-20",
|
|
10300
|
+
"path": "skills/cross-functional/salesforce-routing-protocol",
|
|
10301
|
+
"author": "github: Raishin",
|
|
10302
|
+
"version": "0.1.0"
|
|
10303
|
+
},
|
|
10304
|
+
{
|
|
10305
|
+
"id": "salesforce-soql-explorer-skill",
|
|
10306
|
+
"name": "Salesforce SOQL Explorer Skill",
|
|
10307
|
+
"type": "skill",
|
|
10308
|
+
"provider": "salesforce",
|
|
10309
|
+
"harnesses": [
|
|
10310
|
+
"claude-code",
|
|
10311
|
+
"codex",
|
|
10312
|
+
"cursor",
|
|
10313
|
+
"gemini",
|
|
10314
|
+
"kiro",
|
|
10315
|
+
"other"
|
|
10316
|
+
],
|
|
10317
|
+
"summary": "Executes read-only SOQL queries against a connected Salesforce org via the sf CLI under T1 least-privilege scope. Returns sanitized JSON output with a structured audit envelope. Live operational counterpart to the static-review skills. No DML. No metadata mutation. Sanitized output only.",
|
|
10318
|
+
"source_type": "original",
|
|
10319
|
+
"official_docs": [
|
|
10320
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_data_commands_unified.htm",
|
|
10321
|
+
"https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm",
|
|
10322
|
+
"https://help.salesforce.com/s/articleView?id=sf.connected_app_overview.htm",
|
|
10323
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_query.htm"
|
|
10324
|
+
],
|
|
10325
|
+
"security_notes": "T1 read-only operational scope only. No DML permitted. OAuth scopes restricted to api + refresh_token. Run As service account has no ModifyAllData, ViewAllData, ViewEncryptedData, ModifyMetadata, AuthorApex, or ManageConnectedApps permissions. Org allowlist enforced by Connected App. Every execution emits a structured audit envelope. All Salesforce IDs, user IDs, and PII fields are redacted before output. Refresh token rotation immediately revokes access.",
|
|
10326
|
+
"last_verified": "2026-05-21",
|
|
10327
|
+
"path": "skills/salesforce/salesforce-soql-explorer-skill",
|
|
10328
|
+
"author": "github: Raishin",
|
|
10329
|
+
"version": "0.1.0"
|
|
10330
|
+
},
|
|
10331
|
+
{
|
|
10332
|
+
"id": "salesforce-zero-trust-maturity-skill",
|
|
10333
|
+
"name": "Salesforce Zero Trust Maturity Skill",
|
|
10334
|
+
"type": "skill",
|
|
10335
|
+
"provider": "salesforce",
|
|
10336
|
+
"harnesses": [
|
|
10337
|
+
"codex",
|
|
10338
|
+
"claude-code",
|
|
10339
|
+
"cursor",
|
|
10340
|
+
"gemini",
|
|
10341
|
+
"kiro",
|
|
10342
|
+
"other"
|
|
10343
|
+
],
|
|
10344
|
+
"summary": "Evaluates Salesforce deployment zero-trust readiness against NIST SP 800-207 ZTA principles, scoring five pillars (User, Device, Network, Application, Automation) and reviewing continuous verification, certificate lifecycle, mTLS enforcement, Transaction Security Policies, and Event Monitoring coverage.",
|
|
10345
|
+
"source_type": "original",
|
|
10346
|
+
"official_docs": [
|
|
10347
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_keys_about.htm",
|
|
10348
|
+
"https://help.salesforce.com/s/articleView?id=sf.transaction_security_policy_events.htm",
|
|
10349
|
+
"https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-207.pdf"
|
|
10350
|
+
],
|
|
10351
|
+
"security_notes": "Read-only static review; sanitized inputs only; never requests live org credentials, session tokens, or API access. Risk register is advisory; remediation requires human authorization.",
|
|
10352
|
+
"last_verified": "2026-05-21",
|
|
10353
|
+
"path": "skills/salesforce/salesforce-zero-trust-maturity-skill",
|
|
10354
|
+
"author": "github: Raishin",
|
|
10355
|
+
"version": "0.1.0"
|
|
10356
|
+
},
|
|
10357
|
+
{
|
|
10358
|
+
"id": "scaleway-cost-optimizer",
|
|
10359
|
+
"name": "Scaleway Cost Optimizer",
|
|
10360
|
+
"type": "skill",
|
|
10361
|
+
"provider": "scaleway",
|
|
10362
|
+
"harnesses": [
|
|
10363
|
+
"codex",
|
|
10364
|
+
"claude-code",
|
|
10365
|
+
"cursor",
|
|
10366
|
+
"gemini",
|
|
10367
|
+
"kiro",
|
|
10368
|
+
"other"
|
|
10369
|
+
],
|
|
10370
|
+
"summary": "Review and optimize Scaleway cost posture: Instance rightsizing, reserved instance utilization, idle Object Storage and SBS volumes, Serverless function cost, RDB sizing, and Cockpit observability spend.",
|
|
10371
|
+
"source_type": "original",
|
|
10372
|
+
"official_docs": [
|
|
10373
|
+
"https://www.scaleway.com/en/pricing/",
|
|
10374
|
+
"https://www.scaleway.com/en/docs/billing/",
|
|
10375
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_server",
|
|
10376
|
+
"https://www.scaleway.com/en/docs/observability/cockpit/"
|
|
10377
|
+
],
|
|
10378
|
+
"security_notes": "Do not recommend cost cuts that remove Cockpit observability, RDB automated backups, snapshot retention, or multi-zone placement group coverage without explicit risk acceptance. Reserved instance commitments are non-refundable.",
|
|
10379
|
+
"last_verified": "2026-05-10",
|
|
10380
|
+
"path": "skills/scaleway/scaleway-cost-optimizer",
|
|
10381
|
+
"author": "github: Raishin",
|
|
10382
|
+
"version": "0.1.0"
|
|
10383
|
+
},
|
|
10384
|
+
{
|
|
10385
|
+
"id": "scaleway-iam-policy-review",
|
|
10386
|
+
"name": "Scaleway IAM Policy Review",
|
|
10387
|
+
"type": "skill",
|
|
10388
|
+
"provider": "scaleway",
|
|
10389
|
+
"harnesses": [
|
|
10390
|
+
"codex",
|
|
10391
|
+
"claude-code",
|
|
10392
|
+
"cursor",
|
|
10393
|
+
"gemini",
|
|
10394
|
+
"kiro",
|
|
10395
|
+
"other"
|
|
10396
|
+
],
|
|
10397
|
+
"summary": "Review Scaleway IAM bindings, API key scopes and expiry, service account permissions, and organization vs project-level access control posture for least-privilege compliance.",
|
|
10398
|
+
"source_type": "original",
|
|
10399
|
+
"official_docs": [
|
|
10400
|
+
"https://www.scaleway.com/en/docs/iam/",
|
|
10401
|
+
"https://www.scaleway.com/en/docs/iam/concepts/",
|
|
10402
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
|
|
10403
|
+
"https://www.scaleway.com/en/developers/api/iam/"
|
|
10404
|
+
],
|
|
10405
|
+
"security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. IAM key sprawl \u2014 long-lived keys with broad scopes \u2014 is the top Scaleway access control risk.",
|
|
10406
|
+
"last_verified": "2026-05-10",
|
|
10407
|
+
"path": "skills/scaleway/scaleway-iam-policy-review",
|
|
10408
|
+
"author": "github: Raishin",
|
|
10409
|
+
"version": "0.1.0"
|
|
10410
|
+
},
|
|
10411
|
+
{
|
|
10412
|
+
"id": "scaleway-kapsule-platform-operator",
|
|
10413
|
+
"name": "Scaleway Kapsule Platform Operator",
|
|
10414
|
+
"type": "skill",
|
|
10415
|
+
"provider": "scaleway",
|
|
10416
|
+
"harnesses": [
|
|
10417
|
+
"codex",
|
|
10418
|
+
"claude-code",
|
|
10419
|
+
"cursor",
|
|
10420
|
+
"gemini",
|
|
10421
|
+
"kiro",
|
|
10422
|
+
"other"
|
|
10423
|
+
],
|
|
10424
|
+
"summary": "Review Scaleway Kapsule managed Kubernetes cluster readiness: node pool strategy, CNI selection (Cilium, Calico, Kilo), placement group policies, version upgrades, PDB coverage, and workload scheduling posture.",
|
|
10425
|
+
"source_type": "original",
|
|
10426
|
+
"official_docs": [
|
|
10427
|
+
"https://www.scaleway.com/en/docs/kubernetes/",
|
|
10428
|
+
"https://www.scaleway.com/en/developers/api/kubernetes/",
|
|
10429
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_cluster",
|
|
10430
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool"
|
|
10431
|
+
],
|
|
10432
|
+
"security_notes": "Kapsule control-plane upgrades are irreversible \u2014 no downgrade path exists. CNI choice is immutable after cluster creation. Placement group enforced policy may block instance scheduling under capacity pressure.",
|
|
10433
|
+
"last_verified": "2026-05-10",
|
|
10434
|
+
"path": "skills/scaleway/scaleway-kapsule-platform-operator",
|
|
10435
|
+
"author": "github: Raishin",
|
|
10436
|
+
"version": "0.1.0"
|
|
10437
|
+
},
|
|
10438
|
+
{
|
|
10439
|
+
"id": "scaleway-live-kapsule-rollout-guard",
|
|
10440
|
+
"name": "Scaleway Live Kapsule Rollout Guard",
|
|
10441
|
+
"type": "skill",
|
|
10442
|
+
"provider": "scaleway",
|
|
10443
|
+
"harnesses": [
|
|
10444
|
+
"codex",
|
|
10445
|
+
"claude-code",
|
|
10446
|
+
"cursor",
|
|
10447
|
+
"gemini",
|
|
10448
|
+
"kiro",
|
|
10449
|
+
"other"
|
|
10450
|
+
],
|
|
10451
|
+
"summary": "Gate Scaleway Kapsule live mutations (version upgrades, node pool changes, cluster config) with mandatory PDB audit, cluster health evidence, approval token, and rollback plan. Hard-stops when any pre-flight condition is missing.",
|
|
10452
|
+
"source_type": "original",
|
|
10453
|
+
"official_docs": [
|
|
10454
|
+
"https://www.scaleway.com/en/docs/kubernetes/",
|
|
10455
|
+
"https://www.scaleway.com/en/developers/api/kubernetes/",
|
|
10456
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_cluster",
|
|
10457
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
|
|
10458
|
+
"https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
|
|
10459
|
+
],
|
|
10460
|
+
"security_notes": "Kapsule control-plane version upgrades are irreversible \u2014 no downgrade path exists. CNI type is immutable after cluster creation. Node pool deletion evicts all workloads immediately. Hard-stop mandatory when target, approval, or rollback plan is absent or ambiguous.",
|
|
10461
|
+
"last_verified": "2026-05-10",
|
|
10462
|
+
"path": "skills/scaleway/scaleway-live-kapsule-rollout-guard",
|
|
10463
|
+
"author": "github: Raishin",
|
|
10464
|
+
"version": "0.1.0"
|
|
10465
|
+
},
|
|
10466
|
+
{
|
|
10467
|
+
"id": "scaleway-maestro",
|
|
10468
|
+
"name": "Scaleway Maestro",
|
|
10469
|
+
"type": "skill",
|
|
10470
|
+
"provider": "scaleway",
|
|
10471
|
+
"harnesses": [
|
|
10472
|
+
"codex",
|
|
10473
|
+
"claude-code",
|
|
10474
|
+
"cursor",
|
|
10475
|
+
"gemini",
|
|
10476
|
+
"kiro",
|
|
10477
|
+
"other"
|
|
10478
|
+
],
|
|
10479
|
+
"summary": "Classify and route Scaleway tasks to the narrowest qualified specialist agent for IAM, cost, Kapsule, networking, or live-guard domains.",
|
|
10480
|
+
"source_type": "original",
|
|
10481
|
+
"official_docs": [
|
|
10482
|
+
"https://www.scaleway.com/en/docs/",
|
|
10483
|
+
"https://www.scaleway.com/en/developers/api/",
|
|
10484
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs"
|
|
10485
|
+
],
|
|
10486
|
+
"security_notes": "Never route to the live-guard agent without explicit user intent for a live mutation. Classification must stay read-only; do not infer project or zone identity from context alone.",
|
|
10487
|
+
"last_verified": "2026-05-10",
|
|
10488
|
+
"path": "skills/scaleway/scaleway-maestro",
|
|
10489
|
+
"author": "github: Raishin",
|
|
10490
|
+
"version": "0.1.0"
|
|
10491
|
+
},
|
|
10492
|
+
{
|
|
10493
|
+
"id": "scaleway-network-architect",
|
|
10494
|
+
"name": "Scaleway Network Architect",
|
|
10495
|
+
"type": "skill",
|
|
10496
|
+
"provider": "scaleway",
|
|
10497
|
+
"harnesses": [
|
|
10498
|
+
"codex",
|
|
10499
|
+
"claude-code",
|
|
10500
|
+
"cursor",
|
|
10501
|
+
"gemini",
|
|
10502
|
+
"kiro",
|
|
10503
|
+
"other"
|
|
10504
|
+
],
|
|
10505
|
+
"summary": "Review and design Scaleway VPC topology, Private Network attachment, security group rules, Load Balancer configuration, placement group HA policy, and multi-zone resilience patterns.",
|
|
10506
|
+
"source_type": "original",
|
|
10507
|
+
"official_docs": [
|
|
10508
|
+
"https://www.scaleway.com/en/docs/network/vpc/",
|
|
10509
|
+
"https://www.scaleway.com/en/docs/compute/instances/how-to/use-placement-groups/",
|
|
10510
|
+
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/vpc",
|
|
10511
|
+
"https://www.scaleway.com/en/docs/network/load-balancer/"
|
|
10512
|
+
],
|
|
10513
|
+
"security_notes": "Placement group enforced policy may block instance scheduling under zone capacity pressure \u2014 prefer max_availability for production HA. Security groups are zone-scoped; cross-zone traffic must be reviewed for unintended public exposure via flexible IPs.",
|
|
10514
|
+
"last_verified": "2026-05-10",
|
|
10515
|
+
"path": "skills/scaleway/scaleway-network-architect",
|
|
10516
|
+
"author": "github: Raishin",
|
|
10517
|
+
"version": "0.1.0"
|
|
10518
|
+
},
|
|
10519
|
+
{
|
|
10520
|
+
"id": "sigstore-cosign-supply-chain-review",
|
|
10521
|
+
"name": "Sigstore Cosign Supply Chain Review",
|
|
10522
|
+
"type": "skill",
|
|
10523
|
+
"provider": "sigstore",
|
|
10524
|
+
"harnesses": [
|
|
10525
|
+
"codex",
|
|
10526
|
+
"claude-code",
|
|
10527
|
+
"cursor",
|
|
10528
|
+
"gemini",
|
|
10529
|
+
"kiro",
|
|
10530
|
+
"other"
|
|
10531
|
+
],
|
|
10532
|
+
"summary": "Review Sigstore Cosign image signing, Kyverno imageVerify policy, SBOM attestations, SLSA provenance, Rekor transparency log posture, and keyless vs key-based signing configuration for Kubernetes workload supply chain security.",
|
|
10533
|
+
"source_type": "original",
|
|
10534
|
+
"official_docs": [
|
|
10535
|
+
"https://docs.sigstore.dev/cosign/overview/",
|
|
10536
|
+
"https://docs.sigstore.dev/policy-controller/overview/",
|
|
10537
|
+
"https://slsa.dev/spec/v1.0/requirements",
|
|
10538
|
+
"https://kyverno.io/docs/writing-policies/verify-images/",
|
|
10539
|
+
"https://docs.github.com/en/actions/security-guides/using-artifact-attestations",
|
|
10540
|
+
"https://rekor.sigstore.dev/"
|
|
10541
|
+
],
|
|
10542
|
+
"security_notes": "Kyverno imageVerify policy without subject/issuer constraints accepts any Sigstore-signed image regardless of signer identity. Long-lived Cosign keys in CI secrets allow retroactive signing of malicious images if the secret is compromised.",
|
|
10543
|
+
"last_verified": "2026-05-02",
|
|
10544
|
+
"path": "skills/sigstore/sigstore-cosign-supply-chain-review",
|
|
10545
|
+
"version": "0.1.0",
|
|
10546
|
+
"author": "github: Raishin"
|
|
10547
|
+
},
|
|
10548
|
+
{
|
|
10549
|
+
"id": "terraform-maestro",
|
|
10550
|
+
"name": "Terraform Maestro",
|
|
10551
|
+
"type": "skill",
|
|
10552
|
+
"provider": "terraform",
|
|
10553
|
+
"harnesses": [
|
|
10554
|
+
"codex",
|
|
10555
|
+
"claude-code",
|
|
10556
|
+
"cursor",
|
|
10557
|
+
"gemini",
|
|
10558
|
+
"kiro",
|
|
10559
|
+
"other"
|
|
10560
|
+
],
|
|
10561
|
+
"summary": "Route Terraform and IaC tasks to the right specialist from the cross-cloud IaC catalog. Classifies by domain (review, aws-iac, azure-iac, oci-iac, live-guard), dispatches single or parallel (max 4), and enforces live-guard gate for live apply, destroy, or stack mutations.",
|
|
10562
|
+
"source_type": "adapted",
|
|
10563
|
+
"official_docs": [
|
|
10564
|
+
"https://developer.hashicorp.com/terraform/docs",
|
|
10565
|
+
"https://developer.hashicorp.com/terraform/language",
|
|
10566
|
+
"https://developer.hashicorp.com/terraform/cli/commands/plan",
|
|
10567
|
+
"https://developer.hashicorp.com/terraform/cli/commands/apply",
|
|
10568
|
+
"https://registry.terraform.io/providers/hashicorp/aws/latest/docs",
|
|
10569
|
+
"https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs",
|
|
10570
|
+
"https://registry.terraform.io/providers/oracle/oci/latest/docs"
|
|
9837
10571
|
],
|
|
9838
10572
|
"security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live apply, destroy, or stack mutation agents without explicit human confirmation, blast-radius assessment, and rollback path. Terraform destroy is irreversible without state backup.",
|
|
9839
10573
|
"last_verified": "2026-04-30",
|
|
@@ -9854,7 +10588,7 @@
|
|
|
9854
10588
|
"kiro",
|
|
9855
10589
|
"other"
|
|
9856
10590
|
],
|
|
9857
|
-
"summary": "Review a test suite for assertion quality over coverage percentage
|
|
10591
|
+
"summary": "Review a test suite for assertion quality over coverage percentage \u2014 detecting coverage theater, assertion-free and tautological tests, mock over-specification, and untested branches, and recommending a meaningful coverage gate. Static review only.",
|
|
9858
10592
|
"source_type": "original",
|
|
9859
10593
|
"official_docs": [
|
|
9860
10594
|
"https://martinfowler.com/bliki/TestCoverage.html",
|
|
@@ -9863,7 +10597,7 @@
|
|
|
9863
10597
|
"https://jestjs.io/docs/configuration",
|
|
9864
10598
|
"https://docs.pytest.org/en/stable/how-to/assert.html"
|
|
9865
10599
|
],
|
|
9866
|
-
"security_notes": "Static review only
|
|
10600
|
+
"security_notes": "Static review only \u2014 reads test source and coverage reports, never executes tests or runs a coverage tool. Never request or accept credentials, fixtures containing real customer data, or production database snapshots; ask for sanitized test code.",
|
|
9867
10601
|
"last_verified": "2026-05-17",
|
|
9868
10602
|
"path": "skills/qa/test-coverage-quality-review",
|
|
9869
10603
|
"author": "github: Raishin",
|
|
@@ -9882,7 +10616,7 @@
|
|
|
9882
10616
|
"kiro",
|
|
9883
10617
|
"other"
|
|
9884
10618
|
],
|
|
9885
|
-
"summary": "Triage flaky tests across any framework into root-cause categories, assign a quarantine or fix path per test, and assess quarantine policy and CI retry configuration
|
|
10619
|
+
"summary": "Triage flaky tests across any framework into root-cause categories, assign a quarantine or fix path per test, and assess quarantine policy and CI retry configuration \u2014 statically, without re-running tests.",
|
|
9886
10620
|
"source_type": "original",
|
|
9887
10621
|
"official_docs": [
|
|
9888
10622
|
"https://playwright.dev/docs/test-retries",
|
|
@@ -9891,7 +10625,7 @@
|
|
|
9891
10625
|
"https://docs.pytest.org/en/stable/how-to/flaky.html",
|
|
9892
10626
|
"https://martinfowler.com/articles/nonDeterminism.html"
|
|
9893
10627
|
],
|
|
9894
|
-
"security_notes": "Static review only
|
|
10628
|
+
"security_notes": "Static review only \u2014 analyzes failure logs, rerun history, and test source; never executes or re-runs tests. Never request or accept CI credentials, dashboard API tokens, or production data embedded in failure logs; ask for sanitized excerpts.",
|
|
9895
10629
|
"last_verified": "2026-05-17",
|
|
9896
10630
|
"path": "skills/qa/test-flakiness-triage",
|
|
9897
10631
|
"author": "github: Raishin",
|
|
@@ -9910,7 +10644,7 @@
|
|
|
9910
10644
|
"kiro",
|
|
9911
10645
|
"other"
|
|
9912
10646
|
],
|
|
9913
|
-
"summary": "Live-guard skill for Velero backup schedules, restore operations, BackupStorageLocation changes, and volume snapshots
|
|
10647
|
+
"summary": "Live-guard skill for Velero backup schedules, restore operations, BackupStorageLocation changes, and volume snapshots \u2014 requiring explicit platform-team sign-off before any mutation.",
|
|
9914
10648
|
"source_type": "original",
|
|
9915
10649
|
"official_docs": [
|
|
9916
10650
|
"https://velero.io/docs/latest/",
|
|
@@ -9919,10 +10653,530 @@
|
|
|
9919
10653
|
"https://velero.io/docs/latest/locations/",
|
|
9920
10654
|
"https://velero.io/docs/latest/hooks/"
|
|
9921
10655
|
],
|
|
9922
|
-
"security_notes": "Velero restore with existingResourcePolicy:update can overwrite live RBAC resources, Secrets, and ServiceAccounts
|
|
10656
|
+
"security_notes": "Velero restore with existingResourcePolicy:update can overwrite live RBAC resources, Secrets, and ServiceAccounts \u2014 equivalent to a partial cluster wipe. BSL credentials with write-only access prevent listing/deleting old backups, causing runaway storage costs. Never proceed with cluster-wide restores without explicit platform-team sign-off.",
|
|
9923
10657
|
"last_verified": "2026-05-02",
|
|
9924
10658
|
"path": "skills/velero/velero-backup-restore-guard",
|
|
9925
10659
|
"version": "0.1.0",
|
|
9926
10660
|
"author": "github: Raishin"
|
|
10661
|
+
},
|
|
10662
|
+
{
|
|
10663
|
+
"id": "salesforce-metadata-fetcher-skill",
|
|
10664
|
+
"name": "Salesforce Metadata Fetcher Skill",
|
|
10665
|
+
"type": "skill",
|
|
10666
|
+
"provider": "salesforce",
|
|
10667
|
+
"harnesses": [
|
|
10668
|
+
"claude-code",
|
|
10669
|
+
"codex",
|
|
10670
|
+
"cursor",
|
|
10671
|
+
"gemini",
|
|
10672
|
+
"kiro",
|
|
10673
|
+
"other"
|
|
10674
|
+
],
|
|
10675
|
+
"summary": "Fetches Salesforce metadata (objects, fields, flows, validation rules, permission sets, profiles, Apex classes/triggers, Lightning components) live from a connected org under T1 least-privilege scope (api + refresh_token only). Sanitizes output and routes to downstream review skills \u2014 eliminates the hand-paste requirement across all 17 static-review skills.",
|
|
10676
|
+
"source_type": "original",
|
|
10677
|
+
"execution_tier": "read-only-runtime",
|
|
10678
|
+
"oauth_scopes": [
|
|
10679
|
+
"api",
|
|
10680
|
+
"refresh_token"
|
|
10681
|
+
],
|
|
10682
|
+
"mcp_servers": [],
|
|
10683
|
+
"run_as_permissions": {
|
|
10684
|
+
"required": [
|
|
10685
|
+
"View Setup and Configuration"
|
|
10686
|
+
],
|
|
10687
|
+
"denied": [
|
|
10688
|
+
"ModifyAllData",
|
|
10689
|
+
"ViewAllData",
|
|
10690
|
+
"ViewEncryptedData",
|
|
10691
|
+
"ModifyMetadata",
|
|
10692
|
+
"AuthorApex",
|
|
10693
|
+
"ManageConnectedApps",
|
|
10694
|
+
"Customize Application"
|
|
10695
|
+
]
|
|
10696
|
+
},
|
|
10697
|
+
"official_docs": [
|
|
10698
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_project_retrieve_start.htm",
|
|
10699
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_org_list_metadata.htm",
|
|
10700
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_describe.htm",
|
|
10701
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexclass.htm",
|
|
10702
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_flow.htm",
|
|
10703
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_types_list.htm"
|
|
10704
|
+
],
|
|
10705
|
+
"security_notes": "T1 read-only-runtime tier. Run As service account requires View Setup and Configuration only; ModifyAllData, ViewAllData, ViewEncryptedData, ModifyMetadata, AuthorApex, ManageConnectedApps, and Customize Application must be explicitly denied. Org IDs and user IDs never appear verbatim in output \u2014 always replaced with placeholders. REST describe paths preferred over sf project retrieve start to minimize permission footprint. Encrypted field values (Shield PE, PMLE) skipped entirely. URL-embedded credentials and Named Credential headers trigger immediate stop. Hardcoded session ID literals in Apex escalate to Critical before handoff. Regulated-vertical production orgs require explicit operator confirmation before any retrieval.",
|
|
10706
|
+
"last_verified": "2026-05-21",
|
|
10707
|
+
"path": "skills/salesforce/salesforce-metadata-fetcher-skill",
|
|
10708
|
+
"author": "github: Raishin",
|
|
10709
|
+
"version": "0.1.0",
|
|
10710
|
+
"companion_review_skills": [
|
|
10711
|
+
"salesforce-metadata-review-skill",
|
|
10712
|
+
"salesforce-flow-automation-review-skill",
|
|
10713
|
+
"salesforce-permission-model-review-skill",
|
|
10714
|
+
"salesforce-apex-lwc-code-review-skill",
|
|
10715
|
+
"salesforce-integration-review-skill"
|
|
10716
|
+
],
|
|
10717
|
+
"feeds_skills": [
|
|
10718
|
+
"salesforce-metadata-review-skill",
|
|
10719
|
+
"salesforce-flow-automation-review-skill",
|
|
10720
|
+
"salesforce-permission-model-review-skill",
|
|
10721
|
+
"salesforce-apex-lwc-code-review-skill"
|
|
10722
|
+
]
|
|
10723
|
+
},
|
|
10724
|
+
{
|
|
10725
|
+
"id": "salesforce-agentforce-stdm-observer-skill",
|
|
10726
|
+
"name": "Salesforce Agentforce STDM Observer Skill",
|
|
10727
|
+
"type": "skill",
|
|
10728
|
+
"provider": "salesforce",
|
|
10729
|
+
"harnesses": [
|
|
10730
|
+
"claude-code",
|
|
10731
|
+
"codex",
|
|
10732
|
+
"cursor",
|
|
10733
|
+
"gemini",
|
|
10734
|
+
"kiro",
|
|
10735
|
+
"other"
|
|
10736
|
+
],
|
|
10737
|
+
"summary": "Queries Salesforce Telemetry and Data Management (STDM) and Data Cloud for live Agentforce session traces, faithfulness scores, answer relevance scores, action invocation telemetry, and quality metrics under T1 least-privilege scope. Answers the Fortune 50 CISO question: is the Agentforce agent working correctly in production? Emits aggregate metrics only \u2014 never session content.",
|
|
10738
|
+
"source_type": "adapted",
|
|
10739
|
+
"source_attribution": "Adapted from the observing-agentforce skill published by Salesforce in the forcedotcom/sf-skills repository (Apache-2.0). Vanguard-specific additions: T1 least-privilege contract, structured audit envelope, aggregate-only output policy, and handoff routing model.",
|
|
10740
|
+
"execution_tier": "read-only-runtime",
|
|
10741
|
+
"oauth_scopes": [
|
|
10742
|
+
"api",
|
|
10743
|
+
"refresh_token",
|
|
10744
|
+
"cdp_query_api"
|
|
10745
|
+
],
|
|
10746
|
+
"run_as_permissions": {
|
|
10747
|
+
"required": [
|
|
10748
|
+
"View Setup and Configuration",
|
|
10749
|
+
"Data Cloud Query API access"
|
|
10750
|
+
],
|
|
10751
|
+
"denied": [
|
|
10752
|
+
"ModifyAllData",
|
|
10753
|
+
"ViewAllData",
|
|
10754
|
+
"ViewEncryptedData",
|
|
10755
|
+
"ModifyMetadata",
|
|
10756
|
+
"AuthorApex",
|
|
10757
|
+
"ManageConnectedApps",
|
|
10758
|
+
"Customize Application",
|
|
10759
|
+
"Manage Agentforce"
|
|
10760
|
+
]
|
|
10761
|
+
},
|
|
10762
|
+
"official_docs": [
|
|
10763
|
+
"https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_aiagenttagassociation.htm",
|
|
10764
|
+
"https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_aiagenttagdefinition.htm",
|
|
10765
|
+
"https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_aievaluationdefinition.htm",
|
|
10766
|
+
"https://developer.salesforce.com/docs/atlas.en-us.dataapiref.meta/dataapiref/data_api_query.htm",
|
|
10767
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_cloud_admin_setup.htm",
|
|
10768
|
+
"https://help.salesforce.com/s/articleView?id=sf.agentforce_manage_agents.htm",
|
|
10769
|
+
"https://developer.salesforce.com/docs/einstein/genai/guide/agentforce-overview.html"
|
|
10770
|
+
],
|
|
10771
|
+
"security_notes": "T1 read-only runtime. Aggregate-only output \u2014 session text content (user messages, agent responses, LLM prompts) is never emitted under any circumstance. All Salesforce record IDs are replaced with placeholders; record IDs in action invocations are hashed. User IDs and session participant IDs are replaced with placeholders. The cdp_query_api OAuth scope grants read-only Data Cloud query access only \u2014 no write access to Data Cloud. The Run As service account must have Manage Agentforce permission explicitly denied. Structured audit envelope emitted on every execution. Regulated-vertical orgs trigger mandatory escalation to salesforce-compliance-privacy-agent.",
|
|
10772
|
+
"last_verified": "2026-05-21",
|
|
10773
|
+
"path": "skills/salesforce/salesforce-agentforce-stdm-observer-skill",
|
|
10774
|
+
"author": "github: Raishin",
|
|
10775
|
+
"version": "0.1.0",
|
|
10776
|
+
"companion_skills": [
|
|
10777
|
+
"salesforce-agentforce-risk-review-skill"
|
|
10778
|
+
],
|
|
10779
|
+
"verify_before_merge": "All Agentforce, STDM, Data Cloud, and Einstein AI feature names, DMO field names, object names, and API structures evolve rapidly. Validate all references against current official Salesforce documentation before production use. AiAgentTagAssociation, AiEvaluationDefinition, GenAiPlannerDefinition, and STDM DMO names are particularly prone to changes across releases."
|
|
10780
|
+
},
|
|
10781
|
+
{
|
|
10782
|
+
"id": "salesforce-soql-generator-skill",
|
|
10783
|
+
"name": "Salesforce SOQL Generator Skill",
|
|
10784
|
+
"type": "skill",
|
|
10785
|
+
"provider": "salesforce",
|
|
10786
|
+
"harnesses": [
|
|
10787
|
+
"claude-code",
|
|
10788
|
+
"codex",
|
|
10789
|
+
"cursor",
|
|
10790
|
+
"gemini",
|
|
10791
|
+
"kiro",
|
|
10792
|
+
"other"
|
|
10793
|
+
],
|
|
10794
|
+
"summary": "Generates SOQL queries from plain-English requirements without executing them. T0 static-review skill \u2014 emits ready-to-paste SOQL with selectivity analysis, governor-limit guidance, and a 100-point quality score. Pairs with salesforce-soql-explorer-skill for live execution. No org connection required.",
|
|
10795
|
+
"source_type": "original",
|
|
10796
|
+
"category": "generation",
|
|
10797
|
+
"execution_tier": "static-review",
|
|
10798
|
+
"oauth_scopes": [],
|
|
10799
|
+
"mcp_servers": [],
|
|
10800
|
+
"run_as_permissions": {},
|
|
10801
|
+
"official_docs": [
|
|
10802
|
+
"https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm",
|
|
10803
|
+
"https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select.htm",
|
|
10804
|
+
"https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_conditionexpression.htm",
|
|
10805
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/langCon_apex_SOQL_govlimits.htm"
|
|
10806
|
+
],
|
|
10807
|
+
"security_notes": "T0 static-review only. No org connection, no OAuth, no MCP calls. Purely generative \u2014 emits query text for human review before any live execution. No secrets, credentials, or org data handled. Handoff to salesforce-soql-explorer-skill for live execution under T1 least-privilege scope.",
|
|
10808
|
+
"last_verified": "2026-05-21",
|
|
10809
|
+
"path": "skills/salesforce/salesforce-soql-generator-skill",
|
|
10810
|
+
"author": "github: Raishin",
|
|
10811
|
+
"version": "0.1.0"
|
|
10812
|
+
},
|
|
10813
|
+
{
|
|
10814
|
+
"id": "salesforce-deployment-validator-skill",
|
|
10815
|
+
"name": "Salesforce Deployment Validator Skill",
|
|
10816
|
+
"type": "skill",
|
|
10817
|
+
"provider": "salesforce",
|
|
10818
|
+
"harnesses": [
|
|
10819
|
+
"claude-code",
|
|
10820
|
+
"codex",
|
|
10821
|
+
"cursor",
|
|
10822
|
+
"gemini",
|
|
10823
|
+
"kiro",
|
|
10824
|
+
"other"
|
|
10825
|
+
],
|
|
10826
|
+
"summary": "Runs sf project deploy validate against a SANDBOX org to surface deployment issues, test failures, and metadata dependency problems WITHOUT committing changes. T2 sandbox-mutating but reversible dry-run. Production org targets are hard-refused. Feeds salesforce-change-impact-analyst-agent.",
|
|
10827
|
+
"source_type": "original",
|
|
10828
|
+
"category": "operational",
|
|
10829
|
+
"execution_tier": "sandbox-mutating",
|
|
10830
|
+
"oauth_scopes": [
|
|
10831
|
+
"api",
|
|
10832
|
+
"refresh_token"
|
|
10833
|
+
],
|
|
10834
|
+
"mcp_servers": [],
|
|
10835
|
+
"run_as_permissions": {
|
|
10836
|
+
"required": [
|
|
10837
|
+
"Deploy (Metadata API)",
|
|
10838
|
+
"View All Data (sandbox-only)"
|
|
10839
|
+
],
|
|
10840
|
+
"denied": [
|
|
10841
|
+
"ModifyAllData (production)",
|
|
10842
|
+
"Customize Application (production)",
|
|
10843
|
+
"Manage Connected Apps"
|
|
10844
|
+
]
|
|
10845
|
+
},
|
|
10846
|
+
"sandbox_only": true,
|
|
10847
|
+
"production_allowed": false,
|
|
10848
|
+
"official_docs": [
|
|
10849
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_project_commands_unified.htm#cli_reference_project_deploy_validate_unified",
|
|
10850
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_apex_commands_unified.htm#cli_reference_apex_run_test_unified",
|
|
10851
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy.htm",
|
|
10852
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_code_coverage.htm"
|
|
10853
|
+
],
|
|
10854
|
+
"security_notes": "T2 sandbox-mutating but reversible. sf project deploy validate makes no persistent changes \u2014 no commit path exists in this skill. Production org targets are hard-refused before any API call. Connected App allowlist enforces sandbox-only targeting. Every execution emits a structured audit envelope including on refusals. OAuth scopes restricted to api + refresh_token. Run As service account has Deploy (Metadata API) permission but is denied ModifyAllData (production), Customize Application (production), and Manage Connected Apps. Validated deployment IDs are transient \u2014 no metadata is altered in the target org.",
|
|
10855
|
+
"last_verified": "2026-05-21",
|
|
10856
|
+
"path": "skills/salesforce/salesforce-deployment-validator-skill",
|
|
10857
|
+
"author": "github: Raishin",
|
|
10858
|
+
"version": "0.1.0"
|
|
10859
|
+
},
|
|
10860
|
+
{
|
|
10861
|
+
"id": "salesforce-apex-generator-skill",
|
|
10862
|
+
"name": "Salesforce Apex Generator Skill",
|
|
10863
|
+
"type": "skill",
|
|
10864
|
+
"provider": "salesforce",
|
|
10865
|
+
"harnesses": [
|
|
10866
|
+
"claude-code",
|
|
10867
|
+
"codex",
|
|
10868
|
+
"cursor",
|
|
10869
|
+
"gemini",
|
|
10870
|
+
"kiro",
|
|
10871
|
+
"other"
|
|
10872
|
+
],
|
|
10873
|
+
"summary": "Generates production-grade Apex classes with Service-Selector-Domain layering, correct sharing models (with sharing / without sharing / inherited sharing per class type), async patterns (Queueable, Batchable, Schedulable), governor-limit awareness, and security defaults. T0 static generation \u2014 no org connection required. Emits .cls + .cls-meta.xml with a 100-point quality score and an explicit test class recommendation.",
|
|
10874
|
+
"source_type": "adapted",
|
|
10875
|
+
"source_attribution": "Adapted from forcedotcom/sf-skills generating-apex (Apache-2.0). Vanguard-specific additions: T0 tier declaration, 100-point scoring rubric, sharing model correctness gate, security-defaults enforcement, and handoff routing model.",
|
|
10876
|
+
"category": "generation",
|
|
10877
|
+
"execution_tier": "static-review",
|
|
10878
|
+
"oauth_scopes": [],
|
|
10879
|
+
"mcp_servers": [],
|
|
10880
|
+
"run_as_permissions": {},
|
|
10881
|
+
"official_docs": [
|
|
10882
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro.htm",
|
|
10883
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_sharing_with_sharing.htm",
|
|
10884
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm",
|
|
10885
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_security_stripInaccessible.htm",
|
|
10886
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_queueable.htm",
|
|
10887
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_batch_interface.htm"
|
|
10888
|
+
],
|
|
10889
|
+
"security_notes": "T0 static generation only. No org connection, no OAuth, no secrets. All generated Apex uses with sharing by default; without sharing only where required by class type and documented with justification. Generated code applies WITH USER_MODE and Security.stripInaccessible() for user-data-touching classes. No hardcoded credentials, org IDs, or session tokens are ever generated. Output is draft code requiring human review before deployment.",
|
|
10890
|
+
"last_verified": "2026-05-21",
|
|
10891
|
+
"path": "skills/salesforce/salesforce-apex-generator-skill",
|
|
10892
|
+
"author": "github: Raishin",
|
|
10893
|
+
"version": "0.1.0"
|
|
10894
|
+
},
|
|
10895
|
+
{
|
|
10896
|
+
"id": "salesforce-apex-test-generator-skill",
|
|
10897
|
+
"name": "Salesforce Apex Test Generator Skill",
|
|
10898
|
+
"type": "skill",
|
|
10899
|
+
"provider": "salesforce",
|
|
10900
|
+
"harnesses": [
|
|
10901
|
+
"claude-code",
|
|
10902
|
+
"codex",
|
|
10903
|
+
"cursor",
|
|
10904
|
+
"gemini",
|
|
10905
|
+
"kiro",
|
|
10906
|
+
"other"
|
|
10907
|
+
],
|
|
10908
|
+
"summary": "Generates Apex test classes with TestDataFactory patterns, Assert class usage, bulkification (200+ records), positive/negative/bulk test method separation, async test patterns (Test.startTest/stopTest), and proper @TestSetup usage. T0 static generation \u2014 no org connection required. Emits @isTest .cls + .cls-meta.xml with a 100-point quality score. Pairs with salesforce-apex-test-runner-skill for live execution.",
|
|
10909
|
+
"source_type": "adapted",
|
|
10910
|
+
"source_attribution": "Adapted from forcedotcom/sf-skills generating-apex-test (Apache-2.0). Vanguard-specific additions: T0 tier declaration, 100-point scoring rubric with bulkification gate, Assert class enforcement, SeeAllData refusal policy, and handoff routing model.",
|
|
10911
|
+
"category": "generation",
|
|
10912
|
+
"execution_tier": "static-review",
|
|
10913
|
+
"oauth_scopes": [],
|
|
10914
|
+
"mcp_servers": [],
|
|
10915
|
+
"run_as_permissions": {},
|
|
10916
|
+
"official_docs": [
|
|
10917
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing.htm",
|
|
10918
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_testsetup_annotation.htm",
|
|
10919
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_assert_class.htm",
|
|
10920
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_data_factory.htm",
|
|
10921
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_tools_start_stop_test.htm"
|
|
10922
|
+
],
|
|
10923
|
+
"security_notes": "T0 static generation only. No org connection, no OAuth, no secrets. Generated test classes use SeeAllData=false by default to ensure test isolation. No hardcoded credentials, org IDs, session tokens, or record IDs are generated. All test data created via factory methods. Output is draft code requiring human review before deployment.",
|
|
10924
|
+
"last_verified": "2026-05-21",
|
|
10925
|
+
"path": "skills/salesforce/salesforce-apex-test-generator-skill",
|
|
10926
|
+
"author": "github: Raishin",
|
|
10927
|
+
"version": "0.1.0"
|
|
10928
|
+
},
|
|
10929
|
+
{
|
|
10930
|
+
"id": "salesforce-apex-test-runner-skill",
|
|
10931
|
+
"name": "Salesforce Apex Test Runner Skill",
|
|
10932
|
+
"type": "skill",
|
|
10933
|
+
"provider": "salesforce",
|
|
10934
|
+
"harnesses": [
|
|
10935
|
+
"claude-code",
|
|
10936
|
+
"codex",
|
|
10937
|
+
"cursor",
|
|
10938
|
+
"gemini",
|
|
10939
|
+
"kiro",
|
|
10940
|
+
"other"
|
|
10941
|
+
],
|
|
10942
|
+
"summary": "Executes Apex tests against a connected sandbox org via sf apex run test, parses results and coverage delta, identifies failures with stack traces, and suggests fixes. T1 read-only runtime (sandbox-only). Production org targets are hard-refused before any API call. View All Data permission is required by sf apex run test and must exist only on the sandbox-only Run As service account.",
|
|
10943
|
+
"source_type": "adapted",
|
|
10944
|
+
"source_attribution": "Adapted from forcedotcom/sf-skills running-apex-tests (Apache-2.0). Vanguard-specific additions: T1 tier declaration, sandbox-only hard refusal, View All Data sandbox-account isolation note, structured audit envelope, redaction rules, and handoff routing model.",
|
|
10945
|
+
"category": "operational",
|
|
10946
|
+
"execution_tier": "read-only-runtime",
|
|
10947
|
+
"oauth_scopes": [
|
|
10948
|
+
"api",
|
|
10949
|
+
"refresh_token"
|
|
10950
|
+
],
|
|
10951
|
+
"mcp_servers": [],
|
|
10952
|
+
"run_as_permissions": {
|
|
10953
|
+
"required": [
|
|
10954
|
+
"View Setup and Configuration",
|
|
10955
|
+
"View All Data (sandbox-only)"
|
|
10956
|
+
],
|
|
10957
|
+
"denied": [
|
|
10958
|
+
"ModifyAllData",
|
|
10959
|
+
"ViewEncryptedData",
|
|
10960
|
+
"ModifyMetadata",
|
|
10961
|
+
"AuthorApex",
|
|
10962
|
+
"ManageConnectedApps"
|
|
10963
|
+
]
|
|
10964
|
+
},
|
|
10965
|
+
"sandbox_only": true,
|
|
10966
|
+
"production_allowed": false,
|
|
10967
|
+
"official_docs": [
|
|
10968
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_apex_commands_unified.htm#cli_reference_apex_run_test_unified",
|
|
10969
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_code_coverage.htm",
|
|
10970
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing.htm",
|
|
10971
|
+
"https://help.salesforce.com/s/articleView?id=sf.connected_app_overview.htm"
|
|
10972
|
+
],
|
|
10973
|
+
"security_notes": "T1 read-only runtime. Sandbox-only \u2014 production org targets are hard-refused before any API call. The View All Data system permission required by sf apex run test must exist exclusively on the sandbox-only Run As service account and never on a production-eligible account. OAuth scopes restricted to api + refresh_token. No DML, no metadata mutation, no code deployment. All Salesforce IDs, user IDs, and OAuth tokens are redacted before output. Structured audit envelope emitted on every execution including refusals. Rotating the Run As sandbox account's refresh token immediately revokes all access.",
|
|
10974
|
+
"last_verified": "2026-05-21",
|
|
10975
|
+
"path": "skills/salesforce/salesforce-apex-test-runner-skill",
|
|
10976
|
+
"author": "github: Raishin",
|
|
10977
|
+
"version": "0.1.0"
|
|
10978
|
+
},
|
|
10979
|
+
{
|
|
10980
|
+
"id": "salesforce-apex-log-analyzer-skill",
|
|
10981
|
+
"name": "Salesforce Apex Log Analyzer Skill",
|
|
10982
|
+
"type": "skill",
|
|
10983
|
+
"provider": "salesforce",
|
|
10984
|
+
"harnesses": [
|
|
10985
|
+
"claude-code",
|
|
10986
|
+
"codex",
|
|
10987
|
+
"cursor",
|
|
10988
|
+
"gemini",
|
|
10989
|
+
"kiro",
|
|
10990
|
+
"other"
|
|
10991
|
+
],
|
|
10992
|
+
"summary": "Retrieves Apex debug logs from a connected Salesforce org and analyzes them for governor-limit hits, SOQL N+1 patterns, unhandled exceptions, CPU hotspots, and async job failures. T1 read-only runtime \u2014 retrieves logs only, never executes code or mutates data. Does NOT require View All Data (unlike test runner). Emits sanitized findings with root-cause traces and a structured audit envelope.",
|
|
10993
|
+
"source_type": "adapted",
|
|
10994
|
+
"source_attribution": "Adapted from forcedotcom/sf-skills debugging-apex-logs (Apache-2.0). Vanguard-specific additions: T1 tier declaration, structured audit envelope, PII redaction rules, No View All Data distinction vs test-runner-skill, and handoff routing model.",
|
|
10995
|
+
"category": "operational",
|
|
10996
|
+
"execution_tier": "read-only-runtime",
|
|
10997
|
+
"oauth_scopes": [
|
|
10998
|
+
"api",
|
|
10999
|
+
"refresh_token"
|
|
11000
|
+
],
|
|
11001
|
+
"mcp_servers": [],
|
|
11002
|
+
"run_as_permissions": {
|
|
11003
|
+
"required": [
|
|
11004
|
+
"View Setup and Configuration"
|
|
11005
|
+
],
|
|
11006
|
+
"denied": [
|
|
11007
|
+
"ModifyAllData",
|
|
11008
|
+
"ViewAllData",
|
|
11009
|
+
"ViewEncryptedData",
|
|
11010
|
+
"ModifyMetadata",
|
|
11011
|
+
"AuthorApex",
|
|
11012
|
+
"ManageConnectedApps"
|
|
11013
|
+
]
|
|
11014
|
+
},
|
|
11015
|
+
"official_docs": [
|
|
11016
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_apex_commands_unified.htm#cli_reference_apex_get_log_unified",
|
|
11017
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_debug_log.htm",
|
|
11018
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm",
|
|
11019
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_log_levels.htm"
|
|
11020
|
+
],
|
|
11021
|
+
"security_notes": "T1 read-only runtime. Log retrieval only \u2014 no code execution, no DML, no metadata mutation. Does not require View All Data (unlike salesforce-apex-test-runner-skill). OAuth scopes restricted to api + refresh_token. Apex debug logs may contain field values and PII; mandatory redaction of record IDs, user IDs, email addresses, and other PII fields before output. Session tokens and access tokens stripped from any log content. Structured audit envelope with pii_risk_assessed and redactions_applied fields emitted on every execution. Production org logs permitted but trigger maximum PII redaction scrutiny. Rotating the Run As account's refresh token immediately revokes all access.",
|
|
11022
|
+
"last_verified": "2026-05-21",
|
|
11023
|
+
"path": "skills/salesforce/salesforce-apex-log-analyzer-skill",
|
|
11024
|
+
"author": "github: Raishin",
|
|
11025
|
+
"version": "0.1.0"
|
|
11026
|
+
},
|
|
11027
|
+
{
|
|
11028
|
+
"id": "salesforce-validation-rule-writer-skill",
|
|
11029
|
+
"name": "Salesforce Validation Rule Writer Skill",
|
|
11030
|
+
"type": "skill",
|
|
11031
|
+
"provider": "salesforce",
|
|
11032
|
+
"harnesses": [
|
|
11033
|
+
"claude-code",
|
|
11034
|
+
"codex",
|
|
11035
|
+
"cursor",
|
|
11036
|
+
"gemini",
|
|
11037
|
+
"kiro",
|
|
11038
|
+
"other"
|
|
11039
|
+
],
|
|
11040
|
+
"summary": "Converts plain-English business rules into deployable Salesforce validation rule formula syntax. Outputs the formula, error message copy, profile bypass logic, null-handling guards, and a compilation safety checklist. T0 static generation only \u2014 no org connection required.",
|
|
11041
|
+
"source_type": "original",
|
|
11042
|
+
"category": "generation",
|
|
11043
|
+
"execution_tier": "static-review",
|
|
11044
|
+
"oauth_scopes": [],
|
|
11045
|
+
"mcp_servers": [],
|
|
11046
|
+
"run_as_permissions": {
|
|
11047
|
+
"required": [],
|
|
11048
|
+
"denied": []
|
|
11049
|
+
},
|
|
11050
|
+
"official_docs": [
|
|
11051
|
+
"https://help.salesforce.com/s/articleView?id=sf.fields_about_field_validation.htm",
|
|
11052
|
+
"https://help.salesforce.com/s/articleView?id=sf.customize_functions.htm",
|
|
11053
|
+
"https://developer.salesforce.com/docs/atlas.en-us.salesforce_formula_size_limits.meta/salesforce_formula_size_limits/formula_size_limits.htm",
|
|
11054
|
+
"https://help.salesforce.com/s/articleView?id=sf.fields_validation_example.htm"
|
|
11055
|
+
],
|
|
11056
|
+
"security_notes": "T0 static-review only. No org connection, no CLI execution, no MCP calls. Profile bypass via $Profile.Name is included by default to prevent admin lockout during deployments. Formula logic correctness is verified against a compilation checklist before emission. No credential handling.",
|
|
11057
|
+
"last_verified": "2026-05-21",
|
|
11058
|
+
"path": "skills/salesforce/salesforce-validation-rule-writer-skill",
|
|
11059
|
+
"author": "github: Raishin",
|
|
11060
|
+
"version": "0.1.0"
|
|
11061
|
+
},
|
|
11062
|
+
{
|
|
11063
|
+
"id": "salesforce-field-mapping-skill",
|
|
11064
|
+
"name": "Salesforce Field Mapping Skill",
|
|
11065
|
+
"type": "skill",
|
|
11066
|
+
"provider": "salesforce",
|
|
11067
|
+
"harnesses": [
|
|
11068
|
+
"claude-code",
|
|
11069
|
+
"codex",
|
|
11070
|
+
"cursor",
|
|
11071
|
+
"gemini",
|
|
11072
|
+
"kiro",
|
|
11073
|
+
"other"
|
|
11074
|
+
],
|
|
11075
|
+
"summary": "Maps CSV and spreadsheet column headers to Salesforce field API names with type mismatch detection, missing-field flagging, picklist value normalization, and API name collision detection. Used during data migration from HubSpot, Pipedrive, Excel exports, and legacy CRMs. T0 static generation only \u2014 no org connection required.",
|
|
11076
|
+
"source_type": "original",
|
|
11077
|
+
"category": "generation",
|
|
11078
|
+
"execution_tier": "static-review",
|
|
11079
|
+
"oauth_scopes": [],
|
|
11080
|
+
"mcp_servers": [],
|
|
11081
|
+
"run_as_permissions": {
|
|
11082
|
+
"required": [],
|
|
11083
|
+
"denied": []
|
|
11084
|
+
},
|
|
11085
|
+
"official_docs": [
|
|
11086
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_loader.htm",
|
|
11087
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_contact.htm",
|
|
11088
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_lead.htm",
|
|
11089
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_opportunity.htm",
|
|
11090
|
+
"https://help.salesforce.com/s/articleView?id=sf.fields_about_field_type.htm"
|
|
11091
|
+
],
|
|
11092
|
+
"security_notes": "T0 static-review only. No org connection, no CLI execution, no MCP calls. PII in user-provided sample data rows is not included in output \u2014 headers only. Upsert external ID fields must have the External ID attribute set in Salesforce Setup.",
|
|
11093
|
+
"last_verified": "2026-05-21",
|
|
11094
|
+
"path": "skills/salesforce/salesforce-field-mapping-skill",
|
|
11095
|
+
"author": "github: Raishin",
|
|
11096
|
+
"version": "0.1.0"
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"id": "salesforce-flow-debugger-skill",
|
|
11100
|
+
"name": "Salesforce Flow Debugger Skill",
|
|
11101
|
+
"type": "skill",
|
|
11102
|
+
"provider": "salesforce",
|
|
11103
|
+
"harnesses": [
|
|
11104
|
+
"claude-code",
|
|
11105
|
+
"codex",
|
|
11106
|
+
"cursor",
|
|
11107
|
+
"gemini",
|
|
11108
|
+
"kiro",
|
|
11109
|
+
"other"
|
|
11110
|
+
],
|
|
11111
|
+
"summary": "Diagnoses Salesforce Flow failures from pasted error messages (T0) or live FlowInterviewLog records fetched via sf CLI (T1 optional). Identifies the failing node, root cause, fault path gaps, and provides specific fix recommendations for UNHANDLED_FAULT, NullPointerException, DML exceptions, governor limit errors, and type mismatches.",
|
|
11112
|
+
"source_type": "original",
|
|
11113
|
+
"category": "operational",
|
|
11114
|
+
"execution_tier": "read-only-runtime",
|
|
11115
|
+
"oauth_scopes": [
|
|
11116
|
+
"api",
|
|
11117
|
+
"refresh_token"
|
|
11118
|
+
],
|
|
11119
|
+
"mcp_servers": [],
|
|
11120
|
+
"run_as_permissions": {
|
|
11121
|
+
"required": [
|
|
11122
|
+
"View Setup and Configuration",
|
|
11123
|
+
"View Setup"
|
|
11124
|
+
],
|
|
11125
|
+
"denied": [
|
|
11126
|
+
"ModifyAllData",
|
|
11127
|
+
"ViewAllData",
|
|
11128
|
+
"ViewEncryptedData",
|
|
11129
|
+
"ModifyMetadata",
|
|
11130
|
+
"AuthorApex"
|
|
11131
|
+
]
|
|
11132
|
+
},
|
|
11133
|
+
"official_docs": [
|
|
11134
|
+
"https://help.salesforce.com/s/articleView?id=sf.flow_troubleshoot.htm",
|
|
11135
|
+
"https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_fault.htm",
|
|
11136
|
+
"https://developer.salesforce.com/docs/atlas.en-us.flow.meta/flow/flow_concepts_fault.htm",
|
|
11137
|
+
"https://help.salesforce.com/s/articleView?id=sf.flow_debug.htm",
|
|
11138
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_flowinterviewlog.htm"
|
|
11139
|
+
],
|
|
11140
|
+
"security_notes": "Hybrid T0/T1 skill. T0 mode requires no org connection. T1 mode queries FlowInterviewLog read-only via sf data query under api + refresh_token scopes. Denied: ModifyAllData, ViewAllData, ViewEncryptedData, ModifyMetadata, AuthorApex. T1 mode prefers sandbox \u2014 production requires explicit acknowledgment. All record IDs, user IDs, and variable values are redacted before output. Structured audit envelope emitted on every T1 execution.",
|
|
11141
|
+
"last_verified": "2026-05-21",
|
|
11142
|
+
"path": "skills/salesforce/salesforce-flow-debugger-skill",
|
|
11143
|
+
"author": "github: Raishin",
|
|
11144
|
+
"version": "0.1.0"
|
|
11145
|
+
},
|
|
11146
|
+
{
|
|
11147
|
+
"id": "salesforce-bulk-data-ops-skill",
|
|
11148
|
+
"name": "Salesforce Bulk Data Ops Skill",
|
|
11149
|
+
"type": "skill",
|
|
11150
|
+
"provider": "salesforce",
|
|
11151
|
+
"harnesses": [
|
|
11152
|
+
"claude-code",
|
|
11153
|
+
"codex",
|
|
11154
|
+
"cursor",
|
|
11155
|
+
"gemini",
|
|
11156
|
+
"kiro",
|
|
11157
|
+
"other"
|
|
11158
|
+
],
|
|
11159
|
+
"summary": "Generates scripts for bulk Salesforce data operations: mass owner reassignment, record deduplication, mass field update, batch close stale records, contact deactivation, and lead conversion. Outputs Data Loader CSV templates and Anonymous Apex scripts with bulkification, error queues, audit logging, and rollback guidance. T0 generation only \u2014 sandbox dry-run via salesforce-deployment-validator-skill; production approval via salesforce-live-guard-agent.",
|
|
11160
|
+
"source_type": "original",
|
|
11161
|
+
"category": "generation",
|
|
11162
|
+
"execution_tier": "static-review",
|
|
11163
|
+
"oauth_scopes": [],
|
|
11164
|
+
"mcp_servers": [],
|
|
11165
|
+
"run_as_permissions": {
|
|
11166
|
+
"required": [],
|
|
11167
|
+
"denied": []
|
|
11168
|
+
},
|
|
11169
|
+
"official_docs": [
|
|
11170
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_loader.htm",
|
|
11171
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_database.htm",
|
|
11172
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_batch_interface.htm",
|
|
11173
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dml_merge.htm",
|
|
11174
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm"
|
|
11175
|
+
],
|
|
11176
|
+
"security_notes": "T0 static-review only. No org connection, no CLI execution, no MCP calls. Hard-deletes are T3 prohibited \u2014 this skill only generates soft-delete patterns. All scripts use allOrNone=false for partial success. Sandbox dry-run via salesforce-deployment-validator-skill is required before production. Production execution requires human approval via salesforce-live-guard-agent. No hardcoded record IDs in generated scripts \u2014 dynamic SOQL lookup pattern used.",
|
|
11177
|
+
"last_verified": "2026-05-21",
|
|
11178
|
+
"path": "skills/salesforce/salesforce-bulk-data-ops-skill",
|
|
11179
|
+
"author": "github: Raishin",
|
|
11180
|
+
"version": "0.1.0"
|
|
9927
11181
|
}
|
|
9928
11182
|
]
|