test-driven-development
Warn
Audited by Runlayer on Feb 22, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: test-driven-development description: Use when implementing any logic, fixing any bug, or changing any behavior.
Tool: SKILL.md [2/2] Description: tests (timing, order-dependent) | Erode trust in the test suite | Use deterministic assertions, isolate test state | | Testing framework code | Wastes time testing third-party behavior | Only test YOUR code | | Snapshot abuse | Large snapshots nobody reviews, break on any change | Use snapshots sparingly and review every change | | No test isolation | Tests pass individually but fail together | Each test sets up and tears down its own state | | Mocking everythin
Audit Metadata