dotnet-container-deployment
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references official container images for PostgreSQL, Redis, OpenTelemetry, and Grafana from well-known repositories. It also utilizes standard, official GitHub Actions for CI/CD workflows. These references are neutral and part of the skill's primary educational purpose.
- [COMMAND_EXECUTION]: Uses standard tooling commands such as
dotnet publishfor container generation andcurlfor Kubernetes health check probes. These commands are implemented using industry-standard patterns for .NET deployments. - [CREDENTIALS_UNSAFE]: Includes example configuration manifests with placeholder credentials (e.g., 'Password=secret', 'devpassword'). These are clearly identified as development placeholders, and the skill provides explicit warnings against storing real secrets in source control, recommending the use of external secrets operators for production environments.
Audit Metadata