docker-dotnet-containerize
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill generates Dockerfile templates that pull official .NET SDK and runtime images from the Microsoft Container Registry (mcr.microsoft.com). These are trusted and well-known sources for development dependencies.
- [COMMAND_EXECUTION]: The skill provides templates for Bash and PowerShell scripts that use standard 'docker build' and 'dotnet' commands to automate the image creation process. These scripts are intended for user-initiated builds and do not contain hidden or malicious commands.
- [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill analyzes local solution files (.sln) and project files (.csproj) to determine the appropriate Dockerfile structure (SKILL.md).
- Boundary markers: No explicit boundary markers are defined for the project file analysis phase.
- Capability inventory: Based on the analysis, the skill generates static Dockerfiles, .dockerignore files, and build scripts. It does not perform any network operations or system modifications during the analysis phase.
- Sanitization: The skill maps project structures to pre-defined templates, reducing the risk of malicious project names influencing the generated output.
Audit Metadata