skills/mukul975/anthropic-cybersecurity-skills/performing-container-escape-detection/Gen Agent Trust Hub
performing-container-escape-detection
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate security auditing functions as described in the documentation. It inspects Kubernetes pod specifications for common security risks like
hostPID,hostNetwork, and privileged security contexts. - [DATA_EXFILTRATION]: The analysis of
scripts/agent.pyshows that data collected from the Kubernetes API is only printed to the standard output or saved to a local file namedcontainer_escape_report.json. No network operations to external domains were identified. - [CREDENTIALS_UNSAFE]: The skill correctly uses standard Kubernetes authentication methods (
load_kube_configandload_incluster_config) to interact with the cluster. There are no hardcoded secrets, tokens, or private keys present in the source code. - [COMMAND_EXECUTION]: The skill interacts with the system solely through the
kubernetesPython library. It does not use functions likeos.systemorsubprocess.runto execute arbitrary shell commands.
Audit Metadata