ワンクリックで
review-security-k8s-agents-main
Orchestrates comprehensive Kubernetes security audits specifically tailored for AI agent workloads.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Orchestrates comprehensive Kubernetes security audits specifically tailored for AI agent workloads.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Autonomously poll, triage, investigate, and resolve unaddressed open issues on our target GitHub repository strictly within authorized scope.
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto Provisioning configuration or general GKE cluster creation.
Audit, monitor, and debug the logging, tracing, metrics, and API/dashboard observability of the Platform Agent.
Standard Operating Procedure (SOP) for generating and updating secure, compliant, and cost-effective GKE manifests.
Systematic Standard Operating Procedure (SOP) for diagnosing GKE workload failures, crash loops, resource OOMs, mounting errors, and connectivity timeouts.
Reviews Kubernetes Pod security contexts for workload-level isolation and privilege escalation risks.
| name | review-security-k8s-agents-main |
| description | Orchestrates comprehensive Kubernetes security audits specifically tailored for AI agent workloads. |
Coordinate AI agent security review sub-agents, gather findings, and produce a summarized JSON report.
Pass project context (from review-security-k8s-understand) to sub-agents.
Launch in parallel sub-agents:
review-security-k8s-agents-sandboxreview-security-k8s-agents-firewallreview-security-k8s-agents-credentialsreview-security-k8s-agents-prompt-injectionreview-security-k8s-agents-data-exfilreview-security-k8s-agents-audit-logsCRITICAL: Instruct each to output JSON:
[{"agent": "<skill-name>", "findings": [{"message": "<desc>", "file": "<name>", "line": "<num>"}]}]
(Return empty list if no findings). Wait for completion.
Evaluate the raw findings against the project context to determine actual risk. Filter out findings that are functionally required by the workload's specific role or adequately mitigated by broader architectural controls.
RuntimeClass (e.g. gVisor or Kata Containers) providing a secure sandbox isolation boundary.Merge the filtered findings into a single JSON array. Output MUST be valid JSON string (markdown blocks okay). Omit agents with no findings or return empty findings.