Skip to main content

docker-deployment

Facilitates Docker containerization for Python/FastAPI apps, ensuring optimized, secure deployments for development and production.

Install this skill

or
81/100

Security score

The docker-deployment skill was audited on Feb 9, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Curl to non-GitHub URL

SourceSKILL.md
39curl -fsSL https://get.docker.com -o get-docker.sh
medium line 162

Curl to non-GitHub URL

SourceSKILL.md
162CMD curl -f http://localhost:8000/health || exit 1
medium line 148

Access to root home directory

SourceSKILL.md
148COPY --from=builder --chown=appuser:appuser /root/.local /home/appuser/.local
low line 231

Access to .env file

SourceSKILL.md
231- .env
low line 284

Access to .env file

SourceSKILL.md
284- .env
low line 39

External URL reference

SourceSKILL.md
39curl -fsSL https://get.docker.com -o get-docker.sh
low line 162

External URL reference

SourceSKILL.md
162CMD curl -f http://localhost:8000/health || exit 1
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →