pod-management
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution] (SAFE): The skill makes extensive use of
kubectlcommands to manage cluster resources. These are standard administrative tools consistent with the skill's purpose. - [Indirect Prompt Injection] (SAFE): The skill provides mechanisms to read container logs and resource descriptions which could be manipulated by a compromised workload. This is a known risk for any monitoring tool and is categorized as safe here as it is core functionality.
- Ingestion points:
kubectl logs,kubectl describe pod,kubectl get pod -o yamlin SKILL.md. - Boundary markers: Not present in the provided shell command templates.
- Capability inventory:
kubectl execfor container access,kubectl cpfor file movement, andkubectl apply/deletefor resource management in SKILL.md. - Sanitization: The skill does not implement custom sanitization for retrieved logs or metadata.
Audit Metadata