rtk-tdd
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and reference materials focus entirely on standard Rust development practices, specifically enforcing the Red-Green-Refactor cycle.
- [SAFE]: All command-line instructions use standard Rust toolchain utilities (
cargo test,cargo fmt,cargo clippy) in a legitimate context. - [SAFE]: The mention of sensitive file paths (e.g.,
/etc/passwd) and shell injection strings (e.g.,rm -rf /) is strictly for demonstrating security validation test cases, where the skill instructs the agent to ensure such inputs are rejected by the code being tested. - [SAFE]: No obfuscation, remote code execution, or unauthorized network operations were detected. The skill uses the
Bashtool as intended for local compilation and testing.
Audit Metadata