javascript-typescript-jest

Warn

Audited by Runlayer on Feb 25, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
76%
Files
1
Flagged
1
Chunks
1
Flagged Files (1)
SKILL.mdHIGH
76.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: javascript-typescript-jest description: 'Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.' --- ### Test Structure - Name test files with `.test.ts` or `.test.js` suffix - Place test files next to the code they test or in a dedicated `__tests__` directory - Use descriptive test names that explain the expected behavior - Use nested describe blocks to organize related tests - F

Audit Metadata
Max File Score
76%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
1
Analyzed
Feb 25, 2026, 10:07 AM
Security Audit — runlayer — javascript-typescript-jest