roslynator
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard .NET ecosystem tools (
dotnetCLI) to manage dependencies and execute code analysis, which is consistent with its stated purpose of improving code quality. - [EXTERNAL_DOWNLOADS]: It provides instructions to install official Roslynator packages (
Roslynator.Analyzers) and the Roslynator CLI tool (roslynator.dotnet.cli) via the standard NuGet package manager. These are well-known, reputable tools in the .NET development community. - [COMMAND_EXECUTION]: The skill executes standard build and analysis commands such as
dotnet build,roslynator analyze, androslynator fix. These are necessary for the skill's primary function and are triggered appropriately based on user requests for linting or code cleanup. - [DATA_EXFILTRATION]: No network exfiltration patterns or unauthorized access to sensitive local files (such as
.ssh,.aws, or.env) were detected. - [PROMPT_INJECTION]: The instructions do not contain any bypass markers, jailbreak attempts, or commands to ignore safety guidelines.
Audit Metadata