Hygiene

Guidance for input sanitization, output encoding, and security hygiene in .NET. USE FOR: preventing XSS attacks, SQL injection prevention, HTML/URL/JavaScript encoding, input validation, Content Security Policy headers, CSRF protection, secure HTTP headers. DO NOT USE FOR: authentication flows (use ASP.NET Core Identity), encryption at rest (use CryptoNet), authorization policies (use Casbin/Enforcer), or certificate management.

Tyler-R-Kendrick 91bc877 22 files · 32.3 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/security/hygiene commit 91bc877e76

Frequently asked questions

npx skillmds add tyler-r-kendrick/hygiene