skills/mukul975/anthropic-cybersecurity-skills/benchmarking-kubernetes-with-kube-bench/Gen Agent Trust Hub
benchmarking-kubernetes-with-kube-bench
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the
kube-benchbinary and Kubernetes Job manifests directly from Aqua Security's official GitHub repository (github.com/aquasecurity/kube-bench). These are well-known, trusted security tools and the downloads are standard installation procedures for this software. - [COMMAND_EXECUTION]: The
scripts/agent.pyfile usessubprocess.run()to execute thekube-benchbinary. This is the primary function of the script—to automate the execution of the audit tool and parse its JSON output. The commands are constructed using predefined arguments and do not incorporate unsanitized user input. - [COMMAND_EXECUTION]: The
SKILL.mdfile contains documentation for manual remediation steps, such as usingchmod,chown, and editing Kubernetes manifests. These are standard system administration tasks required to implement the security hardening recommendations provided by the audit tool.
Audit Metadata