dotnet-clean-architecture
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard .NET CLI commands (
dotnet new,dotnet sln,dotnet add reference) to create projects and manage their relationships. These operations are essential for the skill's primary purpose of project scaffolding. - [CREDENTIALS_UNSAFE]: The provided
appsettings.jsontemplate contains a default local database password (postgres) and a descriptive placeholder for an authentication secret key. These are clearly intended as examples for local development environments and are not actual hardcoded production secrets. - [EXTERNAL_DOWNLOADS]: Dependencies listed in the project files (MediatR, FluentValidation, Entity Framework Core, Dapper, Npgsql, Serilog) are well-known, industry-standard packages from the official NuGet registry.
Audit Metadata