kubernetes-health
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Prompt Injection] (LOW): Surface for indirect prompt injection exists because the skill processes untrusted data from the Kubernetes cluster (e.g., logs and events).
- Ingestion points: Data enters the agent context through
scripts/discover_apis.pyand variouskubectlcommands (logs, events, resource statuses) defined inreferences/operator-checks.md. - Boundary markers: Absent. The instructions do not provide delimiters or warnings to ignore instructions embedded within the cluster data.
- Capability inventory: Includes read-only
kubectlaccess and execution of local Python scripts viauv. - Sanitization: Absent. Logs and event messages are aggregated into reports without filtering or escaping content that might influence the LLM.
- [External Downloads] (LOW): The skill depends on the official
kubernetesPython package. - Dependency:
kubernetes>=28.1.0listed inscripts/discover_apis.py. - Source: Trusted organization (
kubernetes). Per [TRUST-SCOPE-RULE], dependencies from trusted sources are categorized as LOW severity.
Audit Metadata