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, and dotnet format to 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.com to 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 .csproj and Directory.Build.*, using the rg (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.md files 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
Risk Level
SAFE
Analyzed
Apr 10, 2026, 06:53 PM