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 ExceptionHandlingMiddleware follows security standards by sanitizing error responses and returning ProblemDetails, 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
Risk Level
SAFE
Analyzed
Jul 21, 2026, 12:04 PM
Security Audit — agent-trust-hub — dotnet-legacy-api-controllers