test-driven-development

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
2
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
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 22, 2026, 11:48 PM
Security Audit — runlayer — test-driven-development