Kubernetes Service Specification

Pass

Audited by Gen Agent Trust Hub on Aug 5, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides standard documentation and manifest templates for Kubernetes Service resources, following official industry best practices for ClusterIP, NodePort, and LoadBalancer configurations.
  • [EXTERNAL_DOWNLOADS]: Reference URLs in troubleshooting.md point to the official Kubernetes documentation domain (kubernetes.io), which is recognized as a trusted source for technical specifications.
  • [EXTERNAL_DOWNLOADS]: The troubleshooting commands suggest using the busybox container image, which is a standard, well-known tool used for network diagnostics within Kubernetes environments.
  • [COMMAND_EXECUTION]: Diagnostic commands such as kubectl get service and nslookup are included as static examples for the user to execute manually during troubleshooting, without any automated or hidden execution patterns.
  • [SAFE]: Security instructions explicitly advise against exposing broad source ranges (0.0.0.0/0) and hardcoding sensitive information like secrets or credentials, promoting secure cloud infrastructure management.
  • [PROMPT_INJECTION]: The skill ingests user-defined labels and port mappings to generate manifests; however, this input surface is fundamental to the skill's primary purpose and is balanced by explicit instructions to prioritize least privilege and safety-gated operations.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 5, 2026, 04:49 PM
Security Audit — agent-trust-hub — Kubernetes Service Specification