frontend-razor
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard frontend development patterns for ASP.NET Core Razor. All code snippets follow official Microsoft documentation and community best practices for MVC/Razor Pages development.
- [SAFE]: The skill correctly demonstrates security features such as
@Html.AntiForgeryToken()for CSRF protection and strongly-typed models for input validation. - [SAFE]: The use of
@Html.Raw()is documented as a specific use-case for rendering trusted HTML content, which is standard in Razor development and not an inherent vulnerability in the context of a documentation skill.
Audit Metadata