dotnet-roslynator
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates the setup and use of Roslynator, a well-known open-source static analysis tool for .NET. All identified behaviors, such as package installation via NuGet and local command execution for code analysis and fixing, are consistent with the tool's intended purpose and follow standard development practices.
- [EXTERNAL_DOWNLOADS]: The skill installs the Roslynator.Analyzers NuGet package and the roslynator.dotnet.cli tool. These are well-known, legitimate resources from the .NET ecosystem.
- [COMMAND_EXECUTION]: The skill utilizes standard .NET CLI commands (dotnet add, dotnet tool install, dotnet build) and Roslynator CLI commands (roslynator analyze, roslynator fix) to perform static analysis and code cleanup. These operations are restricted to the local development environment and are standard for the skill's stated purpose.
- [DATA_EXFILTRATION]: No patterns of sensitive data access (e.g., credentials, SSH keys) or external data transmission were detected. The skill operates exclusively on repository metadata and source code files.
Audit Metadata