Skip to main content

docker-dotnet-containerize

Generates optimized Docker configurations for .NET APIs, enhancing build efficiency and minimizing image size with advanced techniques.

Install this skill

or
64/100

Security score

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

Categories Tested

Security Issues

medium line 270

Template literal with variable interpolation in command context

SourceSKILL.md
270```bash
medium line 313

Template literal with variable interpolation in command context

SourceSKILL.md
313```powershell
medium line 326

Template literal with variable interpolation in command context

SourceSKILL.md
326-f $DockerfilePath `
medium line 327

Template literal with variable interpolation in command context

SourceSKILL.md
327-t "${ImageName}:${Version}" `
medium line 329

Template literal with variable interpolation in command context

SourceSKILL.md
329--build-arg BUILD_CONFIGURATION=Release `
medium line 535

Template literal with variable interpolation in command context

SourceSKILL.md
535```bash
medium line 522

Curl to non-GitHub URL

SourceSKILL.md
522curl http://localhost:8080/health
low line 522

External URL reference

SourceSKILL.md
522curl http://localhost:8080/health
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →