Skip to main content

Docker Environment Setup

Facilitates the setup of Docker containers for Nextflow training, ensuring a consistent environment for bioinformatics workflows.

Install this skill

or
40/100

Security score

The Docker Environment Setup skill was audited on Feb 9, 2026 and we found 8 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26```bash
medium line 39

Template literal with variable interpolation in command context

SourceSKILL.md
39```bash
medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72```bash
high line 98

Template literal with variable interpolation in command context

SourceSKILL.md
982. **Matching host paths** (`-v "${HOST_PATH}:${HOST_PATH}"`) - Work directories resolve correctly between containers
medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103```bash
medium line 132

Template literal with variable interpolation in command context

SourceSKILL.md
132```bash
high line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148| `.command.sh: No such file or directory` | Path mismatch | Use matching paths: `-v "${HOST_PATH}:${HOST_PATH}"` |
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160```bash
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →