dotnet-secrets-management
CommunitySecure .NET secrets and config.
Software Engineering#security#configuration#secrets management#environment variables#api keys#.net#user secrets
AuthorAGIBuild
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the critical need to securely manage sensitive configuration data like API keys, database connection strings, and passwords within .NET applications, preventing accidental exposure and ensuring compliance.
Core Features & Use Cases
- Secure Local Development: Utilizes
dotnet user-secretsfor safe local secret storage outside the repository. - Production Secrets: Leverages environment variables for secure injection in staging and production environments.
- Configuration Binding: Integrates with .NET's
IConfigurationand Options pattern for strongly-typed access and validation. - Secret Rotation: Provides patterns for zero-downtime secret rotation.
- Managed Identity: Recommends managed identity as a best practice for cloud-hosted applications to eliminate secrets entirely.
- Anti-Patterns: Clearly outlines what NOT to do, such as hardcoding secrets or storing them in
appsettings.json.
Quick Start
Use the dotnet-secrets-management skill to securely set a new database connection string for local development.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dotnet-secrets-management Download link: https://github.com/AGIBuild/Agibuild.Fulora/archive/main.zip#dotnet-secrets-management Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.