skills/mukul975/anthropic-cybersecurity-skills/detecting-container-escape-attempts/Gen Agent Trust Hub
detecting-container-escape-attempts
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The Python scripts
scripts/agent.pyandscripts/process.pyutilize thesubprocess.runmethod to execute system commands includingdocker ps,docker inspect, andkubectl get pods. These operations are consistent with the skill's purpose of auditing container configurations and runtime status. - [DATA_EXFILTRATION]: The skill references sensitive filesystem paths such as
/etc/shadowand/etc/kubernetes/admin.confwithin its auditing logic. However, the implementation only checks for the presence of these paths in configuration or logs as security indicators and does not attempt to read or exfiltrate the file contents. - [EXTERNAL_DOWNLOADS]: The documentation includes instructions to install the Falco security tool using Helm from the official repository at
https://falcosecurity.github.io/charts. This is a well-known and trusted source for security software. - [PROMPT_INJECTION]: The skill processes external data sources, such as Falco JSON logs and Kubernetes pod specifications. While this creates a potential surface for indirect prompt injection, the data is handled via structured JSON parsing and specific regex filters for auditing purposes, rather than being used to generate instructions for the AI agent or bypass safety controls.
Audit Metadata