Skip to main content

docker-security-guide

Provides comprehensive Docker security guidelines and threat mitigation strategies for secure container management.

Install this skill

or
24/100

Security score

The docker-security-guide skill was audited on May 13, 2026 and we found 14 security issues across 4 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 165

Template literal with variable interpolation in command context

SourceSKILL.md
165```yaml
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344```yaml
medium line 417

Template literal with variable interpolation in command context

SourceSKILL.md
417```dockerfile
high line 330

Piping content to sh shell

SourceSKILL.md
330curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh
medium line 653

Curl to non-GitHub URL

SourceSKILL.md
653--health-cmd="curl -f http://localhost/health || exit 1" \
medium line 426

Access to root home directory

SourceSKILL.md
426RUN --mount=type=secret,id=npmrc,target=/root/.npmrc \
high line 462

Access to SSH directory

SourceSKILL.md
462.ssh/
high line 454

Access to AWS credentials directory

SourceSKILL.md
454.aws/
low line 206

Access to .env file

SourceSKILL.md
206COPY .env /app/.env
low line 442

Access to .env file

SourceSKILL.md
442.env
low line 443

Access to .env file

SourceSKILL.md
443.env.local
low line 205

External URL reference

SourceSKILL.md
205RUN git clone https://user:[email protected]/repo.git
low line 216

External URL reference

SourceSKILL.md
216git clone https://$(cat /run/secrets/github_token)@github.com/repo.git
low line 653

External URL reference

SourceSKILL.md
653--health-cmd="curl -f http://localhost/health || exit 1" \
Scanned on May 13, 2026
View Security Dashboard
Installation guide →