rtk-tdd
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The workflow utilizes standard Rust toolchain commands for local development.
- The skill instructs the agent to use
cargo test,cargo fmt, andcargo clippyas final gates for code quality. - [SAFE]: Security-related patterns in
references/testing-patterns.mdrepresent defensive programming. - Example strings like
../../../etc/passwdandmalicious; rm -rf /are presented as payloads that a validator must reject, serving as guidance for writing secure validation tests. - [SAFE]: The skill configuration follows the principle of least privilege.
allowed-toolsare restricted toRead,Write,Edit, andBash, which are standard requirements for code editing and running tests.
Audit Metadata