Skip to main content

dotnet-validation-patterns

Provides built-in .NET validation patterns for models and options, ensuring robust data integrity without third-party packages.

Install this skill

or
95/100

Security score

The dotnet-validation-patterns skill was audited on Mar 2, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 571

External URL reference

SourceSKILL.md
571- [Model Validation in ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation)
low line 572

External URL reference

SourceSKILL.md
572- [System.ComponentModel.DataAnnotations](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations)
low line 573

External URL reference

SourceSKILL.md
573- [IValidateOptions](https://learn.microsoft.com/en-us/dotnet/core/extensions/options#options-validation)
low line 574

External URL reference

SourceSKILL.md
574- [Options Pattern in .NET](https://learn.microsoft.com/en-us/dotnet/core/extensions/options)
low line 575

External URL reference

SourceSKILL.md
575- [Validator.TryValidateObject](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.validator.tryvalidateobject)
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →