Skip to main content

dotnet-api-auth

Provides patterns for securing ASP.NET Core Web APIs with authentication and authorization methods, including JWT and API key validation.

Install this skill

or
97/100

Security score

The dotnet-api-auth skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 46

External URL reference

SourceSKILL.md
46"Issuer": "https://yourdomain.com",
low line 47

External URL reference

SourceSKILL.md
47"Audience": "https://yourdomain.com"
low line 228

External URL reference

SourceSKILL.md
228policy.WithOrigins("https://example.com", "https://app.example.com")
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →