docker-pentesting
Fail
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: CRITICALCOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous commands intended to bypass container isolation and execute code on the host system.
- Evidence includes instructions for mounting the host root filesystem, exploiting
cgrouprelease_agent, and usingnsenterto escape to the host namespace. - It provides methods to overwrite host-level system files like
/etc/cron.d/pwnto achieve persistence and code execution. - [DATA_EXFILTRATION]: Detailed instructions are provided for harvesting sensitive files and credentials from the host environment.
- Specific targets include
/etc/shadow,/etc/passwd, SSH private keys (~/.ssh/id_rsa), and cloud service credentials (~/.aws/credentials,~/.kube/config). - It describes using
curlto send extracted data to attacker-controlled servers. - [REMOTE_CODE_EXECUTION]: The skill contains functional reverse shell payloads and shell injection patterns.
- Includes a Python-based reverse shell script in
references/escape-methods.mdutilizingpty.spawnand socket redirection. SKILL.mdcontains a pattern flagged by automated scanners:curl -s --unix-socket $SOCK http://localhost/images/json | python3, which pipes data directly from a local socket into a Python interpreter.- [EXTERNAL_DOWNLOADS]: The skill references and provides commands to download third-party penetration testing tools from external sources.
- Specifically, it fetches the
deepce.shenumeration script from GitHub:https://github.com/stealthcopter/deepce/raw/main/deepce.sh.
Recommendations
- HIGH: Downloads and executes remote code from: http://localhost/images/json - DO NOT USE without thorough review
- CRITICAL: 1 infected file(s) detected - DO NOT USE
Audit Metadata