Security And Hardening

Hardens .NET/C# code against vulnerabilities — input validation (FluentValidation), EF Core parameterization, ASP.NET Core Identity / JWT bearer / policy-based authz, Data Protection, antiforgery, user-secrets + Key Vault, `dotnet list package --vulnerable`. Use when handling user input, authentication, data storage, or external integrations in ASP.NET Core, Blazor, or Avalonia/MAUI apps that talk to an API.

peterblazejewicz Updated

File contents

peterblazejewicz/claude-plugins/tree/main/plugins/dotnet-skills/skills/security-and-hardening commit 87265b9c79

Frequently asked questions

npx skillmds@latest add peterblazejewicz/security-and-hardening