rtk-tdd
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a standard development workflow for Rust using local tools (
cargo test,cargo fmt,cargo clippy). These operations are consistent with the skill's stated purpose of enforcing TDD and code quality. - [SAFE]: Security-conscious examples are provided in the documentation (e.g., testing that validators reject path traversal sequences like
../etc/passwdand command injection strings like; rm -rf /). This demonstrates a proactive approach to security testing. - [SAFE]: No remote code execution patterns or external downloads from untrusted sources were identified. The mentioned dependency
tempfileis a standard, widely-used Rust crate for testing. - [SAFE]: No obfuscation, data exfiltration, or credential exposure patterns were found in the skill metadata or body.
Audit Metadata