| name | dotnet-security |
| description | Security hardening and best practices for .NET applications. Navigation skill covering OWASP Top 10, authentication, authorization, cryptography, secrets management, and secure coding. For building secure applications.
Keywords: security, owasp, authentication, authorization, cryptography, jwt, oauth, secrets, hardening
|
| license | MIT |
| targets | ["*"] |
| category | security |
| subcategory | overview |
| tags | ["dotnet","security","owasp","overview"] |
| version | 1.0.0 |
| author | dotnet-agent-harness |
| related_skills | ["dotnet-security-owasp","dotnet-api-security","dotnet-cryptography","dotnet-secrets-management","dotnet-csharp-coding-standards"] |
| claudecode | {"allowed-tools":["Read","Grep","Glob","Bash","Write","Edit"]} |
| codexcli | {"short-description":".NET security - OWASP, auth, cryptography, secrets"} |
| opencode | {"allowed-tools":["Read","Grep","Glob","Bash","Write","Edit"]} |
| copilot | {} |
| geminicli | {} |
| antigravity | {} |
.NET Security
Security hardening and best practices for .NET applications. This meta-skill provides navigation to ~10 security-focused skills covering OWASP Top 10, authentication, authorization, cryptography, secrets management, and secure coding patterns.
When to Use This Skill
Load this skill when:
- Implementing OWASP Top 10 mitigations
- Setting up authentication and authorization
- Choosing cryptographic algorithms
- Managing secrets and credentials
- Reviewing code for security issues
- Hardening APIs and web applications
Quick Navigation
OWASP & Vulnerabilities
| Need | Load Skill | Level |
|---|
| OWASP Top 10 (2021) | dotnet-security-owasp | Advanced |
| Input validation | dotnet-input-validation | Intermediate |
| Security headers | dotnet-security-owasp | Advanced |
| Rate limiting | dotnet-security-owasp | Advanced |
Authentication & Authorization
| Need | Load Skill | Level |
|---|
| API security (JWT, OAuth) | dotnet-api-security | Advanced |
| Blazor auth | dotnet-blazor-auth | Intermediate |
| Passkeys | dotnet-api-security | Advanced |
Cryptography
| Need | Load Skill | Level |
|---|
| Algorithm selection | dotnet-cryptography | Advanced |
| Encryption/Hashing | dotnet-cryptography | Advanced |
| Key derivation | dotnet-cryptography | Advanced |
Secrets Management