Skip to main content

tdd-rust

Implements a TDD workflow for Rust RTK filter development, ensuring robust testing and token savings through real fixtures and snapshot tests.

Install this skill

or
85/100

Security score

The tdd-rust skill was audited on May 31, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 219

Hex-encoded characters

SourceSKILL.md
219let input = "\x1b[32mSuccess\x1b[0m\n\x1b[31merror: failed\x1b[0m\n";
medium line 221

Hex-encoded characters

SourceSKILL.md
221assert!(!output.contains("\x1b["), "ANSI codes should be stripped");
medium line 232

Hex-encoded characters

SourceSKILL.md
232let input = "completely unexpected\x00binary\xff data";
Scanned on May 31, 2026
View Security Dashboard
Installation guide →