dotnet-modern-csharp
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard .NET CLI commands such as
dotnet build,dotnet test, anddotnet formatto validate code changes and ensure project integrity. These are expected tools for the stated purpose of code modernization. - [EXTERNAL_DOWNLOADS]: References official Microsoft documentation on
learn.microsoft.comto provide authoritative guidance on C# language features across different versions. These links target a trusted, well-known service. - [DATA_EXPOSURE]: Analyzes local project configuration files, including
.csprojandDirectory.Build.*, using therg(ripgrep) utility to identify target frameworks and language settings. This information is used locally to ensure compatibility and is not exfiltrated. - [PROMPT_INJECTION]: The skill processes untrusted repository content, including project-specific
AGENTS.mdfiles and source code, as part of its modernization workflow. While this constitutes a potential indirect prompt injection surface, the instructions guide the agent to respect existing repository constraints and scope.
Audit Metadata