coding-standards
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- Standard Coding Guidelines: The skill contains detailed instructions for C# and .NET development, including naming conventions, type usage (var policy), and formatting. These are standard linting and style rules used to maintain code quality.
- Modern Language Features: It encourages the use of modern C# features (e.g., C# 14 patterns, collection expressions, and file-scoped namespaces), which are legitimate software development patterns.
- Error Handling Practices: The instructions promote the use of built-in throw-helpers like
ArgumentNullException.ThrowIfNull, which is a recommended practice for robust error handling in .NET. - WinForms Conventions: It includes specific guidance for Windows Forms development, such as event handling and designer integration, which are functional requirements for that framework.
- No Malicious Patterns: A thorough scan for prompt injection, data exfiltration, obfuscation, and remote code execution revealed no suspicious activity. The skill does not perform network operations or access sensitive system files.
Audit Metadata