dotnet-add-ci
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard starter templates for CI/CD workflows. It follows security best practices such as the principle of least privilege in GitHub Actions (e.g.,
permissions: contents: read). - [EXTERNAL_DOWNLOADS]: The templates utilize official GitHub Actions from the
actionsorganization and reference documentation from trusted sources including Microsoft and GitHub. These are well-known and official resources. - [COMMAND_EXECUTION]: Instructions involve standard .NET CLI commands (
dotnet build,dotnet test,dotnet pack) and optional local verification using the GitHub CLI (gh). These are routine development tasks and do not involve unauthorized or hidden execution.
Audit Metadata