dotnet-version-upgrade
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- Safe Scripting and Tools: The skill utilizes standard .NET development tools and commands (e.g.,
dotnet build,dotnet test,git) to perform upgrades. All external downloads or package installations target well-known and trusted registries like NuGet (viaPackageReference) or official Microsoft repositories. No arbitrary remote code execution or suspicious obfuscation patterns were found. - Explicit Security Handling: The skill explicitly includes a section in
assessment.mdfor detecting and presenting package vulnerabilities (CVEs) to the user, ensuring they are addressed as part of the upgrade process. This is a proactive security feature rather than a vulnerability. - Credential Safety: The instructions do not request or hardcode sensitive information. It correctly suggests using
.envfiles or standard configuration management practices where applicable, following security best practices. - Controlled Execution Environment: The skill uses
confirm_optionsand human-in-the-loop checkpoints (Guided mode) to ensure the user reviews major changes like target framework selection and strategy before execution, preventing unintended automated modifications.
Audit Metadata