skills/ronnythedev/dotnet-clean-architecture-skills/dotnet-legacy-api-controllers/Gen Agent Trust Hub
dotnet-legacy-api-controllers
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a code generation template for .NET development. It does not contain any executable scripts, remote downloads, or hidden instructions.
- [SAFE]: Security best practices are baked into the templates, such as the use of
[Authorize]attributes and the implementation of custom permission-based authorization (HasPermissionAttribute). - [SAFE]: The provided
ExceptionHandlingMiddlewarefollows security standards by sanitizing error responses and returningProblemDetails, which prevents internal stack traces or sensitive system information from being leaked to API consumers. - [SAFE]: The 'Anti-Patterns to Avoid' section explicitly discourages insecure practices, such as returning raw domain entities (which could lead to over-posting or data exposure) and performing business logic within the controller layer.
Audit Metadata