personal-csharp
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists entirely of instructional guidelines for C# development, focusing on style, structure, and runtime behavior.
- [CREDENTIALS_UNSAFE]: The skill includes security-positive instructions regarding secrets management, explicitly forbidding the storage of credentials in
appsettings.jsonand recommending the use ofdotnet user-secretsfor local development and dedicated services like Azure Key Vault or AWS Secrets Manager for production. - [DYNAMIC_EXECUTION]: The skill discourages the use of
dynamictypes and reflection in business logic, suggesting safer compile-time alternatives or source generators. - [DATA_EXFILTRATION]: The skill provides best practices for logging, specifically warning against logging sensitive data such as passwords, tokens, and PII.
Audit Metadata