quality-ci
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions focus on legitimate software engineering practices for .NET repositories, such as configuring EditorConfig, managing analyzers, and setting up automated testing pipelines.
- [EXTERNAL_DOWNLOADS]: The skill references several reputable external tools including StyleCopAnalyzers, Roslynator, Meziantou.Analyzer, Stryker.NET, and ReportGenerator. These are documented through their official GitHub repositories and established documentation sites (Microsoft Learn, JetBrains). The use of these tools is standard for the described purpose and does not involve suspicious or unknown sources.
- [COMMAND_EXECUTION]: The workflow involves standard .NET CLI operations such as
dotnet build,dotnet test, anddotnet format. It also includes the installation of official global tools likedotnet-reportgenerator-globaltoolandJetBrains.ReSharper.GlobalTools. These commands are executed within the context of a CI/CD environment to enforce code quality and do not demonstrate unauthorized or dangerous execution patterns. - [DATA_EXFILTRATION]: No patterns indicating unauthorized data access or exfiltration were found. The skill operates on repository-local configuration files (
.csproj,.editorconfig, CI YAML) to improve project structure and quality gates. - [PROMPT_INJECTION]: The skill does not contain instructions that attempt to bypass safety filters, override agent behavior, or reveal system prompts. It uses natural instructional language intended for task completion.
Audit Metadata