aspnet
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a development standard and code template repository for ASP.NET Core applications.
- [SAFE]: Password security is addressed by recommending BCrypt for hashing user credentials during registration.
- [SAFE]: Authentication and Authorization are implemented using standard JWT Bearer tokens and policy-based access control.
- [SAFE]: Exception handling middleware is configured to prevent information disclosure by returning generic error messages for unhandled server exceptions.
- [SAFE]: Data access patterns using Entity Framework Core protect against common vulnerabilities like SQL injection.
Audit Metadata