tdd-rust
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of development guidelines and code templates for Rust projects. It encourages standard best practices such as Red-Green-Refactor, snapshot testing, and robust input validation for tool output filters.
- [COMMAND_EXECUTION]: The instructions include standard development commands like cargo test, cargo clippy, and git log. These are intended for local execution within a development environment to create test fixtures and verify code quality.
- [DATA_EXPOSURE]: The skill guides the developer to capture command outputs (such as git logs or GitHub PR metadata) into local fixture files. This data is handled within the project's directory structure for the purpose of unit testing and does not involve exfiltration to external or unauthorized network locations.
Audit Metadata