docker-patterns
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The guidance is mostly image-level best practices, but it explicitly recommends running a privileged container that mounts the host docker socket and /etc (docker run --privileged ... -v /var/run/docker.sock:/var/run/docker.sock -v /etc:/etc:ro), an action that requires elevated privileges and can expose/modify host state—so it encourages operations that can compromise the machine.
Issues (1)
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata