docker-expert
Fail
Audited by Runlayer on Feb 21, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
93.8%
Malicious tool definition detected
Shell commands are fallbacks.** ```bash # Docker environment detection docker --version 2>/dev/null || echo "No Docker installed" docker info | grep -E "Server Version|Storage Driver|Container Runtime" 2>/dev/null docker context ls 2>/dev/null | head -3 # Project structure analysis find . -name "Dockerfile*" -type f | head -10 find .
Tool: SKILL.md [2/2]
Audit Metadata