migrate-dotnet9-to-dotnet10

Pass

Audited by Gen Agent Trust Hub on Apr 11, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were detected in the skill instructions or reference materials. The skill focuses on standard software maintenance and upgrade procedures.
  • [COMMAND_EXECUTION]: The skill instructs the agent to use standard .NET CLI tools like dotnet build, dotnet restore, and dotnet test to verify the migration. These tools are used for their intended purpose in a developer environment.
  • [EXTERNAL_DOWNLOADS]: The migration workflow involves updating project dependencies to .NET 10 versions. These updates target official Microsoft and NuGet registries, which are well-known services and trusted sources.
  • [DATA_EXFILTRATION]: The skill proactively warns about changes in .NET 10 that could lead to accidental data exposure, such as XmlSerializer including properties marked as Obsolete or connection strings leaking version info. It provides specific instructions to use XmlIgnore and custom application names as mitigations.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 11, 2026, 12:41 PM
Security Audit — agent-trust-hub — migrate-dotnet9-to-dotnet10