Skip to main content

dotnet-csharp-configuration

Configures .NET applications with options patterns, user secrets, and feature flags for efficient management of application settings.

Install this skill

or
89/100

Security score

The dotnet-csharp-configuration skill was audited on Mar 2, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 261

Access to hidden dotfiles in home directory

SourceSKILL.md
261User secrets are stored in `~/.microsoft/usersecrets/<UserSecretsId>/secrets.json` and override `appsettings.json`
low line 570

External URL reference

SourceSKILL.md
570- [Options pattern in .NET](https://learn.microsoft.com/en-us/dotnet/core/extensions/options)
low line 571

External URL reference

SourceSKILL.md
571- [Configuration in .NET](https://learn.microsoft.com/en-us/dotnet/core/extensions/configuration)
low line 572

External URL reference

SourceSKILL.md
572- [User secrets in development](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets)
low line 573

External URL reference

SourceSKILL.md
573- [Feature management in .NET](https://learn.microsoft.com/en-us/azure/azure-app-configuration/use-feature-flags-dotnet-core)
low line 574

External URL reference

SourceSKILL.md
574- [IValidateOptions](https://learn.microsoft.com/en-us/dotnet/core/extensions/options#options-validation)
low line 575

External URL reference

SourceSKILL.md
575- [.NET Framework Design Guidelines](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/)
Scanned on Mar 2, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
rudironsoni/Synaxis