docker
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and code snippets adhere to security best practices for containerization, including the use of .dockerignore to prevent sensitive file exposure and multi-stage builds to minimize attack surface area.- [EXTERNAL_DOWNLOADS]: The skill references official .NET container images from Microsoft's Container Registry (mcr.microsoft.com). These are well-known, trusted sources for development dependencies.- [COMMAND_EXECUTION]: Contains standard .NET CLI build commands (dotnet restore, dotnet publish) and basic shell scripting for directory management within Dockerfiles, all of which are appropriate for the skill's stated purpose.- [CREDENTIALS_UNSAFE]: The Docker Compose example uses generic placeholder credentials (Username=postgres;Password=postgres) intended for local development environments, following standard documentation patterns.
Audit Metadata