dotnet-stylecop-analyzers
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 addfor package management anddotnet buildfor project validation. It also utilizesrg(ripgrep) for searching configuration strings and a one-line Python command for JSON validation. These operations are routine for .NET development workflows. - [EXTERNAL_DOWNLOADS]: The configuration references official JSON schemas and documentation from the DotNetAnalyzers repository on GitHub. These are well-known, established resources used for IDE integration and project configuration.
- [REMOTE_CODE_EXECUTION]: No patterns for remote code execution or untrusted script piping were detected. Package installations are restricted to official NuGet packages via the standard package manager.
- [DATA_EXFILTRATION]: No evidence of sensitive data access or exfiltration. The skill focuses solely on project configuration files (
.csproj,.editorconfig,stylecop.json).
Audit Metadata