rollout-check
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executekubectlcommands. These commands are limited to read-only diagnostic operations, such as checking rollout status, pod readiness, resource usage, and HPA configurations. - [DATA_EXFILTRATION]: While the skill retrieves logs and events that could contain sensitive information, it includes a proactive mitigation step. It uses
sedto filter and redact sensitive patterns (e.g., passwords, tokens, credentials) from all command output before displaying it to the user. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it processes untrusted data from external sources (Kubernetes logs and events).
- Ingestion points: Kubernetes container logs (
kubectl logs) and cluster events (kubectl get events) as defined inSKILL.md. - Boundary markers: Findings are presented in a structured health dashboard table.
- Capability inventory: The skill utilizes
Bash(forkubectlexecution),Read,Grep, andGlobtools. - Sanitization: Implements keyword-based redaction for secrets, although it does not specifically filter for malicious natural language instructions embedded in logs.
Audit Metadata