coder-csharp-security
Installation
SKILL.md
<skill_overview> Reduce security risk with safe APIs, validation, and proper crypto usage Validating external input Working with secrets or tokens Using cryptography APIs Designing secure defaults Secure Coding Guidelines Cryptography Model </skill_overview> <input_validation> Validate all input from untrusted sources Prefer allow-lists over deny-lists Fail fast with clear validation errors </input_validation>