code-of-conduct
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured guidelines for developers and AI assistants contributing to the WDK project. The instructions focus on improving code maintainability through atomic pull requests, specification-first design, and the avoidance of code smells.
- [SAFE]: Testing requirements emphasize the Arrange-Act-Assert pattern and the use of mocks for external services, which is a security best practice to ensure unit tests remain isolated and deterministic.
- [SAFE]: The skill encourages the use of narrow types (e.g.,
unknowninstead ofany), improving the robustness and type-safety of the codebase.
Audit Metadata