Skip to main content

test-consolidate

Consolidates verbose test suites by replacing repetitive unit tests with property-based, parameterized, or fuzz tests for better coverage.

Install this skill

or
90/100

Security score

The test-consolidate skill was audited on Mar 1, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 175

Hex-encoded characters

SourceSKILL.md
175#[test] fn parse_null_bytes() { let _ = parse(b"\x00\x00"); }
medium line 177

Hex-encoded characters

SourceSKILL.md
177#[test] fn parse_truncated() { let _ = parse(b"\x01\x02"); }
Scanned on Mar 1, 2026
View Security Dashboard