csharp-standards
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [General] (SAFE): The skill consists of well-structured Markdown files detailing modern C# development standards. It encourages type safety, immutability, and efficient asynchronous patterns.
- [Security Practices] (SAFE): The 'Security and Data Protection' section in
references/code-style.mdand the 'Critical Rules' inSKILL.mdprovide clear, defensive programming guidelines, such as prohibiting the logging of credentials and requiring input sanitization. - [Remote Code Execution] (SAFE): No commands or patterns associated with downloading or executing untrusted scripts (e.g.,
curl | bash) were found. - [Data Exposure] (SAFE): No hardcoded secrets, API keys, or sensitive local file paths are present. Examples use clear placeholders and dummy data.
- [Prompt Injection] (SAFE): There are no instructions that attempt to override the system prompt, disable safety filters, or use adversarial role-play.
Audit Metadata