@raishin/vanguard-frontier-agentic 2.3.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/tasks/task-dynamic-kiro-powers/2025-01-24-120000-review.md +92 -0
- package/.agents/tasks/task-dynamic-kiro-powers/context.json +22 -0
- package/.agents/tasks/task-dynamic-kiro-powers/features/FEAT-001.json +34 -0
- package/.agents/tasks/task-dynamic-kiro-powers/task.json +14 -0
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +31 -1
- package/.cursor-plugin/plugin.json +31 -1
- package/.github/plugin/marketplace.json +1 -1
- package/README.md +17 -12
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/AGENT.md +1 -1
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/claude-code.agent.md +1 -1
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/copilot.agent.md +1 -1
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/cursor.agent.md +1 -1
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/gemini.agent.md +1 -1
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-ide.agent.md +1 -1
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/AGENT.md +2 -2
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/claude-code.agent.md +2 -2
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/copilot.agent.md +2 -2
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/cursor.agent.md +2 -2
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/gemini.agent.md +2 -2
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-ide.agent.md +2 -2
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/AGENT.md +3 -3
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/claude-code.agent.md +3 -3
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/copilot.agent.md +3 -3
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/cursor.agent.md +3 -3
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/gemini.agent.md +3 -3
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-ide.agent.md +3 -3
- package/agents/hetzner/README.md +1 -1
- 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 +1451 -283
- package/catalog/asset-integrity.json +2257 -332
- package/catalog/install-roles.json +68 -0
- package/catalog/skill-manifest.json +1040 -155
- package/catalog/skills.json +1242 -262
- package/package.json +5 -2
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +3 -2
- package/plugins/vanguard-frontier-agentic/skills/vanguard-frontier-agentic-install/SKILL.md +37 -0
- package/powers/README.md +28 -10
- package/powers/vanguard-argocd/POWER.md +40 -0
- package/powers/vanguard-backstage/POWER.md +40 -0
- package/powers/vanguard-cert-manager/POWER.md +40 -0
- package/powers/vanguard-cilium/POWER.md +40 -0
- package/powers/vanguard-dotnet/POWER.md +41 -0
- package/powers/vanguard-falco/POWER.md +40 -0
- package/powers/vanguard-fluxcd/POWER.md +40 -0
- package/powers/vanguard-generic/POWER.md +40 -0
- package/powers/vanguard-hr/POWER.md +41 -0
- package/powers/vanguard-istio/POWER.md +40 -0
- package/powers/vanguard-kyverno/POWER.md +40 -0
- package/powers/vanguard-legal/POWER.md +41 -0
- package/powers/vanguard-marketing/POWER.md +41 -0
- package/powers/vanguard-multi-cloud/POWER.md +41 -0
- package/powers/vanguard-opentelemetry/POWER.md +40 -0
- package/powers/vanguard-prometheus/POWER.md +40 -0
- package/powers/vanguard-salesforce/POWER.md +42 -0
- package/powers/vanguard-sigstore/POWER.md +40 -0
- package/schemas/agent.schema.json +2 -1
- package/schemas/skill.frontmatter.schema.json +33 -3
- package/schemas/skill.schema.json +2 -1
- package/scripts/export-marketplace-agents.mjs +43 -1
- package/scripts/generate-kiro-powers.mjs +372 -5
- package/scripts/install-codex-home.mjs +95 -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-aspnetcore-api-review/SKILL.md +1 -1
- package/skills/dotnet/dotnet-aspnetcore-api-review/references/workflow-and-output.md +2 -2
- package/skills/dotnet/dotnet-csharp-runtime-review/SKILL.md +2 -2
- package/skills/dotnet/dotnet-csharp-runtime-review/references/workflow-and-output.md +7 -7
- package/skills/dotnet/dotnet-efcore-data-access-review/SKILL.md +4 -4
- package/skills/dotnet/dotnet-efcore-data-access-review/references/workflow-and-output.md +3 -3
- package/skills/dotnet/dotnet-performance-aot-review/references/workflow-and-output.md +1 -1
- package/skills/dotnet/dotnet-testing-quality-review/SKILL.md +1 -1
- package/skills/dotnet/dotnet-testing-quality-review/references/workflow-and-output.md +2 -2
- 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/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/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-codex-plugin-marketplace-install.test.mjs +132 -0
- package/tests/test-vfa-export-coverage.test.mjs +116 -4
- package/tests/validate-catalog.py +12 -1
- package/tests/validate-codex-marketplace.py +23 -1
- package/tests/validate-plugin-manifest.py +11 -1
package/catalog/agents.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"gemini",
|
|
13
13
|
"kiro"
|
|
14
14
|
],
|
|
15
|
-
"summary": "Review ad-platform audience targeting configurations and declared AI feature usage for protected-class discrimination risk under Fair Housing Act, ECOA, and EU AI Act Article 5
|
|
15
|
+
"summary": "Review ad-platform audience targeting configurations and declared 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.",
|
|
16
16
|
"companion_skills": [
|
|
17
17
|
"ai-advertising-targeting-fairness-review"
|
|
18
18
|
],
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"https://www.alibabacloud.com/help/en/acr",
|
|
60
60
|
"https://www.alibabacloud.com/help/en/asm"
|
|
61
61
|
],
|
|
62
|
-
"security_notes": "ACK cluster version upgrades are irreversible. Node pool scale-down may evict workloads. Production namespace mutations require confirmation. ACK Serverless (ASK) has no node-level access
|
|
62
|
+
"security_notes": "ACK cluster version upgrades are irreversible. Node pool scale-down may evict workloads. Production namespace mutations require confirmation. ACK Serverless (ASK) has no node-level access \u2014 do not recommend node-level debugging commands for ASK.",
|
|
63
63
|
"last_verified": "2026-05-08",
|
|
64
64
|
"path": "agents/alibaba/alibaba-ack-container-platform-operator-agent",
|
|
65
65
|
"author": "github: Raishin",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"https://www.alibabacloud.com/help/en/actiontrail",
|
|
85
85
|
"https://www.alibabacloud.com/help/en/sls"
|
|
86
86
|
],
|
|
87
|
-
"security_notes": "Do not delete ActionTrail trails, SLS logstores, or audit evidence without backup verification
|
|
87
|
+
"security_notes": "Do not delete ActionTrail trails, SLS logstores, or audit evidence without backup verification \u2014 audit log destruction may violate MLPS 2.0 retention requirements.",
|
|
88
88
|
"last_verified": "2026-05-08",
|
|
89
89
|
"path": "agents/alibaba/alibaba-actiontrail-audit-analyst-agent",
|
|
90
90
|
"author": "github: Raishin",
|
|
@@ -129,14 +129,14 @@
|
|
|
129
129
|
"gemini",
|
|
130
130
|
"kiro"
|
|
131
131
|
],
|
|
132
|
-
"summary": "Review Alibaba Cloud SSL Certificate Service
|
|
132
|
+
"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.",
|
|
133
133
|
"source_type": "original",
|
|
134
134
|
"official_docs": [
|
|
135
135
|
"https://www.alibabacloud.com/help/en/ssl-certificate/latest/what-is-ssl-certificates-service",
|
|
136
136
|
"https://www.alibabacloud.com/help/en/slb/application-load-balancer/user-guide/create-an-https-listener",
|
|
137
137
|
"https://www.alibabacloud.com/help/en/cdn/user-guide/configure-an-ssl-certificate"
|
|
138
138
|
],
|
|
139
|
-
"security_notes": "Alibaba Cloud certificate private keys generated on the platform are stored in Alibaba's systems
|
|
139
|
+
"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.",
|
|
140
140
|
"last_verified": "2026-05-09",
|
|
141
141
|
"path": "agents/alibaba/alibaba-certificate-manager-issuer-review-agent",
|
|
142
142
|
"version": "0.1.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"gemini",
|
|
156
156
|
"kiro"
|
|
157
157
|
],
|
|
158
|
-
"summary": "Pre-change blast radius analysis for Alibaba Cloud
|
|
158
|
+
"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.",
|
|
159
159
|
"source_type": "original",
|
|
160
160
|
"official_docs": [
|
|
161
161
|
"https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"https://www.alibabacloud.com/help/en/cen/latest/what-is-cen",
|
|
164
164
|
"https://www.alibabacloud.com/help/en/vpc/latest/vpc-peering-connections-overview"
|
|
165
165
|
],
|
|
166
|
-
"security_notes": "Alibaba Cloud Resource Directory root account has override capabilities for all member account policies
|
|
166
|
+
"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.",
|
|
167
167
|
"last_verified": "2026-05-09",
|
|
168
168
|
"path": "agents/alibaba/alibaba-change-impact-advisor-agent",
|
|
169
169
|
"version": "0.1.0",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"gemini",
|
|
208
208
|
"kiro"
|
|
209
209
|
],
|
|
210
|
-
"summary": "Detect and coordinate response to Alibaba Cloud cost anomalies
|
|
210
|
+
"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.",
|
|
211
211
|
"source_type": "original",
|
|
212
212
|
"official_docs": [
|
|
213
213
|
"https://www.alibabacloud.com/help/en/maxcompute/latest/billing-overview",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"https://www.alibabacloud.com/help/en/cost-management/latest/overview",
|
|
216
216
|
"https://www.alibabacloud.com/help/en/cdn/user-guide/billing-overview"
|
|
217
217
|
],
|
|
218
|
-
"security_notes": "Alibaba Cloud cost data is accessible via the billing API
|
|
218
|
+
"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.",
|
|
219
219
|
"last_verified": "2026-05-09",
|
|
220
220
|
"path": "agents/alibaba/alibaba-cost-anomaly-watch-coordinator-agent",
|
|
221
221
|
"version": "0.1.0",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"gemini",
|
|
261
261
|
"kiro"
|
|
262
262
|
],
|
|
263
|
-
"summary": "Coordinate the daily Alibaba Cloud operations standup
|
|
263
|
+
"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.",
|
|
264
264
|
"source_type": "original",
|
|
265
265
|
"official_docs": [
|
|
266
266
|
"https://www.alibabacloud.com/help/en/cost-management/latest/overview",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/user-guide/overview-7",
|
|
269
269
|
"https://www.alibabacloud.com/help/en/security-center/latest/what-is-security-center"
|
|
270
270
|
],
|
|
271
|
-
"security_notes": "Alibaba Cloud ActionTrail logs contain API call details that may reveal internal architecture
|
|
271
|
+
"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.",
|
|
272
272
|
"last_verified": "2026-05-09",
|
|
273
273
|
"path": "agents/alibaba/alibaba-daily-operations-briefing-coordinator-agent",
|
|
274
274
|
"version": "0.1.0",
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"gemini",
|
|
340
340
|
"kiro"
|
|
341
341
|
],
|
|
342
|
-
"summary": "Review Alibaba Cloud EventBridge, MNS (Message Notification Service), RocketMQ, and MSE event-driven designs
|
|
342
|
+
"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.",
|
|
343
343
|
"source_type": "original",
|
|
344
344
|
"official_docs": [
|
|
345
345
|
"https://www.alibabacloud.com/help/en/eventbridge/latest/what-is-eventbridge",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"https://www.alibabacloud.com/help/en/apsaramq-for-rocketmq/latest/what-is-rocketmq",
|
|
348
348
|
"https://www.alibabacloud.com/help/en/mse/latest/overview-of-mse"
|
|
349
349
|
],
|
|
350
|
-
"security_notes": "Alibaba Cloud EventBridge event buses can be public
|
|
350
|
+
"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.",
|
|
351
351
|
"last_verified": "2026-05-09",
|
|
352
352
|
"path": "agents/alibaba/alibaba-event-driven-architecture-review-agent",
|
|
353
353
|
"version": "0.1.0",
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"gemini",
|
|
393
393
|
"kiro"
|
|
394
394
|
],
|
|
395
|
-
"summary": "Review Terraform and ROS (Resource Orchestration Service) changes targeting Alibaba Cloud
|
|
395
|
+
"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.",
|
|
396
396
|
"source_type": "original",
|
|
397
397
|
"official_docs": [
|
|
398
398
|
"https://www.alibabacloud.com/help/en/resource-orchestration-service/latest/what-is-ros",
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"https://www.alibabacloud.com/help/en/resource-management/latest/what-is-resource-management",
|
|
401
401
|
"https://www.alibabacloud.com/help/en/oss/user-guide/server-side-encryption"
|
|
402
402
|
],
|
|
403
|
-
"security_notes": "Alibaba Cloud Terraform provider state files expose resource attribute details
|
|
403
|
+
"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.",
|
|
404
404
|
"last_verified": "2026-05-09",
|
|
405
405
|
"path": "agents/alibaba/alibaba-iac-change-safety-review-agent",
|
|
406
406
|
"version": "0.1.0",
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"gemini",
|
|
496
496
|
"kiro"
|
|
497
497
|
],
|
|
498
|
-
"summary": "Gate financial authority actions
|
|
498
|
+
"summary": "Gate financial authority actions \u2014 budget threshold changes can trigger service suspension, Savings Plan purchases are committed spend contracts, RI purchases lock capacity spend.",
|
|
499
499
|
"source_type": "original",
|
|
500
500
|
"official_docs": [
|
|
501
501
|
"https://www.alibabacloud.com/help/en/bss"
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"gemini",
|
|
521
521
|
"kiro"
|
|
522
522
|
],
|
|
523
|
-
"summary": "Gate KMS key deletion and disable operations
|
|
523
|
+
"summary": "Gate KMS key deletion and disable operations \u2014 all data encrypted with a deleted CMK becomes permanently and irrecoverably inaccessible.",
|
|
524
524
|
"source_type": "original",
|
|
525
525
|
"official_docs": [
|
|
526
526
|
"https://www.alibabacloud.com/help/en/kms",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"gemini",
|
|
545
545
|
"kiro"
|
|
546
546
|
],
|
|
547
|
-
"summary": "Gate OSS bucket ACL and policy mutations
|
|
547
|
+
"summary": "Gate OSS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data immediately to internet crawlers; CN-* cross-border replication may violate DSL/MLPS.",
|
|
548
548
|
"source_type": "original",
|
|
549
549
|
"official_docs": [
|
|
550
550
|
"https://www.alibabacloud.com/help/en/oss"
|
|
@@ -569,13 +569,13 @@
|
|
|
569
569
|
"gemini",
|
|
570
570
|
"kiro"
|
|
571
571
|
],
|
|
572
|
-
"summary": "Gate RAM policy/role mutations
|
|
572
|
+
"summary": "Gate RAM policy/role mutations \u2014 account-wide blast radius, privilege escalation risk, service breakage from accidental denial.",
|
|
573
573
|
"source_type": "original",
|
|
574
574
|
"official_docs": [
|
|
575
575
|
"https://www.alibabacloud.com/help/en/ram",
|
|
576
576
|
"https://www.alibabacloud.com/help/en/ram/user-guide/create-a-custom-policy"
|
|
577
577
|
],
|
|
578
|
-
"security_notes": "RAM AdministratorAccess is account-wide; assigning it to any RAM user/role is the highest-risk RAM mutation. RAM policy deletion may break active STS tokens immediately. Resource Directory Control Policy changes affect all member accounts in that OU
|
|
578
|
+
"security_notes": "RAM AdministratorAccess is account-wide; assigning it to any RAM user/role is the highest-risk RAM mutation. RAM policy deletion may break active STS tokens immediately. Resource Directory Control Policy changes affect all member accounts in that OU \u2014 require org-admin equivalent approval.",
|
|
579
579
|
"last_verified": "2026-05-08",
|
|
580
580
|
"path": "agents/alibaba/alibaba-live-ram-policy-change-guard-agent",
|
|
581
581
|
"author": "github: Raishin"
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
"gemini",
|
|
594
594
|
"kiro"
|
|
595
595
|
],
|
|
596
|
-
"summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal
|
|
596
|
+
"summary": "Gate RDS/PolarDB instance deletion, spec downgrade, and backup policy removal \u2014 data loss is permanent without backup verification.",
|
|
597
597
|
"source_type": "original",
|
|
598
598
|
"official_docs": [
|
|
599
599
|
"https://www.alibabacloud.com/help/en/polardb",
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
"gemini",
|
|
619
619
|
"kiro"
|
|
620
620
|
],
|
|
621
|
-
"summary": "Traffic engineering for Alibaba Cloud load balancers
|
|
621
|
+
"summary": "Traffic engineering for Alibaba Cloud load balancers \u2014 CLB (Classic, legacy), SLB (Server Load Balancer, Layer 4/7), 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, and traffic distribution.",
|
|
622
622
|
"source_type": "original",
|
|
623
623
|
"official_docs": [
|
|
624
624
|
"https://www.alibabacloud.com/help/en/slb/classic-load-balancer/product-overview/what-is-clb",
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
"https://www.alibabacloud.com/help/en/slb/network-load-balancer/product-overview/what-is-nlb",
|
|
627
627
|
"https://www.alibabacloud.com/help/en/global-accelerator/latest/what-is-global-accelerator"
|
|
628
628
|
],
|
|
629
|
-
"security_notes": "CLB instances with public listeners and no WAF integration are exposed directly to the internet
|
|
629
|
+
"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.",
|
|
630
630
|
"last_verified": "2026-05-09",
|
|
631
631
|
"path": "agents/alibaba/alibaba-load-balancer-traffic-engineer-agent",
|
|
632
632
|
"version": "0.1.0",
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
"gemini",
|
|
647
647
|
"kiro"
|
|
648
648
|
],
|
|
649
|
-
"summary": "Per-cloud router agent for Alibaba Cloud. Classifies the user's task, selects the narrowest Alibaba Cloud specialist agent or the right team of specialists from the catalog, and dispatches them. China-region aware
|
|
649
|
+
"summary": "Per-cloud router agent for Alibaba Cloud. Classifies the user's task, selects the narrowest Alibaba Cloud specialist agent or the right team of specialists from the catalog, and dispatches them. China-region aware \u2014 flags MLPS 2.0, DSL, and PIPL obligations for CN-* workloads. Never auto-dispatches live-guard agents.",
|
|
650
650
|
"source_type": "original",
|
|
651
651
|
"official_docs": [
|
|
652
652
|
"https://www.alibabacloud.com/help/en",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"https://www.alibabacloud.com/help/en/vpc",
|
|
655
655
|
"https://www.alibabacloud.com/help/en/ecs"
|
|
656
656
|
],
|
|
657
|
-
"security_notes": "Live-guard gate is non-negotiable. RAM AdministratorAccess mutations and KMS key deletion are irreversible. China mainland (CN-*) regions carry DSL/MLPS 2.0/PIPL obligations
|
|
657
|
+
"security_notes": "Live-guard gate is non-negotiable. RAM AdministratorAccess mutations and KMS key deletion are irreversible. China mainland (CN-*) regions carry DSL/MLPS 2.0/PIPL obligations \u2014 always flag cross-border data transfer and compliance grading questions before routing.",
|
|
658
658
|
"last_verified": "2026-05-08",
|
|
659
659
|
"path": "agents/alibaba/alibaba-maestro-agent",
|
|
660
660
|
"author": "github: Raishin"
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
"https://www.alibabacloud.com/help/en/dataworks",
|
|
680
680
|
"https://www.alibabacloud.com/help/en/pai"
|
|
681
681
|
],
|
|
682
|
-
"security_notes": "Do not switch MaxCompute billing mode (CU package to on-demand) without modeling cost impact
|
|
682
|
+
"security_notes": "Do not switch MaxCompute billing mode (CU package to on-demand) without modeling cost impact \u2014 wrong mode can multiply costs 10x.",
|
|
683
683
|
"last_verified": "2026-05-08",
|
|
684
684
|
"path": "agents/alibaba/alibaba-maxcompute-dataworks-analyst-agent",
|
|
685
685
|
"author": "github: Raishin",
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"gemini",
|
|
725
725
|
"kiro"
|
|
726
726
|
],
|
|
727
|
-
"summary": "Configure and operate Alibaba MSE (Microservice Engine)
|
|
727
|
+
"summary": "Configure and operate Alibaba MSE (Microservice Engine) \u2014 Nacos (service discovery + config), Sentinel (rate limiting + circuit breaking), Seata (distributed transactions), and ARMS APM for microservices observability.",
|
|
728
728
|
"source_type": "original",
|
|
729
729
|
"official_docs": [
|
|
730
730
|
"https://www.alibabacloud.com/help/en/mse",
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"gemini",
|
|
803
803
|
"kiro"
|
|
804
804
|
],
|
|
805
|
-
"summary": "Govern Alibaba Cloud OSS data perimeters
|
|
805
|
+
"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.",
|
|
806
806
|
"source_type": "original",
|
|
807
807
|
"official_docs": [
|
|
808
808
|
"https://www.alibabacloud.com/help/en/oss/user-guide/block-public-access",
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
"https://www.alibabacloud.com/help/en/oss/user-guide/use-bucket-policies-to-authorize-other-users-to-access-oss-resources",
|
|
811
811
|
"https://www.alibabacloud.com/help/en/oss/user-guide/oss-interface-for-vpc"
|
|
812
812
|
],
|
|
813
|
-
"security_notes": "Alibaba Cloud OSS bucket names are globally unique
|
|
813
|
+
"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.",
|
|
814
814
|
"last_verified": "2026-05-09",
|
|
815
815
|
"path": "agents/alibaba/alibaba-oss-data-perimeter-governor-agent",
|
|
816
816
|
"version": "0.1.0",
|
|
@@ -906,14 +906,14 @@
|
|
|
906
906
|
"gemini",
|
|
907
907
|
"kiro"
|
|
908
908
|
],
|
|
909
|
-
"summary": "Govern Alibaba Cloud Container Registry (ACR)
|
|
909
|
+
"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.",
|
|
910
910
|
"source_type": "original",
|
|
911
911
|
"official_docs": [
|
|
912
912
|
"https://www.alibabacloud.com/help/en/acr/product-overview/what-is-container-registry",
|
|
913
913
|
"https://www.alibabacloud.com/help/en/acr/user-guide/configure-image-tag-immutability",
|
|
914
914
|
"https://www.alibabacloud.com/help/en/acr/user-guide/use-image-scanner-to-scan-images"
|
|
915
915
|
],
|
|
916
|
-
"security_notes": "ACR Personal Edition namespaces are globally shared
|
|
916
|
+
"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.",
|
|
917
917
|
"last_verified": "2026-05-09",
|
|
918
918
|
"path": "agents/alibaba/alibaba-registry-artifact-governor-agent",
|
|
919
919
|
"version": "0.1.0",
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
"gemini",
|
|
933
933
|
"kiro"
|
|
934
934
|
],
|
|
935
|
-
"summary": "Review Alibaba Cloud workload HA and BCDR designs
|
|
935
|
+
"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.",
|
|
936
936
|
"source_type": "original",
|
|
937
937
|
"official_docs": [
|
|
938
938
|
"https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-mysql/disaster-recovery-solution",
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
"https://www.alibabacloud.com/help/en/hybrid-backup-recovery/latest/what-is-hbr",
|
|
942
942
|
"https://www.alibabacloud.com/help/en/server-load-balancer/latest/what-is-global-traffic-manager"
|
|
943
943
|
],
|
|
944
|
-
"security_notes": "HBR backup vaults in the same region as production provide no DR value for region-level failures
|
|
944
|
+
"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.",
|
|
945
945
|
"last_verified": "2026-05-09",
|
|
946
946
|
"path": "agents/alibaba/alibaba-resilience-bcdr-review-agent",
|
|
947
947
|
"version": "0.1.0",
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
"gemini",
|
|
988
988
|
"kiro"
|
|
989
989
|
],
|
|
990
|
-
"summary": "Review Function Compute 3.0 (FC3), SAE (Serverless App Engine), and EDAS for production readiness
|
|
990
|
+
"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.",
|
|
991
991
|
"source_type": "original",
|
|
992
992
|
"official_docs": [
|
|
993
993
|
"https://www.alibabacloud.com/help/en/functioncompute/latest/overview",
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"https://www.alibabacloud.com/help/en/arms/latest/what-is-arms",
|
|
996
996
|
"https://www.alibabacloud.com/help/en/ram/latest/overview-1"
|
|
997
997
|
],
|
|
998
|
-
"security_notes": "FC function AccessKey IDs in environment variables are exposed in the FC console to anyone with fc:GetFunction permission
|
|
998
|
+
"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.",
|
|
999
999
|
"last_verified": "2026-05-09",
|
|
1000
1000
|
"path": "agents/alibaba/alibaba-serverless-production-readiness-agent",
|
|
1001
1001
|
"version": "0.1.0",
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
"gemini",
|
|
1041
1041
|
"kiro"
|
|
1042
1042
|
],
|
|
1043
|
-
"summary": "Coordinate Alibaba Cloud support incidents
|
|
1043
|
+
"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.",
|
|
1044
1044
|
"source_type": "original",
|
|
1045
1045
|
"official_docs": [
|
|
1046
1046
|
"https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
"https://status.aliyun.com/",
|
|
1049
1049
|
"https://www.alibabacloud.com/help/en/support/user-guide/technical-support-plans"
|
|
1050
1050
|
],
|
|
1051
|
-
"security_notes": "Alibaba Cloud support case attachments are stored on Alibaba Cloud infrastructure
|
|
1051
|
+
"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.",
|
|
1052
1052
|
"last_verified": "2026-05-09",
|
|
1053
1053
|
"path": "agents/alibaba/alibaba-support-incident-coordinator-agent",
|
|
1054
1054
|
"version": "0.1.0",
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"gemini",
|
|
1068
1068
|
"kiro"
|
|
1069
1069
|
],
|
|
1070
|
-
"summary": "Triage Alibaba Cloud operational alerts, incidents, and support tickets
|
|
1070
|
+
"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.",
|
|
1071
1071
|
"source_type": "original",
|
|
1072
1072
|
"official_docs": [
|
|
1073
1073
|
"https://www.alibabacloud.com/help/en/support/user-guide/submit-a-ticket",
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"https://www.alibabacloud.com/help/en/cms/user-guide/what-is-cloud-monitor",
|
|
1076
1076
|
"https://www.alibabacloud.com/help/en/sls/user-guide/what-is-log-service"
|
|
1077
1077
|
],
|
|
1078
|
-
"security_notes": "Alibaba Cloud support ticket attachments visible to Alibaba support staff
|
|
1078
|
+
"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.",
|
|
1079
1079
|
"last_verified": "2026-05-09",
|
|
1080
1080
|
"path": "agents/alibaba/alibaba-ticket-triage-escalation-coordinator-agent",
|
|
1081
1081
|
"version": "0.1.0",
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
"https://www.alibabacloud.com/help/en/actiontrail",
|
|
1176
1176
|
"https://www.alibabacloud.com/help/en/waf"
|
|
1177
1177
|
],
|
|
1178
|
-
"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
|
|
1178
|
+
"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.",
|
|
1179
1179
|
"last_verified": "2026-05-09",
|
|
1180
1180
|
"path": "agents/alibaba/alibaba-waf-security-review-agent",
|
|
1181
1181
|
"author": "github: Raishin",
|
|
@@ -1194,7 +1194,7 @@
|
|
|
1194
1194
|
"gemini",
|
|
1195
1195
|
"kiro"
|
|
1196
1196
|
],
|
|
1197
|
-
"summary": "Review analytics platform configuration
|
|
1197
|
+
"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.",
|
|
1198
1198
|
"companion_skills": [
|
|
1199
1199
|
"analytics-data-minimization-review"
|
|
1200
1200
|
],
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
"https://www.garanteprivacy.it/home/docweb/-/docweb-display/docweb/9782874",
|
|
1207
1207
|
"https://support.google.com/analytics/answer/9019185"
|
|
1208
1208
|
],
|
|
1209
|
-
"security_notes": "Read-only advisory. Works from sanitized analytics configuration exports and schema definitions only; never requests live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border transfer violations requiring DPA notification
|
|
1209
|
+
"security_notes": "Read-only advisory. Works from sanitized analytics configuration exports and schema definitions only; never requests live analytics data, raw event exports containing real user identifiers, GA4 admin credentials, or BigQuery service-account keys. Findings may indicate cross-border transfer violations requiring DPA notification \u2014 the agent surfaces that possibility and routes legal assessment to qualified privacy counsel rather than deciding it.",
|
|
1210
1210
|
"last_verified": "2026-05-17",
|
|
1211
1211
|
"path": "agents/marketing/analytics-data-minimization-review-agent/",
|
|
1212
1212
|
"harness_variants": {
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
"https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles/security",
|
|
3009
3009
|
"https://learn.microsoft.com/en-us/azure/key-vault/general/network-security"
|
|
3010
3010
|
],
|
|
3011
|
-
"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
|
|
3011
|
+
"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.",
|
|
3012
3012
|
"last_verified": "2026-05-02",
|
|
3013
3013
|
"path": "agents/azure/azure-keyvault-certificate-issuer-review-agent",
|
|
3014
3014
|
"version": "0.1.0"
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
"https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-how-to-activate-role",
|
|
3230
3230
|
"https://learn.microsoft.com/en-us/entra/id-governance/privileged-identity-management/pim-configure-azure-ad-roles"
|
|
3231
3231
|
],
|
|
3232
|
-
"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
|
|
3232
|
+
"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.",
|
|
3233
3233
|
"last_verified": "2026-04-30",
|
|
3234
3234
|
"path": "agents/azure/azure-live-pim-jit-activation-guard-agent",
|
|
3235
3235
|
"author": "github: Raishin",
|
|
@@ -3787,7 +3787,7 @@
|
|
|
3787
3787
|
"gemini",
|
|
3788
3788
|
"kiro"
|
|
3789
3789
|
],
|
|
3790
|
-
"summary": "Review how a CI pipeline runs tests
|
|
3790
|
+
"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 suite actually blocks bad merges.",
|
|
3791
3791
|
"source_type": "original",
|
|
3792
3792
|
"official_docs": [
|
|
3793
3793
|
"https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs",
|
|
@@ -3796,7 +3796,7 @@
|
|
|
3796
3796
|
"https://docs.gitlab.com/ee/ci/yaml/",
|
|
3797
3797
|
"https://playwright.dev/docs/test-sharding"
|
|
3798
3798
|
],
|
|
3799
|
-
"security_notes": "Static review only
|
|
3799
|
+
"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 requests CI secrets, deploy keys, or registry tokens.",
|
|
3800
3800
|
"last_verified": "2026-05-17",
|
|
3801
3801
|
"path": "agents/qa/ci-test-pipeline-review-agent",
|
|
3802
3802
|
"author": "github: Raishin",
|
|
@@ -3850,7 +3850,7 @@
|
|
|
3850
3850
|
"https://docs.contabo.com/",
|
|
3851
3851
|
"https://contabo.com/en/vps/"
|
|
3852
3852
|
],
|
|
3853
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3853
|
+
"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.",
|
|
3854
3854
|
"last_verified": "2026-05-10",
|
|
3855
3855
|
"path": "agents/contabo/contabo-capacity-planner-agent",
|
|
3856
3856
|
"author": "github: Raishin",
|
|
@@ -3888,7 +3888,7 @@
|
|
|
3888
3888
|
"https://docs.contabo.com/",
|
|
3889
3889
|
"https://contabo.com/en/vps/"
|
|
3890
3890
|
],
|
|
3891
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3891
|
+
"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.",
|
|
3892
3892
|
"last_verified": "2026-05-10",
|
|
3893
3893
|
"path": "agents/contabo/contabo-cost-optimization-analyst-agent",
|
|
3894
3894
|
"author": "github: Raishin",
|
|
@@ -3925,7 +3925,7 @@
|
|
|
3925
3925
|
"https://api.contabo.com/",
|
|
3926
3926
|
"https://docs.contabo.com/"
|
|
3927
3927
|
],
|
|
3928
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3928
|
+
"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 to enable support traceability. Hard-stop on any lifecycle action without explicit period acknowledgment and rollback plan.",
|
|
3929
3929
|
"last_verified": "2026-05-10",
|
|
3930
3930
|
"path": "agents/contabo/contabo-live-instance-lifecycle-guard-agent",
|
|
3931
3931
|
"author": "github: Raishin",
|
|
@@ -3962,7 +3962,7 @@
|
|
|
3962
3962
|
"https://api.contabo.com/",
|
|
3963
3963
|
"https://docs.contabo.com/"
|
|
3964
3964
|
],
|
|
3965
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
3965
|
+
"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 access key and secret key for S3 API 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 and S3-compatible tools for Object Storage.",
|
|
3966
3966
|
"last_verified": "2026-05-10",
|
|
3967
3967
|
"path": "agents/contabo/contabo-live-storage-operations-guard-agent",
|
|
3968
3968
|
"author": "github: Raishin",
|
|
@@ -3999,7 +3999,7 @@
|
|
|
3999
3999
|
"https://api.contabo.com/",
|
|
4000
4000
|
"https://docs.contabo.com/"
|
|
4001
4001
|
],
|
|
4002
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
4002
|
+
"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.",
|
|
4003
4003
|
"last_verified": "2026-05-10",
|
|
4004
4004
|
"path": "agents/contabo/contabo-maestro-agent",
|
|
4005
4005
|
"author": "github: Raishin",
|
|
@@ -4036,7 +4036,7 @@
|
|
|
4036
4036
|
"https://api.contabo.com/",
|
|
4037
4037
|
"https://docs.contabo.com/"
|
|
4038
4038
|
],
|
|
4039
|
-
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes
|
|
4039
|
+
"security_notes": "OAuth2 password grant tokens expire in ~5 minutes \u2014 short TTL reduces exposure window but refresh logic must not log tokens. Credentials (CONTABO_CLIENT_ID, CONTABO_CLIENT_SECRET, CONTABO_API_USER, CONTABO_API_PASSWORD) must never be hardcoded. Contabo has no official Terraform provider or SDK; recommend cntb CLI or REST API. 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.",
|
|
4040
4040
|
"last_verified": "2026-05-10",
|
|
4041
4041
|
"path": "agents/contabo/contabo-security-hardening-agent",
|
|
4042
4042
|
"author": "github: Raishin",
|
|
@@ -4066,7 +4066,7 @@
|
|
|
4066
4066
|
"gemini",
|
|
4067
4067
|
"kiro"
|
|
4068
4068
|
],
|
|
4069
|
-
"summary": "Static review of .NET Aspire AppHost and service-defaults projects for cloud-native readiness
|
|
4069
|
+
"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.",
|
|
4070
4070
|
"source_type": "original",
|
|
4071
4071
|
"official_docs": [
|
|
4072
4072
|
"https://learn.microsoft.com/en-us/dotnet/aspire/",
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
"https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/app-host-overview",
|
|
4075
4075
|
"https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/health-checks"
|
|
4076
4076
|
],
|
|
4077
|
-
"security_notes": "Static review only
|
|
4077
|
+
"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. Note: .NET Aspire APIs evolve quickly \u2014 keep last_verified current.",
|
|
4078
4078
|
"last_verified": "2026-05-19",
|
|
4079
4079
|
"path": "agents/dotnet/dotnet-aspire-cloud-native-review-agent",
|
|
4080
4080
|
"version": "0.1.0"
|
|
@@ -4092,7 +4092,7 @@
|
|
|
4092
4092
|
"gemini",
|
|
4093
4093
|
"kiro"
|
|
4094
4094
|
],
|
|
4095
|
-
"summary": "Static review of ASP.NET Core HTTP API architecture
|
|
4095
|
+
"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.",
|
|
4096
4096
|
"source_type": "original",
|
|
4097
4097
|
"official_docs": [
|
|
4098
4098
|
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/",
|
|
@@ -4101,7 +4101,7 @@
|
|
|
4101
4101
|
"https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit",
|
|
4102
4102
|
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/security"
|
|
4103
4103
|
],
|
|
4104
|
-
"security_notes": "Static review only
|
|
4104
|
+
"security_notes": "Static review only \u2014 reads source and sanitized configuration, never runs the app or calls endpoints. Never requests secrets, connection strings, tokens, or customer data; asks for sanitized appsettings with placeholders.",
|
|
4105
4105
|
"last_verified": "2026-05-19",
|
|
4106
4106
|
"path": "agents/dotnet/dotnet-aspnetcore-api-review-agent",
|
|
4107
4107
|
"version": "0.1.0"
|
|
@@ -4119,7 +4119,7 @@
|
|
|
4119
4119
|
"gemini",
|
|
4120
4120
|
"kiro"
|
|
4121
4121
|
],
|
|
4122
|
-
"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
|
|
4122
|
+
"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.",
|
|
4123
4123
|
"source_type": "original",
|
|
4124
4124
|
"official_docs": [
|
|
4125
4125
|
"https://learn.microsoft.com/en-us/aspnet/core/security/",
|
|
@@ -4128,7 +4128,7 @@
|
|
|
4128
4128
|
"https://learn.microsoft.com/en-us/aspnet/core/security/authorization/policies",
|
|
4129
4129
|
"https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie"
|
|
4130
4130
|
],
|
|
4131
|
-
"security_notes": "Static review only
|
|
4131
|
+
"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.",
|
|
4132
4132
|
"last_verified": "2026-05-19",
|
|
4133
4133
|
"path": "agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent",
|
|
4134
4134
|
"version": "0.1.0"
|
|
@@ -4146,7 +4146,7 @@
|
|
|
4146
4146
|
"gemini",
|
|
4147
4147
|
"kiro"
|
|
4148
4148
|
],
|
|
4149
|
-
"summary": "Static review of C# language and runtime correctness
|
|
4149
|
+
"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.",
|
|
4150
4150
|
"source_type": "original",
|
|
4151
4151
|
"official_docs": [
|
|
4152
4152
|
"https://learn.microsoft.com/en-us/dotnet/csharp/",
|
|
@@ -4155,7 +4155,7 @@
|
|
|
4155
4155
|
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/debug-threadpool-starvation",
|
|
4156
4156
|
"https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings"
|
|
4157
4157
|
],
|
|
4158
|
-
"security_notes": "Static review only
|
|
4158
|
+
"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.",
|
|
4159
4159
|
"last_verified": "2026-05-19",
|
|
4160
4160
|
"path": "agents/dotnet/dotnet-csharp-runtime-review-agent",
|
|
4161
4161
|
"version": "0.1.0"
|
|
@@ -4173,7 +4173,7 @@
|
|
|
4173
4173
|
"gemini",
|
|
4174
4174
|
"kiro"
|
|
4175
4175
|
],
|
|
4176
|
-
"summary": "Static review of EF Core data access
|
|
4176
|
+
"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.",
|
|
4177
4177
|
"source_type": "original",
|
|
4178
4178
|
"official_docs": [
|
|
4179
4179
|
"https://learn.microsoft.com/en-us/ef/core/",
|
|
@@ -4182,7 +4182,7 @@
|
|
|
4182
4182
|
"https://learn.microsoft.com/en-us/ef/core/miscellaneous/multitenancy",
|
|
4183
4183
|
"https://learn.microsoft.com/en-us/ef/core/saving/concurrency"
|
|
4184
4184
|
],
|
|
4185
|
-
"security_notes": "Static review only
|
|
4185
|
+
"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.",
|
|
4186
4186
|
"last_verified": "2026-05-19",
|
|
4187
4187
|
"path": "agents/dotnet/dotnet-efcore-data-access-review-agent",
|
|
4188
4188
|
"version": "0.1.0"
|
|
@@ -4200,14 +4200,14 @@
|
|
|
4200
4200
|
"gemini",
|
|
4201
4201
|
"kiro"
|
|
4202
4202
|
],
|
|
4203
|
-
"summary": "Router agent 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
|
|
4203
|
+
"summary": "Router agent 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.",
|
|
4204
4204
|
"source_type": "original",
|
|
4205
4205
|
"official_docs": [
|
|
4206
4206
|
"https://learn.microsoft.com/en-us/dotnet/",
|
|
4207
4207
|
"https://learn.microsoft.com/en-us/aspnet/core/",
|
|
4208
4208
|
"https://learn.microsoft.com/en-us/ef/core/"
|
|
4209
4209
|
],
|
|
4210
|
-
"security_notes": "Routing only
|
|
4210
|
+
"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.",
|
|
4211
4211
|
"last_verified": "2026-05-19",
|
|
4212
4212
|
"path": "agents/dotnet/dotnet-maestro-agent",
|
|
4213
4213
|
"version": "0.1.0"
|
|
@@ -4225,7 +4225,7 @@
|
|
|
4225
4225
|
"gemini",
|
|
4226
4226
|
"kiro"
|
|
4227
4227
|
],
|
|
4228
|
-
"summary": "Static review of in-application OpenTelemetry wiring in ASP.NET Core
|
|
4228
|
+
"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.",
|
|
4229
4229
|
"source_type": "original",
|
|
4230
4230
|
"official_docs": [
|
|
4231
4231
|
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/observability-with-otel",
|
|
@@ -4233,7 +4233,7 @@
|
|
|
4233
4233
|
"https://learn.microsoft.com/en-us/aspnet/core/fundamentals/logging/",
|
|
4234
4234
|
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing"
|
|
4235
4235
|
],
|
|
4236
|
-
"security_notes": "Static review only
|
|
4236
|
+
"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.",
|
|
4237
4237
|
"last_verified": "2026-05-19",
|
|
4238
4238
|
"path": "agents/dotnet/dotnet-observability-otel-review-agent",
|
|
4239
4239
|
"version": "0.1.0"
|
|
@@ -4251,7 +4251,7 @@
|
|
|
4251
4251
|
"gemini",
|
|
4252
4252
|
"kiro"
|
|
4253
4253
|
],
|
|
4254
|
-
"summary": "Static, evidence-gated review of .NET performance posture, Native AOT, and trimming readiness
|
|
4254
|
+
"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.",
|
|
4255
4255
|
"source_type": "original",
|
|
4256
4256
|
"official_docs": [
|
|
4257
4257
|
"https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/",
|
|
@@ -4259,7 +4259,7 @@
|
|
|
4259
4259
|
"https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-warnings",
|
|
4260
4260
|
"https://learn.microsoft.com/en-us/dotnet/core/diagnostics/"
|
|
4261
4261
|
],
|
|
4262
|
-
"security_notes": "Static review only
|
|
4262
|
+
"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.",
|
|
4263
4263
|
"last_verified": "2026-05-19",
|
|
4264
4264
|
"path": "agents/dotnet/dotnet-performance-aot-review-agent",
|
|
4265
4265
|
"version": "0.1.0"
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
"gemini",
|
|
4278
4278
|
"kiro"
|
|
4279
4279
|
],
|
|
4280
|
-
"summary": "Static review of .NET CI/CD and NuGet supply-chain integrity
|
|
4280
|
+
"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.",
|
|
4281
4281
|
"source_type": "original",
|
|
4282
4282
|
"official_docs": [
|
|
4283
4283
|
"https://learn.microsoft.com/en-us/nuget/",
|
|
@@ -4286,7 +4286,7 @@
|
|
|
4286
4286
|
"https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files",
|
|
4287
4287
|
"https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions"
|
|
4288
4288
|
],
|
|
4289
|
-
"security_notes": "Static review only
|
|
4289
|
+
"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.",
|
|
4290
4290
|
"last_verified": "2026-05-19",
|
|
4291
4291
|
"path": "agents/dotnet/dotnet-supply-chain-review-agent",
|
|
4292
4292
|
"version": "0.1.0"
|
|
@@ -4304,7 +4304,7 @@
|
|
|
4304
4304
|
"gemini",
|
|
4305
4305
|
"kiro"
|
|
4306
4306
|
],
|
|
4307
|
-
"summary": "Static review of .NET test suites
|
|
4307
|
+
"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.",
|
|
4308
4308
|
"source_type": "original",
|
|
4309
4309
|
"official_docs": [
|
|
4310
4310
|
"https://learn.microsoft.com/en-us/dotnet/core/testing/",
|
|
@@ -4312,7 +4312,7 @@
|
|
|
4312
4312
|
"https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests",
|
|
4313
4313
|
"https://learn.microsoft.com/en-us/aspnet/core/test/middleware"
|
|
4314
4314
|
],
|
|
4315
|
-
"security_notes": "Static review only
|
|
4315
|
+
"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.",
|
|
4316
4316
|
"last_verified": "2026-05-19",
|
|
4317
4317
|
"path": "agents/dotnet/dotnet-testing-quality-review-agent",
|
|
4318
4318
|
"version": "0.1.0"
|
|
@@ -4370,7 +4370,7 @@
|
|
|
4370
4370
|
"gemini",
|
|
4371
4371
|
"kiro"
|
|
4372
4372
|
],
|
|
4373
|
-
"summary": "Review a marketing AI system description card against EU AI Act Regulation 2024/1689 risk-tier criteria
|
|
4373
|
+
"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.",
|
|
4374
4374
|
"companion_skills": [
|
|
4375
4375
|
"eu-ai-act-marketing-system-review"
|
|
4376
4376
|
],
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
"https://falco.org/docs/install-operate/deployment/",
|
|
4449
4449
|
"https://github.com/falcosecurity/rules/tree/main/rules"
|
|
4450
4450
|
],
|
|
4451
|
-
"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
|
|
4451
|
+
"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.",
|
|
4452
4452
|
"last_verified": "2026-05-02",
|
|
4453
4453
|
"path": "agents/falco/falco-runtime-threat-rules-review-agent",
|
|
4454
4454
|
"version": "0.1.0"
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
"https://www.alibabacloud.com/cloud-computing/pricing",
|
|
4513
4513
|
"https://cloud.tencent.com/product/cvm/pricing"
|
|
4514
4514
|
],
|
|
4515
|
-
"security_notes": "AWS, Azure, and OCI pricing APIs are public and unauthenticated. Scaleway beta billing API requires a user-provided IAM token; if not supplied, fall back to the public pricing page. Gandi pricing requires a user-provided API key (never stored or logged). Alibaba Cloud and Tencent Cloud pricing is retrieved via official documentation and scrape-based fallback
|
|
4515
|
+
"security_notes": "AWS, Azure, and OCI pricing APIs are public and unauthenticated. Scaleway beta billing API requires a user-provided IAM token; if not supplied, fall back to the public pricing page. Gandi pricing requires a user-provided API key (never stored or logged). Alibaba Cloud and Tencent Cloud pricing is retrieved via official documentation and scrape-based fallback \u2014 no credentials required. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data beyond what is strictly needed.",
|
|
4516
4516
|
"provider_coverage": [
|
|
4517
4517
|
"aws",
|
|
4518
4518
|
"azure",
|
|
@@ -4572,14 +4572,14 @@
|
|
|
4572
4572
|
"gemini",
|
|
4573
4573
|
"kiro"
|
|
4574
4574
|
],
|
|
4575
|
-
"summary": "Per-domain router agent for FinOps. Classifies AI workload economics, Kubernetes rightsizing, and multi-cloud price advisory tasks, then dispatches the narrowest specialist or a parallel team (ceiling 4). Never answers directly. Never auto-dispatches mutating specialists
|
|
4575
|
+
"summary": "Per-domain router agent for FinOps. Classifies AI workload economics, Kubernetes rightsizing, and multi-cloud price advisory tasks, then dispatches the narrowest specialist or a parallel team (ceiling 4). Never answers directly. Never auto-dispatches mutating specialists \u2014 requires explicit human gate.",
|
|
4576
4576
|
"source_type": "original",
|
|
4577
4577
|
"official_docs": [
|
|
4578
4578
|
"https://www.finops.org/framework/",
|
|
4579
4579
|
"https://focus.finops.org/",
|
|
4580
4580
|
"https://www.opencost.io/docs/"
|
|
4581
4581
|
],
|
|
4582
|
-
"security_notes": "Read-only routing agent. Never accepts, stores, or relays cloud credentials, billing account IDs, tenant identifiers, or customer data. No cloud API calls made directly
|
|
4582
|
+
"security_notes": "Read-only routing agent. Never accepts, stores, or relays cloud credentials, billing account IDs, tenant identifiers, or customer data. No cloud API calls made directly \u2014 all API access delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet. FOCUS-aware classification.",
|
|
4583
4583
|
"last_verified": "2026-05-13",
|
|
4584
4584
|
"path": "agents/finops/finops-maestro-agent",
|
|
4585
4585
|
"author": "github: Raishin",
|
|
@@ -4609,7 +4609,7 @@
|
|
|
4609
4609
|
"https://fluxcd.io/flux/security/secrets-management/",
|
|
4610
4610
|
"https://fluxcd.io/flux/installation/configuration/multitenancy/"
|
|
4611
4611
|
],
|
|
4612
|
-
"security_notes": "Plaintext Kubernetes Secret manifests committed to a FluxCD Git source are exposed to anyone with repo read access
|
|
4612
|
+
"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.",
|
|
4613
4613
|
"last_verified": "2026-05-02",
|
|
4614
4614
|
"path": "agents/fluxcd/fluxcd-kustomization-helmrelease-review-agent",
|
|
4615
4615
|
"version": "0.1.0"
|
|
@@ -4656,7 +4656,7 @@
|
|
|
4656
4656
|
"gemini",
|
|
4657
4657
|
"kiro"
|
|
4658
4658
|
],
|
|
4659
|
-
"summary": "Operate AlloyDB clusters and Cloud SQL instances
|
|
4659
|
+
"summary": "Operate AlloyDB clusters and Cloud SQL instances \u2014 HA configuration, read replicas, connection pooling, maintenance windows, backup strategy, and performance diagnostics.",
|
|
4660
4660
|
"source_type": "original",
|
|
4661
4661
|
"official_docs": [
|
|
4662
4662
|
"https://cloud.google.com/alloydb/docs/overview",
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
"https://cloud.google.com/sql/docs/postgres/high-availability",
|
|
4665
4665
|
"https://cloud.google.com/alloydb/docs/auth-proxy/overview"
|
|
4666
4666
|
],
|
|
4667
|
-
"security_notes": "Private IP is strongly preferred over public IP for Cloud SQL. AlloyDB is NOT a drop-in replacement for Cloud SQL
|
|
4667
|
+
"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.",
|
|
4668
4668
|
"last_verified": "2026-05-08",
|
|
4669
4669
|
"path": "agents/gcp/gcp-alloydb-cloudsql-dba-agent",
|
|
4670
4670
|
"author": "github: Raishin",
|
|
@@ -4691,7 +4691,7 @@
|
|
|
4691
4691
|
"https://cloud.google.com/anthos/fleet-management/docs/fleet-concepts",
|
|
4692
4692
|
"https://cloud.google.com/service-mesh/docs/overview"
|
|
4693
4693
|
],
|
|
4694
|
-
"security_notes": "Policy Controller audit mode detects violations but does not block them
|
|
4694
|
+
"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; verify it is used instead of direct API server access. Fleet-level IAM controls cluster management scope.",
|
|
4695
4695
|
"last_verified": "2026-05-08",
|
|
4696
4696
|
"path": "agents/gcp/gcp-anthos-multicloud-architect-agent",
|
|
4697
4697
|
"author": "github: Raishin",
|
|
@@ -4710,14 +4710,14 @@
|
|
|
4710
4710
|
"gemini",
|
|
4711
4711
|
"kiro"
|
|
4712
4712
|
],
|
|
4713
|
-
"summary": "Agent for gcp-apigee-api-platform-operator. Design and operate Apigee X API proxies
|
|
4713
|
+
"summary": "Agent for gcp-apigee-api-platform-operator. Design and operate Apigee X API proxies \u2014 rate limiting, OAuth/JWT security policies, quota plans, developer portal setup, and API product management.",
|
|
4714
4714
|
"source_type": "original",
|
|
4715
4715
|
"official_docs": [
|
|
4716
4716
|
"https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee",
|
|
4717
4717
|
"https://cloud.google.com/apigee/docs/api-platform/security/oauth/oauth-home",
|
|
4718
4718
|
"https://cloud.google.com/apigee/docs/api-platform/reference/policies/spike-arrest-policy"
|
|
4719
4719
|
],
|
|
4720
|
-
"security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load
|
|
4720
|
+
"security_notes": "Misconfigured Apigee security policies directly expose backend services. SpikeArrest alone does not protect against sustained load \u2014 both SpikeArrest and Quota are required. Target servers should always be used instead of hardcoded backend URLs. Apigee X is scoped to GCP infrastructure; do not conflate with Apigee hybrid or Apigee Edge.",
|
|
4721
4721
|
"last_verified": "2026-05-08",
|
|
4722
4722
|
"path": "agents/gcp/gcp-apigee-api-platform-operator-agent",
|
|
4723
4723
|
"author": "github: Raishin",
|
|
@@ -4763,7 +4763,7 @@
|
|
|
4763
4763
|
"gemini",
|
|
4764
4764
|
"kiro"
|
|
4765
4765
|
],
|
|
4766
|
-
"summary": "Agent for gcp-certificate-manager-issuer-review. Review GCP Certificate Manager and classic Google-managed TLS certificates
|
|
4766
|
+
"summary": "Agent for gcp-certificate-manager-issuer-review. 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.",
|
|
4767
4767
|
"source_type": "original",
|
|
4768
4768
|
"official_docs": [
|
|
4769
4769
|
"https://cloud.google.com/certificate-manager/docs/overview",
|
|
@@ -4771,7 +4771,7 @@
|
|
|
4771
4771
|
"https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs",
|
|
4772
4772
|
"https://cloud.google.com/certificate-manager/docs/monitor-certificate-status"
|
|
4773
4773
|
],
|
|
4774
|
-
"security_notes": "Classic Google-managed certificates auto-renew but have no visibility into renewal status
|
|
4774
|
+
"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.",
|
|
4775
4775
|
"last_verified": "2026-05-09",
|
|
4776
4776
|
"path": "agents/gcp/gcp-certificate-manager-issuer-review-agent",
|
|
4777
4777
|
"version": "0.1.0",
|
|
@@ -4790,7 +4790,7 @@
|
|
|
4790
4790
|
"gemini",
|
|
4791
4791
|
"kiro"
|
|
4792
4792
|
],
|
|
4793
|
-
"summary": "Agent for gcp-change-impact-advisor. Pre-change blast radius analysis for GCP
|
|
4793
|
+
"summary": "Agent for gcp-change-impact-advisor. 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.",
|
|
4794
4794
|
"source_type": "original",
|
|
4795
4795
|
"official_docs": [
|
|
4796
4796
|
"https://cloud.google.com/asset-inventory/docs/overview",
|
|
@@ -4799,7 +4799,7 @@
|
|
|
4799
4799
|
"https://cloud.google.com/resource-manager/docs/organization-policy/overview",
|
|
4800
4800
|
"https://cloud.google.com/vpc/docs/vpc-peering"
|
|
4801
4801
|
],
|
|
4802
|
-
"security_notes": "Cloud Asset Inventory requires roles/cloudasset.viewer
|
|
4802
|
+
"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.",
|
|
4803
4803
|
"last_verified": "2026-05-09",
|
|
4804
4804
|
"path": "agents/gcp/gcp-change-impact-advisor-agent",
|
|
4805
4805
|
"version": "0.1.0",
|
|
@@ -4818,7 +4818,7 @@
|
|
|
4818
4818
|
"gemini",
|
|
4819
4819
|
"kiro"
|
|
4820
4820
|
],
|
|
4821
|
-
"summary": "Advise on Google Cloud authentication and authorization patterns
|
|
4821
|
+
"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.",
|
|
4822
4822
|
"companion_skills": [
|
|
4823
4823
|
"gcp-cloud-auth-advisor"
|
|
4824
4824
|
],
|
|
@@ -4883,7 +4883,7 @@
|
|
|
4883
4883
|
"https://cloud.google.com/artifact-registry/docs/overview",
|
|
4884
4884
|
"https://cloud.google.com/build/docs/securing-builds/view-build-provenance"
|
|
4885
4885
|
],
|
|
4886
|
-
"security_notes": "Cloud Build service accounts are commonly over-privileged
|
|
4886
|
+
"security_notes": "Cloud Build service accounts are commonly over-privileged \u2014 minimum required permissions are Cloud Run Admin + Artifact Registry Writer + GKE Developer. Over-privileged build accounts are a supply chain risk. SLSA provenance combined with Binary Authorization prevents tampered artifacts from reaching production.",
|
|
4887
4887
|
"last_verified": "2026-05-08",
|
|
4888
4888
|
"path": "agents/gcp/gcp-cloudbuild-deploy-cicd-operator-agent",
|
|
4889
4889
|
"author": "github: Raishin",
|
|
@@ -4909,7 +4909,7 @@
|
|
|
4909
4909
|
"https://cloud.google.com/security/compliance/offerings",
|
|
4910
4910
|
"https://cloud.google.com/security-command-center/docs/compliance-dashboard"
|
|
4911
4911
|
],
|
|
4912
|
-
"security_notes": "Not all GCP services are authorized for every compliance framework
|
|
4912
|
+
"security_notes": "Not all GCP services are authorized for every compliance framework \u2014 always verify against the applicable authorized services list before recommending a service. HIPAA requires Google BAA coverage for any service storing PHI. ITAR configuration restricts personnel access to US persons. Assured Workloads creates a compliance boundary but does not replace customer-side controls.",
|
|
4913
4913
|
"last_verified": "2026-05-08",
|
|
4914
4914
|
"path": "agents/gcp/gcp-compliance-assured-workloads-agent",
|
|
4915
4915
|
"author": "github: Raishin",
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
"https://cloud.google.com/compute/docs/os-patch-management",
|
|
4937
4937
|
"https://cloud.google.com/compute/docs/instances/spot"
|
|
4938
4938
|
],
|
|
4939
|
-
"security_notes": "Spot VMs are preempted without advance notice
|
|
4939
|
+
"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.",
|
|
4940
4940
|
"last_verified": "2026-05-08",
|
|
4941
4941
|
"path": "agents/gcp/gcp-compute-engine-operator-agent",
|
|
4942
4942
|
"author": "github: Raishin",
|
|
@@ -4955,7 +4955,7 @@
|
|
|
4955
4955
|
"gemini",
|
|
4956
4956
|
"kiro"
|
|
4957
4957
|
],
|
|
4958
|
-
"summary": "Agent for gcp-cost-anomaly-watch-coordinator. Detect and coordinate response to GCP cost anomalies
|
|
4958
|
+
"summary": "Agent for gcp-cost-anomaly-watch-coordinator. 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.",
|
|
4959
4959
|
"source_type": "original",
|
|
4960
4960
|
"official_docs": [
|
|
4961
4961
|
"https://cloud.google.com/billing/docs/how-to/budgets",
|
|
@@ -4964,7 +4964,7 @@
|
|
|
4964
4964
|
"https://cloud.google.com/run/docs/configuring/max-instances",
|
|
4965
4965
|
"https://cloud.google.com/recommender/docs/overview"
|
|
4966
4966
|
],
|
|
4967
|
-
"security_notes": "BigQuery billing export dataset must restrict access
|
|
4967
|
+
"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.",
|
|
4968
4968
|
"last_verified": "2026-05-09",
|
|
4969
4969
|
"path": "agents/gcp/gcp-cost-anomaly-watch-coordinator-agent",
|
|
4970
4970
|
"version": "0.1.0",
|
|
@@ -5011,7 +5011,7 @@
|
|
|
5011
5011
|
"gemini",
|
|
5012
5012
|
"kiro"
|
|
5013
5013
|
],
|
|
5014
|
-
"summary": "Agent for gcp-daily-operations-briefing-coordinator. Coordinate the daily GCP operations standup
|
|
5014
|
+
"summary": "Agent for gcp-daily-operations-briefing-coordinator. 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.",
|
|
5015
5015
|
"source_type": "original",
|
|
5016
5016
|
"official_docs": [
|
|
5017
5017
|
"https://cloud.google.com/billing/docs/how-to/budgets",
|
|
@@ -5020,7 +5020,7 @@
|
|
|
5020
5020
|
"https://cloud.google.com/deploy/docs/view-pipeline-status",
|
|
5021
5021
|
"https://cloud.google.com/monitoring/slo-monitoring"
|
|
5022
5022
|
],
|
|
5023
|
-
"security_notes": "Daily briefing participants may include non-security team members
|
|
5023
|
+
"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.",
|
|
5024
5024
|
"last_verified": "2026-05-09",
|
|
5025
5025
|
"path": "agents/gcp/gcp-daily-operations-briefing-coordinator-agent",
|
|
5026
5026
|
"version": "0.1.0",
|
|
@@ -5048,7 +5048,7 @@
|
|
|
5048
5048
|
"https://cloud.google.com/composer/docs/concepts/overview",
|
|
5049
5049
|
"https://cloud.google.com/dataplex/docs/introduction"
|
|
5050
5050
|
],
|
|
5051
|
-
"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
|
|
5051
|
+
"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.",
|
|
5052
5052
|
"last_verified": "2026-05-08",
|
|
5053
5053
|
"path": "agents/gcp/gcp-data-pipeline-engineer-agent",
|
|
5054
5054
|
"author": "github: Raishin",
|
|
@@ -5067,7 +5067,7 @@
|
|
|
5067
5067
|
"gemini",
|
|
5068
5068
|
"kiro"
|
|
5069
5069
|
],
|
|
5070
|
-
"summary": "Agent for gcp-event-driven-architecture-review. Review GCP Pub/Sub, Eventarc, Cloud Tasks, Cloud Scheduler, and Workflows designs
|
|
5070
|
+
"summary": "Agent for gcp-event-driven-architecture-review. 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.",
|
|
5071
5071
|
"source_type": "original",
|
|
5072
5072
|
"official_docs": [
|
|
5073
5073
|
"https://cloud.google.com/pubsub/docs/dead-letter-topics",
|
|
@@ -5077,7 +5077,7 @@
|
|
|
5077
5077
|
"https://cloud.google.com/scheduler/docs/overview",
|
|
5078
5078
|
"https://cloud.google.com/workflows/docs/overview"
|
|
5079
5079
|
],
|
|
5080
|
-
"security_notes": "Pub/Sub topics with allUsers subscriber binding expose all messages publicly
|
|
5080
|
+
"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.",
|
|
5081
5081
|
"last_verified": "2026-05-09",
|
|
5082
5082
|
"path": "agents/gcp/gcp-event-driven-architecture-review-agent",
|
|
5083
5083
|
"version": "0.1.0",
|
|
@@ -5109,7 +5109,7 @@
|
|
|
5109
5109
|
"https://firebase.google.com/docs/functions",
|
|
5110
5110
|
"https://firebase.google.com/docs/app-check"
|
|
5111
5111
|
],
|
|
5112
|
-
"security_notes": "Read-only advisory. Do not deploy to production, modify Firestore security rules, or change Firebase project settings without explicit approval. Client config (apiKey, projectId) is public
|
|
5112
|
+
"security_notes": "Read-only advisory. 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.",
|
|
5113
5113
|
"last_verified": "2026-05-09",
|
|
5114
5114
|
"path": "agents/gcp/gcp-firebase-developer-agent",
|
|
5115
5115
|
"author": "github: Raishin",
|
|
@@ -5128,7 +5128,7 @@
|
|
|
5128
5128
|
"gemini",
|
|
5129
5129
|
"kiro"
|
|
5130
5130
|
],
|
|
5131
|
-
"summary": "Agent for gcp-gcs-data-perimeter-governor. Govern Google Cloud Storage data perimeters
|
|
5131
|
+
"summary": "Agent for gcp-gcs-data-perimeter-governor. 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.",
|
|
5132
5132
|
"source_type": "original",
|
|
5133
5133
|
"official_docs": [
|
|
5134
5134
|
"https://cloud.google.com/storage/docs/access-control/uniform-bucket-level-access",
|
|
@@ -5137,7 +5137,7 @@
|
|
|
5137
5137
|
"https://cloud.google.com/storage/docs/lifecycle",
|
|
5138
5138
|
"https://cloud.google.com/storage/docs/bucket-lock"
|
|
5139
5139
|
],
|
|
5140
|
-
"security_notes": "GCS buckets with allUsers binding are indexed by search engines and data scrapers within minutes of creation
|
|
5140
|
+
"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.",
|
|
5141
5141
|
"last_verified": "2026-05-09",
|
|
5142
5142
|
"path": "agents/gcp/gcp-gcs-data-perimeter-governor-agent",
|
|
5143
5143
|
"version": "0.1.0",
|
|
@@ -5156,7 +5156,7 @@
|
|
|
5156
5156
|
"gemini",
|
|
5157
5157
|
"kiro"
|
|
5158
5158
|
],
|
|
5159
|
-
"summary": "Build, integrate, and debug Gemini API applications on Google Cloud Agent Platform using the unified google-genai SDK
|
|
5159
|
+
"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.",
|
|
5160
5160
|
"companion_skills": [
|
|
5161
5161
|
"gcp-gemini-api-developer"
|
|
5162
5162
|
],
|
|
@@ -5193,7 +5193,7 @@
|
|
|
5193
5193
|
"https://cloud.google.com/binary-authorization/docs/overview",
|
|
5194
5194
|
"https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels"
|
|
5195
5195
|
],
|
|
5196
|
-
"security_notes": "Binary Authorization must be set to WARN mode before ENFORCE mode
|
|
5196
|
+
"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.",
|
|
5197
5197
|
"last_verified": "2026-05-08",
|
|
5198
5198
|
"path": "agents/gcp/gcp-gke-platform-operator-agent",
|
|
5199
5199
|
"author": "github: Raishin",
|
|
@@ -5212,7 +5212,7 @@
|
|
|
5212
5212
|
"gemini",
|
|
5213
5213
|
"kiro"
|
|
5214
5214
|
],
|
|
5215
|
-
"summary": "Agent for gcp-iac-change-safety-review. Review Terraform and Deployment Manager changes targeting GCP
|
|
5215
|
+
"summary": "Agent for gcp-iac-change-safety-review. 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.",
|
|
5216
5216
|
"source_type": "original",
|
|
5217
5217
|
"official_docs": [
|
|
5218
5218
|
"https://cloud.google.com/docs/terraform/best-practices-for-terraform",
|
|
@@ -5221,7 +5221,7 @@
|
|
|
5221
5221
|
"https://cloud.google.com/iam/docs/org-policy-overview",
|
|
5222
5222
|
"https://developer.hashicorp.com/terraform/cli/commands/plan"
|
|
5223
5223
|
],
|
|
5224
|
-
"security_notes": "Terraform state files contain sensitive resource attributes
|
|
5224
|
+
"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.",
|
|
5225
5225
|
"last_verified": "2026-05-09",
|
|
5226
5226
|
"path": "agents/gcp/gcp-iac-change-safety-review-agent",
|
|
5227
5227
|
"version": "0.1.0",
|
|
@@ -5276,7 +5276,7 @@
|
|
|
5276
5276
|
"https://cloud.google.com/vpc/docs/shared-vpc",
|
|
5277
5277
|
"https://cloud.google.com/logging/docs/audit/configure-data-access"
|
|
5278
5278
|
],
|
|
5279
|
-
"security_notes": "Org policies applied at org node apply to ALL resources
|
|
5279
|
+
"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.",
|
|
5280
5280
|
"last_verified": "2026-05-08",
|
|
5281
5281
|
"path": "agents/gcp/gcp-landing-zone-architect-agent",
|
|
5282
5282
|
"author": "github: Raishin",
|
|
@@ -5295,14 +5295,14 @@
|
|
|
5295
5295
|
"gemini",
|
|
5296
5296
|
"kiro"
|
|
5297
5297
|
],
|
|
5298
|
-
"summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes
|
|
5298
|
+
"summary": "Gate BigQuery dataset deletion, table truncation, and authorized view changes \u2014 irreversible data loss and downstream pipeline breakage.",
|
|
5299
5299
|
"source_type": "original",
|
|
5300
5300
|
"official_docs": [
|
|
5301
5301
|
"https://cloud.google.com/bigquery/docs/managing-tables",
|
|
5302
5302
|
"https://cloud.google.com/bigquery/docs/datasets",
|
|
5303
5303
|
"https://cloud.google.com/bigquery/docs/authorized-views"
|
|
5304
5304
|
],
|
|
5305
|
-
"security_notes": "Dataset deletion removes all tables, views, and routines permanently. Downstream Data Transfer jobs, scheduled queries, Looker/BI connections, and Dataflow pipelines all break immediately. BigQuery dataset deletion is immediate and permanent
|
|
5305
|
+
"security_notes": "Dataset deletion removes all tables, views, and routines permanently. Downstream Data Transfer jobs, scheduled queries, Looker/BI connections, and Dataflow pipelines all break immediately. BigQuery dataset deletion is immediate and permanent \u2014 there is no recycle bin for datasets. Tables with default expiration may be partially recoverable if within the expiration window.",
|
|
5306
5306
|
"last_verified": "2026-05-08",
|
|
5307
5307
|
"path": "agents/gcp/gcp-live-bigquery-dataset-deletion-guard-agent",
|
|
5308
5308
|
"author": "github: Raishin",
|
|
@@ -5321,14 +5321,14 @@
|
|
|
5321
5321
|
"gemini",
|
|
5322
5322
|
"kiro"
|
|
5323
5323
|
],
|
|
5324
|
-
"summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions
|
|
5324
|
+
"summary": "Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions \u2014 production traffic blast radius with no automatic rollback.",
|
|
5325
5325
|
"source_type": "original",
|
|
5326
5326
|
"official_docs": [
|
|
5327
5327
|
"https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
|
|
5328
5328
|
"https://cloud.google.com/run/docs/configuring/min-instances",
|
|
5329
5329
|
"https://cloud.google.com/run/docs/managing/revisions"
|
|
5330
5330
|
],
|
|
5331
|
-
"security_notes": "Migrating 100% traffic to a broken revision causes complete service unavailability. Min-instances changes affect cost and cold-start behavior. Revision deletion prevents rollback to that revision
|
|
5331
|
+
"security_notes": "Migrating 100% traffic to a broken revision causes complete service unavailability. Min-instances changes affect cost and cold-start behavior. Revision deletion prevents rollback to that revision \u2014 never delete a revision that holds traffic or is the last known-good. No automatic rollback exists in Cloud Run; rollback requires a new traffic split or re-deployment.",
|
|
5332
5332
|
"last_verified": "2026-05-08",
|
|
5333
5333
|
"path": "agents/gcp/gcp-live-cloud-run-traffic-migration-guard-agent",
|
|
5334
5334
|
"author": "github: Raishin",
|
|
@@ -5347,7 +5347,7 @@
|
|
|
5347
5347
|
"gemini",
|
|
5348
5348
|
"kiro"
|
|
5349
5349
|
],
|
|
5350
|
-
"summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests
|
|
5350
|
+
"summary": "Gate Cloud Billing budget threshold changes, committed-use discount purchases, and quota increase requests \u2014 financial authority gate.",
|
|
5351
5351
|
"source_type": "original",
|
|
5352
5352
|
"official_docs": [
|
|
5353
5353
|
"https://cloud.google.com/billing/docs/how-to/budgets",
|
|
@@ -5400,7 +5400,7 @@
|
|
|
5400
5400
|
"gemini",
|
|
5401
5401
|
"kiro"
|
|
5402
5402
|
],
|
|
5403
|
-
"summary": "Gate IAM binding mutations, org policy changes, and Service Account key creation
|
|
5403
|
+
"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.",
|
|
5404
5404
|
"source_type": "original",
|
|
5405
5405
|
"official_docs": [
|
|
5406
5406
|
"https://cloud.google.com/iam/docs/manage-access-other-resources",
|
|
@@ -5426,7 +5426,7 @@
|
|
|
5426
5426
|
"gemini",
|
|
5427
5427
|
"kiro"
|
|
5428
5428
|
],
|
|
5429
|
-
"summary": "Gate Cloud KMS key version destruction and key ring deletion
|
|
5429
|
+
"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.",
|
|
5430
5430
|
"source_type": "original",
|
|
5431
5431
|
"official_docs": [
|
|
5432
5432
|
"https://cloud.google.com/kms/docs/destroy-restore",
|
|
@@ -5452,7 +5452,7 @@
|
|
|
5452
5452
|
"gemini",
|
|
5453
5453
|
"kiro"
|
|
5454
5454
|
],
|
|
5455
|
-
"summary": "Agent for gcp-load-balancer-traffic-engineer. Traffic engineering for GCP load balancers
|
|
5455
|
+
"summary": "Agent for gcp-load-balancer-traffic-engineer. 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.",
|
|
5456
5456
|
"source_type": "original",
|
|
5457
5457
|
"official_docs": [
|
|
5458
5458
|
"https://cloud.google.com/load-balancing/docs/load-balancing-overview",
|
|
@@ -5461,7 +5461,7 @@
|
|
|
5461
5461
|
"https://cloud.google.com/load-balancing/docs/backend-service",
|
|
5462
5462
|
"https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs"
|
|
5463
5463
|
],
|
|
5464
|
-
"security_notes": "Global HTTPS LB with Cloud Armor is the only GCP-native L7 DDoS and WAF layer
|
|
5464
|
+
"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.",
|
|
5465
5465
|
"last_verified": "2026-05-09",
|
|
5466
5466
|
"path": "agents/gcp/gcp-load-balancer-traffic-engineer-agent",
|
|
5467
5467
|
"version": "0.1.0",
|
|
@@ -5481,7 +5481,7 @@
|
|
|
5481
5481
|
"gemini",
|
|
5482
5482
|
"kiro"
|
|
5483
5483
|
],
|
|
5484
|
-
"summary": "Per-cloud router agent for GCP. Classifies the user's task, selects the narrowest GCP specialist agent or the right team of specialists from the catalog, and dispatches them
|
|
5484
|
+
"summary": "Per-cloud router agent for GCP. Classifies the user's task, selects the narrowest GCP specialist agent or the right team of specialists from the catalog, and dispatches them \u2014 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
|
|
5485
5485
|
"source_type": "original",
|
|
5486
5486
|
"official_docs": [
|
|
5487
5487
|
"https://cloud.google.com/docs/overview",
|
|
@@ -5489,7 +5489,7 @@
|
|
|
5489
5489
|
"https://cloud.google.com/iam/docs/overview",
|
|
5490
5490
|
"https://cloud.google.com/vpc/docs/vpc"
|
|
5491
5491
|
],
|
|
5492
|
-
"security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents must never be auto-dispatched
|
|
5492
|
+
"security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents must never be auto-dispatched \u2014 GCP IAM org-level mutations and KMS key destruction are irreversible. Always require blast-radius assessment and explicit human written confirmation before routing to any live-guard agent.",
|
|
5493
5493
|
"last_verified": "2026-05-08",
|
|
5494
5494
|
"path": "agents/gcp/gcp-maestro-agent",
|
|
5495
5495
|
"author": "github: Raishin"
|
|
@@ -5514,7 +5514,7 @@
|
|
|
5514
5514
|
"https://cloud.google.com/database-migration/docs/overview",
|
|
5515
5515
|
"https://cloud.google.com/storage-transfer/docs/overview"
|
|
5516
5516
|
],
|
|
5517
|
-
"security_notes": "Keep original source available for minimum 30 days post-cutover. DNS TTL must be reduced to 60s at least 24-48h before cutover
|
|
5517
|
+
"security_notes": "Keep original source available for minimum 30 days post-cutover. DNS TTL must be reduced to 60s at least 24-48h before cutover \u2014 reverting DNS is faster than reverting data if cutover fails. DMS continuous replication must be validated before cutover window begins.",
|
|
5518
5518
|
"last_verified": "2026-05-08",
|
|
5519
5519
|
"path": "agents/gcp/gcp-migration-cutover-architect-agent",
|
|
5520
5520
|
"author": "github: Raishin",
|
|
@@ -5542,7 +5542,7 @@
|
|
|
5542
5542
|
"https://cloud.google.com/nat/docs/overview",
|
|
5543
5543
|
"https://cloud.google.com/armor/docs/cloud-armor-overview"
|
|
5544
5544
|
],
|
|
5545
|
-
"security_notes": "GCP VPCs are global
|
|
5545
|
+
"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.",
|
|
5546
5546
|
"last_verified": "2026-05-08",
|
|
5547
5547
|
"path": "agents/gcp/gcp-network-architect-agent",
|
|
5548
5548
|
"author": "github: Raishin",
|
|
@@ -5600,7 +5600,7 @@
|
|
|
5600
5600
|
"https://cloud.google.com/trace/docs",
|
|
5601
5601
|
"https://cloud.google.com/monitoring/slos/slo-monitoring"
|
|
5602
5602
|
],
|
|
5603
|
-
"security_notes": "Log Router sinks to GCS/BigQuery/Pub/Sub are required for compliance log retention
|
|
5603
|
+
"security_notes": "Log Router sinks to GCS/BigQuery/Pub/Sub are required for compliance log retention \u2014 missing sinks may violate audit requirements. Do not claim root cause without evidence. Separate live telemetry from inference. Require containment before remediation for active incidents.",
|
|
5604
5604
|
"last_verified": "2026-05-08",
|
|
5605
5605
|
"path": "agents/gcp/gcp-observability-incident-responder-agent",
|
|
5606
5606
|
"author": "github: Raishin",
|
|
@@ -5619,7 +5619,7 @@
|
|
|
5619
5619
|
"gemini",
|
|
5620
5620
|
"kiro"
|
|
5621
5621
|
],
|
|
5622
|
-
"summary": "Agent for gcp-registry-artifact-governor. Govern GCP Artifact Registry
|
|
5622
|
+
"summary": "Agent for gcp-registry-artifact-governor. 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.",
|
|
5623
5623
|
"source_type": "original",
|
|
5624
5624
|
"official_docs": [
|
|
5625
5625
|
"https://cloud.google.com/artifact-registry/docs/overview",
|
|
@@ -5627,7 +5627,7 @@
|
|
|
5627
5627
|
"https://cloud.google.com/container-analysis/docs/container-analysis",
|
|
5628
5628
|
"https://cloud.google.com/artifact-registry/docs/repositories/cleanup-policy"
|
|
5629
5629
|
],
|
|
5630
|
-
"security_notes": "Binary Authorization with 'Allow all images' is equivalent to no supply chain protection
|
|
5630
|
+
"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.",
|
|
5631
5631
|
"last_verified": "2026-05-09",
|
|
5632
5632
|
"path": "agents/gcp/gcp-registry-artifact-governor-agent",
|
|
5633
5633
|
"version": "0.1.0",
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
"gemini",
|
|
5647
5647
|
"kiro"
|
|
5648
5648
|
],
|
|
5649
|
-
"summary": "Agent for gcp-resilience-bcdr-review. Review GCP workload HA and BCDR designs
|
|
5649
|
+
"summary": "Agent for gcp-resilience-bcdr-review. 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.",
|
|
5650
5650
|
"source_type": "original",
|
|
5651
5651
|
"official_docs": [
|
|
5652
5652
|
"https://cloud.google.com/architecture/disaster-recovery",
|
|
@@ -5654,7 +5654,7 @@
|
|
|
5654
5654
|
"https://cloud.google.com/spanner/docs/instance-configurations",
|
|
5655
5655
|
"https://cloud.google.com/kubernetes-engine/docs/concepts/multi-cluster-ingress"
|
|
5656
5656
|
],
|
|
5657
|
-
"security_notes": "Cloud SQL HA standby is zone-redundant but not region-redundant
|
|
5657
|
+
"security_notes": "Cloud SQL HA standby is zone-redundant but not region-redundant \u2014 cross-region failover requires 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.",
|
|
5658
5658
|
"last_verified": "2026-05-08",
|
|
5659
5659
|
"path": "agents/gcp/gcp-resilience-bcdr-review-agent",
|
|
5660
5660
|
"author": "github: Raishin",
|
|
@@ -5680,7 +5680,7 @@
|
|
|
5680
5680
|
"https://cloud.google.com/asset-inventory/docs/searching-resources",
|
|
5681
5681
|
"https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes"
|
|
5682
5682
|
],
|
|
5683
|
-
"security_notes": "Cloud Asset Inventory change history covers 35 days
|
|
5683
|
+
"security_notes": "Cloud Asset Inventory change history covers 35 days \u2014 be explicit about this window when investigating historical changes. Stale resources (unattached static IPs, persistent disks, orphaned firewall rules) incur ongoing charges. Resources missing required labels cannot be attributed in billing exports, creating cost allocation gaps.",
|
|
5684
5684
|
"last_verified": "2026-05-08",
|
|
5685
5685
|
"path": "agents/gcp/gcp-resource-inventory-analyst-agent",
|
|
5686
5686
|
"author": "github: Raishin",
|
|
@@ -5708,7 +5708,7 @@
|
|
|
5708
5708
|
"https://cloud.google.com/kms/docs/key-rotation",
|
|
5709
5709
|
"https://cloud.google.com/kms/docs/importing-a-key"
|
|
5710
5710
|
],
|
|
5711
|
-
"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
|
|
5711
|
+
"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 deletion or disablement can cause irreversible data loss.",
|
|
5712
5712
|
"last_verified": "2026-05-08",
|
|
5713
5713
|
"path": "agents/gcp/gcp-secret-kms-lifecycle-steward-agent",
|
|
5714
5714
|
"author": "github: Raishin",
|
|
@@ -5755,7 +5755,7 @@
|
|
|
5755
5755
|
"gemini",
|
|
5756
5756
|
"kiro"
|
|
5757
5757
|
],
|
|
5758
|
-
"summary": "Agent for gcp-serverless-production-readiness. Review Cloud Run and Cloud Functions gen2 for production readiness
|
|
5758
|
+
"summary": "Agent for gcp-serverless-production-readiness. 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.",
|
|
5759
5759
|
"source_type": "original",
|
|
5760
5760
|
"official_docs": [
|
|
5761
5761
|
"https://cloud.google.com/run/docs/configuring/min-instances",
|
|
@@ -5764,7 +5764,7 @@
|
|
|
5764
5764
|
"https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration",
|
|
5765
5765
|
"https://cloud.google.com/functions/docs/concepts/version-comparison"
|
|
5766
5766
|
],
|
|
5767
|
-
"security_notes": "Cloud Run service accounts must follow least privilege
|
|
5767
|
+
"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.",
|
|
5768
5768
|
"last_verified": "2026-05-09",
|
|
5769
5769
|
"path": "agents/gcp/gcp-serverless-production-readiness-agent",
|
|
5770
5770
|
"version": "0.1.0",
|
|
@@ -5783,7 +5783,7 @@
|
|
|
5783
5783
|
"gemini",
|
|
5784
5784
|
"kiro"
|
|
5785
5785
|
],
|
|
5786
|
-
"summary": "Design GCP solutions aligned with the Google Cloud Architecture Framework
|
|
5786
|
+
"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.",
|
|
5787
5787
|
"source_type": "original",
|
|
5788
5788
|
"official_docs": [
|
|
5789
5789
|
"https://cloud.google.com/architecture/framework",
|
|
@@ -5817,7 +5817,7 @@
|
|
|
5817
5817
|
"https://cloud.google.com/spanner/docs/instances",
|
|
5818
5818
|
"https://cloud.google.com/spanner/docs/secondary-indexes"
|
|
5819
5819
|
],
|
|
5820
|
-
"security_notes": "Monotonically increasing keys (e.g., auto-increment integers) cause all writes to hit the same split
|
|
5820
|
+
"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.",
|
|
5821
5821
|
"last_verified": "2026-05-08",
|
|
5822
5822
|
"path": "agents/gcp/gcp-spanner-architect-agent",
|
|
5823
5823
|
"author": "github: Raishin",
|
|
@@ -5836,7 +5836,7 @@
|
|
|
5836
5836
|
"gemini",
|
|
5837
5837
|
"kiro"
|
|
5838
5838
|
],
|
|
5839
|
-
"summary": "Agent for gcp-support-incident-coordinator. Coordinate GCP support incidents
|
|
5839
|
+
"summary": "Agent for gcp-support-incident-coordinator. 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.",
|
|
5840
5840
|
"source_type": "original",
|
|
5841
5841
|
"official_docs": [
|
|
5842
5842
|
"https://cloud.google.com/support/docs/overview",
|
|
@@ -5844,7 +5844,7 @@
|
|
|
5844
5844
|
"https://status.google.com/",
|
|
5845
5845
|
"https://cloud.google.com/support/docs/managed-incident"
|
|
5846
5846
|
],
|
|
5847
|
-
"security_notes": "GCP support case attachments are accessible to Google support engineers
|
|
5847
|
+
"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.",
|
|
5848
5848
|
"last_verified": "2026-05-09",
|
|
5849
5849
|
"path": "agents/gcp/gcp-support-incident-coordinator-agent",
|
|
5850
5850
|
"version": "0.1.0",
|
|
@@ -5863,7 +5863,7 @@
|
|
|
5863
5863
|
"gemini",
|
|
5864
5864
|
"kiro"
|
|
5865
5865
|
],
|
|
5866
|
-
"summary": "Agent for gcp-ticket-triage-escalation-coordinator. Triage GCP operational alerts, incidents, and support tickets
|
|
5866
|
+
"summary": "Agent for gcp-ticket-triage-escalation-coordinator. 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.",
|
|
5867
5867
|
"source_type": "original",
|
|
5868
5868
|
"official_docs": [
|
|
5869
5869
|
"https://cloud.google.com/support/docs/severity-definitions",
|
|
@@ -5871,7 +5871,7 @@
|
|
|
5871
5871
|
"https://cloud.google.com/logging/docs/view/logs-explorer-interface",
|
|
5872
5872
|
"https://status.google.com/"
|
|
5873
5873
|
],
|
|
5874
|
-
"security_notes": "GCP support tickets may require sharing sanitized logs or configuration
|
|
5874
|
+
"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.",
|
|
5875
5875
|
"last_verified": "2026-05-09",
|
|
5876
5876
|
"path": "agents/gcp/gcp-ticket-triage-escalation-coordinator-agent",
|
|
5877
5877
|
"version": "0.1.0",
|
|
@@ -5898,7 +5898,7 @@
|
|
|
5898
5898
|
"https://cloud.google.com/vertex-ai/docs/model-registry/introduction",
|
|
5899
5899
|
"https://cloud.google.com/vertex-ai/docs/featurestore/overview"
|
|
5900
5900
|
],
|
|
5901
|
-
"security_notes": "Training jobs have no automatic cost cap
|
|
5901
|
+
"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. Prefer least-privilege service accounts and read-only discovery before mutation.",
|
|
5902
5902
|
"last_verified": "2026-05-08",
|
|
5903
5903
|
"path": "agents/gcp/gcp-vertex-ai-mlops-engineer-agent",
|
|
5904
5904
|
"author": "github: Raishin",
|
|
@@ -5926,7 +5926,7 @@
|
|
|
5926
5926
|
"https://cloud.google.com/access-context-manager/docs/overview",
|
|
5927
5927
|
"https://cloud.google.com/vpc-service-controls/docs/create-service-perimeters"
|
|
5928
5928
|
],
|
|
5929
|
-
"security_notes": "Prefer dry-run mode before enforcement. Do not switch perimeters to enforcement mode without reviewing dry-run violations
|
|
5929
|
+
"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.",
|
|
5930
5930
|
"last_verified": "2026-05-08",
|
|
5931
5931
|
"path": "agents/gcp/gcp-vpc-service-controls-architect-agent",
|
|
5932
5932
|
"author": "github: Raishin",
|
|
@@ -6033,7 +6033,7 @@
|
|
|
6033
6033
|
"gemini",
|
|
6034
6034
|
"kiro"
|
|
6035
6035
|
],
|
|
6036
|
-
"summary": "Review a Helm chart for quality, security, and testability defects
|
|
6036
|
+
"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.",
|
|
6037
6037
|
"source_type": "original",
|
|
6038
6038
|
"official_docs": [
|
|
6039
6039
|
"https://helm.sh/docs/chart_best_practices/",
|
|
@@ -6044,7 +6044,7 @@
|
|
|
6044
6044
|
"https://kubernetes.io/docs/concepts/security/pod-security-standards/",
|
|
6045
6045
|
"https://kubernetes.io/docs/tasks/configure-pod-container/security-context/"
|
|
6046
6046
|
],
|
|
6047
|
-
"security_notes": "Static review only
|
|
6047
|
+
"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.",
|
|
6048
6048
|
"last_verified": "2026-05-17",
|
|
6049
6049
|
"path": "agents/qa/helm-chart-quality-review-agent",
|
|
6050
6050
|
"version": "0.1.0"
|
|
@@ -6069,7 +6069,7 @@
|
|
|
6069
6069
|
"https://docs.hetzner.com/cloud/servers/overview/",
|
|
6070
6070
|
"https://docs.hetzner.com/general/others/contacting-support/"
|
|
6071
6071
|
],
|
|
6072
|
-
"security_notes": "Hetzner does not offer auto-scaling
|
|
6072
|
+
"security_notes": "Hetzner does not offer auto-scaling \u2014 always verify current resource counts via API before planning growth to avoid quota exhaustion surprises. Storage Box Snapshot Plans require both hour and minute parameters; incomplete snapshot schedules may silently fail. Do not expose project API tokens in capacity reports.",
|
|
6073
6073
|
"last_verified": "2026-05-10",
|
|
6074
6074
|
"path": "agents/hetzner/hetzner-capacity-planner-agent",
|
|
6075
6075
|
"author": "github: Raishin",
|
|
@@ -6104,7 +6104,7 @@
|
|
|
6104
6104
|
"https://www.hetzner.com/cloud/pricing/",
|
|
6105
6105
|
"https://docs.hetzner.com/"
|
|
6106
6106
|
],
|
|
6107
|
-
"security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Floating IPs and Primary IPs incur cost
|
|
6107
|
+
"security_notes": "Never recommend deleting Volumes or snapshots that serve as the only recovery path. Unattached Floating IPs and Primary IPs incur cost \u2014 verify attachment state before recommending deletion. Do not expose project API tokens or billing credentials in analysis output.",
|
|
6108
6108
|
"last_verified": "2026-05-10",
|
|
6109
6109
|
"path": "agents/hetzner/hetzner-cost-optimization-analyst-agent",
|
|
6110
6110
|
"author": "github: Raishin",
|
|
@@ -6139,7 +6139,7 @@
|
|
|
6139
6139
|
"https://docs.hetzner.com/cloud/firewalls/overview/",
|
|
6140
6140
|
"https://docs.hetzner.com/cloud/networks/overview/"
|
|
6141
6141
|
],
|
|
6142
|
-
"security_notes": "Public IPs on Hetzner are opt-in since API v1.34
|
|
6142
|
+
"security_notes": "Public IPs on Hetzner are opt-in since API v1.34 \u2014 flag servers with unnecessary public IPs. Hetzner Firewalls must be explicitly attached to servers or Labels groups; an unattached Firewall provides zero protection. Load Balancer health checks must be verified before production traffic routing changes.",
|
|
6143
6143
|
"last_verified": "2026-05-10",
|
|
6144
6144
|
"path": "agents/hetzner/hetzner-infrastructure-reviewer-agent",
|
|
6145
6145
|
"author": "github: Raishin",
|
|
@@ -6174,7 +6174,7 @@
|
|
|
6174
6174
|
"https://docs.hetzner.com/cloud/firewalls/overview/",
|
|
6175
6175
|
"https://docs.hetzner.com/cloud/firewalls/faq/"
|
|
6176
6176
|
],
|
|
6177
|
-
"security_notes": "Must snapshot current Firewall rules before any mutation
|
|
6177
|
+
"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 scope before any write operation. Public IPs are opt-in since API v1.34 \u2014 verify exposure before and after rule changes. Never proceed without explicit human approval confirming the target Firewall ID, blast-radius, and rollback plan.",
|
|
6178
6178
|
"last_verified": "2026-05-10",
|
|
6179
6179
|
"path": "agents/hetzner/hetzner-live-firewall-rule-guard-agent",
|
|
6180
6180
|
"author": "github: Raishin",
|
|
@@ -6209,7 +6209,7 @@
|
|
|
6209
6209
|
"https://docs.hetzner.com/cloud/servers/overview/",
|
|
6210
6210
|
"https://docs.hetzner.com/cloud/servers/server-types/"
|
|
6211
6211
|
],
|
|
6212
|
-
"security_notes": "Server deletion on Hetzner is irreversible
|
|
6212
|
+
"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; do not auto-enable them. Server type changes require server stop \u2014 confirm downtime window. Always verify API token is project-scoped before any write operation. Never proceed without server ID, region, explicit human approval, and rollback plan.",
|
|
6213
6213
|
"last_verified": "2026-05-10",
|
|
6214
6214
|
"path": "agents/hetzner/hetzner-live-server-lifecycle-guard-agent",
|
|
6215
6215
|
"author": "github: Raishin",
|
|
@@ -6243,7 +6243,7 @@
|
|
|
6243
6243
|
"https://docs.hetzner.cloud/",
|
|
6244
6244
|
"https://docs.hetzner.com/"
|
|
6245
6245
|
],
|
|
6246
|
-
"security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before any routing involving live data. Public IPs on Hetzner are opt-in since API v1.34
|
|
6246
|
+
"security_notes": "Never attempt live Hetzner Cloud API mutations from the routing layer. Always verify API tokens are project-scoped before any routing involving live data. Public IPs on Hetzner are opt-in since API v1.34 \u2014 do not assume servers have public IPs.",
|
|
6247
6247
|
"last_verified": "2026-05-10",
|
|
6248
6248
|
"path": "agents/hetzner/hetzner-maestro-agent",
|
|
6249
6249
|
"author": "github: Raishin",
|
|
@@ -6278,7 +6278,7 @@
|
|
|
6278
6278
|
"https://www.dol.gov",
|
|
6279
6279
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6280
6280
|
],
|
|
6281
|
-
"security_notes": "Static review only
|
|
6281
|
+
"security_notes": "Static review only \u2014 works from sanitized aggregate summaries and never requests individual employee records, identifiers, or protected-class data beyond what the matter requires. Never endorses a metric or model as bias-free; routes employee-data processing to the privacy owner. Does not form an attorney-client relationship.",
|
|
6282
6282
|
"last_verified": "2026-05-18",
|
|
6283
6283
|
"path": "agents/hr/hr-analytics-people-data-agent",
|
|
6284
6284
|
"version": "0.1.0"
|
|
@@ -6303,7 +6303,7 @@
|
|
|
6303
6303
|
"https://www.dol.gov",
|
|
6304
6304
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6305
6305
|
],
|
|
6306
|
-
"security_notes": "Static review only
|
|
6306
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests individual compensation records, bank detail, or employee identifiers beyond what the matter requires. Never confirms payroll or classification is compliant; requires current authoritative wage and payroll sources. Does not form an attorney-client relationship.",
|
|
6307
6307
|
"last_verified": "2026-05-18",
|
|
6308
6308
|
"path": "agents/hr/hr-benefits-payroll-agent",
|
|
6309
6309
|
"version": "0.1.0"
|
|
@@ -6328,7 +6328,7 @@
|
|
|
6328
6328
|
"https://www.dol.gov",
|
|
6329
6329
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6330
6330
|
],
|
|
6331
|
-
"security_notes": "Static review only
|
|
6331
|
+
"security_notes": "Static review only \u2014 works from sanitized cohort summaries and never requests individual compensation records or employee identifiers beyond what the matter requires. Never confirms pay is equitable; routes pay-equity analysis through employment counsel to protect privilege. Does not form an attorney-client relationship.",
|
|
6332
6332
|
"last_verified": "2026-05-18",
|
|
6333
6333
|
"path": "agents/hr/hr-compensation-equity-agent",
|
|
6334
6334
|
"version": "0.1.0"
|
|
@@ -6353,7 +6353,7 @@
|
|
|
6353
6353
|
"https://www.dol.gov",
|
|
6354
6354
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6355
6355
|
],
|
|
6356
|
-
"security_notes": "Static review only
|
|
6356
|
+
"security_notes": "Static review only \u2014 works from sanitized aggregate summaries and never requests protected-class data or employee identifiers beyond what the matter requires. Never makes legal claims about discrimination or quotas and never recommends protected-class-based decisions; routes legal questions to counsel. Does not form an attorney-client relationship.",
|
|
6357
6357
|
"last_verified": "2026-05-18",
|
|
6358
6358
|
"path": "agents/hr/hr-culture-dei-agent",
|
|
6359
6359
|
"version": "0.1.0"
|
|
@@ -6378,7 +6378,7 @@
|
|
|
6378
6378
|
"https://www.dol.gov",
|
|
6379
6379
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6380
6380
|
],
|
|
6381
|
-
"security_notes": "Static review only
|
|
6381
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests medical detail, investigation notes, or employee identifiers beyond what the matter requires. Never reaches a finding and never recommends discipline; requires corroboration and routes escalation-grade matters to employment counsel. Does not form an attorney-client relationship.",
|
|
6382
6382
|
"last_verified": "2026-05-18",
|
|
6383
6383
|
"path": "agents/hr/hr-employee-relations-agent",
|
|
6384
6384
|
"version": "0.1.0"
|
|
@@ -6403,7 +6403,7 @@
|
|
|
6403
6403
|
"https://www.dol.gov",
|
|
6404
6404
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6405
6405
|
],
|
|
6406
|
-
"security_notes": "Static review only
|
|
6406
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, employee identifiers, or HRIS records beyond what the matter requires. Never approves a system change or access grant; recommends least-privilege access and routes to HR systems and security owners. Does not form an attorney-client relationship.",
|
|
6407
6407
|
"last_verified": "2026-05-18",
|
|
6408
6408
|
"path": "agents/hr/hr-hris-process-controls-agent",
|
|
6409
6409
|
"version": "0.1.0"
|
|
@@ -6428,7 +6428,7 @@
|
|
|
6428
6428
|
"https://www.dol.gov",
|
|
6429
6429
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6430
6430
|
],
|
|
6431
|
-
"security_notes": "Static review only
|
|
6431
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests employee identifiers or training records beyond what the matter requires. Never presents training content as legal advice; routes policy-accuracy questions to policy governance and counsel. Does not form an attorney-client relationship.",
|
|
6432
6432
|
"last_verified": "2026-05-18",
|
|
6433
6433
|
"path": "agents/hr/hr-learning-policy-agent",
|
|
6434
6434
|
"version": "0.1.0"
|
|
@@ -6453,7 +6453,7 @@
|
|
|
6453
6453
|
"https://www.dol.gov",
|
|
6454
6454
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6455
6455
|
],
|
|
6456
|
-
"security_notes": "Static review only
|
|
6456
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests or retains medical records, disability detail, or diagnosis information beyond the minimum the matter requires. Never recommends denial of leave or accommodation; routes to employment counsel and the privacy owner. Does not form an attorney-client relationship.",
|
|
6457
6457
|
"last_verified": "2026-05-18",
|
|
6458
6458
|
"path": "agents/hr/hr-leave-accommodation-agent",
|
|
6459
6459
|
"version": "0.1.0"
|
|
@@ -6471,14 +6471,14 @@
|
|
|
6471
6471
|
"gemini",
|
|
6472
6472
|
"kiro"
|
|
6473
6473
|
],
|
|
6474
|
-
"summary": "Routes HR matters to the right HR specialist agent and coordinates cross-functional review with Legal, Compliance, Privacy, Security, Finance, Payroll, and leadership using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only
|
|
6474
|
+
"summary": "Routes HR matters to the right HR specialist agent and coordinates cross-functional review with Legal, Compliance, Privacy, Security, Finance, Payroll, and leadership using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only \u2014 does not give HR or legal advice or make final HR decisions.",
|
|
6475
6475
|
"source_type": "original",
|
|
6476
6476
|
"official_docs": [
|
|
6477
6477
|
"https://www.nist.gov/privacy-framework",
|
|
6478
6478
|
"https://www.eeoc.gov",
|
|
6479
6479
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6480
6480
|
],
|
|
6481
|
-
"security_notes": "Classification and coordination only
|
|
6481
|
+
"security_notes": "Classification and coordination only \u2014 routes from sanitized signals and never requests secrets, credentials, medical detail, government IDs, or protected-class data. Never recommends termination, discipline, or adverse action as a final decision; expresses every handoff as a redacted case capsule with a named human decision owner. Does not form an attorney-client relationship.",
|
|
6482
6482
|
"last_verified": "2026-05-18",
|
|
6483
6483
|
"path": "agents/hr/hr-maestro-agent",
|
|
6484
6484
|
"version": "0.1.0"
|
|
@@ -6503,7 +6503,7 @@
|
|
|
6503
6503
|
"https://www.dol.gov",
|
|
6504
6504
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6505
6505
|
],
|
|
6506
|
-
"security_notes": "Static review only
|
|
6506
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests medical detail or employee identifiers beyond what the matter requires. Refuses to backdate or retroactively create performance documentation; never recommends termination and routes escalation-grade matters to employment counsel. Does not form an attorney-client relationship.",
|
|
6507
6507
|
"last_verified": "2026-05-18",
|
|
6508
6508
|
"path": "agents/hr/hr-performance-management-agent",
|
|
6509
6509
|
"version": "0.1.0"
|
|
@@ -6528,7 +6528,7 @@
|
|
|
6528
6528
|
"https://www.dol.gov",
|
|
6529
6529
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6530
6530
|
],
|
|
6531
|
-
"security_notes": "Static review only
|
|
6531
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests candidate identifiers, protected-class data, or assessment records beyond what the matter requires. Never confirms a selection process is bias-free; routes adverse-impact concerns to employment counsel. Does not form an attorney-client relationship.",
|
|
6532
6532
|
"last_verified": "2026-05-18",
|
|
6533
6533
|
"path": "agents/hr/hr-recruiting-selection-agent",
|
|
6534
6534
|
"version": "0.1.0"
|
|
@@ -6546,7 +6546,7 @@
|
|
|
6546
6546
|
"gemini",
|
|
6547
6547
|
"kiro"
|
|
6548
6548
|
],
|
|
6549
|
-
"summary": "Adversarial HR and employment-risk triage reviewer for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions
|
|
6549
|
+
"summary": "Adversarial HR and employment-risk triage reviewer 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.",
|
|
6550
6550
|
"source_type": "original",
|
|
6551
6551
|
"official_docs": [
|
|
6552
6552
|
"https://www.eeoc.gov/laws-guidance",
|
|
@@ -6556,7 +6556,7 @@
|
|
|
6556
6556
|
"https://www.mom.gov.sg/employment-practices",
|
|
6557
6557
|
"https://www.fairwork.gov.au/"
|
|
6558
6558
|
],
|
|
6559
|
-
"security_notes": "Static review only
|
|
6559
|
+
"security_notes": "Static review only \u2014 works from sanitized excerpts and never requests employee medical records, personal data, or protected-characteristic data beyond what the question requires. Never issues binding employment-law conclusions; refuses pretextual or retaliatory documentation and recommends escalation to employment counsel. Does not form an attorney-client relationship.",
|
|
6560
6560
|
"last_verified": "2026-05-18",
|
|
6561
6561
|
"path": "agents/hr/hr-risk-triage-review-agent/",
|
|
6562
6562
|
"harness_variants": {
|
|
@@ -6596,7 +6596,7 @@
|
|
|
6596
6596
|
"https://www.dol.gov",
|
|
6597
6597
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6598
6598
|
],
|
|
6599
|
-
"security_notes": "Static review only
|
|
6599
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests medical detail, investigation notes, or employee identifiers beyond what the matter requires. Never concludes a termination is safe and never recommends termination; routes to employment counsel. Does not form an attorney-client relationship.",
|
|
6600
6600
|
"last_verified": "2026-05-18",
|
|
6601
6601
|
"path": "agents/hr/hr-termination-readiness-agent",
|
|
6602
6602
|
"version": "0.1.0"
|
|
@@ -6621,7 +6621,7 @@
|
|
|
6621
6621
|
"https://www.dol.gov",
|
|
6622
6622
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6623
6623
|
],
|
|
6624
|
-
"security_notes": "Static review only
|
|
6624
|
+
"security_notes": "Static review only \u2014 works from sanitized cohort summaries and never requests individual employee records or identifiers beyond what the matter requires. Never approves a reduction in force or a selection list; routes mass-layoff and notice triggers to employment counsel. Does not form an attorney-client relationship.",
|
|
6625
6625
|
"last_verified": "2026-05-18",
|
|
6626
6626
|
"path": "agents/hr/hr-workforce-planning-rif-agent",
|
|
6627
6627
|
"version": "0.1.0"
|
|
@@ -6646,7 +6646,7 @@
|
|
|
6646
6646
|
"https://www.dol.gov",
|
|
6647
6647
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
6648
6648
|
],
|
|
6649
|
-
"security_notes": "Static review only
|
|
6649
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests investigation notes, medical detail, or employee identifiers beyond what the matter requires. Never reaches a finding of fact or guilt; protects investigation confidentiality and privilege and routes to employment counsel. Does not form an attorney-client relationship.",
|
|
6650
6650
|
"last_verified": "2026-05-18",
|
|
6651
6651
|
"path": "agents/hr/hr-workplace-investigations-agent",
|
|
6652
6652
|
"version": "0.1.0"
|
|
@@ -6689,14 +6689,14 @@
|
|
|
6689
6689
|
"gemini",
|
|
6690
6690
|
"kiro"
|
|
6691
6691
|
],
|
|
6692
|
-
"summary": "Agent for huawei-certificate-manager-issuer-review. Review Huawei Cloud SSL certificate management
|
|
6692
|
+
"summary": "Agent for huawei-certificate-manager-issuer-review. Review Huawei Cloud SSL certificate management \u2014 SCM certificate lifecycle, ELB SSL certificate binding coverage, DEW-managed certificate key storage, renewal automation, wildcard vs SAN cert selection, certificate expiry alerting via CES, and HTTPS enforcement on ELB listeners.",
|
|
6693
6693
|
"source_type": "original",
|
|
6694
6694
|
"official_docs": [
|
|
6695
6695
|
"https://support.huaweicloud.com/intl/en-us/scm/index.html",
|
|
6696
6696
|
"https://support.huaweicloud.com/intl/en-us/elb/index.html",
|
|
6697
6697
|
"https://support.huaweicloud.com/intl/en-us/dew/index.html"
|
|
6698
6698
|
],
|
|
6699
|
-
"security_notes": "Certificate private keys stored in DEW must have IAM access policies that restrict access to authorized identities only
|
|
6699
|
+
"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.",
|
|
6700
6700
|
"last_verified": "2026-05-09",
|
|
6701
6701
|
"path": "agents/huawei/huawei-certificate-manager-issuer-review-agent",
|
|
6702
6702
|
"version": "0.1.0",
|
|
@@ -6715,7 +6715,7 @@
|
|
|
6715
6715
|
"gemini",
|
|
6716
6716
|
"kiro"
|
|
6717
6717
|
],
|
|
6718
|
-
"summary": "Agent for huawei-change-impact-advisor. Pre-change blast radius analysis for Huawei Cloud
|
|
6718
|
+
"summary": "Agent for huawei-change-impact-advisor. 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.",
|
|
6719
6719
|
"source_type": "original",
|
|
6720
6720
|
"official_docs": [
|
|
6721
6721
|
"https://support.huaweicloud.com/intl/en-us/organizations/index.html",
|
|
@@ -6724,7 +6724,7 @@
|
|
|
6724
6724
|
"https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
|
|
6725
6725
|
"https://support.huaweicloud.com/intl/en-us/cce/index.html"
|
|
6726
6726
|
],
|
|
6727
|
-
"security_notes": "Huawei Cloud Organizations SCP deny rules have org-level blast radius
|
|
6727
|
+
"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.",
|
|
6728
6728
|
"last_verified": "2026-05-09",
|
|
6729
6729
|
"path": "agents/huawei/huawei-change-impact-advisor-agent",
|
|
6730
6730
|
"version": "0.1.0",
|
|
@@ -6793,14 +6793,14 @@
|
|
|
6793
6793
|
"gemini",
|
|
6794
6794
|
"kiro"
|
|
6795
6795
|
],
|
|
6796
|
-
"summary": "Agent for huawei-cost-anomaly-watch-coordinator. Coordinate Huawei Cloud cost anomaly detection
|
|
6796
|
+
"summary": "Agent for huawei-cost-anomaly-watch-coordinator. 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 cost detection, and reserved instance coverage gaps.",
|
|
6797
6797
|
"source_type": "original",
|
|
6798
6798
|
"official_docs": [
|
|
6799
6799
|
"https://support.huaweicloud.com/intl/en-us/billing/index.html",
|
|
6800
6800
|
"https://support.huaweicloud.com/intl/en-us/costcenter/index.html",
|
|
6801
6801
|
"https://support.huaweicloud.com/intl/en-us/ces/index.html"
|
|
6802
6802
|
],
|
|
6803
|
-
"security_notes": "CBC Cost Center exports contain billing data
|
|
6803
|
+
"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.",
|
|
6804
6804
|
"last_verified": "2026-05-09",
|
|
6805
6805
|
"path": "agents/huawei/huawei-cost-anomaly-watch-coordinator-agent",
|
|
6806
6806
|
"version": "0.1.0",
|
|
@@ -6844,7 +6844,7 @@
|
|
|
6844
6844
|
"gemini",
|
|
6845
6845
|
"kiro"
|
|
6846
6846
|
],
|
|
6847
|
-
"summary": "Agent for huawei-daily-operations-briefing-coordinator. Coordinate the daily Huawei Cloud operations standup
|
|
6847
|
+
"summary": "Agent for huawei-daily-operations-briefing-coordinator. 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.",
|
|
6848
6848
|
"source_type": "original",
|
|
6849
6849
|
"official_docs": [
|
|
6850
6850
|
"https://support.huaweicloud.com/intl/en-us/cbc/index.html",
|
|
@@ -6854,7 +6854,7 @@
|
|
|
6854
6854
|
"https://support.huaweicloud.com/intl/en-us/secmaster/index.html",
|
|
6855
6855
|
"https://support.huaweicloud.com/intl/en-us/lts/index.html"
|
|
6856
6856
|
],
|
|
6857
|
-
"security_notes": "Huawei Cloud SecMaster finding details may contain vulnerability exploit paths
|
|
6857
|
+
"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.",
|
|
6858
6858
|
"last_verified": "2026-05-09",
|
|
6859
6859
|
"path": "agents/huawei/huawei-daily-operations-briefing-coordinator-agent",
|
|
6860
6860
|
"version": "0.1.0",
|
|
@@ -6873,7 +6873,7 @@
|
|
|
6873
6873
|
"gemini",
|
|
6874
6874
|
"kiro"
|
|
6875
6875
|
],
|
|
6876
|
-
"summary": "Manage DEW (Data Encryption Workshop)
|
|
6876
|
+
"summary": "Manage DEW (Data Encryption Workshop) \u2014 KMS key lifecycle, CSMS secret rotation, CBH privileged access management, and DBSS database encryption on Huawei Cloud.",
|
|
6877
6877
|
"source_type": "original",
|
|
6878
6878
|
"official_docs": [
|
|
6879
6879
|
"https://support.huaweicloud.com/intl/en-us/dew/index.html"
|
|
@@ -6952,7 +6952,7 @@
|
|
|
6952
6952
|
"official_docs": [
|
|
6953
6953
|
"https://support.huaweicloud.com/intl/en-us/ecs/index.html"
|
|
6954
6954
|
],
|
|
6955
|
-
"security_notes": "ECS deletion without CSBS backup is permanently destructive. AS scale-in terminates instances
|
|
6955
|
+
"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.",
|
|
6956
6956
|
"last_verified": "2026-05-08",
|
|
6957
6957
|
"path": "agents/huawei/huawei-ecs-compute-operator-agent",
|
|
6958
6958
|
"author": "github: Raishin",
|
|
@@ -6971,7 +6971,7 @@
|
|
|
6971
6971
|
"gemini",
|
|
6972
6972
|
"kiro"
|
|
6973
6973
|
],
|
|
6974
|
-
"summary": "Agent for huawei-event-driven-architecture-review. Review Huawei Cloud DMS (Distributed Message Service) for Kafka, ROMA Connect, FunctionGraph event triggers, and SMN (Simple Message Notification) designs
|
|
6974
|
+
"summary": "Agent for huawei-event-driven-architecture-review. Review Huawei Cloud DMS (Distributed Message Service) for Kafka, ROMA Connect, FunctionGraph event triggers, and SMN (Simple Message Notification) designs \u2014 dead-letter configuration, message ordering, idempotency, consumer group lag monitoring, and retry storm prevention.",
|
|
6975
6975
|
"source_type": "original",
|
|
6976
6976
|
"official_docs": [
|
|
6977
6977
|
"https://support.huaweicloud.com/intl/en-us/dms/index.html",
|
|
@@ -6979,7 +6979,7 @@
|
|
|
6979
6979
|
"https://support.huaweicloud.com/intl/en-us/fg/index.html",
|
|
6980
6980
|
"https://support.huaweicloud.com/intl/en-us/smn/index.html"
|
|
6981
6981
|
],
|
|
6982
|
-
"security_notes": "DMS Kafka instances without SSL/TLS encryption transmit messages in plaintext
|
|
6982
|
+
"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.",
|
|
6983
6983
|
"last_verified": "2026-05-09",
|
|
6984
6984
|
"path": "agents/huawei/huawei-event-driven-architecture-review-agent",
|
|
6985
6985
|
"version": "0.1.0",
|
|
@@ -7029,7 +7029,7 @@
|
|
|
7029
7029
|
"https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
|
|
7030
7030
|
"https://support.huaweicloud.com/intl/en-us/rds/index.html"
|
|
7031
7031
|
],
|
|
7032
|
-
"security_notes": "Database deletion without backup is permanently destructive. GaussDB for Oracle PL/SQL compatibility gaps can break migration
|
|
7032
|
+
"security_notes": "Database deletion without backup is permanently destructive. GaussDB for Oracle PL/SQL compatibility gaps can break migration \u2014 test before cutover. Failover testing must be coordinated with application teams.",
|
|
7033
7033
|
"last_verified": "2026-05-08",
|
|
7034
7034
|
"path": "agents/huawei/huawei-gaussdb-rds-dba-agent",
|
|
7035
7035
|
"author": "github: Raishin",
|
|
@@ -7048,7 +7048,7 @@
|
|
|
7048
7048
|
"gemini",
|
|
7049
7049
|
"kiro"
|
|
7050
7050
|
],
|
|
7051
|
-
"summary": "Agent for huawei-iac-change-safety-review. Review Terraform and RFS (Resource Formation Service) changes targeting Huawei Cloud
|
|
7051
|
+
"summary": "Agent for huawei-iac-change-safety-review. 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.",
|
|
7052
7052
|
"source_type": "original",
|
|
7053
7053
|
"official_docs": [
|
|
7054
7054
|
"https://support.huaweicloud.com/intl/en-us/rfs/index.html",
|
|
@@ -7056,7 +7056,7 @@
|
|
|
7056
7056
|
"https://support.huaweicloud.com/intl/en-us/organizations/index.html",
|
|
7057
7057
|
"https://support.huaweicloud.com/intl/en-us/obs/index.html"
|
|
7058
7058
|
],
|
|
7059
|
-
"security_notes": "Huawei Cloud Terraform provider state files contain resource attribute details
|
|
7059
|
+
"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.",
|
|
7060
7060
|
"last_verified": "2026-05-09",
|
|
7061
7061
|
"path": "agents/huawei/huawei-iac-change-safety-review-agent",
|
|
7062
7062
|
"version": "0.1.0",
|
|
@@ -7173,7 +7173,7 @@
|
|
|
7173
7173
|
"gemini",
|
|
7174
7174
|
"kiro"
|
|
7175
7175
|
],
|
|
7176
|
-
"summary": "Gate financial authority actions
|
|
7176
|
+
"summary": "Gate financial authority actions \u2014 budget threshold changes, RI purchases, and CUD commitments. Budget threshold reduction can trigger service suspension; RI/CUD purchases are committed spend.",
|
|
7177
7177
|
"source_type": "original",
|
|
7178
7178
|
"official_docs": [
|
|
7179
7179
|
"https://support.huaweicloud.com/intl/en-us/usermanual-billing/index.html"
|
|
@@ -7197,7 +7197,7 @@
|
|
|
7197
7197
|
"gemini",
|
|
7198
7198
|
"kiro"
|
|
7199
7199
|
],
|
|
7200
|
-
"summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy changes
|
|
7200
|
+
"summary": "Gate GaussDB/RDS instance deletion, spec downgrade, and backup policy changes \u2014 database deletion without verified backup is permanently destructive; MLPS Level 3 data destruction triggers mandatory incident reporting.",
|
|
7201
7201
|
"source_type": "original",
|
|
7202
7202
|
"companion_skills": [
|
|
7203
7203
|
"huawei-live-gaussdb-mutation-guard"
|
|
@@ -7226,13 +7226,13 @@
|
|
|
7226
7226
|
"gemini",
|
|
7227
7227
|
"kiro"
|
|
7228
7228
|
],
|
|
7229
|
-
"summary": "Gate IAM fine-grained policy and SCP mutations
|
|
7229
|
+
"summary": "Gate IAM fine-grained policy and SCP mutations \u2014 account-wide blast radius, privilege escalation, and potential full access denial.",
|
|
7230
7230
|
"source_type": "original",
|
|
7231
7231
|
"official_docs": [
|
|
7232
7232
|
"https://support.huaweicloud.com/intl/en-us/iam/index.html",
|
|
7233
7233
|
"https://support.huaweicloud.com/intl/en-us/usermanual-organizations/organizations_03_0001.html"
|
|
7234
7234
|
],
|
|
7235
|
-
"security_notes": "SCP deny statements at Organizations level cascade to ALL member accounts and CANNOT be overridden by IAM policies in member accounts. Granting FullAccess system policies gives complete service control. Agency trust relationships granting SecurityAdministrator are among the most dangerous grants. IAM policy changes propagate across Huawei Cloud services
|
|
7235
|
+
"security_notes": "SCP deny statements at Organizations level cascade to ALL member accounts and CANNOT be overridden by IAM policies in member accounts. Granting FullAccess system policies gives complete service control. Agency trust relationships granting SecurityAdministrator are among the most dangerous grants. IAM policy changes propagate across Huawei Cloud services \u2014 confirm post-change access for all dependent systems.",
|
|
7236
7236
|
"last_verified": "2026-05-08",
|
|
7237
7237
|
"path": "agents/huawei/huawei-live-iam-policy-change-guard-agent",
|
|
7238
7238
|
"author": "github: Raishin"
|
|
@@ -7250,7 +7250,7 @@
|
|
|
7250
7250
|
"gemini",
|
|
7251
7251
|
"kiro"
|
|
7252
7252
|
],
|
|
7253
|
-
"summary": "Gate DEW/KMS key deletion and disable operations
|
|
7253
|
+
"summary": "Gate DEW/KMS key deletion and disable operations \u2014 CSMS secrets and DBSS-encrypted database data become permanently unrecoverable once the key is deleted.",
|
|
7254
7254
|
"source_type": "original",
|
|
7255
7255
|
"official_docs": [
|
|
7256
7256
|
"https://support.huaweicloud.com/intl/en-us/dew/index.html"
|
|
@@ -7274,7 +7274,7 @@
|
|
|
7274
7274
|
"gemini",
|
|
7275
7275
|
"kiro"
|
|
7276
7276
|
],
|
|
7277
|
-
"summary": "Gate OBS bucket ACL and policy mutations
|
|
7277
|
+
"summary": "Gate OBS bucket ACL and policy mutations \u2014 public-read/write ACL exposes data immediately; CN-* cross-border replication may violate MLPS 2.0/DSL data localization requirements.",
|
|
7278
7278
|
"source_type": "original",
|
|
7279
7279
|
"companion_skills": [
|
|
7280
7280
|
"huawei-live-obs-bucket-policy-guard"
|
|
@@ -7301,13 +7301,13 @@
|
|
|
7301
7301
|
"gemini",
|
|
7302
7302
|
"kiro"
|
|
7303
7303
|
],
|
|
7304
|
-
"summary": "Agent for huawei-load-balancer-traffic-engineer. Engineer and review Huawei Cloud ELB configurations
|
|
7304
|
+
"summary": "Agent for huawei-load-balancer-traffic-engineer. Engineer and review Huawei Cloud ELB configurations \u2014 dedicated vs shared ELB type selection, HTTP/HTTPS/TCP/UDP listener protocols, health check configuration, WAF integration on ELB, backend server group routing, connection draining, and TLS policy enforcement on Dedicated ELB.",
|
|
7305
7305
|
"source_type": "original",
|
|
7306
7306
|
"official_docs": [
|
|
7307
7307
|
"https://support.huaweicloud.com/intl/en-us/elb/index.html",
|
|
7308
7308
|
"https://support.huaweicloud.com/intl/en-us/waf/index.html"
|
|
7309
7309
|
],
|
|
7310
|
-
"security_notes": "ELB HTTPS listeners should enforce TLS-1-2 or TLS-1-2-Strict policy to disable TLSv1.0 and TLSv1.1
|
|
7310
|
+
"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.",
|
|
7311
7311
|
"last_verified": "2026-05-09",
|
|
7312
7312
|
"path": "agents/huawei/huawei-load-balancer-traffic-engineer-agent",
|
|
7313
7313
|
"version": "0.1.0",
|
|
@@ -7327,7 +7327,7 @@
|
|
|
7327
7327
|
"gemini",
|
|
7328
7328
|
"kiro"
|
|
7329
7329
|
],
|
|
7330
|
-
"summary": "Per-cloud router agent for Huawei Cloud. Classifies the user's task, selects the narrowest Huawei Cloud specialist agent or the right team of specialists from the catalog, and dispatches them
|
|
7330
|
+
"summary": "Per-cloud router agent for Huawei Cloud. Classifies the user's task, selects the narrowest Huawei Cloud specialist agent or the right team of specialists from the catalog, and dispatches them \u2014 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. MLPS 2.0 and sovereignty-aware. Never auto-dispatches live-guard agents.",
|
|
7331
7331
|
"source_type": "original",
|
|
7332
7332
|
"official_docs": [
|
|
7333
7333
|
"https://support.huaweicloud.com/intl/en-us/iam/index.html",
|
|
@@ -7384,7 +7384,7 @@
|
|
|
7384
7384
|
"official_docs": [
|
|
7385
7385
|
"https://support.huaweicloud.com/intl/en-us/modelarts/index.html"
|
|
7386
7386
|
],
|
|
7387
|
-
"security_notes": "ModelArts training jobs have no automatic cost cap. Specify budget limit before starting large GPU/NPU jobs. Ascend NPU OOM errors differ from Nvidia CUDA OOM
|
|
7387
|
+
"security_notes": "ModelArts training jobs have no automatic cost cap. Specify budget limit before starting large GPU/NPU jobs. Ascend NPU OOM errors differ from Nvidia CUDA OOM \u2014 know the error pattern before acting.",
|
|
7388
7388
|
"last_verified": "2026-05-08",
|
|
7389
7389
|
"path": "agents/huawei/huawei-modelarts-mlops-engineer-agent",
|
|
7390
7390
|
"author": "github: Raishin",
|
|
@@ -7403,7 +7403,7 @@
|
|
|
7403
7403
|
"gemini",
|
|
7404
7404
|
"kiro"
|
|
7405
7405
|
],
|
|
7406
|
-
"summary": "Agent for huawei-network-architect. Design Huawei Cloud network architecture
|
|
7406
|
+
"summary": "Agent for huawei-network-architect. 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.",
|
|
7407
7407
|
"source_type": "original",
|
|
7408
7408
|
"official_docs": [
|
|
7409
7409
|
"https://support.huaweicloud.com/intl/en-us/vpc/index.html",
|
|
@@ -7430,14 +7430,14 @@
|
|
|
7430
7430
|
"gemini",
|
|
7431
7431
|
"kiro"
|
|
7432
7432
|
],
|
|
7433
|
-
"summary": "Agent for huawei-obs-data-perimeter-governor. Govern Huawei Cloud OBS (Object Storage Service) data perimeters
|
|
7433
|
+
"summary": "Agent for huawei-obs-data-perimeter-governor. 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.",
|
|
7434
7434
|
"source_type": "original",
|
|
7435
7435
|
"official_docs": [
|
|
7436
7436
|
"https://support.huaweicloud.com/intl/en-us/obs/index.html",
|
|
7437
7437
|
"https://support.huaweicloud.com/intl/en-us/vpcep/index.html",
|
|
7438
7438
|
"https://support.huaweicloud.com/intl/en-us/obs/obs_03_0086.html"
|
|
7439
7439
|
],
|
|
7440
|
-
"security_notes": "Huawei Cloud OBS presigned URLs can expose objects publicly for the URL validity period
|
|
7440
|
+
"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.",
|
|
7441
7441
|
"last_verified": "2026-05-09",
|
|
7442
7442
|
"path": "agents/huawei/huawei-obs-data-perimeter-governor-agent",
|
|
7443
7443
|
"version": "0.1.0",
|
|
@@ -7508,14 +7508,14 @@
|
|
|
7508
7508
|
"gemini",
|
|
7509
7509
|
"kiro"
|
|
7510
7510
|
],
|
|
7511
|
-
"summary": "Agent for huawei-registry-artifact-governor. Govern Huawei Cloud SWR (Software Repository for Container)
|
|
7511
|
+
"summary": "Agent for huawei-registry-artifact-governor. 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.",
|
|
7512
7512
|
"source_type": "original",
|
|
7513
7513
|
"official_docs": [
|
|
7514
7514
|
"https://support.huaweicloud.com/intl/en-us/swr/index.html",
|
|
7515
7515
|
"https://support.huaweicloud.com/intl/en-us/vss/index.html",
|
|
7516
7516
|
"https://support.huaweicloud.com/intl/en-us/cce/index.html"
|
|
7517
7517
|
],
|
|
7518
|
-
"security_notes": "Public SWR namespaces expose images to Huawei Cloud's global network
|
|
7518
|
+
"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.",
|
|
7519
7519
|
"last_verified": "2026-05-09",
|
|
7520
7520
|
"path": "agents/huawei/huawei-registry-artifact-governor-agent",
|
|
7521
7521
|
"version": "0.1.0",
|
|
@@ -7534,7 +7534,7 @@
|
|
|
7534
7534
|
"gemini",
|
|
7535
7535
|
"kiro"
|
|
7536
7536
|
],
|
|
7537
|
-
"summary": "Agent for huawei-resilience-bcdr-review. Review Huawei Cloud workload HA and BCDR designs
|
|
7537
|
+
"summary": "Agent for huawei-resilience-bcdr-review. 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.",
|
|
7538
7538
|
"source_type": "original",
|
|
7539
7539
|
"official_docs": [
|
|
7540
7540
|
"https://support.huaweicloud.com/intl/en-us/gaussdb_mysql/index.html",
|
|
@@ -7543,7 +7543,7 @@
|
|
|
7543
7543
|
"https://support.huaweicloud.com/intl/en-us/drs/index.html",
|
|
7544
7544
|
"https://support.huaweicloud.com/intl/en-us/elb/index.html"
|
|
7545
7545
|
],
|
|
7546
|
-
"security_notes": "Huawei Cloud CBR vaults use default encryption
|
|
7546
|
+
"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.",
|
|
7547
7547
|
"last_verified": "2026-05-09",
|
|
7548
7548
|
"path": "agents/huawei/huawei-resilience-bcdr-review-agent",
|
|
7549
7549
|
"version": "0.1.0",
|
|
@@ -7590,14 +7590,14 @@
|
|
|
7590
7590
|
"gemini",
|
|
7591
7591
|
"kiro"
|
|
7592
7592
|
],
|
|
7593
|
-
"summary": "Agent for huawei-serverless-production-readiness. Review FunctionGraph production readiness
|
|
7593
|
+
"summary": "Agent for huawei-serverless-production-readiness. Review FunctionGraph production readiness \u2014 VPC access configuration, concurrency limits and reserved instances, cold-start optimization, observability via LTS log output and AOM metrics, timeout configuration, dependency package size, custom vs managed runtimes, and ServiceStage application lifecycle.",
|
|
7594
7594
|
"source_type": "original",
|
|
7595
7595
|
"official_docs": [
|
|
7596
7596
|
"https://support.huaweicloud.com/intl/en-us/fg/index.html",
|
|
7597
7597
|
"https://support.huaweicloud.com/intl/en-us/servicestage/index.html",
|
|
7598
7598
|
"https://support.huaweicloud.com/intl/en-us/aom/index.html"
|
|
7599
7599
|
],
|
|
7600
|
-
"security_notes": "FunctionGraph function environment variables may contain secrets
|
|
7600
|
+
"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.",
|
|
7601
7601
|
"last_verified": "2026-05-09",
|
|
7602
7602
|
"path": "agents/huawei/huawei-serverless-production-readiness-agent",
|
|
7603
7603
|
"version": "0.1.0",
|
|
@@ -7616,7 +7616,7 @@
|
|
|
7616
7616
|
"gemini",
|
|
7617
7617
|
"kiro"
|
|
7618
7618
|
],
|
|
7619
|
-
"summary": "Agent for huawei-solution-architect. Design Huawei Cloud solutions
|
|
7619
|
+
"summary": "Agent for huawei-solution-architect. 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.",
|
|
7620
7620
|
"source_type": "original",
|
|
7621
7621
|
"official_docs": [
|
|
7622
7622
|
"https://support.huaweicloud.com/intl/en-us/ecs/index.html",
|
|
@@ -7642,14 +7642,14 @@
|
|
|
7642
7642
|
"gemini",
|
|
7643
7643
|
"kiro"
|
|
7644
7644
|
],
|
|
7645
|
-
"summary": "Agent for huawei-support-incident-coordinator. Coordinate Huawei Cloud support incidents
|
|
7645
|
+
"summary": "Agent for huawei-support-incident-coordinator. 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.",
|
|
7646
7646
|
"source_type": "original",
|
|
7647
7647
|
"official_docs": [
|
|
7648
7648
|
"https://support.huaweicloud.com/intl/en-us/",
|
|
7649
7649
|
"https://status.huaweicloud.com/",
|
|
7650
7650
|
"https://support.huaweicloud.com/intl/en-us/usermanual-ticket/topic_0065264094.html"
|
|
7651
7651
|
],
|
|
7652
|
-
"security_notes": "Huawei Cloud support case attachments are stored on Huawei Cloud infrastructure
|
|
7652
|
+
"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.",
|
|
7653
7653
|
"last_verified": "2026-05-09",
|
|
7654
7654
|
"path": "agents/huawei/huawei-support-incident-coordinator-agent",
|
|
7655
7655
|
"version": "0.1.0",
|
|
@@ -7668,7 +7668,7 @@
|
|
|
7668
7668
|
"gemini",
|
|
7669
7669
|
"kiro"
|
|
7670
7670
|
],
|
|
7671
|
-
"summary": "Agent for huawei-ticket-triage-escalation-coordinator. Triage Huawei Cloud operational alerts, incidents, and support tickets
|
|
7671
|
+
"summary": "Agent for huawei-ticket-triage-escalation-coordinator. 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.",
|
|
7672
7672
|
"source_type": "original",
|
|
7673
7673
|
"official_docs": [
|
|
7674
7674
|
"https://support.huaweicloud.com/intl/en-us/",
|
|
@@ -7677,7 +7677,7 @@
|
|
|
7677
7677
|
"https://support.huaweicloud.com/intl/en-us/ces/index.html",
|
|
7678
7678
|
"https://support.huaweicloud.com/intl/en-us/lts/index.html"
|
|
7679
7679
|
],
|
|
7680
|
-
"security_notes": "Huawei Cloud support ticket attachments are accessible to Huawei support engineers
|
|
7680
|
+
"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.",
|
|
7681
7681
|
"last_verified": "2026-05-09",
|
|
7682
7682
|
"path": "agents/huawei/huawei-ticket-triage-escalation-coordinator-agent",
|
|
7683
7683
|
"version": "0.1.0",
|
|
@@ -7813,7 +7813,7 @@
|
|
|
7813
7813
|
"gemini",
|
|
7814
7814
|
"kiro"
|
|
7815
7815
|
],
|
|
7816
|
-
"summary": "Review influencer campaign audit packs
|
|
7816
|
+
"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.",
|
|
7817
7817
|
"companion_skills": [
|
|
7818
7818
|
"influencer-disclosure-compliance-review"
|
|
7819
7819
|
],
|
|
@@ -7825,7 +7825,7 @@
|
|
|
7825
7825
|
"https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act",
|
|
7826
7826
|
"https://www.ftc.gov/business-guidance/resources/ftcs-endorsement-guides-what-people-are-asking"
|
|
7827
7827
|
],
|
|
7828
|
-
"security_notes": "Read-only advisory. Works from a structured influencer campaign audit pack only
|
|
7828
|
+
"security_notes": "Read-only advisory. Works from a structured influencer campaign audit pack only \u2014 brief, contract excerpt, post descriptions, and disclosure spec. Never requests raw personal data about creators, unpublished financial negotiations, or live platform credentials. Does not generate campaign content or creator instructions. A finding of systematic non-disclosure may warrant legal escalation before campaign continuation.",
|
|
7829
7829
|
"last_verified": "2026-05-17",
|
|
7830
7830
|
"path": "agents/marketing/influencer-disclosure-compliance-review-agent/",
|
|
7831
7831
|
"harness_variants": {
|
|
@@ -7888,7 +7888,7 @@
|
|
|
7888
7888
|
"https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/datacenter",
|
|
7889
7889
|
"https://docs.ionos.com/cloud/network/lans"
|
|
7890
7890
|
],
|
|
7891
|
-
"security_notes": "DCD topology changes are infrastructure-wide blast-radius events
|
|
7891
|
+
"security_notes": "DCD topology changes are infrastructure-wide blast-radius events \u2014 modifying datacenter layout can disrupt all resources within the datacenter simultaneously. Always require a current topology snapshot and blast-radius review before advising any structural change. GDPR data residency requires verifying the datacenter region matches the declared processing location.",
|
|
7892
7892
|
"last_verified": "2026-05-10",
|
|
7893
7893
|
"path": "agents/ionos/ionos-datacenter-designer-reviewer-agent",
|
|
7894
7894
|
"version": "0.1.0",
|
|
@@ -7915,7 +7915,7 @@
|
|
|
7915
7915
|
"https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/resources/k8s_node_pool",
|
|
7916
7916
|
"https://docs.ionos.com/cloud/"
|
|
7917
7917
|
],
|
|
7918
|
-
"security_notes": "IONOS managed Kubernetes control-plane upgrades are irreversible
|
|
7918
|
+
"security_notes": "IONOS managed Kubernetes control-plane upgrades are irreversible \u2014 always confirm rollback plan and PDB coverage before advising an upgrade. Node pool scale-down may evict workloads without PDB protection. GDPR data residency applies to cluster region selection; verify cluster datacenter region matches the declared processing location.",
|
|
7919
7919
|
"last_verified": "2026-05-10",
|
|
7920
7920
|
"path": "agents/ionos/ionos-kubernetes-platform-operator-agent",
|
|
7921
7921
|
"version": "0.1.0",
|
|
@@ -7968,7 +7968,7 @@
|
|
|
7968
7968
|
"https://api.ionos.com/docs/",
|
|
7969
7969
|
"https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs"
|
|
7970
7970
|
],
|
|
7971
|
-
"security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius
|
|
7971
|
+
"security_notes": "Never attempt live IONOS Cloud API mutations from the routing layer. DCD topology changes have infrastructure-wide blast radius \u2014 classification must stay read-only and hand off to approval-gated specialists. Do not expose bearer tokens or customer control panel credentials in routing output.",
|
|
7972
7972
|
"last_verified": "2026-05-10",
|
|
7973
7973
|
"path": "agents/ionos/ionos-maestro-agent",
|
|
7974
7974
|
"version": "0.1.0",
|
|
@@ -8006,7 +8006,7 @@
|
|
|
8006
8006
|
"name": "Istio Ambient Mesh Review",
|
|
8007
8007
|
"type": "agent",
|
|
8008
8008
|
"provider": "istio",
|
|
8009
|
-
"summary": "Review Istio ambient mesh configuration
|
|
8009
|
+
"summary": "Review Istio ambient mesh configuration \u2014 ztunnel L4 vs waypoint L7 enforcement, AuthorizationPolicy scope, PeerAuthentication mTLS mode, RequestAuthentication JWKs, and gateway configuration for service mesh security posture.",
|
|
8010
8010
|
"path": "agents/istio/istio-ambient-mesh-review-agent",
|
|
8011
8011
|
"harnesses": [
|
|
8012
8012
|
"codex",
|
|
@@ -8024,7 +8024,7 @@
|
|
|
8024
8024
|
"https://istio.io/latest/docs/ops/diagnostic-tools/istioctl-analyze/",
|
|
8025
8025
|
"https://istio.io/latest/docs/tasks/security/authorization/"
|
|
8026
8026
|
],
|
|
8027
|
-
"security_notes": "L7 AuthorizationPolicy in ambient mode without a waypoint is silently bypassed
|
|
8027
|
+
"security_notes": "L7 AuthorizationPolicy in ambient mode without a waypoint is silently bypassed \u2014 ztunnel only enforces L4. PERMISSIVE PeerAuthentication in a production namespace is a critical finding.",
|
|
8028
8028
|
"source_type": "original",
|
|
8029
8029
|
"version": "0.1.0"
|
|
8030
8030
|
},
|
|
@@ -8051,7 +8051,7 @@
|
|
|
8051
8051
|
"https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings",
|
|
8052
8052
|
"https://docs.kubecost.com/apis/apis-overview"
|
|
8053
8053
|
],
|
|
8054
|
-
"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
|
|
8054
|
+
"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.",
|
|
8055
8055
|
"last_verified": "2026-05-02",
|
|
8056
8056
|
"path": "agents/kubernetes/kubecost-chargeback-allocation-review-agent",
|
|
8057
8057
|
"version": "0.1.0"
|
|
@@ -8214,7 +8214,7 @@
|
|
|
8214
8214
|
"https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/",
|
|
8215
8215
|
"https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/"
|
|
8216
8216
|
],
|
|
8217
|
-
"security_notes": "Capture current RBAC state before every mutation
|
|
8217
|
+
"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. Per docs/least-privilege-rbac.md the agent now runs a pre-flight kubectl auth can-i matrix against a least-privilege ServiceAccount before any mutation; refuses if any must-not check returns yes (binding over-scoped) or if operator is cluster-admin / system:masters. References shipped: least-privilege-rbac.yaml (deny-by-default ClusterRole), rbac-pre-flight.md (positive + negative resourceName tests), refusal-list.md (universal one-way doors plus domain-specific HARD REFUSE list). Refuses to read or process credentials volunteered by the operator; uses only the in-pod ServiceAccount token at /var/run/secrets/kubernetes.io/serviceaccount/token.",
|
|
8218
8218
|
"last_verified": "2026-05-08",
|
|
8219
8219
|
"path": "agents/kubernetes/kubernetes-live-rbac-mutation-guard-agent",
|
|
8220
8220
|
"author": "github: Raishin",
|
|
@@ -8233,7 +8233,7 @@
|
|
|
8233
8233
|
"gemini",
|
|
8234
8234
|
"kiro"
|
|
8235
8235
|
],
|
|
8236
|
-
"summary": "Live-guard agent for Velero backup/restore operations on Kubernetes clusters
|
|
8236
|
+
"summary": "Live-guard agent for Velero backup/restore operations on Kubernetes clusters \u2014 enforcing cluster context confirmation, restore scope review, dry-run gating, current-state capture, and explicit platform-team sign-off before any mutation.",
|
|
8237
8237
|
"source_type": "original",
|
|
8238
8238
|
"official_docs": [
|
|
8239
8239
|
"https://velero.io/docs/latest/",
|
|
@@ -8242,7 +8242,7 @@
|
|
|
8242
8242
|
"https://velero.io/docs/latest/locations/",
|
|
8243
8243
|
"https://velero.io/docs/latest/hooks/"
|
|
8244
8244
|
],
|
|
8245
|
-
"security_notes": "Velero restore with existingResourcePolicy:update can overwrite live RBAC resources, Secrets, and ServiceAccounts
|
|
8245
|
+
"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. Per docs/least-privilege-rbac.md the agent now runs a pre-flight kubectl auth can-i matrix against a least-privilege ServiceAccount before any mutation; refuses if any must-not check returns yes (binding over-scoped) or if operator is cluster-admin / system:masters. References shipped: least-privilege-rbac.yaml (deny-by-default ClusterRole), rbac-pre-flight.md (positive + negative resourceName tests), refusal-list.md (universal one-way doors plus domain-specific HARD REFUSE list). Refuses to read or process credentials volunteered by the operator; uses only the in-pod ServiceAccount token at /var/run/secrets/kubernetes.io/serviceaccount/token.",
|
|
8246
8246
|
"last_verified": "2026-05-08",
|
|
8247
8247
|
"path": "agents/kubernetes/kubernetes-live-velero-restore-guard-agent",
|
|
8248
8248
|
"version": "0.1.0"
|
|
@@ -8290,7 +8290,7 @@
|
|
|
8290
8290
|
"gemini",
|
|
8291
8291
|
"kiro"
|
|
8292
8292
|
],
|
|
8293
|
-
"summary": "Review raw Kubernetes YAML manifests for security, quality, and policy defects
|
|
8293
|
+
"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.",
|
|
8294
8294
|
"source_type": "original",
|
|
8295
8295
|
"official_docs": [
|
|
8296
8296
|
"https://kubernetes.io/docs/concepts/security/pod-security-standards/",
|
|
@@ -8301,7 +8301,7 @@
|
|
|
8301
8301
|
"https://github.com/yannh/kubeconform",
|
|
8302
8302
|
"https://github.com/zegl/kube-score"
|
|
8303
8303
|
],
|
|
8304
|
-
"security_notes": "Static review only
|
|
8304
|
+
"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.",
|
|
8305
8305
|
"last_verified": "2026-05-17",
|
|
8306
8306
|
"path": "agents/qa/kubernetes-manifest-quality-review-agent",
|
|
8307
8307
|
"version": "0.1.0"
|
|
@@ -8372,7 +8372,7 @@
|
|
|
8372
8372
|
"name": "Kubernetes Pod Security Admission Review",
|
|
8373
8373
|
"type": "agent",
|
|
8374
8374
|
"provider": "kubernetes",
|
|
8375
|
-
"summary": "Review Kubernetes Pod Security Admission namespace labels
|
|
8375
|
+
"summary": "Review Kubernetes Pod Security Admission namespace labels \u2014 enforce/audit/warn modes, privileged/baseline/restricted profiles, version pinning, cluster AdmissionConfiguration defaults, and migration from deprecated PodSecurityPolicy.",
|
|
8376
8376
|
"path": "agents/kubernetes/kubernetes-psa-review-agent",
|
|
8377
8377
|
"harnesses": [
|
|
8378
8378
|
"codex",
|
|
@@ -8390,7 +8390,7 @@
|
|
|
8390
8390
|
"https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/",
|
|
8391
8391
|
"https://kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/"
|
|
8392
8392
|
],
|
|
8393
|
-
"security_notes": "A production namespace with no PSA label inherits cluster default which is privileged unless overridden
|
|
8393
|
+
"security_notes": "A production namespace with no PSA label inherits cluster default which is privileged unless overridden \u2014 treat as critical finding. enforce-version latest changes profile semantics on every Kubernetes minor upgrade.",
|
|
8394
8394
|
"source_type": "original",
|
|
8395
8395
|
"version": "0.1.0"
|
|
8396
8396
|
},
|
|
@@ -8426,7 +8426,7 @@
|
|
|
8426
8426
|
"name": "Kubernetes Workload Identity Review",
|
|
8427
8427
|
"type": "agent",
|
|
8428
8428
|
"provider": "kubernetes",
|
|
8429
|
-
"summary": "Review Kubernetes workload identity configuration
|
|
8429
|
+
"summary": "Review Kubernetes workload identity configuration \u2014 IRSA, Azure Workload Identity, GKE Workload Identity, and generic OIDC projected token bindings \u2014 for trust policy scope, static credential fallback risk, token audience validation, and cross-account reuse.",
|
|
8430
8430
|
"path": "agents/kubernetes/kubernetes-workload-identity-review-agent",
|
|
8431
8431
|
"harnesses": [
|
|
8432
8432
|
"codex",
|
|
@@ -8444,7 +8444,7 @@
|
|
|
8444
8444
|
"https://kubernetes.io/docs/concepts/workloads/pods/service-accounts/",
|
|
8445
8445
|
"https://openid.net/specs/openid-connect-core-1_0.html"
|
|
8446
8446
|
],
|
|
8447
|
-
"security_notes": "OIDC trust policy with wildcard sub allows any pod in the cluster to assume the role. Static credentials in environment variables defeat workload identity migration
|
|
8447
|
+
"security_notes": "OIDC trust policy with wildcard sub allows any pod in the cluster to assume the role. Static credentials in environment variables defeat workload identity migration \u2014 cloud SDKs search the credential chain in order and a leftover env var always wins.",
|
|
8448
8448
|
"source_type": "original",
|
|
8449
8449
|
"version": "0.1.0"
|
|
8450
8450
|
},
|
|
@@ -8471,7 +8471,7 @@
|
|
|
8471
8471
|
"https://kyverno.io/docs/policy-exceptions/",
|
|
8472
8472
|
"https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/"
|
|
8473
8473
|
],
|
|
8474
|
-
"security_notes": "failureAction: Audit in production is a critical finding
|
|
8474
|
+
"security_notes": "failureAction: Audit in production is a critical finding \u2014 violations are logged but workloads are not blocked. PolicyException without expiry is an infinite escape hatch.",
|
|
8475
8475
|
"source_type": "original",
|
|
8476
8476
|
"version": "0.1.0"
|
|
8477
8477
|
},
|
|
@@ -8495,7 +8495,7 @@
|
|
|
8495
8495
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8496
8496
|
"https://www.nist.gov/privacy-framework"
|
|
8497
8497
|
],
|
|
8498
|
-
"security_notes": "Static review only
|
|
8498
|
+
"security_notes": "Static review only \u2014 works from sanitized contract excerpts and never requests secrets, credentials, personal data, or trade secrets. Never redlines or issues binding contract language as a final decision; flags privileged material and routes to qualified counsel. Does not form an attorney-client relationship.",
|
|
8499
8499
|
"last_verified": "2026-05-18",
|
|
8500
8500
|
"path": "agents/legal/legal-contract-review-agent",
|
|
8501
8501
|
"version": "0.1.0"
|
|
@@ -8513,7 +8513,7 @@
|
|
|
8513
8513
|
"gemini",
|
|
8514
8514
|
"kiro"
|
|
8515
8515
|
],
|
|
8516
|
-
"summary": "Adversarial legal-risk reviewer for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions
|
|
8516
|
+
"summary": "Adversarial legal-risk reviewer 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.",
|
|
8517
8517
|
"source_type": "original",
|
|
8518
8518
|
"official_docs": [
|
|
8519
8519
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
@@ -8523,7 +8523,7 @@
|
|
|
8523
8523
|
"https://www.oaic.gov.au/privacy/the-privacy-act",
|
|
8524
8524
|
"https://www.law.cornell.edu/wex"
|
|
8525
8525
|
],
|
|
8526
|
-
"security_notes": "Static review only
|
|
8526
|
+
"security_notes": "Static review only \u2014 works from sanitized excerpts and never requests secrets, credentials, personal data, employee medical detail, or trade secrets. Never issues binding legal conclusions; flags privileged material and recommends escalation to qualified counsel. Does not form an attorney-client relationship.",
|
|
8527
8527
|
"last_verified": "2026-05-18",
|
|
8528
8528
|
"path": "agents/legal/legal-counsel-review-agent/",
|
|
8529
8529
|
"harness_variants": {
|
|
@@ -8556,14 +8556,14 @@
|
|
|
8556
8556
|
"gemini",
|
|
8557
8557
|
"kiro"
|
|
8558
8558
|
],
|
|
8559
|
-
"summary": "Adversarial employment-law risk reviewer for HR matters
|
|
8559
|
+
"summary": "Adversarial employment-law risk reviewer for HR matters \u2014 flags employment-law exposure, escalation needs, documentation gaps, and counsel-review requirements. Does not make HR decisions and does not give legal advice.",
|
|
8560
8560
|
"source_type": "original",
|
|
8561
8561
|
"official_docs": [
|
|
8562
8562
|
"https://www.law.cornell.edu/wex",
|
|
8563
8563
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8564
8564
|
"https://www.nist.gov/privacy-framework"
|
|
8565
8565
|
],
|
|
8566
|
-
"security_notes": "Static review only
|
|
8566
|
+
"security_notes": "Static review only \u2014 works from sanitized HR summaries and never requests medical detail, immigration documents, compensation records, investigation notes, or employee identifiers beyond what the matter requires. Never makes an HR or employment decision and never recommends adverse action; flags privileged material and routes to qualified employment counsel. Does not form an attorney-client relationship.",
|
|
8567
8567
|
"last_verified": "2026-05-18",
|
|
8568
8568
|
"path": "agents/legal/legal-employment-law-risk-agent",
|
|
8569
8569
|
"version": "0.1.0"
|
|
@@ -8588,7 +8588,7 @@
|
|
|
8588
8588
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8589
8589
|
"https://www.nist.gov/privacy-framework"
|
|
8590
8590
|
],
|
|
8591
|
-
"security_notes": "Static review only
|
|
8591
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Protects whistleblower confidentiality, never contacts subjects or witnesses, and routes executive-misconduct matters to board and audit escalation. Does not form an attorney-client relationship.",
|
|
8592
8592
|
"last_verified": "2026-05-18",
|
|
8593
8593
|
"path": "agents/legal/legal-ethics-investigations-agent",
|
|
8594
8594
|
"version": "0.1.0"
|
|
@@ -8613,7 +8613,7 @@
|
|
|
8613
8613
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8614
8614
|
"https://www.nist.gov/privacy-framework"
|
|
8615
8615
|
],
|
|
8616
|
-
"security_notes": "Static review only
|
|
8616
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, trade secrets, or personal data beyond what the matter requires. Never opines on infringement or freedom-to-operate as a conclusion; routes patent and infringement questions to qualified counsel. Does not form an attorney-client relationship.",
|
|
8617
8617
|
"last_verified": "2026-05-18",
|
|
8618
8618
|
"path": "agents/legal/legal-ip-open-source-agent",
|
|
8619
8619
|
"version": "0.1.0"
|
|
@@ -8638,7 +8638,7 @@
|
|
|
8638
8638
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8639
8639
|
"https://www.nist.gov/privacy-framework"
|
|
8640
8640
|
],
|
|
8641
|
-
"security_notes": "Static review only
|
|
8641
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, privileged communications, or trade secrets beyond what the matter requires. Never presents a playbook or template as binding legal advice; marks all knowledge assets as needing counsel review. Does not form an attorney-client relationship.",
|
|
8642
8642
|
"last_verified": "2026-05-18",
|
|
8643
8643
|
"path": "agents/legal/legal-knowledge-management-agent",
|
|
8644
8644
|
"version": "0.1.0"
|
|
@@ -8663,7 +8663,7 @@
|
|
|
8663
8663
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8664
8664
|
"https://www.nist.gov/privacy-framework"
|
|
8665
8665
|
],
|
|
8666
|
-
"security_notes": "Static review only
|
|
8666
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests privileged communications, credentials, or personal data beyond what the matter requires. Never advises destruction or deletion of potentially relevant records; flags privileged and work-product material and routes to qualified counsel. Does not form an attorney-client relationship.",
|
|
8667
8667
|
"last_verified": "2026-05-18",
|
|
8668
8668
|
"path": "agents/legal/legal-litigation-discovery-hold-agent",
|
|
8669
8669
|
"version": "0.1.0"
|
|
@@ -8681,14 +8681,14 @@
|
|
|
8681
8681
|
"gemini",
|
|
8682
8682
|
"kiro"
|
|
8683
8683
|
],
|
|
8684
|
-
"summary": "Routes legal matters to the right legal specialist agent and coordinates multi-agent legal review using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only
|
|
8684
|
+
"summary": "Routes legal matters to the right legal specialist agent and coordinates multi-agent legal review using the Legal-HR routing protocol, case capsule, and risk taxonomy. Classification and coordination only \u2014 does not give legal advice or make final legal decisions.",
|
|
8685
8685
|
"source_type": "original",
|
|
8686
8686
|
"official_docs": [
|
|
8687
8687
|
"https://www.nist.gov/privacy-framework",
|
|
8688
8688
|
"https://www.eeoc.gov",
|
|
8689
8689
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj"
|
|
8690
8690
|
],
|
|
8691
|
-
"security_notes": "Classification and coordination only
|
|
8691
|
+
"security_notes": "Classification and coordination only \u2014 routes from sanitized signals and never requests secrets, credentials, medical detail, government IDs, or protected-class data. Never makes a final legal, regulatory, settlement, or disclosure decision; expresses every handoff as a redacted case capsule with a named human decision owner. Does not form an attorney-client relationship.",
|
|
8692
8692
|
"last_verified": "2026-05-18",
|
|
8693
8693
|
"path": "agents/legal/legal-maestro-agent",
|
|
8694
8694
|
"version": "0.1.0"
|
|
@@ -8713,7 +8713,7 @@
|
|
|
8713
8713
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8714
8714
|
"https://www.nist.gov/privacy-framework"
|
|
8715
8715
|
],
|
|
8716
|
-
"security_notes": "Static review only
|
|
8716
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never approves a policy or policy exception; flags authority and segregation-of-duties gaps and routes to qualified counsel. Does not form an attorney-client relationship.",
|
|
8717
8717
|
"last_verified": "2026-05-18",
|
|
8718
8718
|
"path": "agents/legal/legal-policy-governance-agent",
|
|
8719
8719
|
"version": "0.1.0"
|
|
@@ -8738,7 +8738,7 @@
|
|
|
8738
8738
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8739
8739
|
"https://www.nist.gov/privacy-framework"
|
|
8740
8740
|
],
|
|
8741
|
-
"security_notes": "Static review only
|
|
8741
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests raw personal data, special-category data, credentials, or identifiers beyond what the matter requires. Never confirms a transfer mechanism or processing activity is adequate or compliant; routes to qualified counsel and the privacy owner. Does not form an attorney-client relationship.",
|
|
8742
8742
|
"last_verified": "2026-05-18",
|
|
8743
8743
|
"path": "agents/legal/legal-privacy-data-protection-agent",
|
|
8744
8744
|
"version": "0.1.0"
|
|
@@ -8763,7 +8763,7 @@
|
|
|
8763
8763
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8764
8764
|
"https://www.nist.gov/privacy-framework"
|
|
8765
8765
|
],
|
|
8766
|
-
"security_notes": "Static review only
|
|
8766
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, or non-public material information beyond what the matter requires. Never makes a materiality determination or disclosure decision; routes securities-law-sensitive matters to the disclosure committee and qualified counsel. Does not form an attorney-client relationship.",
|
|
8767
8767
|
"last_verified": "2026-05-18",
|
|
8768
8768
|
"path": "agents/legal/legal-public-disclosure-agent",
|
|
8769
8769
|
"version": "0.1.0"
|
|
@@ -8788,7 +8788,7 @@
|
|
|
8788
8788
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8789
8789
|
"https://www.nist.gov/privacy-framework"
|
|
8790
8790
|
],
|
|
8791
|
-
"security_notes": "Static review only
|
|
8791
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests credentials, personal data, or identifiers beyond what the matter requires. Never confirms a control or program is compliant; requires current authoritative agency sources and routes to qualified counsel. Does not form an attorney-client relationship.",
|
|
8792
8792
|
"last_verified": "2026-05-18",
|
|
8793
8793
|
"path": "agents/legal/legal-regulatory-compliance-agent",
|
|
8794
8794
|
"version": "0.1.0"
|
|
@@ -8813,7 +8813,7 @@
|
|
|
8813
8813
|
"https://eur-lex.europa.eu/eli/reg/2016/679/oj",
|
|
8814
8814
|
"https://www.nist.gov/privacy-framework"
|
|
8815
8815
|
],
|
|
8816
|
-
"security_notes": "Static review only
|
|
8816
|
+
"security_notes": "Static review only \u2014 works from sanitized summaries and never requests secrets, credentials, personal data, or trade secrets. Never approves a vendor or contract; routes employee-data vendors to the privacy reviewer and flags privileged material for counsel. Does not form an attorney-client relationship.",
|
|
8817
8817
|
"last_verified": "2026-05-18",
|
|
8818
8818
|
"path": "agents/legal/legal-vendor-procurement-risk-agent",
|
|
8819
8819
|
"version": "0.1.0"
|
|
@@ -8831,7 +8831,7 @@
|
|
|
8831
8831
|
"gemini",
|
|
8832
8832
|
"kiro"
|
|
8833
8833
|
],
|
|
8834
|
-
"summary": "Review an LLM or AI pipeline's evaluation setup for test-quality defects
|
|
8834
|
+
"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.",
|
|
8835
8835
|
"source_type": "original",
|
|
8836
8836
|
"official_docs": [
|
|
8837
8837
|
"https://docs.confident-ai.com/",
|
|
@@ -8842,7 +8842,7 @@
|
|
|
8842
8842
|
"https://docs.confident-ai.com/docs/metrics-tool-correctness",
|
|
8843
8843
|
"https://www.istqb.org/certifications/certified-tester-foundation-level"
|
|
8844
8844
|
],
|
|
8845
|
-
"security_notes": "Static review only
|
|
8845
|
+
"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.",
|
|
8846
8846
|
"last_verified": "2026-05-17",
|
|
8847
8847
|
"path": "agents/qa/llm-ai-pipeline-test-review-agent",
|
|
8848
8848
|
"version": "0.1.0"
|
|
@@ -8860,7 +8860,7 @@
|
|
|
8860
8860
|
"gemini",
|
|
8861
8861
|
"kiro"
|
|
8862
8862
|
],
|
|
8863
|
-
"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
|
|
8863
|
+
"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.",
|
|
8864
8864
|
"companion_skills": [
|
|
8865
8865
|
"lookalike-audience-upload-compliance-review"
|
|
8866
8866
|
],
|
|
@@ -8900,7 +8900,7 @@
|
|
|
8900
8900
|
"gemini",
|
|
8901
8901
|
"kiro"
|
|
8902
8902
|
],
|
|
8903
|
-
"summary": "Review marketing consent posture
|
|
8903
|
+
"summary": "Review marketing consent 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.",
|
|
8904
8904
|
"companion_skills": [
|
|
8905
8905
|
"marketing-consent-data-collection-review"
|
|
8906
8906
|
],
|
|
@@ -8940,7 +8940,7 @@
|
|
|
8940
8940
|
"gemini",
|
|
8941
8941
|
"kiro"
|
|
8942
8942
|
],
|
|
8943
|
-
"summary": "Review marketing conversion flow specifications
|
|
8943
|
+
"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).",
|
|
8944
8944
|
"companion_skills": [
|
|
8945
8945
|
"marketing-conversion-flow-dark-pattern-review"
|
|
8946
8946
|
],
|
|
@@ -8952,7 +8952,7 @@
|
|
|
8952
8952
|
"https://oag.ca.gov/privacy/ccpa",
|
|
8953
8953
|
"https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng"
|
|
8954
8954
|
],
|
|
8955
|
-
"security_notes": "Read-only advisory. Works from sanitized UX flow specifications and annotated wireframes only; never requests real payment credentials, live user-session data, or production A/B-test results containing real user identities. Findings may indicate FTC civil penalty exposure
|
|
8955
|
+
"security_notes": "Read-only advisory. Works from sanitized UX flow specifications and annotated wireframes only; never requests real payment credentials, live user-session data, or production A/B-test results containing real user identities. Findings may indicate FTC civil penalty exposure \u2014 the agent surfaces that possibility and routes enforcement-risk assessment to qualified legal counsel rather than quantifying penalties.",
|
|
8956
8956
|
"last_verified": "2026-05-17",
|
|
8957
8957
|
"path": "agents/marketing/marketing-conversion-flow-dark-pattern-review-agent/",
|
|
8958
8958
|
"harness_variants": {
|
|
@@ -8992,7 +8992,7 @@
|
|
|
8992
8992
|
"https://oag.ca.gov/privacy/ccpa",
|
|
8993
8993
|
"https://www.canada.ca/en/radio-television-telecommunications/news/2014/07/compliance-and-enforcement-information-bulletin-crtc-2014-326.html"
|
|
8994
8994
|
],
|
|
8995
|
-
"security_notes": "Read-only advisory. Works from sanitized CRM/ESP exports only
|
|
8995
|
+
"security_notes": "Read-only advisory. Works from sanitized CRM/ESP exports only \u2014 placeholder values for all subscriber PII; never requests real email addresses, subscriber IDs, CRM credentials, or ESP API keys. Findings of ongoing deletion-SLA breaches or broken CASL consent chains are routed to legal counsel and incident response, not resolved by the agent.",
|
|
8996
8996
|
"last_verified": "2026-05-17",
|
|
8997
8997
|
"path": "agents/marketing/marketing-email-list-retention-review-agent/",
|
|
8998
8998
|
"harness_variants": {
|
|
@@ -9032,7 +9032,7 @@
|
|
|
9032
9032
|
"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB566",
|
|
9033
9033
|
"https://oag.ca.gov/privacy/ccpa"
|
|
9034
9034
|
],
|
|
9035
|
-
"security_notes": "Read-only advisory. Works from sanitized tag-manager container exports and CMP configuration exports only; never requests live consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in a CPPA enforcement proceeding
|
|
9035
|
+
"security_notes": "Read-only advisory. Works from sanitized tag-manager container exports and CMP configuration exports only; never requests live consent logs, visitor opt-out records, or ad-platform credentials. Findings of non-compliance may constitute evidence in a CPPA enforcement proceeding \u2014 legal determinations are routed to qualified privacy counsel, not decided by this agent.",
|
|
9036
9036
|
"last_verified": "2026-05-17",
|
|
9037
9037
|
"path": "agents/marketing/marketing-gpc-signal-honoring-review-agent/",
|
|
9038
9038
|
"harness_variants": {
|
|
@@ -9067,7 +9067,7 @@
|
|
|
9067
9067
|
"https://oag.ca.gov/privacy/ccpa",
|
|
9068
9068
|
"https://developers.google.com/tag-platform/security/guides/consent"
|
|
9069
9069
|
],
|
|
9070
|
-
"security_notes": "Read-only routing agent. Never accepts, stores, or relays real visitor data, consent-string archives, ad-platform credentials, API keys, OAuth tokens, or tenant data. No external API calls made directly
|
|
9070
|
+
"security_notes": "Read-only routing agent. Never accepts, stores, or relays real visitor data, consent-string archives, ad-platform credentials, API keys, OAuth tokens, or tenant data. No external API calls made directly \u2014 all artifact review delegated to dispatched specialists. No auto-mutation: any mutating specialist dispatch requires an explicit human approval gate and a handoff packet.",
|
|
9071
9071
|
"last_verified": "2026-05-17",
|
|
9072
9072
|
"path": "agents/marketing/marketing-maestro-agent",
|
|
9073
9073
|
"author": "github: Raishin",
|
|
@@ -9100,7 +9100,7 @@
|
|
|
9100
9100
|
"gemini",
|
|
9101
9101
|
"kiro"
|
|
9102
9102
|
],
|
|
9103
|
-
"summary": "Review advertising pixels and conversion event tracking for personal-data leakage to ad networks
|
|
9103
|
+
"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.",
|
|
9104
9104
|
"companion_skills": [
|
|
9105
9105
|
"marketing-pixel-data-leakage-review"
|
|
9106
9106
|
],
|
|
@@ -9112,7 +9112,7 @@
|
|
|
9112
9112
|
"https://support.google.com/google-ads/answer/9888656",
|
|
9113
9113
|
"https://owasp.org/www-project-top-ten/"
|
|
9114
9114
|
],
|
|
9115
|
-
"security_notes": "Read-only advisory. Works from sanitized payloads and container exports only; never requests real visitor data, conversion logs, or ad-platform credentials. A leak found here may be a reportable breach
|
|
9115
|
+
"security_notes": "Read-only advisory. Works from sanitized payloads and container exports only; never requests real visitor data, conversion logs, or ad-platform credentials. A leak found here may be a reportable breach \u2014 the agent surfaces that possibility and routes the determination to counsel and incident response rather than deciding it.",
|
|
9116
9116
|
"last_verified": "2026-05-17",
|
|
9117
9117
|
"path": "agents/marketing/marketing-pixel-data-leakage-review-agent/",
|
|
9118
9118
|
"harness_variants": {
|
|
@@ -9140,7 +9140,7 @@
|
|
|
9140
9140
|
"gemini",
|
|
9141
9141
|
"kiro"
|
|
9142
9142
|
],
|
|
9143
|
-
"summary": "Review access governance across a marketing technology stack
|
|
9143
|
+
"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.",
|
|
9144
9144
|
"companion_skills": [
|
|
9145
9145
|
"martech-access-governance-review"
|
|
9146
9146
|
],
|
|
@@ -9180,7 +9180,7 @@
|
|
|
9180
9180
|
"gemini",
|
|
9181
9181
|
"kiro"
|
|
9182
9182
|
],
|
|
9183
|
-
"summary": "Review agentic-AI platforms built on the NVIDIA stack per NCP-AAI
|
|
9183
|
+
"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.",
|
|
9184
9184
|
"source_type": "original",
|
|
9185
9185
|
"official_docs": [
|
|
9186
9186
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9213,7 +9213,7 @@
|
|
|
9213
9213
|
"gemini",
|
|
9214
9214
|
"kiro"
|
|
9215
9215
|
],
|
|
9216
|
-
"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
|
|
9216
|
+
"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.",
|
|
9217
9217
|
"source_type": "original",
|
|
9218
9218
|
"official_docs": [
|
|
9219
9219
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9246,7 +9246,7 @@
|
|
|
9246
9246
|
"gemini",
|
|
9247
9247
|
"kiro"
|
|
9248
9248
|
],
|
|
9249
|
-
"summary": "Review NVIDIA AI fabric posture per NCP-AIN
|
|
9249
|
+
"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.",
|
|
9250
9250
|
"source_type": "original",
|
|
9251
9251
|
"official_docs": [
|
|
9252
9252
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9279,7 +9279,7 @@
|
|
|
9279
9279
|
"gemini",
|
|
9280
9280
|
"kiro"
|
|
9281
9281
|
],
|
|
9282
|
-
"summary": "Review day-2 operational posture of NVIDIA GPU fleets per NCP-AIO
|
|
9282
|
+
"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.",
|
|
9283
9283
|
"source_type": "original",
|
|
9284
9284
|
"official_docs": [
|
|
9285
9285
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9312,7 +9312,7 @@
|
|
|
9312
9312
|
"gemini",
|
|
9313
9313
|
"kiro"
|
|
9314
9314
|
],
|
|
9315
|
-
"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
|
|
9315
|
+
"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.",
|
|
9316
9316
|
"source_type": "original",
|
|
9317
9317
|
"official_docs": [
|
|
9318
9318
|
"https://docs.nvidia.com/cuda/cuda-c-programming-guide/",
|
|
@@ -9321,7 +9321,7 @@
|
|
|
9321
9321
|
"https://docs.nvidia.com/nsight-systems/",
|
|
9322
9322
|
"https://docs.nvidia.com/cuda/profiler-users-guide/"
|
|
9323
9323
|
],
|
|
9324
|
-
"security_notes": "Static review only
|
|
9324
|
+
"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.",
|
|
9325
9325
|
"last_verified": "2026-05-10",
|
|
9326
9326
|
"path": "agents/nvidia/nvidia-cuda-kernel-performance-review-agent/",
|
|
9327
9327
|
"companion_skills": [
|
|
@@ -9352,7 +9352,7 @@
|
|
|
9352
9352
|
"gemini",
|
|
9353
9353
|
"kiro"
|
|
9354
9354
|
],
|
|
9355
|
-
"summary": "Review NVIDIA generative-AI platforms per NCA-GENL / NCA-GENM / NCP-GENL
|
|
9355
|
+
"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.",
|
|
9356
9356
|
"source_type": "original",
|
|
9357
9357
|
"official_docs": [
|
|
9358
9358
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9385,7 +9385,7 @@
|
|
|
9385
9385
|
"gemini",
|
|
9386
9386
|
"kiro"
|
|
9387
9387
|
],
|
|
9388
|
-
"summary": "Review NVIDIA GPU Operator on Kubernetes
|
|
9388
|
+
"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.",
|
|
9389
9389
|
"source_type": "original",
|
|
9390
9390
|
"official_docs": [
|
|
9391
9391
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9465,7 +9465,7 @@
|
|
|
9465
9465
|
"https://oras.land/docs/category/oras-commands",
|
|
9466
9466
|
"https://github.com/anchore/grype"
|
|
9467
9467
|
],
|
|
9468
|
-
"security_notes": "Live agent. Allowlist locks every Bash invocation to nvcr.io/* targets and to fixed argv shapes. Egress restricted to nvcr.io and Sigstore endpoints. Default mode is static (no egress); runtime mode is per-session opt-in. Sigstore unreachable degrades to manual-review, never auto-pass. Read-only
|
|
9468
|
+
"security_notes": "Live agent. Allowlist locks every Bash invocation to nvcr.io/* targets and to fixed argv shapes. Egress restricted to nvcr.io and Sigstore endpoints. Default mode is static (no egress); runtime mode is per-session opt-in. Sigstore unreachable degrades to manual-review, never auto-pass. Read-only \u2014 no docker pull, no kubectl, no registry write, no sign action (operator signs the attestation). Credential flag values scrubbed from provenance output.",
|
|
9469
9469
|
"last_verified": "2026-05-11",
|
|
9470
9470
|
"path": "agents/nvidia/nvidia-model-promotion-gatekeeper-agent/",
|
|
9471
9471
|
"companion_skills": [
|
|
@@ -9493,7 +9493,7 @@
|
|
|
9493
9493
|
"gemini",
|
|
9494
9494
|
"kiro"
|
|
9495
9495
|
],
|
|
9496
|
-
"summary": "Review NGC and NIM supply chain posture
|
|
9496
|
+
"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.",
|
|
9497
9497
|
"source_type": "original",
|
|
9498
9498
|
"official_docs": [
|
|
9499
9499
|
"https://www.nvidia.com/en-us/learn/certification/",
|
|
@@ -9526,7 +9526,7 @@
|
|
|
9526
9526
|
"gemini",
|
|
9527
9527
|
"kiro"
|
|
9528
9528
|
],
|
|
9529
|
-
"summary": "Doc-anchored static review of TensorRT and TensorRT-LLM deployment pipelines against the NVIDIA TensorRT Developer Guide and TensorRT-LLM documentation
|
|
9529
|
+
"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.",
|
|
9530
9530
|
"source_type": "original",
|
|
9531
9531
|
"official_docs": [
|
|
9532
9532
|
"https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/",
|
|
@@ -9535,7 +9535,7 @@
|
|
|
9535
9535
|
"https://docs.nvidia.com/deeplearning/tensorrt-llm/",
|
|
9536
9536
|
"https://docs.nvidia.com/deeplearning/tensorrt/api/"
|
|
9537
9537
|
],
|
|
9538
|
-
"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
|
|
9538
|
+
"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.",
|
|
9539
9539
|
"last_verified": "2026-05-10",
|
|
9540
9540
|
"path": "agents/nvidia/nvidia-tensorrt-llm-deployment-review-agent/",
|
|
9541
9541
|
"companion_skills": [
|
|
@@ -9566,7 +9566,7 @@
|
|
|
9566
9566
|
"gemini",
|
|
9567
9567
|
"kiro"
|
|
9568
9568
|
],
|
|
9569
|
-
"summary": "Doc-anchored static review of Triton Inference Server deployments against the NVIDIA Triton Inference Server documentation
|
|
9569
|
+
"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.",
|
|
9570
9570
|
"source_type": "original",
|
|
9571
9571
|
"official_docs": [
|
|
9572
9572
|
"https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/",
|
|
@@ -9575,7 +9575,7 @@
|
|
|
9575
9575
|
"https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md",
|
|
9576
9576
|
"https://github.com/triton-inference-server/server/blob/main/docs/user_guide/architecture.md"
|
|
9577
9577
|
],
|
|
9578
|
-
"security_notes": "Triton custom Python and C++ backends execute arbitrary code in the server process
|
|
9578
|
+
"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.",
|
|
9579
9579
|
"last_verified": "2026-05-10",
|
|
9580
9580
|
"path": "agents/nvidia/nvidia-triton-inference-serving-review-agent/",
|
|
9581
9581
|
"companion_skills": [
|
|
@@ -9639,7 +9639,7 @@
|
|
|
9639
9639
|
"https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingworkloadidentity.htm",
|
|
9640
9640
|
"https://github.com/oracle/oci-native-ingress-controller"
|
|
9641
9641
|
],
|
|
9642
|
-
"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
|
|
9642
|
+
"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.",
|
|
9643
9643
|
"last_verified": "2026-05-02",
|
|
9644
9644
|
"path": "agents/oci/oci-certificates-issuer-review-agent",
|
|
9645
9645
|
"version": "0.1.0"
|
|
@@ -9990,7 +9990,7 @@
|
|
|
9990
9990
|
"https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbcloning.htm",
|
|
9991
9991
|
"https://docs.oracle.com/en-us/iaas/Content/Database/Tasks/adbbackingup.htm"
|
|
9992
9992
|
],
|
|
9993
|
-
"security_notes": "ADB termination is permanent
|
|
9993
|
+
"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.",
|
|
9994
9994
|
"last_verified": "2026-04-30",
|
|
9995
9995
|
"path": "agents/oci/oci-live-autonomous-db-lifecycle-guard-agent",
|
|
9996
9996
|
"author": "github: Raishin",
|
|
@@ -10017,7 +10017,7 @@
|
|
|
10017
10017
|
"https://docs.oracle.com/en-us/iaas/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm",
|
|
10018
10018
|
"https://docs.oracle.com/en-us/iaas/Content/General/Concepts/resourcequotas.htm"
|
|
10019
10019
|
],
|
|
10020
|
-
"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
|
|
10020
|
+
"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.",
|
|
10021
10021
|
"last_verified": "2026-04-30",
|
|
10022
10022
|
"path": "agents/oci/oci-live-cost-budget-runaway-guard-agent",
|
|
10023
10023
|
"author": "github: Raishin",
|
|
@@ -10072,7 +10072,7 @@
|
|
|
10072
10072
|
"https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/update-securitylist.htm",
|
|
10073
10073
|
"https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/path_analyzer.htm"
|
|
10074
10074
|
],
|
|
10075
|
-
"security_notes": "oci network security-list update is a full replace
|
|
10075
|
+
"security_notes": "oci network security-list update is a full replace \u2014 always capture current rules before writing. Never approve 0.0.0.0/0 ingress on database subnets. Enable VCN Flow Logs before any rule change.",
|
|
10076
10076
|
"last_verified": "2026-05-01",
|
|
10077
10077
|
"path": "agents/oci/oci-live-network-security-rule-guard-agent",
|
|
10078
10078
|
"author": "github: Raishin",
|
|
@@ -10099,7 +10099,7 @@
|
|
|
10099
10099
|
"https://docs.oracle.com/en-us/iaas/Content/devops/using/canaryoke_deploy.htm",
|
|
10100
10100
|
"https://docs.oracle.com/en-us/iaas/Content/ContEng/Concepts/contengoverview.htm"
|
|
10101
10101
|
],
|
|
10102
|
-
"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
|
|
10102
|
+
"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.",
|
|
10103
10103
|
"last_verified": "2026-04-30",
|
|
10104
10104
|
"path": "agents/oci/oci-live-oke-rollout-guard-agent",
|
|
10105
10105
|
"author": "github: Raishin",
|
|
@@ -10197,7 +10197,7 @@
|
|
|
10197
10197
|
"gemini",
|
|
10198
10198
|
"kiro"
|
|
10199
10199
|
],
|
|
10200
|
-
"summary": "Per-cloud router agent for OCI. Classifies the user's task, selects the narrowest OCI specialist agent or the right team of specialists from the catalog, and dispatches them
|
|
10200
|
+
"summary": "Per-cloud router agent for OCI. Classifies the user's task, selects the narrowest OCI specialist agent or the right team of specialists from the catalog, and dispatches them \u2014 single specialist for focused tasks, parallel team (max 4) for multi-domain tasks. Never auto-dispatches live-guard agents.",
|
|
10201
10201
|
"source_type": "adapted",
|
|
10202
10202
|
"official_docs": [
|
|
10203
10203
|
"https://docs.oracle.com/en-us/iaas/Content/home.htm",
|
|
@@ -10206,7 +10206,7 @@
|
|
|
10206
10206
|
"https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/security_guide.htm",
|
|
10207
10207
|
"https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/baremetalintro.htm"
|
|
10208
10208
|
],
|
|
10209
|
-
"security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents (oci-live-autonomous-db-lifecycle-guard-agent, oci-live-cost-budget-runaway-guard-agent, oci-live-iam-policy-compartment-guard-agent, oci-live-oke-rollout-guard-agent, oci-live-resource-manager-stack-guard-agent, oci-live-vault-key-destruction-guard-agent) must never be auto-dispatched. OCI IAM policy deletion at the tenancy root has tenancy-wide blast radius and cannot be undone by the agent. Vault key destruction is irreversible
|
|
10209
|
+
"security_notes": "Live-guard gate is non-negotiable. The 6 live-guard agents (oci-live-autonomous-db-lifecycle-guard-agent, oci-live-cost-budget-runaway-guard-agent, oci-live-iam-policy-compartment-guard-agent, oci-live-oke-rollout-guard-agent, oci-live-resource-manager-stack-guard-agent, oci-live-vault-key-destruction-guard-agent) must never be auto-dispatched. OCI IAM policy deletion at the tenancy root has tenancy-wide blast radius and cannot be undone by the agent. Vault key destruction is irreversible \u2014 all data encrypted with the destroyed key becomes permanently unrecoverable. Both require explicit human confirmation, blast-radius assessment, and a documented rollback path before dispatch.",
|
|
10210
10210
|
"last_verified": "2026-04-30",
|
|
10211
10211
|
"path": "agents/oci/oci-maestro-agent",
|
|
10212
10212
|
"harness_variants": {
|
|
@@ -10623,7 +10623,7 @@
|
|
|
10623
10623
|
"name": "OpenTelemetry Collector Config Review",
|
|
10624
10624
|
"type": "agent",
|
|
10625
10625
|
"provider": "opentelemetry",
|
|
10626
|
-
"summary": "Review OpenTelemetry Collector pipeline configuration
|
|
10626
|
+
"summary": "Review OpenTelemetry Collector pipeline configuration \u2014 receiver/processor/exporter ordering, memory_limiter placement, batch processor tuning, exporter backend validation, Operator CRDs, and pipeline health metrics.",
|
|
10627
10627
|
"path": "agents/opentelemetry/opentelemetry-collector-config-review-agent",
|
|
10628
10628
|
"harnesses": [
|
|
10629
10629
|
"codex",
|
|
@@ -10641,7 +10641,7 @@
|
|
|
10641
10641
|
"https://opentelemetry.io/docs/kubernetes/operator/",
|
|
10642
10642
|
"https://opentelemetry.io/docs/collector/internal-telemetry/"
|
|
10643
10643
|
],
|
|
10644
|
-
"security_notes": "Pipeline with a receiver and processor but no exporter silently drops all telemetry. memory_limiter must be the first processor
|
|
10644
|
+
"security_notes": "Pipeline with a receiver and processor but no exporter silently drops all telemetry. memory_limiter must be the first processor \u2014 placing it after batch processor means the collector OOMs under burst load.",
|
|
10645
10645
|
"source_type": "original",
|
|
10646
10646
|
"version": "0.1.0"
|
|
10647
10647
|
},
|
|
@@ -10803,7 +10803,7 @@
|
|
|
10803
10803
|
"claude-code",
|
|
10804
10804
|
"cursor"
|
|
10805
10805
|
],
|
|
10806
|
-
"summary": "Execute an existing Playwright E2E suite against an operator-confirmed non-production target and emit a structured run attestation
|
|
10806
|
+
"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 and trace artifact locations. Read-only-runtime tier.",
|
|
10807
10807
|
"source_type": "original",
|
|
10808
10808
|
"official_docs": [
|
|
10809
10809
|
"https://playwright.dev/docs/test-cli",
|
|
@@ -10812,7 +10812,7 @@
|
|
|
10812
10812
|
"https://playwright.dev/docs/trace-viewer",
|
|
10813
10813
|
"https://playwright.dev/docs/ci"
|
|
10814
10814
|
],
|
|
10815
|
-
"security_notes": "Live-execution agent, 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. Allowlisted commands only
|
|
10815
|
+
"security_notes": "Live-execution agent, 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. Allowlisted commands only \u2014 npx playwright test, install, show-report. Refuses production targets. Never accepts or echoes credentials, tokens, or storageState. Incomplete runs degrade to manual-review, never auto-pass.",
|
|
10816
10816
|
"last_verified": "2026-05-17",
|
|
10817
10817
|
"path": "agents/qa/playwright-e2e-execution-run-agent",
|
|
10818
10818
|
"author": "github: Raishin",
|
|
@@ -10842,7 +10842,7 @@
|
|
|
10842
10842
|
"https://playwright.dev/docs/test-sharding",
|
|
10843
10843
|
"https://playwright.dev/docs/trace-viewer"
|
|
10844
10844
|
],
|
|
10845
|
-
"security_notes": "Static review only
|
|
10845
|
+
"security_notes": "Static review only \u2014 never executes the suite, launches browsers, or contacts a target application. Never requests live URLs with embedded credentials, bearer tokens, real storageState files, or .env secrets.",
|
|
10846
10846
|
"last_verified": "2026-05-17",
|
|
10847
10847
|
"path": "agents/qa/playwright-e2e-suite-review-agent",
|
|
10848
10848
|
"author": "github: Raishin",
|
|
@@ -10861,7 +10861,7 @@
|
|
|
10861
10861
|
"gemini",
|
|
10862
10862
|
"kiro"
|
|
10863
10863
|
],
|
|
10864
|
-
"summary": "Statically review exported IEC 61131-3 PLC program logic for safety and reliability defects
|
|
10864
|
+
"summary": "Statically review exported IEC 61131-3 PLC program logic 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.",
|
|
10865
10865
|
"source_type": "original",
|
|
10866
10866
|
"official_docs": [
|
|
10867
10867
|
"https://plcopen.org/iec-61131-3",
|
|
@@ -10870,7 +10870,7 @@
|
|
|
10870
10870
|
"https://webstore.iec.ch/publication/26037",
|
|
10871
10871
|
"https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_structure_application_objects.html"
|
|
10872
10872
|
],
|
|
10873
|
-
"security_notes": "Static review only
|
|
10873
|
+
"security_notes": "Static review only \u2014 never connects to a live PLC, never writes to a controller, never advises bypassing a safety function. Never requests live controller IP addresses, plant-network hostnames, historian credentials, or production asset identifiers. Ask for sanitized, anonymized exports only.",
|
|
10874
10874
|
"last_verified": "2026-05-17",
|
|
10875
10875
|
"path": "agents/qa/plc-control-logic-safety-review-agent",
|
|
10876
10876
|
"author": "github: Raishin",
|
|
@@ -10957,7 +10957,7 @@
|
|
|
10957
10957
|
"gemini",
|
|
10958
10958
|
"kiro"
|
|
10959
10959
|
],
|
|
10960
|
-
"summary": "Review exported RPA workflow definitions for resilience and security defects
|
|
10960
|
+
"summary": "Review exported RPA workflow definitions 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.",
|
|
10961
10961
|
"source_type": "original",
|
|
10962
10962
|
"official_docs": [
|
|
10963
10963
|
"https://docs.uipath.com/studio/standalone/latest/user-guide/about-workflow-analyzer",
|
|
@@ -10967,12 +10967,817 @@
|
|
|
10967
10967
|
"https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/overview",
|
|
10968
10968
|
"https://learn.microsoft.com/en-us/power-automate/guidance/coding-guidelines/error-handling"
|
|
10969
10969
|
],
|
|
10970
|
-
"security_notes": "Static review only
|
|
10970
|
+
"security_notes": "Static review only \u2014 never connects to a live orchestrator, never executes a bot, and never requests runner credentials or orchestrator connection strings. Never accepts workflow exports containing live PII, real customer data, or production connection strings.",
|
|
10971
10971
|
"last_verified": "2026-05-17",
|
|
10972
10972
|
"path": "agents/qa/rpa-workflow-resilience-review-agent",
|
|
10973
10973
|
"author": "github: Raishin",
|
|
10974
10974
|
"version": "0.1.0"
|
|
10975
10975
|
},
|
|
10976
|
+
{
|
|
10977
|
+
"id": "salesforce-agentforce-ai-agent",
|
|
10978
|
+
"name": "Salesforce Agentforce AI Agent",
|
|
10979
|
+
"type": "agent",
|
|
10980
|
+
"provider": "salesforce",
|
|
10981
|
+
"harnesses": [
|
|
10982
|
+
"codex",
|
|
10983
|
+
"copilot",
|
|
10984
|
+
"claude-code",
|
|
10985
|
+
"cursor",
|
|
10986
|
+
"gemini",
|
|
10987
|
+
"kiro"
|
|
10988
|
+
],
|
|
10989
|
+
"summary": "Adversarial static reviewer for Agentforce AI agent configuration, prompt grounding, retrieval, action safety, hallucination containment, human handoff, and model-risk controls \u2014 rejects ungrounded automation and unsafe autonomous actions.",
|
|
10990
|
+
"source_type": "original",
|
|
10991
|
+
"official_docs": [
|
|
10992
|
+
"https://help.salesforce.com/s/articleView?id=sf.agentforce_overview.htm",
|
|
10993
|
+
"https://trailhead.salesforce.com/credentials/aiassociate",
|
|
10994
|
+
"https://developer.salesforce.com/docs/einstein/genai/guide/index.html",
|
|
10995
|
+
"https://help.salesforce.com/s/articleView?id=sf.einstein_ai_overview.htm"
|
|
10996
|
+
],
|
|
10997
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. All Agentforce terminology is drift-prone and must be verified against current official Salesforce documentation. Rejects autonomous action configurations without explicit scope boundaries. Does not approve, deploy, or mutate any org.",
|
|
10998
|
+
"last_verified": "2026-05-20",
|
|
10999
|
+
"path": "agents/salesforce/salesforce-agentforce-ai-agent/",
|
|
11000
|
+
"companion_skills": [
|
|
11001
|
+
"salesforce-agentforce-risk-review-skill"
|
|
11002
|
+
],
|
|
11003
|
+
"execution_tier": "static-review",
|
|
11004
|
+
"lifecycle": "experimental",
|
|
11005
|
+
"author": "github: Raishin",
|
|
11006
|
+
"version": "0.1.0",
|
|
11007
|
+
"harness_variants": {
|
|
11008
|
+
"codex": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/codex.toml",
|
|
11009
|
+
"copilot": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/copilot.agent.md",
|
|
11010
|
+
"claude-code": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/claude-code.agent.md",
|
|
11011
|
+
"cursor": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/cursor.agent.md",
|
|
11012
|
+
"gemini": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/gemini.agent.md",
|
|
11013
|
+
"kiro-ide": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/kiro-ide.agent.md",
|
|
11014
|
+
"kiro-cli": "agents/salesforce/salesforce-agentforce-ai-agent/harnesses/kiro-cli.agent.json"
|
|
11015
|
+
}
|
|
11016
|
+
},
|
|
11017
|
+
{
|
|
11018
|
+
"id": "salesforce-analytics-tableau-agent",
|
|
11019
|
+
"name": "Salesforce Analytics and Tableau Agent",
|
|
11020
|
+
"type": "agent",
|
|
11021
|
+
"provider": "salesforce",
|
|
11022
|
+
"harnesses": [
|
|
11023
|
+
"codex",
|
|
11024
|
+
"copilot",
|
|
11025
|
+
"claude-code",
|
|
11026
|
+
"cursor",
|
|
11027
|
+
"gemini",
|
|
11028
|
+
"kiro"
|
|
11029
|
+
],
|
|
11030
|
+
"summary": "Adversarial static reviewer for CRM Analytics, Tableau, and Einstein Discovery dashboards, metrics governance, KPI lineage, semantic definitions, and executive reporting \u2014 rejects vanity dashboards and undefined metrics.",
|
|
11031
|
+
"source_type": "original",
|
|
11032
|
+
"official_docs": [
|
|
11033
|
+
"https://help.salesforce.com/s/articleView?id=sf.bi_analytics_overview.htm",
|
|
11034
|
+
"https://trailhead.salesforce.com/credentials/crmanalyticsandeinsteindiscoveryconsultant",
|
|
11035
|
+
"https://www.tableau.com/support/help",
|
|
11036
|
+
"https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_rest_overview.htm"
|
|
11037
|
+
],
|
|
11038
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or personal data. Einstein Discovery product naming is drift-prone and must be verified against current official Salesforce documentation. Does not approve, deploy, or mutate any org. Escalates undefined KPIs and uncontrolled executive export to qualified architect.",
|
|
11039
|
+
"last_verified": "2026-05-20",
|
|
11040
|
+
"path": "agents/salesforce/salesforce-analytics-tableau-agent/",
|
|
11041
|
+
"companion_skills": [
|
|
11042
|
+
"salesforce-org-assessment-skill"
|
|
11043
|
+
],
|
|
11044
|
+
"execution_tier": "static-review",
|
|
11045
|
+
"lifecycle": "experimental",
|
|
11046
|
+
"author": "github: Raishin",
|
|
11047
|
+
"version": "0.1.0",
|
|
11048
|
+
"harness_variants": {
|
|
11049
|
+
"codex": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/codex.toml",
|
|
11050
|
+
"copilot": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/copilot.agent.md",
|
|
11051
|
+
"claude-code": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/claude-code.agent.md",
|
|
11052
|
+
"cursor": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/cursor.agent.md",
|
|
11053
|
+
"gemini": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/gemini.agent.md",
|
|
11054
|
+
"kiro-ide": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/kiro-ide.agent.md",
|
|
11055
|
+
"kiro-cli": "agents/salesforce/salesforce-analytics-tableau-agent/harnesses/kiro-cli.agent.json"
|
|
11056
|
+
}
|
|
11057
|
+
},
|
|
11058
|
+
{
|
|
11059
|
+
"id": "salesforce-app-builder-automation-agent",
|
|
11060
|
+
"name": "Salesforce App Builder Automation Agent",
|
|
11061
|
+
"type": "agent",
|
|
11062
|
+
"provider": "salesforce",
|
|
11063
|
+
"harnesses": [
|
|
11064
|
+
"codex",
|
|
11065
|
+
"copilot",
|
|
11066
|
+
"claude-code",
|
|
11067
|
+
"cursor",
|
|
11068
|
+
"gemini",
|
|
11069
|
+
"kiro"
|
|
11070
|
+
],
|
|
11071
|
+
"summary": "Adversarial declarative-automation reviewer for Salesforce Flow, validation rules, approval processes, dynamic forms, and record-triggered automation. Flags recursion, hidden bypasses, brittle flows, and automation debt.",
|
|
11072
|
+
"source_type": "original",
|
|
11073
|
+
"official_docs": [
|
|
11074
|
+
"https://help.salesforce.com/s/articleView?id=sf.flow_ref.htm",
|
|
11075
|
+
"https://trailhead.salesforce.com/en/credentials/platformappbuilder",
|
|
11076
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_visual_workflow.htm"
|
|
11077
|
+
],
|
|
11078
|
+
"security_notes": "Static review only \u2014 works from sanitized flow metadata XML and pasted excerpts. Never requests org credentials, session tokens, or live-org access. Does not invoke Salesforce APIs or sf CLI. Does not approve, deploy, or mutate any org automation. Refusal-by-default for any request requiring live org access.",
|
|
11079
|
+
"last_verified": "2026-05-20",
|
|
11080
|
+
"path": "agents/salesforce/salesforce-app-builder-automation-agent/",
|
|
11081
|
+
"companion_skills": [
|
|
11082
|
+
"salesforce-flow-automation-review-skill"
|
|
11083
|
+
],
|
|
11084
|
+
"execution_tier": "static-review",
|
|
11085
|
+
"lifecycle": "experimental",
|
|
11086
|
+
"author": "github: Raishin",
|
|
11087
|
+
"version": "0.1.0",
|
|
11088
|
+
"harness_variants": {
|
|
11089
|
+
"codex": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/codex.toml",
|
|
11090
|
+
"copilot": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/copilot.agent.md",
|
|
11091
|
+
"claude-code": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/claude-code.agent.md",
|
|
11092
|
+
"cursor": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/cursor.agent.md",
|
|
11093
|
+
"gemini": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/gemini.agent.md",
|
|
11094
|
+
"kiro-ide": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/kiro-ide.agent.md",
|
|
11095
|
+
"kiro-cli": "agents/salesforce/salesforce-app-builder-automation-agent/harnesses/kiro-cli.agent.json"
|
|
11096
|
+
}
|
|
11097
|
+
},
|
|
11098
|
+
{
|
|
11099
|
+
"id": "salesforce-business-analyst-agent",
|
|
11100
|
+
"name": "Salesforce Business Analyst Agent",
|
|
11101
|
+
"type": "agent",
|
|
11102
|
+
"provider": "salesforce",
|
|
11103
|
+
"harnesses": [
|
|
11104
|
+
"codex",
|
|
11105
|
+
"copilot",
|
|
11106
|
+
"claude-code",
|
|
11107
|
+
"cursor",
|
|
11108
|
+
"gemini",
|
|
11109
|
+
"kiro"
|
|
11110
|
+
],
|
|
11111
|
+
"summary": "Adversarial requirements and process reviewer for Salesforce business analysis \u2014 stakeholder mapping, requirements decomposition, user stories, acceptance criteria, and traceability. Rejects vague requirements and solution-first thinking.",
|
|
11112
|
+
"source_type": "original",
|
|
11113
|
+
"official_docs": [
|
|
11114
|
+
"https://help.salesforce.com/s/articleView?id=sf.bc_overview.htm",
|
|
11115
|
+
"https://trailhead.salesforce.com/en/credentials/businessanalyst",
|
|
11116
|
+
"https://help.salesforce.com/s/articleView?id=sf.process_overview.htm"
|
|
11117
|
+
],
|
|
11118
|
+
"security_notes": "Static review only \u2014 works from sanitized requirements documents and pasted process excerpts. Never requests org credentials, live-org access, or user personal data. Does not approve delivery scope, produce binding project plans, or mutate any org. Refusal-by-default for any request requiring live org access.",
|
|
11119
|
+
"last_verified": "2026-05-20",
|
|
11120
|
+
"path": "agents/salesforce/salesforce-business-analyst-agent/",
|
|
11121
|
+
"companion_skills": [
|
|
11122
|
+
"salesforce-org-assessment-skill"
|
|
11123
|
+
],
|
|
11124
|
+
"execution_tier": "static-review",
|
|
11125
|
+
"lifecycle": "experimental",
|
|
11126
|
+
"author": "github: Raishin",
|
|
11127
|
+
"version": "0.1.0",
|
|
11128
|
+
"harness_variants": {
|
|
11129
|
+
"codex": "agents/salesforce/salesforce-business-analyst-agent/harnesses/codex.toml",
|
|
11130
|
+
"copilot": "agents/salesforce/salesforce-business-analyst-agent/harnesses/copilot.agent.md",
|
|
11131
|
+
"claude-code": "agents/salesforce/salesforce-business-analyst-agent/harnesses/claude-code.agent.md",
|
|
11132
|
+
"cursor": "agents/salesforce/salesforce-business-analyst-agent/harnesses/cursor.agent.md",
|
|
11133
|
+
"gemini": "agents/salesforce/salesforce-business-analyst-agent/harnesses/gemini.agent.md",
|
|
11134
|
+
"kiro-ide": "agents/salesforce/salesforce-business-analyst-agent/harnesses/kiro-ide.agent.md",
|
|
11135
|
+
"kiro-cli": "agents/salesforce/salesforce-business-analyst-agent/harnesses/kiro-cli.agent.json"
|
|
11136
|
+
}
|
|
11137
|
+
},
|
|
11138
|
+
{
|
|
11139
|
+
"id": "salesforce-compliance-privacy-agent",
|
|
11140
|
+
"name": "Salesforce Compliance and Privacy Agent",
|
|
11141
|
+
"type": "agent",
|
|
11142
|
+
"provider": "salesforce",
|
|
11143
|
+
"harnesses": [
|
|
11144
|
+
"codex",
|
|
11145
|
+
"copilot",
|
|
11146
|
+
"claude-code",
|
|
11147
|
+
"cursor",
|
|
11148
|
+
"gemini",
|
|
11149
|
+
"kiro"
|
|
11150
|
+
],
|
|
11151
|
+
"summary": "Adversarial static reviewer for privacy, consent, retention, audit controls, regulated data, and SOX/GDPR/HIPAA/PCI considerations within Salesforce \u2014 covers Salesforce Shield, Event Monitoring, Field Audit Trail, and Shield Platform Encryption; escalates legal interpretation to counsel.",
|
|
11152
|
+
"source_type": "original",
|
|
11153
|
+
"official_docs": [
|
|
11154
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_shield.htm",
|
|
11155
|
+
"https://help.salesforce.com/s/articleView?id=sf.privacy_overview.htm",
|
|
11156
|
+
"https://trailhead.salesforce.com/credentials/dataarchitectureandmanagementdesigner",
|
|
11157
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_rest_resources.htm"
|
|
11158
|
+
],
|
|
11159
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, encryption keys, or personal data. Does not give legal advice, does not issue compliance certifications, and does not form an attorney-client relationship. Escalates all regulatory legal interpretation to qualified counsel. Does not approve, deploy, or mutate any org.",
|
|
11160
|
+
"last_verified": "2026-05-20",
|
|
11161
|
+
"path": "agents/salesforce/salesforce-compliance-privacy-agent/",
|
|
11162
|
+
"companion_skills": [
|
|
11163
|
+
"salesforce-permission-model-review-skill"
|
|
11164
|
+
],
|
|
11165
|
+
"execution_tier": "static-review",
|
|
11166
|
+
"lifecycle": "experimental",
|
|
11167
|
+
"author": "github: Raishin",
|
|
11168
|
+
"version": "0.1.0",
|
|
11169
|
+
"harness_variants": {
|
|
11170
|
+
"codex": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/codex.toml",
|
|
11171
|
+
"copilot": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/copilot.agent.md",
|
|
11172
|
+
"claude-code": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/claude-code.agent.md",
|
|
11173
|
+
"cursor": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/cursor.agent.md",
|
|
11174
|
+
"gemini": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/gemini.agent.md",
|
|
11175
|
+
"kiro-ide": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/kiro-ide.agent.md",
|
|
11176
|
+
"kiro-cli": "agents/salesforce/salesforce-compliance-privacy-agent/harnesses/kiro-cli.agent.json"
|
|
11177
|
+
}
|
|
11178
|
+
},
|
|
11179
|
+
{
|
|
11180
|
+
"id": "salesforce-data-architecture-agent",
|
|
11181
|
+
"name": "Salesforce Data Architecture Agent",
|
|
11182
|
+
"type": "agent",
|
|
11183
|
+
"provider": "salesforce",
|
|
11184
|
+
"harnesses": [
|
|
11185
|
+
"codex",
|
|
11186
|
+
"copilot",
|
|
11187
|
+
"claude-code",
|
|
11188
|
+
"cursor",
|
|
11189
|
+
"gemini",
|
|
11190
|
+
"kiro"
|
|
11191
|
+
],
|
|
11192
|
+
"summary": "Adversarial data-model and data-management reviewer for Salesforce \u2014 master data, system of record, data quality, deduplication, archival, retention, backup, large data volumes, and data classification. Treats Data 360 and Data Cloud naming as drift-prone and requires verification.",
|
|
11193
|
+
"source_type": "original",
|
|
11194
|
+
"official_docs": [
|
|
11195
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_management.htm",
|
|
11196
|
+
"https://trailhead.salesforce.com/en/credentials/dataarchitect",
|
|
11197
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_list.htm"
|
|
11198
|
+
],
|
|
11199
|
+
"security_notes": "Static review only \u2014 works from sanitized object metadata exports and pasted ERDs. Never requests org credentials, session tokens, or live-org access. Does not run SOQL queries. Does not approve data model changes or migration plans. Does not mutate any org. Refusal-by-default for any request requiring live org access.",
|
|
11200
|
+
"last_verified": "2026-05-20",
|
|
11201
|
+
"path": "agents/salesforce/salesforce-data-architecture-agent/",
|
|
11202
|
+
"companion_skills": [
|
|
11203
|
+
"salesforce-org-assessment-skill"
|
|
11204
|
+
],
|
|
11205
|
+
"execution_tier": "static-review",
|
|
11206
|
+
"lifecycle": "experimental",
|
|
11207
|
+
"author": "github: Raishin",
|
|
11208
|
+
"version": "0.1.0",
|
|
11209
|
+
"harness_variants": {
|
|
11210
|
+
"codex": "agents/salesforce/salesforce-data-architecture-agent/harnesses/codex.toml",
|
|
11211
|
+
"copilot": "agents/salesforce/salesforce-data-architecture-agent/harnesses/copilot.agent.md",
|
|
11212
|
+
"claude-code": "agents/salesforce/salesforce-data-architecture-agent/harnesses/claude-code.agent.md",
|
|
11213
|
+
"cursor": "agents/salesforce/salesforce-data-architecture-agent/harnesses/cursor.agent.md",
|
|
11214
|
+
"gemini": "agents/salesforce/salesforce-data-architecture-agent/harnesses/gemini.agent.md",
|
|
11215
|
+
"kiro-ide": "agents/salesforce/salesforce-data-architecture-agent/harnesses/kiro-ide.agent.md",
|
|
11216
|
+
"kiro-cli": "agents/salesforce/salesforce-data-architecture-agent/harnesses/kiro-cli.agent.json"
|
|
11217
|
+
}
|
|
11218
|
+
},
|
|
11219
|
+
{
|
|
11220
|
+
"id": "salesforce-development-agent",
|
|
11221
|
+
"name": "Salesforce Development Agent",
|
|
11222
|
+
"type": "agent",
|
|
11223
|
+
"provider": "salesforce",
|
|
11224
|
+
"harnesses": [
|
|
11225
|
+
"codex",
|
|
11226
|
+
"copilot",
|
|
11227
|
+
"claude-code",
|
|
11228
|
+
"cursor",
|
|
11229
|
+
"gemini",
|
|
11230
|
+
"kiro"
|
|
11231
|
+
],
|
|
11232
|
+
"summary": "Adversarial code reviewer for Salesforce Apex, Lightning Web Components, triggers, async patterns, tests, governor limits, packaging, and secure development. Rejects unsafe code without tests and a rollback strategy.",
|
|
11233
|
+
"source_type": "original",
|
|
11234
|
+
"official_docs": [
|
|
11235
|
+
"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro.htm",
|
|
11236
|
+
"https://developer.salesforce.com/docs/component-library/documentation/en/lwc",
|
|
11237
|
+
"https://trailhead.salesforce.com/en/credentials/platformdeveloperI"
|
|
11238
|
+
],
|
|
11239
|
+
"security_notes": "Static review only \u2014 works from sanitized Apex and LWC code excerpts. Never requests org credentials, session tokens, or live-org access. Does not execute code, invoke Salesforce APIs, or approve deployments. Does not mutate any org. Refusal-by-default for any request requiring live org access or code execution.",
|
|
11240
|
+
"last_verified": "2026-05-20",
|
|
11241
|
+
"path": "agents/salesforce/salesforce-development-agent/",
|
|
11242
|
+
"companion_skills": [
|
|
11243
|
+
"salesforce-apex-lwc-code-review-skill"
|
|
11244
|
+
],
|
|
11245
|
+
"execution_tier": "static-review",
|
|
11246
|
+
"lifecycle": "experimental",
|
|
11247
|
+
"author": "github: Raishin",
|
|
11248
|
+
"version": "0.1.0",
|
|
11249
|
+
"harness_variants": {
|
|
11250
|
+
"codex": "agents/salesforce/salesforce-development-agent/harnesses/codex.toml",
|
|
11251
|
+
"copilot": "agents/salesforce/salesforce-development-agent/harnesses/copilot.agent.md",
|
|
11252
|
+
"claude-code": "agents/salesforce/salesforce-development-agent/harnesses/claude-code.agent.md",
|
|
11253
|
+
"cursor": "agents/salesforce/salesforce-development-agent/harnesses/cursor.agent.md",
|
|
11254
|
+
"gemini": "agents/salesforce/salesforce-development-agent/harnesses/gemini.agent.md",
|
|
11255
|
+
"kiro-ide": "agents/salesforce/salesforce-development-agent/harnesses/kiro-ide.agent.md",
|
|
11256
|
+
"kiro-cli": "agents/salesforce/salesforce-development-agent/harnesses/kiro-cli.agent.json"
|
|
11257
|
+
}
|
|
11258
|
+
},
|
|
11259
|
+
{
|
|
11260
|
+
"id": "salesforce-devops-release-agent",
|
|
11261
|
+
"name": "Salesforce DevOps Release Agent",
|
|
11262
|
+
"type": "agent",
|
|
11263
|
+
"provider": "salesforce",
|
|
11264
|
+
"harnesses": [
|
|
11265
|
+
"codex",
|
|
11266
|
+
"copilot",
|
|
11267
|
+
"claude-code",
|
|
11268
|
+
"cursor",
|
|
11269
|
+
"gemini",
|
|
11270
|
+
"kiro"
|
|
11271
|
+
],
|
|
11272
|
+
"summary": "Adversarial release and deployment reviewer for Salesforce DevOps \u2014 sandbox strategy, metadata deployment, CI/CD, source tracking, scratch orgs, unlocked packages, release gates, rollback, and environment promotion. Treats change sets as exception, not default.",
|
|
11273
|
+
"source_type": "original",
|
|
11274
|
+
"official_docs": [
|
|
11275
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_intro.htm",
|
|
11276
|
+
"https://trailhead.salesforce.com/en/credentials/devopsengineeer",
|
|
11277
|
+
"https://help.salesforce.com/s/articleView?id=sf.deploy_sandboxes_parent.htm"
|
|
11278
|
+
],
|
|
11279
|
+
"security_notes": "Static review only \u2014 works from sanitized pipeline configs, manifests, and deployment plans. Never requests org credentials, session tokens, or live-org access. Does not invoke sf CLI against any org. Does not approve, execute, or mutate any deployment. Refusal-by-default for any request requiring live org access.",
|
|
11280
|
+
"last_verified": "2026-05-20",
|
|
11281
|
+
"path": "agents/salesforce/salesforce-devops-release-agent/",
|
|
11282
|
+
"companion_skills": [
|
|
11283
|
+
"salesforce-release-readiness-skill"
|
|
11284
|
+
],
|
|
11285
|
+
"execution_tier": "static-review",
|
|
11286
|
+
"lifecycle": "experimental",
|
|
11287
|
+
"author": "github: Raishin",
|
|
11288
|
+
"version": "0.1.0",
|
|
11289
|
+
"harness_variants": {
|
|
11290
|
+
"codex": "agents/salesforce/salesforce-devops-release-agent/harnesses/codex.toml",
|
|
11291
|
+
"copilot": "agents/salesforce/salesforce-devops-release-agent/harnesses/copilot.agent.md",
|
|
11292
|
+
"claude-code": "agents/salesforce/salesforce-devops-release-agent/harnesses/claude-code.agent.md",
|
|
11293
|
+
"cursor": "agents/salesforce/salesforce-devops-release-agent/harnesses/cursor.agent.md",
|
|
11294
|
+
"gemini": "agents/salesforce/salesforce-devops-release-agent/harnesses/gemini.agent.md",
|
|
11295
|
+
"kiro-ide": "agents/salesforce/salesforce-devops-release-agent/harnesses/kiro-ide.agent.md",
|
|
11296
|
+
"kiro-cli": "agents/salesforce/salesforce-devops-release-agent/harnesses/kiro-cli.agent.json"
|
|
11297
|
+
}
|
|
11298
|
+
},
|
|
11299
|
+
{
|
|
11300
|
+
"id": "salesforce-enterprise-architect-agent",
|
|
11301
|
+
"name": "Salesforce Enterprise Architect Agent",
|
|
11302
|
+
"type": "agent",
|
|
11303
|
+
"provider": "salesforce",
|
|
11304
|
+
"harnesses": [
|
|
11305
|
+
"codex",
|
|
11306
|
+
"copilot",
|
|
11307
|
+
"claude-code",
|
|
11308
|
+
"cursor",
|
|
11309
|
+
"gemini",
|
|
11310
|
+
"kiro"
|
|
11311
|
+
],
|
|
11312
|
+
"summary": "Adversarial end-to-end architectural challenger for multi-cloud Salesforce strategy, technical debt, target-state design, design authority, and cross-agent conflict resolution \u2014 acts as final architectural challenger, not rubber stamp.",
|
|
11313
|
+
"source_type": "original",
|
|
11314
|
+
"official_docs": [
|
|
11315
|
+
"https://architect.salesforce.com/",
|
|
11316
|
+
"https://trailhead.salesforce.com/credentials/certifiedtechnicalarchitect",
|
|
11317
|
+
"https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_overview.htm",
|
|
11318
|
+
"https://help.salesforce.com/s/articleView?id=sf.integration_overview.htm"
|
|
11319
|
+
],
|
|
11320
|
+
"security_notes": "Static review only \u2014 works from sanitized design artifacts and never requests org credentials, production data extracts, or customer PII. Acts as adversarial challenger and final conflict resolver for specialist agents; does not approve, deploy, or mutate any org. Requires documented trade-off analysis and rollback plans before any architecture endorsement.",
|
|
11321
|
+
"last_verified": "2026-05-20",
|
|
11322
|
+
"path": "agents/salesforce/salesforce-enterprise-architect-agent/",
|
|
11323
|
+
"companion_skills": [
|
|
11324
|
+
"salesforce-org-assessment-skill"
|
|
11325
|
+
],
|
|
11326
|
+
"execution_tier": "static-review",
|
|
11327
|
+
"lifecycle": "experimental",
|
|
11328
|
+
"author": "github: Raishin",
|
|
11329
|
+
"version": "0.1.0",
|
|
11330
|
+
"harness_variants": {
|
|
11331
|
+
"codex": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/codex.toml",
|
|
11332
|
+
"copilot": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/copilot.agent.md",
|
|
11333
|
+
"claude-code": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/claude-code.agent.md",
|
|
11334
|
+
"cursor": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/cursor.agent.md",
|
|
11335
|
+
"gemini": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/gemini.agent.md",
|
|
11336
|
+
"kiro-ide": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/kiro-ide.agent.md",
|
|
11337
|
+
"kiro-cli": "agents/salesforce/salesforce-enterprise-architect-agent/harnesses/kiro-cli.agent.json"
|
|
11338
|
+
}
|
|
11339
|
+
},
|
|
11340
|
+
{
|
|
11341
|
+
"id": "salesforce-experience-cloud-agent",
|
|
11342
|
+
"name": "Salesforce Experience Cloud Agent",
|
|
11343
|
+
"type": "agent",
|
|
11344
|
+
"provider": "salesforce",
|
|
11345
|
+
"harnesses": [
|
|
11346
|
+
"codex",
|
|
11347
|
+
"copilot",
|
|
11348
|
+
"claude-code",
|
|
11349
|
+
"cursor",
|
|
11350
|
+
"gemini",
|
|
11351
|
+
"kiro"
|
|
11352
|
+
],
|
|
11353
|
+
"summary": "Adversarial static reviewer for Experience Cloud portals, communities, external identity, guest-user access, partner and customer access, sharing sets, and external data exposure \u2014 treats guest and external-user access as HIGH RISK by default.",
|
|
11354
|
+
"source_type": "original",
|
|
11355
|
+
"official_docs": [
|
|
11356
|
+
"https://help.salesforce.com/s/articleView?id=sf.networks_overview.htm",
|
|
11357
|
+
"https://trailhead.salesforce.com/credentials/experiencecloudconsultant",
|
|
11358
|
+
"https://developer.salesforce.com/docs/atlas.en-us.communities_dev.meta/communities_dev/communities_dev_intro.htm"
|
|
11359
|
+
],
|
|
11360
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, session tokens, or end-user PII. Treats all guest-user and external-user access as HIGH RISK by default. Does not approve, deploy, or mutate any Salesforce org. Escalates unauthenticated access to regulated data to qualified architect.",
|
|
11361
|
+
"last_verified": "2026-05-20",
|
|
11362
|
+
"path": "agents/salesforce/salesforce-experience-cloud-agent/",
|
|
11363
|
+
"companion_skills": [
|
|
11364
|
+
"salesforce-permission-model-review-skill"
|
|
11365
|
+
],
|
|
11366
|
+
"execution_tier": "static-review",
|
|
11367
|
+
"lifecycle": "experimental",
|
|
11368
|
+
"author": "github: Raishin",
|
|
11369
|
+
"version": "0.1.0",
|
|
11370
|
+
"harness_variants": {
|
|
11371
|
+
"codex": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/codex.toml",
|
|
11372
|
+
"copilot": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/copilot.agent.md",
|
|
11373
|
+
"claude-code": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/claude-code.agent.md",
|
|
11374
|
+
"cursor": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/cursor.agent.md",
|
|
11375
|
+
"gemini": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/gemini.agent.md",
|
|
11376
|
+
"kiro-ide": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/kiro-ide.agent.md",
|
|
11377
|
+
"kiro-cli": "agents/salesforce/salesforce-experience-cloud-agent/harnesses/kiro-cli.agent.json"
|
|
11378
|
+
}
|
|
11379
|
+
},
|
|
11380
|
+
{
|
|
11381
|
+
"id": "salesforce-industry-cloud-agent",
|
|
11382
|
+
"name": "Salesforce Industry Cloud Agent",
|
|
11383
|
+
"type": "agent",
|
|
11384
|
+
"provider": "salesforce",
|
|
11385
|
+
"harnesses": [
|
|
11386
|
+
"codex",
|
|
11387
|
+
"copilot",
|
|
11388
|
+
"claude-code",
|
|
11389
|
+
"cursor",
|
|
11390
|
+
"gemini",
|
|
11391
|
+
"kiro"
|
|
11392
|
+
],
|
|
11393
|
+
"summary": "Router-to-vertical-counsel for Education Cloud, Nonprofit Cloud, Life Sciences Cloud, B2C Commerce, and Industries CPQ \u2014 refuses generic industry cloud claims without current official documentation and flags HIPAA/PHI, FERPA, donor PII, and PCI regulatory overlaps.",
|
|
11394
|
+
"source_type": "original",
|
|
11395
|
+
"official_docs": [
|
|
11396
|
+
"https://help.salesforce.com/s/articleView?id=sf.edu_cloud_overview.htm",
|
|
11397
|
+
"https://help.salesforce.com/s/articleView?id=sf.nonprofit_overview.htm",
|
|
11398
|
+
"https://help.salesforce.com/s/articleView?id=sf.health_cloud_overview.htm",
|
|
11399
|
+
"https://help.salesforce.com/s/articleView?id=sf.b2c_commerce_overview.htm",
|
|
11400
|
+
"https://developer.salesforce.com/docs/industries/cpq/guide/index.html"
|
|
11401
|
+
],
|
|
11402
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests PHI, student records, donor PII, or cardholder data. Acts as router to vertical specialists or external counsel; does not perform substantive compliance certification for any regulated vertical. Does not approve, deploy, or mutate any org. Escalates HIPAA, FERPA, and PCI matters to qualified assessors.",
|
|
11403
|
+
"last_verified": "2026-05-20",
|
|
11404
|
+
"path": "agents/salesforce/salesforce-industry-cloud-agent/",
|
|
11405
|
+
"companion_skills": [
|
|
11406
|
+
"salesforce-org-assessment-skill"
|
|
11407
|
+
],
|
|
11408
|
+
"execution_tier": "static-review",
|
|
11409
|
+
"lifecycle": "experimental",
|
|
11410
|
+
"author": "github: Raishin",
|
|
11411
|
+
"version": "0.1.0",
|
|
11412
|
+
"harness_variants": {
|
|
11413
|
+
"codex": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/codex.toml",
|
|
11414
|
+
"copilot": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/copilot.agent.md",
|
|
11415
|
+
"claude-code": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/claude-code.agent.md",
|
|
11416
|
+
"cursor": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/cursor.agent.md",
|
|
11417
|
+
"gemini": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/gemini.agent.md",
|
|
11418
|
+
"kiro-ide": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/kiro-ide.agent.md",
|
|
11419
|
+
"kiro-cli": "agents/salesforce/salesforce-industry-cloud-agent/harnesses/kiro-cli.agent.json"
|
|
11420
|
+
}
|
|
11421
|
+
},
|
|
11422
|
+
{
|
|
11423
|
+
"id": "salesforce-integration-mulesoft-agent",
|
|
11424
|
+
"name": "Salesforce Integration MuleSoft Agent",
|
|
11425
|
+
"type": "agent",
|
|
11426
|
+
"provider": "salesforce",
|
|
11427
|
+
"harnesses": [
|
|
11428
|
+
"codex",
|
|
11429
|
+
"copilot",
|
|
11430
|
+
"claude-code",
|
|
11431
|
+
"cursor",
|
|
11432
|
+
"gemini",
|
|
11433
|
+
"kiro"
|
|
11434
|
+
],
|
|
11435
|
+
"summary": "Adversarial integration reviewer for Salesforce APIs, MuleSoft, event-driven architecture, CDC, Platform Events, external services, middleware, error handling, idempotency, and integration observability. Challenges point-to-point spaghetti integration.",
|
|
11436
|
+
"source_type": "original",
|
|
11437
|
+
"official_docs": [
|
|
11438
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm",
|
|
11439
|
+
"https://trailhead.salesforce.com/en/credentials/integrationarchitect",
|
|
11440
|
+
"https://help.salesforce.com/s/articleView?id=sf.platform_events_intro.htm"
|
|
11441
|
+
],
|
|
11442
|
+
"security_notes": "Static review only \u2014 works from sanitized integration design documents and API specification excerpts. Never requests org credentials, MuleSoft Runtime Manager credentials, session tokens, or live-org access. Does not invoke Salesforce APIs or any middleware runtime. Does not approve or deploy integrations. Refusal-by-default for any request requiring live org or runtime access.",
|
|
11443
|
+
"last_verified": "2026-05-20",
|
|
11444
|
+
"path": "agents/salesforce/salesforce-integration-mulesoft-agent/",
|
|
11445
|
+
"companion_skills": [
|
|
11446
|
+
"salesforce-integration-review-skill"
|
|
11447
|
+
],
|
|
11448
|
+
"execution_tier": "static-review",
|
|
11449
|
+
"lifecycle": "experimental",
|
|
11450
|
+
"author": "github: Raishin",
|
|
11451
|
+
"version": "0.1.0",
|
|
11452
|
+
"harness_variants": {
|
|
11453
|
+
"codex": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/codex.toml",
|
|
11454
|
+
"copilot": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/copilot.agent.md",
|
|
11455
|
+
"claude-code": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/claude-code.agent.md",
|
|
11456
|
+
"cursor": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/cursor.agent.md",
|
|
11457
|
+
"gemini": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/gemini.agent.md",
|
|
11458
|
+
"kiro-ide": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/kiro-ide.agent.md",
|
|
11459
|
+
"kiro-cli": "agents/salesforce/salesforce-integration-mulesoft-agent/harnesses/kiro-cli.agent.json"
|
|
11460
|
+
}
|
|
11461
|
+
},
|
|
11462
|
+
{
|
|
11463
|
+
"id": "salesforce-live-guard-agent",
|
|
11464
|
+
"name": "Salesforce Live Guard Agent",
|
|
11465
|
+
"type": "agent",
|
|
11466
|
+
"provider": "salesforce",
|
|
11467
|
+
"harnesses": [
|
|
11468
|
+
"codex",
|
|
11469
|
+
"copilot",
|
|
11470
|
+
"claude-code",
|
|
11471
|
+
"cursor",
|
|
11472
|
+
"gemini",
|
|
11473
|
+
"kiro"
|
|
11474
|
+
],
|
|
11475
|
+
"summary": "Advisory checklist agent invoked only when live Salesforce org access is involved \u2014 refusal-by-default if any of ten required preconditions is missing; emits a structured refusal or precondition checklist only; never executes, deploys, or mutates any org.",
|
|
11476
|
+
"source_type": "original",
|
|
11477
|
+
"official_docs": [
|
|
11478
|
+
"https://help.salesforce.com/s/articleView?id=sf.deploy_overview.htm",
|
|
11479
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_intro.htm",
|
|
11480
|
+
"https://help.salesforce.com/s/articleView?id=sf.changesets_about.htm",
|
|
11481
|
+
"https://trailhead.salesforce.com/credentials/devopscentercertified"
|
|
11482
|
+
],
|
|
11483
|
+
"security_notes": "Static review only \u2014 advisory checklist emitter; never invokes Salesforce APIs, sf CLI, or org credentials. Refusal-by-default when any precondition evidence is missing. Does not approve, deploy, execute, or mutate any org. Output is a structured refusal or precondition checklist for a qualified human operator. Does not store or process org credentials or session tokens.",
|
|
11484
|
+
"last_verified": "2026-05-20",
|
|
11485
|
+
"path": "agents/salesforce/salesforce-live-guard-agent/",
|
|
11486
|
+
"companion_skills": [],
|
|
11487
|
+
"execution_tier": "static-review",
|
|
11488
|
+
"lifecycle": "experimental",
|
|
11489
|
+
"author": "github: Raishin",
|
|
11490
|
+
"version": "0.1.0",
|
|
11491
|
+
"harness_variants": {
|
|
11492
|
+
"codex": "agents/salesforce/salesforce-live-guard-agent/harnesses/codex.toml",
|
|
11493
|
+
"copilot": "agents/salesforce/salesforce-live-guard-agent/harnesses/copilot.agent.md",
|
|
11494
|
+
"claude-code": "agents/salesforce/salesforce-live-guard-agent/harnesses/claude-code.agent.md",
|
|
11495
|
+
"cursor": "agents/salesforce/salesforce-live-guard-agent/harnesses/cursor.agent.md",
|
|
11496
|
+
"gemini": "agents/salesforce/salesforce-live-guard-agent/harnesses/gemini.agent.md",
|
|
11497
|
+
"kiro-ide": "agents/salesforce/salesforce-live-guard-agent/harnesses/kiro-ide.agent.md",
|
|
11498
|
+
"kiro-cli": "agents/salesforce/salesforce-live-guard-agent/harnesses/kiro-cli.agent.json"
|
|
11499
|
+
}
|
|
11500
|
+
},
|
|
11501
|
+
{
|
|
11502
|
+
"id": "salesforce-maestro-agent",
|
|
11503
|
+
"name": "Salesforce Maestro Agent",
|
|
11504
|
+
"type": "agent",
|
|
11505
|
+
"provider": "salesforce",
|
|
11506
|
+
"harnesses": [
|
|
11507
|
+
"codex",
|
|
11508
|
+
"copilot",
|
|
11509
|
+
"claude-code",
|
|
11510
|
+
"cursor",
|
|
11511
|
+
"gemini",
|
|
11512
|
+
"kiro"
|
|
11513
|
+
],
|
|
11514
|
+
"summary": "Routes Salesforce matters to the right specialist agent and coordinates cross-functional review using the Salesforce routing protocol, case capsule, and risk taxonomy. Classification and routing only \u2014 never executes changes or mutates a Salesforce org.",
|
|
11515
|
+
"source_type": "original",
|
|
11516
|
+
"official_docs": [
|
|
11517
|
+
"https://help.salesforce.com/",
|
|
11518
|
+
"https://trailhead.salesforce.com/credentials/administrator",
|
|
11519
|
+
"https://developer.salesforce.com/docs"
|
|
11520
|
+
],
|
|
11521
|
+
"security_notes": "Classification and routing only \u2014 works from sanitized signals and never requests org credentials, session tokens, client secrets, or PII. Never executes or recommends execution of live-org mutations; routes all live-org matters to salesforce-live-guard-agent with a named human decision owner and a structured case capsule.",
|
|
11522
|
+
"last_verified": "2026-05-20",
|
|
11523
|
+
"path": "agents/salesforce/salesforce-maestro-agent/",
|
|
11524
|
+
"companion_skills": [],
|
|
11525
|
+
"execution_tier": "static-review",
|
|
11526
|
+
"lifecycle": "experimental",
|
|
11527
|
+
"author": "github: Raishin",
|
|
11528
|
+
"version": "0.1.0",
|
|
11529
|
+
"harness_variants": {
|
|
11530
|
+
"codex": "agents/salesforce/salesforce-maestro-agent/harnesses/codex.toml",
|
|
11531
|
+
"copilot": "agents/salesforce/salesforce-maestro-agent/harnesses/copilot.agent.md",
|
|
11532
|
+
"claude-code": "agents/salesforce/salesforce-maestro-agent/harnesses/claude-code.agent.md",
|
|
11533
|
+
"cursor": "agents/salesforce/salesforce-maestro-agent/harnesses/cursor.agent.md",
|
|
11534
|
+
"gemini": "agents/salesforce/salesforce-maestro-agent/harnesses/gemini.agent.md",
|
|
11535
|
+
"kiro-ide": "agents/salesforce/salesforce-maestro-agent/harnesses/kiro-ide.agent.md",
|
|
11536
|
+
"kiro-cli": "agents/salesforce/salesforce-maestro-agent/harnesses/kiro-cli.agent.json"
|
|
11537
|
+
}
|
|
11538
|
+
},
|
|
11539
|
+
{
|
|
11540
|
+
"id": "salesforce-marketing-cloud-agent",
|
|
11541
|
+
"name": "Salesforce Marketing Cloud Agent",
|
|
11542
|
+
"type": "agent",
|
|
11543
|
+
"provider": "salesforce",
|
|
11544
|
+
"harnesses": [
|
|
11545
|
+
"codex",
|
|
11546
|
+
"copilot",
|
|
11547
|
+
"claude-code",
|
|
11548
|
+
"cursor",
|
|
11549
|
+
"gemini",
|
|
11550
|
+
"kiro"
|
|
11551
|
+
],
|
|
11552
|
+
"summary": "Adversarial static reviewer for Marketing Cloud Engagement and Account Engagement journeys, segmentation, deliverability, consent, preference centers, and campaign governance \u2014 explicitly refuses review when product is undeclared and flags privacy, consent, and deliverability risks.",
|
|
11553
|
+
"source_type": "original",
|
|
11554
|
+
"official_docs": [
|
|
11555
|
+
"https://help.salesforce.com/s/articleView?id=sf.mc_overview_marketing_cloud.htm",
|
|
11556
|
+
"https://help.salesforce.com/s/articleView?id=sf.pardot_overview.htm",
|
|
11557
|
+
"https://trailhead.salesforce.com/credentials/marketingcloudemailspecialist",
|
|
11558
|
+
"https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/index.html"
|
|
11559
|
+
],
|
|
11560
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests subscriber PII, API keys, or org credentials. Refuses product-specific review when the specific Marketing Cloud product is undeclared. Does not approve, deploy, or mutate any org. Escalates consent and regulatory obligations to qualified privacy counsel.",
|
|
11561
|
+
"last_verified": "2026-05-20",
|
|
11562
|
+
"path": "agents/salesforce/salesforce-marketing-cloud-agent/",
|
|
11563
|
+
"companion_skills": [
|
|
11564
|
+
"salesforce-marketing-consent-review-skill"
|
|
11565
|
+
],
|
|
11566
|
+
"execution_tier": "static-review",
|
|
11567
|
+
"lifecycle": "experimental",
|
|
11568
|
+
"author": "github: Raishin",
|
|
11569
|
+
"version": "0.1.0",
|
|
11570
|
+
"harness_variants": {
|
|
11571
|
+
"codex": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/codex.toml",
|
|
11572
|
+
"copilot": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/copilot.agent.md",
|
|
11573
|
+
"claude-code": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/claude-code.agent.md",
|
|
11574
|
+
"cursor": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/cursor.agent.md",
|
|
11575
|
+
"gemini": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/gemini.agent.md",
|
|
11576
|
+
"kiro-ide": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/kiro-ide.agent.md",
|
|
11577
|
+
"kiro-cli": "agents/salesforce/salesforce-marketing-cloud-agent/harnesses/kiro-cli.agent.json"
|
|
11578
|
+
}
|
|
11579
|
+
},
|
|
11580
|
+
{
|
|
11581
|
+
"id": "salesforce-platform-admin-review-agent",
|
|
11582
|
+
"name": "Salesforce Platform Admin Review Agent",
|
|
11583
|
+
"type": "agent",
|
|
11584
|
+
"provider": "salesforce",
|
|
11585
|
+
"harnesses": [
|
|
11586
|
+
"codex",
|
|
11587
|
+
"copilot",
|
|
11588
|
+
"claude-code",
|
|
11589
|
+
"cursor",
|
|
11590
|
+
"gemini",
|
|
11591
|
+
"kiro"
|
|
11592
|
+
],
|
|
11593
|
+
"summary": "Adversarial org-configuration reviewer for Salesforce platform administration \u2014 objects, fields, layouts, permissions, flows, reports, dashboards, user administration, and release-impact review. Challenges over-customization, permission sprawl, and admin debt.",
|
|
11594
|
+
"source_type": "original",
|
|
11595
|
+
"official_docs": [
|
|
11596
|
+
"https://help.salesforce.com/s/articleView?id=sf.admin_overview.htm",
|
|
11597
|
+
"https://trailhead.salesforce.com/en/credentials/administrator",
|
|
11598
|
+
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm"
|
|
11599
|
+
],
|
|
11600
|
+
"security_notes": "Static review only \u2014 works from sanitized metadata exports and pasted excerpts. Never requests org credentials, session tokens, or live-org access. Does not invoke Salesforce APIs or sf CLI. Does not approve, deploy, or mutate any org configuration. Refusal-by-default for any request requiring live org access.",
|
|
11601
|
+
"last_verified": "2026-05-20",
|
|
11602
|
+
"path": "agents/salesforce/salesforce-platform-admin-review-agent/",
|
|
11603
|
+
"companion_skills": [
|
|
11604
|
+
"salesforce-metadata-review-skill"
|
|
11605
|
+
],
|
|
11606
|
+
"execution_tier": "static-review",
|
|
11607
|
+
"lifecycle": "experimental",
|
|
11608
|
+
"author": "github: Raishin",
|
|
11609
|
+
"version": "0.1.0",
|
|
11610
|
+
"harness_variants": {
|
|
11611
|
+
"codex": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/codex.toml",
|
|
11612
|
+
"copilot": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/copilot.agent.md",
|
|
11613
|
+
"claude-code": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/claude-code.agent.md",
|
|
11614
|
+
"cursor": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/cursor.agent.md",
|
|
11615
|
+
"gemini": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/gemini.agent.md",
|
|
11616
|
+
"kiro-ide": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/kiro-ide.agent.md",
|
|
11617
|
+
"kiro-cli": "agents/salesforce/salesforce-platform-admin-review-agent/harnesses/kiro-cli.agent.json"
|
|
11618
|
+
}
|
|
11619
|
+
},
|
|
11620
|
+
{
|
|
11621
|
+
"id": "salesforce-sales-cloud-revenue-agent",
|
|
11622
|
+
"name": "Salesforce Sales Cloud Revenue Agent",
|
|
11623
|
+
"type": "agent",
|
|
11624
|
+
"provider": "salesforce",
|
|
11625
|
+
"harnesses": [
|
|
11626
|
+
"codex",
|
|
11627
|
+
"copilot",
|
|
11628
|
+
"claude-code",
|
|
11629
|
+
"cursor",
|
|
11630
|
+
"gemini",
|
|
11631
|
+
"kiro"
|
|
11632
|
+
],
|
|
11633
|
+
"summary": "Adversarial revenue-process reviewer for Salesforce Sales Cloud \u2014 lead-to-cash, opportunity lifecycle, forecasting, territories, products, pricing, CPQ, Revenue Cloud, quoting, approvals, and pipeline integrity. Flags revenue leakage, shadow processes, and forecast manipulation risk.",
|
|
11634
|
+
"source_type": "original",
|
|
11635
|
+
"official_docs": [
|
|
11636
|
+
"https://help.salesforce.com/s/articleView?id=sf.sales_cloud_overview.htm",
|
|
11637
|
+
"https://trailhead.salesforce.com/en/credentials/salescloudconsultant",
|
|
11638
|
+
"https://help.salesforce.com/s/articleView?id=sf.forecasts3_overview.htm"
|
|
11639
|
+
],
|
|
11640
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration exports and process descriptions. Never requests org credentials, pipeline data, or live-org access. Does not invoke Salesforce APIs or sf CLI. Does not approve pricing, discount, or revenue decisions. Does not mutate any org. Refusal-by-default for any request requiring live org access.",
|
|
11641
|
+
"last_verified": "2026-05-20",
|
|
11642
|
+
"path": "agents/salesforce/salesforce-sales-cloud-revenue-agent/",
|
|
11643
|
+
"companion_skills": [
|
|
11644
|
+
"salesforce-org-assessment-skill"
|
|
11645
|
+
],
|
|
11646
|
+
"execution_tier": "static-review",
|
|
11647
|
+
"lifecycle": "experimental",
|
|
11648
|
+
"author": "github: Raishin",
|
|
11649
|
+
"version": "0.1.0",
|
|
11650
|
+
"harness_variants": {
|
|
11651
|
+
"codex": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/codex.toml",
|
|
11652
|
+
"copilot": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/copilot.agent.md",
|
|
11653
|
+
"claude-code": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/claude-code.agent.md",
|
|
11654
|
+
"cursor": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/cursor.agent.md",
|
|
11655
|
+
"gemini": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/gemini.agent.md",
|
|
11656
|
+
"kiro-ide": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/kiro-ide.agent.md",
|
|
11657
|
+
"kiro-cli": "agents/salesforce/salesforce-sales-cloud-revenue-agent/harnesses/kiro-cli.agent.json"
|
|
11658
|
+
}
|
|
11659
|
+
},
|
|
11660
|
+
{
|
|
11661
|
+
"id": "salesforce-security-identity-access-agent",
|
|
11662
|
+
"name": "Salesforce Security Identity Access Agent",
|
|
11663
|
+
"type": "agent",
|
|
11664
|
+
"provider": "salesforce",
|
|
11665
|
+
"harnesses": [
|
|
11666
|
+
"codex",
|
|
11667
|
+
"copilot",
|
|
11668
|
+
"claude-code",
|
|
11669
|
+
"cursor",
|
|
11670
|
+
"gemini",
|
|
11671
|
+
"kiro"
|
|
11672
|
+
],
|
|
11673
|
+
"summary": "Adversarial security reviewer for Salesforce identity and access management \u2014 profiles, permission sets, permission set groups, roles, sharing, OWD, SSO, MFA, connected apps, OAuth scopes, session policies, and privileged access. Enforces least privilege and flags toxic permission combinations.",
|
|
11674
|
+
"source_type": "original",
|
|
11675
|
+
"official_docs": [
|
|
11676
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_overview.htm",
|
|
11677
|
+
"https://trailhead.salesforce.com/en/credentials/identityaccessmanagementarchitect",
|
|
11678
|
+
"https://help.salesforce.com/s/articleView?id=sf.connected_app_overview.htm"
|
|
11679
|
+
],
|
|
11680
|
+
"security_notes": "Static review only \u2014 works from sanitized permission exports and configuration excerpts. Never requests org credentials, session tokens, or live-org access. Does not invoke Salesforce APIs or sf CLI. Does not approve security policy decisions or mutate any org. Refusal-by-default for any request requiring live org access or disabling security controls.",
|
|
11681
|
+
"last_verified": "2026-05-20",
|
|
11682
|
+
"path": "agents/salesforce/salesforce-security-identity-access-agent/",
|
|
11683
|
+
"companion_skills": [
|
|
11684
|
+
"salesforce-permission-model-review-skill"
|
|
11685
|
+
],
|
|
11686
|
+
"execution_tier": "static-review",
|
|
11687
|
+
"lifecycle": "experimental",
|
|
11688
|
+
"author": "github: Raishin",
|
|
11689
|
+
"version": "0.1.0",
|
|
11690
|
+
"harness_variants": {
|
|
11691
|
+
"codex": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/codex.toml",
|
|
11692
|
+
"copilot": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/copilot.agent.md",
|
|
11693
|
+
"claude-code": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/claude-code.agent.md",
|
|
11694
|
+
"cursor": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/cursor.agent.md",
|
|
11695
|
+
"gemini": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/gemini.agent.md",
|
|
11696
|
+
"kiro-ide": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/kiro-ide.agent.md",
|
|
11697
|
+
"kiro-cli": "agents/salesforce/salesforce-security-identity-access-agent/harnesses/kiro-cli.agent.json"
|
|
11698
|
+
}
|
|
11699
|
+
},
|
|
11700
|
+
{
|
|
11701
|
+
"id": "salesforce-service-field-service-agent",
|
|
11702
|
+
"name": "Salesforce Service Field Service Agent",
|
|
11703
|
+
"type": "agent",
|
|
11704
|
+
"provider": "salesforce",
|
|
11705
|
+
"harnesses": [
|
|
11706
|
+
"codex",
|
|
11707
|
+
"copilot",
|
|
11708
|
+
"claude-code",
|
|
11709
|
+
"cursor",
|
|
11710
|
+
"gemini",
|
|
11711
|
+
"kiro"
|
|
11712
|
+
],
|
|
11713
|
+
"summary": "Adversarial service-operations reviewer for Salesforce Service Cloud and Field Service \u2014 cases, entitlements, omni-channel, knowledge, service console, SLAs, Field Service, dispatch, work orders, and service analytics. Flags SLA blind spots and customer-impacting failures.",
|
|
11714
|
+
"source_type": "original",
|
|
11715
|
+
"official_docs": [
|
|
11716
|
+
"https://help.salesforce.com/s/articleView?id=sf.service_cloud_overview.htm",
|
|
11717
|
+
"https://trailhead.salesforce.com/en/credentials/servicecloudconsultant",
|
|
11718
|
+
"https://help.salesforce.com/s/articleView?id=sf.fs_overview.htm"
|
|
11719
|
+
],
|
|
11720
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration exports and entitlement process descriptions. Never requests org credentials, case data, customer PII, or live-org access. Does not invoke Salesforce APIs or sf CLI. Does not approve SLA or service process changes. Does not mutate any org. Refusal-by-default for any request requiring live org access.",
|
|
11721
|
+
"last_verified": "2026-05-20",
|
|
11722
|
+
"path": "agents/salesforce/salesforce-service-field-service-agent/",
|
|
11723
|
+
"companion_skills": [
|
|
11724
|
+
"salesforce-org-assessment-skill"
|
|
11725
|
+
],
|
|
11726
|
+
"execution_tier": "static-review",
|
|
11727
|
+
"lifecycle": "experimental",
|
|
11728
|
+
"author": "github: Raishin",
|
|
11729
|
+
"version": "0.1.0",
|
|
11730
|
+
"harness_variants": {
|
|
11731
|
+
"codex": "agents/salesforce/salesforce-service-field-service-agent/harnesses/codex.toml",
|
|
11732
|
+
"copilot": "agents/salesforce/salesforce-service-field-service-agent/harnesses/copilot.agent.md",
|
|
11733
|
+
"claude-code": "agents/salesforce/salesforce-service-field-service-agent/harnesses/claude-code.agent.md",
|
|
11734
|
+
"cursor": "agents/salesforce/salesforce-service-field-service-agent/harnesses/cursor.agent.md",
|
|
11735
|
+
"gemini": "agents/salesforce/salesforce-service-field-service-agent/harnesses/gemini.agent.md",
|
|
11736
|
+
"kiro-ide": "agents/salesforce/salesforce-service-field-service-agent/harnesses/kiro-ide.agent.md",
|
|
11737
|
+
"kiro-cli": "agents/salesforce/salesforce-service-field-service-agent/harnesses/kiro-cli.agent.json"
|
|
11738
|
+
}
|
|
11739
|
+
},
|
|
11740
|
+
{
|
|
11741
|
+
"id": "salesforce-slack-collaboration-agent",
|
|
11742
|
+
"name": "Salesforce Slack Collaboration Agent",
|
|
11743
|
+
"type": "agent",
|
|
11744
|
+
"provider": "salesforce",
|
|
11745
|
+
"harnesses": [
|
|
11746
|
+
"codex",
|
|
11747
|
+
"copilot",
|
|
11748
|
+
"claude-code",
|
|
11749
|
+
"cursor",
|
|
11750
|
+
"gemini",
|
|
11751
|
+
"kiro"
|
|
11752
|
+
],
|
|
11753
|
+
"summary": "Adversarial static reviewer for Slack integration, Slack administration, workflow collaboration, channel governance, retention, eDiscovery implications, and productivity patterns \u2014 flags collaboration sprawl and unmanaged data leakage.",
|
|
11754
|
+
"source_type": "original",
|
|
11755
|
+
"official_docs": [
|
|
11756
|
+
"https://slack.com/intl/en-us/help/categories/360000049043",
|
|
11757
|
+
"https://help.salesforce.com/s/articleView?id=sf.slack_overview.htm",
|
|
11758
|
+
"https://api.slack.com/docs",
|
|
11759
|
+
"https://slack.com/intl/en-us/trust/compliance"
|
|
11760
|
+
],
|
|
11761
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests workspace tokens, OAuth secrets, or employee message content. Treats Slack Connect external channels as HIGH RISK by default. Does not approve, deploy, or mutate any org or workspace. Escalates retention and eDiscovery obligations to qualified counsel.",
|
|
11762
|
+
"last_verified": "2026-05-20",
|
|
11763
|
+
"path": "agents/salesforce/salesforce-slack-collaboration-agent/",
|
|
11764
|
+
"companion_skills": [
|
|
11765
|
+
"salesforce-permission-model-review-skill"
|
|
11766
|
+
],
|
|
11767
|
+
"execution_tier": "static-review",
|
|
11768
|
+
"lifecycle": "experimental",
|
|
11769
|
+
"author": "github: Raishin",
|
|
11770
|
+
"version": "0.1.0",
|
|
11771
|
+
"harness_variants": {
|
|
11772
|
+
"codex": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/codex.toml",
|
|
11773
|
+
"copilot": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/copilot.agent.md",
|
|
11774
|
+
"claude-code": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/claude-code.agent.md",
|
|
11775
|
+
"cursor": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/cursor.agent.md",
|
|
11776
|
+
"gemini": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/gemini.agent.md",
|
|
11777
|
+
"kiro-ide": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/kiro-ide.agent.md",
|
|
11778
|
+
"kiro-cli": "agents/salesforce/salesforce-slack-collaboration-agent/harnesses/kiro-cli.agent.json"
|
|
11779
|
+
}
|
|
11780
|
+
},
|
|
10976
11781
|
{
|
|
10977
11782
|
"id": "scaleway-cost-optimizer-agent",
|
|
10978
11783
|
"name": "Scaleway Cost Optimizer",
|
|
@@ -11029,7 +11834,7 @@
|
|
|
11029
11834
|
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy",
|
|
11030
11835
|
"https://www.scaleway.com/en/developers/api/iam/"
|
|
11031
11836
|
],
|
|
11032
|
-
"security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. Service accounts assigned to resource types must be audited for implicit cross-project privilege escalation. IAM key sprawl
|
|
11837
|
+
"security_notes": "Scaleway API keys with organization-level scope grant access to all projects; always prefer project-scoped keys with expiry. Service accounts assigned to resource types must be audited for implicit cross-project privilege escalation. IAM key sprawl \u2014 long-lived keys with broad scopes \u2014 is the top Scaleway access control risk.",
|
|
11033
11838
|
"last_verified": "2026-05-10",
|
|
11034
11839
|
"path": "agents/scaleway/scaleway-iam-policy-review-agent",
|
|
11035
11840
|
"version": "0.1.0",
|
|
@@ -11064,7 +11869,7 @@
|
|
|
11064
11869
|
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
|
|
11065
11870
|
"https://www.scaleway.com/en/developers/api/kubernetes/"
|
|
11066
11871
|
],
|
|
11067
|
-
"security_notes": "Kapsule control-plane upgrades are irreversible
|
|
11872
|
+
"security_notes": "Kapsule control-plane upgrades are irreversible \u2014 a cluster cannot be downgraded to a previous Kubernetes minor version. Node pool scale-down may evict workloads without PDB protection. Placement group policy set to enforced can prevent node scheduling if hypervisor capacity is insufficient. CNI choice is immutable after cluster creation.",
|
|
11068
11873
|
"last_verified": "2026-05-10",
|
|
11069
11874
|
"path": "agents/scaleway/scaleway-kapsule-platform-operator-agent",
|
|
11070
11875
|
"version": "0.1.0",
|
|
@@ -11099,7 +11904,7 @@
|
|
|
11099
11904
|
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/k8s_pool",
|
|
11100
11905
|
"https://kubernetes.io/docs/concepts/workloads/pods/disruptions/"
|
|
11101
11906
|
],
|
|
11102
|
-
"security_notes": "Kapsule control-plane version upgrades are irreversible
|
|
11907
|
+
"security_notes": "Kapsule control-plane version upgrades are irreversible \u2014 clusters cannot be downgraded to a previous minor version. Node pool deletion evicts all workloads immediately regardless of PDB coverage. CNI type is immutable after cluster creation. Hard-stop is mandatory when target cluster ID, region/zone, approval token, or rollback plan is absent or ambiguous.",
|
|
11103
11908
|
"last_verified": "2026-05-10",
|
|
11104
11909
|
"path": "agents/scaleway/scaleway-live-kapsule-rollout-guard-agent",
|
|
11105
11910
|
"version": "0.1.0",
|
|
@@ -11167,7 +11972,7 @@
|
|
|
11167
11972
|
"https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/instance_placement_group",
|
|
11168
11973
|
"https://www.scaleway.com/en/docs/network/load-balancer/"
|
|
11169
11974
|
],
|
|
11170
|
-
"security_notes": "Placement groups with enforced policy may block instance scheduling if hypervisor capacity is insufficient in the target zone
|
|
11975
|
+
"security_notes": "Placement groups with enforced policy may block instance scheduling if hypervisor capacity is insufficient in the target zone \u2014 always prefer max_availability for non-critical HA. Security groups are zone-scoped; cross-zone traffic must be reviewed for unintended public exposure. VPC routes are regional, but Private Network interfaces are zone-bound; verify routing consistency across zones.",
|
|
11171
11976
|
"last_verified": "2026-05-10",
|
|
11172
11977
|
"path": "agents/scaleway/scaleway-network-architect-agent",
|
|
11173
11978
|
"version": "0.1.0",
|
|
@@ -11284,7 +12089,7 @@
|
|
|
11284
12089
|
"gemini",
|
|
11285
12090
|
"kiro"
|
|
11286
12091
|
],
|
|
11287
|
-
"summary": "Review a test suite for assertion quality over coverage percentage
|
|
12092
|
+
"summary": "Review a test suite for assertion quality over coverage percentage \u2014 detecting coverage theater, assertion-free and tautological tests, mock over-specification, untested branches, and weak coverage gates.",
|
|
11288
12093
|
"source_type": "original",
|
|
11289
12094
|
"official_docs": [
|
|
11290
12095
|
"https://martinfowler.com/bliki/TestCoverage.html",
|
|
@@ -11293,7 +12098,7 @@
|
|
|
11293
12098
|
"https://jestjs.io/docs/configuration",
|
|
11294
12099
|
"https://docs.pytest.org/en/stable/how-to/assert.html"
|
|
11295
12100
|
],
|
|
11296
|
-
"security_notes": "Static review only
|
|
12101
|
+
"security_notes": "Static review only \u2014 reads test source and coverage reports, never executes tests or runs a coverage tool. Never requests credentials, fixtures with real customer data, or production database snapshots.",
|
|
11297
12102
|
"last_verified": "2026-05-17",
|
|
11298
12103
|
"path": "agents/qa/test-coverage-quality-review-agent",
|
|
11299
12104
|
"author": "github: Raishin",
|
|
@@ -11321,10 +12126,373 @@
|
|
|
11321
12126
|
"https://docs.pytest.org/en/stable/how-to/flaky.html",
|
|
11322
12127
|
"https://martinfowler.com/articles/nonDeterminism.html"
|
|
11323
12128
|
],
|
|
11324
|
-
"security_notes": "Static review only
|
|
12129
|
+
"security_notes": "Static review only \u2014 analyzes failure logs, rerun history, and test source; never executes or re-runs tests. Never requests CI credentials, dashboard API tokens, or production data embedded in logs.",
|
|
11325
12130
|
"last_verified": "2026-05-17",
|
|
11326
12131
|
"path": "agents/qa/test-flakiness-triage-agent",
|
|
11327
12132
|
"author": "github: Raishin",
|
|
11328
12133
|
"version": "0.1.0"
|
|
12134
|
+
},
|
|
12135
|
+
{
|
|
12136
|
+
"id": "salesforce-adaptive-access-agent",
|
|
12137
|
+
"name": "Salesforce Adaptive Access Agent",
|
|
12138
|
+
"type": "agent",
|
|
12139
|
+
"provider": "salesforce",
|
|
12140
|
+
"harnesses": [
|
|
12141
|
+
"codex",
|
|
12142
|
+
"copilot",
|
|
12143
|
+
"claude-code",
|
|
12144
|
+
"cursor",
|
|
12145
|
+
"gemini",
|
|
12146
|
+
"kiro"
|
|
12147
|
+
],
|
|
12148
|
+
"summary": "Reviews contextual and risk-based access controls in Salesforce \u2014 Transaction Security Policies, Shield real-time event monitoring, Dynamic Forms conditions, permission set policies, Context-Aware Access, anomaly scoring, high-assurance session enforcement, and Einstein Trust Layer boundaries \u2014 against zero-trust principles; static review only, never mutates any org.",
|
|
12149
|
+
"source_type": "original",
|
|
12150
|
+
"official_docs": [
|
|
12151
|
+
"https://help.salesforce.com/s/articleView?id=sf.transaction_security_policy_events.htm",
|
|
12152
|
+
"https://help.salesforce.com/s/articleView?id=sf.shield_event_monitoring_intro.htm"
|
|
12153
|
+
],
|
|
12154
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12155
|
+
"last_verified": "2026-05-21",
|
|
12156
|
+
"path": "agents/salesforce/salesforce-adaptive-access-agent/",
|
|
12157
|
+
"companion_skills": [
|
|
12158
|
+
"salesforce-zero-trust-maturity-skill"
|
|
12159
|
+
],
|
|
12160
|
+
"version": "0.1.0",
|
|
12161
|
+
"harness_variants": {
|
|
12162
|
+
"codex": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/codex.toml",
|
|
12163
|
+
"copilot": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/copilot.agent.md",
|
|
12164
|
+
"claude-code": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/claude-code.agent.md",
|
|
12165
|
+
"cursor": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/cursor.agent.md",
|
|
12166
|
+
"gemini": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/gemini.agent.md",
|
|
12167
|
+
"kiro-ide": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/kiro-ide.agent.md",
|
|
12168
|
+
"kiro-cli": "agents/salesforce/salesforce-adaptive-access-agent/harnesses/kiro-cli.agent.json"
|
|
12169
|
+
}
|
|
12170
|
+
},
|
|
12171
|
+
{
|
|
12172
|
+
"id": "salesforce-certificate-lifecycle-agent",
|
|
12173
|
+
"name": "Salesforce Certificate Lifecycle Agent",
|
|
12174
|
+
"type": "agent",
|
|
12175
|
+
"provider": "salesforce",
|
|
12176
|
+
"harnesses": [
|
|
12177
|
+
"codex",
|
|
12178
|
+
"copilot",
|
|
12179
|
+
"claude-code",
|
|
12180
|
+
"cursor",
|
|
12181
|
+
"gemini",
|
|
12182
|
+
"kiro"
|
|
12183
|
+
],
|
|
12184
|
+
"summary": "Reviews Salesforce certificate and key management \u2014 self-signed and CA-signed certificates, expiry tracking, mTLS for Named Credentials, JWT signing certificates, SAML assertion signing, and rotation procedures \u2014 against zero-trust principles; static review only, never mutates any org.",
|
|
12185
|
+
"source_type": "original",
|
|
12186
|
+
"official_docs": [
|
|
12187
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_keys_about.htm",
|
|
12188
|
+
"https://help.salesforce.com/s/articleView?id=sf.named_credentials_about.htm"
|
|
12189
|
+
],
|
|
12190
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12191
|
+
"last_verified": "2026-05-21",
|
|
12192
|
+
"path": "agents/salesforce/salesforce-certificate-lifecycle-agent/",
|
|
12193
|
+
"companion_skills": [
|
|
12194
|
+
"salesforce-zero-trust-maturity-skill"
|
|
12195
|
+
],
|
|
12196
|
+
"version": "0.1.0",
|
|
12197
|
+
"harness_variants": {
|
|
12198
|
+
"codex": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/codex.toml",
|
|
12199
|
+
"copilot": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/copilot.agent.md",
|
|
12200
|
+
"claude-code": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/claude-code.agent.md",
|
|
12201
|
+
"cursor": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/cursor.agent.md",
|
|
12202
|
+
"gemini": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/gemini.agent.md",
|
|
12203
|
+
"kiro-ide": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/kiro-ide.agent.md",
|
|
12204
|
+
"kiro-cli": "agents/salesforce/salesforce-certificate-lifecycle-agent/harnesses/kiro-cli.agent.json"
|
|
12205
|
+
}
|
|
12206
|
+
},
|
|
12207
|
+
{
|
|
12208
|
+
"id": "salesforce-change-impact-analyst-agent",
|
|
12209
|
+
"name": "Salesforce Change Impact Analyst Agent",
|
|
12210
|
+
"type": "agent",
|
|
12211
|
+
"provider": "salesforce",
|
|
12212
|
+
"harnesses": [
|
|
12213
|
+
"codex",
|
|
12214
|
+
"copilot",
|
|
12215
|
+
"claude-code",
|
|
12216
|
+
"cursor",
|
|
12217
|
+
"gemini",
|
|
12218
|
+
"kiro"
|
|
12219
|
+
],
|
|
12220
|
+
"summary": "Performs adversarial pre-deployment change impact analysis for Salesforce releases \u2014 metadata dependencies, automation impacts, destructive change risk, permission changes, API deprecation, and change freeze compliance \u2014 static review only, never connects to any org.",
|
|
12221
|
+
"source_type": "original",
|
|
12222
|
+
"official_docs": [
|
|
12223
|
+
"https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_develop.htm",
|
|
12224
|
+
"https://help.salesforce.com/s/articleView?id=sf.changesets_about.htm"
|
|
12225
|
+
],
|
|
12226
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12227
|
+
"last_verified": "2026-05-21",
|
|
12228
|
+
"path": "agents/salesforce/salesforce-change-impact-analyst-agent/",
|
|
12229
|
+
"companion_skills": [
|
|
12230
|
+
"salesforce-devsecops-pipeline-skill"
|
|
12231
|
+
],
|
|
12232
|
+
"version": "0.1.0",
|
|
12233
|
+
"harness_variants": {
|
|
12234
|
+
"codex": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/codex.toml",
|
|
12235
|
+
"copilot": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/copilot.agent.md",
|
|
12236
|
+
"claude-code": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/claude-code.agent.md",
|
|
12237
|
+
"cursor": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/cursor.agent.md",
|
|
12238
|
+
"gemini": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/gemini.agent.md",
|
|
12239
|
+
"kiro-ide": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/kiro-ide.agent.md",
|
|
12240
|
+
"kiro-cli": "agents/salesforce/salesforce-change-impact-analyst-agent/harnesses/kiro-cli.agent.json"
|
|
12241
|
+
}
|
|
12242
|
+
},
|
|
12243
|
+
{
|
|
12244
|
+
"id": "salesforce-code-analyzer-orchestrator-agent",
|
|
12245
|
+
"name": "Salesforce Code Analyzer Orchestrator Agent",
|
|
12246
|
+
"type": "agent",
|
|
12247
|
+
"provider": "salesforce",
|
|
12248
|
+
"harnesses": [
|
|
12249
|
+
"codex",
|
|
12250
|
+
"copilot",
|
|
12251
|
+
"claude-code",
|
|
12252
|
+
"cursor",
|
|
12253
|
+
"gemini",
|
|
12254
|
+
"kiro"
|
|
12255
|
+
],
|
|
12256
|
+
"summary": "Reviews and triages Salesforce Code Analyzer findings across PMD, ESLint, RetireJS, and Graph Engine layers to enforce pre-deployment security gates \u2014 static review only, never executes scan tooling or connects to any org.",
|
|
12257
|
+
"source_type": "original",
|
|
12258
|
+
"official_docs": [
|
|
12259
|
+
"https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/index.html",
|
|
12260
|
+
"https://developer.salesforce.com/tools/sfdxcli",
|
|
12261
|
+
"https://help.salesforce.com/s/articleView?id=sf.devops_center_overview.htm"
|
|
12262
|
+
],
|
|
12263
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12264
|
+
"last_verified": "2026-05-21",
|
|
12265
|
+
"path": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/",
|
|
12266
|
+
"companion_skills": [
|
|
12267
|
+
"salesforce-devsecops-pipeline-skill"
|
|
12268
|
+
],
|
|
12269
|
+
"version": "0.1.0",
|
|
12270
|
+
"harness_variants": {
|
|
12271
|
+
"codex": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/codex.toml",
|
|
12272
|
+
"copilot": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/copilot.agent.md",
|
|
12273
|
+
"claude-code": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/claude-code.agent.md",
|
|
12274
|
+
"cursor": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/cursor.agent.md",
|
|
12275
|
+
"gemini": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/gemini.agent.md",
|
|
12276
|
+
"kiro-ide": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/kiro-ide.agent.md",
|
|
12277
|
+
"kiro-cli": "agents/salesforce/salesforce-code-analyzer-orchestrator-agent/harnesses/kiro-cli.agent.json"
|
|
12278
|
+
}
|
|
12279
|
+
},
|
|
12280
|
+
{
|
|
12281
|
+
"id": "salesforce-continuous-verification-agent",
|
|
12282
|
+
"name": "Salesforce Continuous Verification Agent",
|
|
12283
|
+
"type": "agent",
|
|
12284
|
+
"provider": "salesforce",
|
|
12285
|
+
"harnesses": [
|
|
12286
|
+
"codex",
|
|
12287
|
+
"copilot",
|
|
12288
|
+
"claude-code",
|
|
12289
|
+
"cursor",
|
|
12290
|
+
"gemini",
|
|
12291
|
+
"kiro"
|
|
12292
|
+
],
|
|
12293
|
+
"summary": "Reviews continuous identity and session verification controls in Salesforce \u2014 adaptive authentication, Always-On MFA, OAuth token lifetime, behavioral anomaly detection, and continuous re-validation patterns \u2014 against zero-trust principles; static review only, never mutates any org.",
|
|
12294
|
+
"source_type": "original",
|
|
12295
|
+
"official_docs": [
|
|
12296
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_mfa_overview.htm",
|
|
12297
|
+
"https://help.salesforce.com/s/articleView?id=sf.event_monitoring_overview.htm",
|
|
12298
|
+
"https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_flows.htm"
|
|
12299
|
+
],
|
|
12300
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12301
|
+
"last_verified": "2026-05-21",
|
|
12302
|
+
"path": "agents/salesforce/salesforce-continuous-verification-agent/",
|
|
12303
|
+
"companion_skills": [
|
|
12304
|
+
"salesforce-zero-trust-maturity-skill"
|
|
12305
|
+
],
|
|
12306
|
+
"version": "0.1.0",
|
|
12307
|
+
"harness_variants": {
|
|
12308
|
+
"codex": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/codex.toml",
|
|
12309
|
+
"copilot": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/copilot.agent.md",
|
|
12310
|
+
"claude-code": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/claude-code.agent.md",
|
|
12311
|
+
"cursor": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/cursor.agent.md",
|
|
12312
|
+
"gemini": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/gemini.agent.md",
|
|
12313
|
+
"kiro-ide": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/kiro-ide.agent.md",
|
|
12314
|
+
"kiro-cli": "agents/salesforce/salesforce-continuous-verification-agent/harnesses/kiro-cli.agent.json"
|
|
12315
|
+
}
|
|
12316
|
+
},
|
|
12317
|
+
{
|
|
12318
|
+
"id": "salesforce-hyperforce-security-agent",
|
|
12319
|
+
"name": "Salesforce Hyperforce Security Agent",
|
|
12320
|
+
"type": "agent",
|
|
12321
|
+
"provider": "salesforce",
|
|
12322
|
+
"harnesses": [
|
|
12323
|
+
"codex",
|
|
12324
|
+
"copilot",
|
|
12325
|
+
"claude-code",
|
|
12326
|
+
"cursor",
|
|
12327
|
+
"gemini",
|
|
12328
|
+
"kiro"
|
|
12329
|
+
],
|
|
12330
|
+
"summary": "Reviews Hyperforce deployment security posture, data residency commitments, HIA controls, and shared responsibility boundaries for Salesforce Hyperforce tenants.",
|
|
12331
|
+
"source_type": "original",
|
|
12332
|
+
"official_docs": [
|
|
12333
|
+
"https://help.salesforce.com/s/articleView?id=sf.hyperforce_overview.htm",
|
|
12334
|
+
"https://help.salesforce.com/s/articleView?id=sf.hyperforce_infrastructure_access.htm"
|
|
12335
|
+
],
|
|
12336
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12337
|
+
"last_verified": "2026-05-21",
|
|
12338
|
+
"path": "agents/salesforce/salesforce-hyperforce-security-agent/",
|
|
12339
|
+
"companion_skills": [
|
|
12340
|
+
"salesforce-infrastructure-audit-skill"
|
|
12341
|
+
],
|
|
12342
|
+
"version": "0.1.0",
|
|
12343
|
+
"harness_variants": {
|
|
12344
|
+
"codex": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/codex.toml",
|
|
12345
|
+
"copilot": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/copilot.agent.md",
|
|
12346
|
+
"claude-code": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/claude-code.agent.md",
|
|
12347
|
+
"cursor": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/cursor.agent.md",
|
|
12348
|
+
"gemini": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/gemini.agent.md",
|
|
12349
|
+
"kiro-ide": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/kiro-ide.agent.md",
|
|
12350
|
+
"kiro-cli": "agents/salesforce/salesforce-hyperforce-security-agent/harnesses/kiro-cli.agent.json"
|
|
12351
|
+
}
|
|
12352
|
+
},
|
|
12353
|
+
{
|
|
12354
|
+
"id": "salesforce-network-policy-architect-agent",
|
|
12355
|
+
"name": "Salesforce Network Policy Architect Agent",
|
|
12356
|
+
"type": "agent",
|
|
12357
|
+
"provider": "salesforce",
|
|
12358
|
+
"harnesses": [
|
|
12359
|
+
"codex",
|
|
12360
|
+
"copilot",
|
|
12361
|
+
"claude-code",
|
|
12362
|
+
"cursor",
|
|
12363
|
+
"gemini",
|
|
12364
|
+
"kiro"
|
|
12365
|
+
],
|
|
12366
|
+
"summary": "Reviews Salesforce org-level network security policies, IP allowlisting controls, session settings, and CSP Trusted Sites configuration for security gaps.",
|
|
12367
|
+
"source_type": "original",
|
|
12368
|
+
"official_docs": [
|
|
12369
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_networkaccess.htm",
|
|
12370
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_trusted_ip.htm",
|
|
12371
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_session_timeout.htm"
|
|
12372
|
+
],
|
|
12373
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12374
|
+
"last_verified": "2026-05-21",
|
|
12375
|
+
"path": "agents/salesforce/salesforce-network-policy-architect-agent/",
|
|
12376
|
+
"companion_skills": [
|
|
12377
|
+
"salesforce-infrastructure-audit-skill"
|
|
12378
|
+
],
|
|
12379
|
+
"version": "0.1.0",
|
|
12380
|
+
"harness_variants": {
|
|
12381
|
+
"codex": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/codex.toml",
|
|
12382
|
+
"copilot": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/copilot.agent.md",
|
|
12383
|
+
"claude-code": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/claude-code.agent.md",
|
|
12384
|
+
"cursor": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/cursor.agent.md",
|
|
12385
|
+
"gemini": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/gemini.agent.md",
|
|
12386
|
+
"kiro-ide": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/kiro-ide.agent.md",
|
|
12387
|
+
"kiro-cli": "agents/salesforce/salesforce-network-policy-architect-agent/harnesses/kiro-cli.agent.json"
|
|
12388
|
+
}
|
|
12389
|
+
},
|
|
12390
|
+
{
|
|
12391
|
+
"id": "salesforce-sandbox-governance-agent",
|
|
12392
|
+
"name": "Salesforce Sandbox Governance Agent",
|
|
12393
|
+
"type": "agent",
|
|
12394
|
+
"provider": "salesforce",
|
|
12395
|
+
"harnesses": [
|
|
12396
|
+
"codex",
|
|
12397
|
+
"copilot",
|
|
12398
|
+
"claude-code",
|
|
12399
|
+
"cursor",
|
|
12400
|
+
"gemini",
|
|
12401
|
+
"kiro"
|
|
12402
|
+
],
|
|
12403
|
+
"summary": "Reviews Salesforce sandbox data governance posture, PII masking strategy, Connected App scope, and access controls to prevent regulated data leakage into lower environments \u2014 static review only, never connects to any org.",
|
|
12404
|
+
"source_type": "original",
|
|
12405
|
+
"official_docs": [
|
|
12406
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_sandbox_create.htm",
|
|
12407
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_masking_intro.htm"
|
|
12408
|
+
],
|
|
12409
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12410
|
+
"last_verified": "2026-05-21",
|
|
12411
|
+
"path": "agents/salesforce/salesforce-sandbox-governance-agent/",
|
|
12412
|
+
"companion_skills": [
|
|
12413
|
+
"salesforce-devsecops-pipeline-skill"
|
|
12414
|
+
],
|
|
12415
|
+
"version": "0.1.0",
|
|
12416
|
+
"harness_variants": {
|
|
12417
|
+
"codex": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/codex.toml",
|
|
12418
|
+
"copilot": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/copilot.agent.md",
|
|
12419
|
+
"claude-code": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/claude-code.agent.md",
|
|
12420
|
+
"cursor": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/cursor.agent.md",
|
|
12421
|
+
"gemini": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/gemini.agent.md",
|
|
12422
|
+
"kiro-ide": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/kiro-ide.agent.md",
|
|
12423
|
+
"kiro-cli": "agents/salesforce/salesforce-sandbox-governance-agent/harnesses/kiro-cli.agent.json"
|
|
12424
|
+
}
|
|
12425
|
+
},
|
|
12426
|
+
{
|
|
12427
|
+
"id": "salesforce-sandbox-isolation-agent",
|
|
12428
|
+
"name": "Salesforce Sandbox Isolation Agent",
|
|
12429
|
+
"type": "agent",
|
|
12430
|
+
"provider": "salesforce",
|
|
12431
|
+
"harnesses": [
|
|
12432
|
+
"codex",
|
|
12433
|
+
"copilot",
|
|
12434
|
+
"claude-code",
|
|
12435
|
+
"cursor",
|
|
12436
|
+
"gemini",
|
|
12437
|
+
"kiro"
|
|
12438
|
+
],
|
|
12439
|
+
"summary": "Reviews Salesforce sandbox environment types, data isolation enforcement, production data leakage risks, refresh policies, and data masking requirements before sandbox creation.",
|
|
12440
|
+
"source_type": "original",
|
|
12441
|
+
"official_docs": [
|
|
12442
|
+
"https://help.salesforce.com/s/articleView?id=sf.create_test_instance.htm",
|
|
12443
|
+
"https://help.salesforce.com/s/articleView?id=sf.data_sandbox_create.htm"
|
|
12444
|
+
],
|
|
12445
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12446
|
+
"last_verified": "2026-05-21",
|
|
12447
|
+
"path": "agents/salesforce/salesforce-sandbox-isolation-agent/",
|
|
12448
|
+
"companion_skills": [
|
|
12449
|
+
"salesforce-infrastructure-audit-skill"
|
|
12450
|
+
],
|
|
12451
|
+
"version": "0.1.0",
|
|
12452
|
+
"harness_variants": {
|
|
12453
|
+
"codex": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/codex.toml",
|
|
12454
|
+
"copilot": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/copilot.agent.md",
|
|
12455
|
+
"claude-code": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/claude-code.agent.md",
|
|
12456
|
+
"cursor": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/cursor.agent.md",
|
|
12457
|
+
"gemini": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/gemini.agent.md",
|
|
12458
|
+
"kiro-ide": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/kiro-ide.agent.md",
|
|
12459
|
+
"kiro-cli": "agents/salesforce/salesforce-sandbox-isolation-agent/harnesses/kiro-cli.agent.json"
|
|
12460
|
+
}
|
|
12461
|
+
},
|
|
12462
|
+
{
|
|
12463
|
+
"id": "salesforce-session-governance-agent",
|
|
12464
|
+
"name": "Salesforce Session Governance Agent",
|
|
12465
|
+
"type": "agent",
|
|
12466
|
+
"provider": "salesforce",
|
|
12467
|
+
"harnesses": [
|
|
12468
|
+
"codex",
|
|
12469
|
+
"copilot",
|
|
12470
|
+
"claude-code",
|
|
12471
|
+
"cursor",
|
|
12472
|
+
"gemini",
|
|
12473
|
+
"kiro"
|
|
12474
|
+
],
|
|
12475
|
+
"summary": "Reviews Salesforce session security settings, High Assurance session requirements, OAuth session policies, Connected App controls, and session hijacking risks from long-lived tokens.",
|
|
12476
|
+
"source_type": "original",
|
|
12477
|
+
"official_docs": [
|
|
12478
|
+
"https://help.salesforce.com/s/articleView?id=sf.security_session_settings.htm",
|
|
12479
|
+
"https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_connectedapp_create.htm"
|
|
12480
|
+
],
|
|
12481
|
+
"security_notes": "Static review only \u2014 works from sanitized configuration excerpts and never requests org credentials, API keys, or user PII. Does not approve, deploy, or mutate any org.",
|
|
12482
|
+
"last_verified": "2026-05-21",
|
|
12483
|
+
"path": "agents/salesforce/salesforce-session-governance-agent/",
|
|
12484
|
+
"companion_skills": [
|
|
12485
|
+
"salesforce-infrastructure-audit-skill"
|
|
12486
|
+
],
|
|
12487
|
+
"version": "0.1.0",
|
|
12488
|
+
"harness_variants": {
|
|
12489
|
+
"codex": "agents/salesforce/salesforce-session-governance-agent/harnesses/codex.toml",
|
|
12490
|
+
"copilot": "agents/salesforce/salesforce-session-governance-agent/harnesses/copilot.agent.md",
|
|
12491
|
+
"claude-code": "agents/salesforce/salesforce-session-governance-agent/harnesses/claude-code.agent.md",
|
|
12492
|
+
"cursor": "agents/salesforce/salesforce-session-governance-agent/harnesses/cursor.agent.md",
|
|
12493
|
+
"gemini": "agents/salesforce/salesforce-session-governance-agent/harnesses/gemini.agent.md",
|
|
12494
|
+
"kiro-ide": "agents/salesforce/salesforce-session-governance-agent/harnesses/kiro-ide.agent.md",
|
|
12495
|
+
"kiro-cli": "agents/salesforce/salesforce-session-governance-agent/harnesses/kiro-cli.agent.json"
|
|
12496
|
+
}
|
|
11329
12497
|
}
|
|
11330
12498
|
]
|