k8s-troubleshooter
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
kubectl,ssh, andhelmcommands for cluster diagnostics. These are legitimate tools for the stated purpose. The Python scriptscripts/check_namespace.pyusessubprocess.runwith list-based arguments, which is a recommended security practice to prevent shell injection. - [DATA_EXFILTRATION]: The skill accesses cluster status, logs, and events to provide troubleshooting information to the user. No unauthorized network operations or exfiltration to external domains were identified.
- [PROMPT_INJECTION]: The skill processes data from pod logs and events, creating an attack surface for indirect prompt injection.
- Ingestion points: pod logs and event messages in
scripts/check_namespace.pyandSKILL.md. - Boundary markers: None present.
- Capability inventory: full
kubectlaccess,sshcapabilities, and local script execution. - Sanitization: No content filtering of cluster data is performed.
- [SAFE]: Static analysis findings regarding destructive commands (such as
rmordd) in reference files were reviewed and found to be benign, properly documented steps for cleaning up Helm dependencies or performing disk performance testing.
Audit Metadata