containerize-aspnetcore
Facilitates the containerization of ASP.NET Core projects by generating customized Dockerfiles for optimized deployment.
Install this skill
or
87/100
Security score
The containerize-aspnetcore skill was audited on Mar 1, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 323
Curl to non-GitHub URL
SourceSKILL.md
| 323 | CMD curl -f http://localhost:8080/health || exit 1 |
medium line 291
Access to root home directory
SourceSKILL.md
| 291 | # ENV PATH="$PATH:/root/.dotnet/tools" |
low line 45
External URL reference
SourceSKILL.md
| 45 | - `[Specify ASPNETCORE_URLS, or default to "http://+:8080"]` |
low line 304
External URL reference
SourceSKILL.md
| 304 | ENV ASPNETCORE_URLS=http://+:8080 |
low line 323
External URL reference
SourceSKILL.md
| 323 | CMD curl -f http://localhost:8080/health || exit 1 |
Scanned on Mar 1, 2026
View Security Dashboard