vitest

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
7
Flagged Files (4)
CODE_EXAMPLES_INDEX.mdHIGH
78.3%

Malicious tool definition detected

Tool: CODE_EXAMPLES_INDEX.md Description: # Vitest Skill - Code Examples Index Quick reference for all code examples included in the Vitest skill. --- ## Configuration Examples ### 1.

IMPLEMENTATION_SUMMARY.mdHIGH
78.3%

Malicious tool definition detected

Tool: IMPLEMENTATION_SUMMARY.md [1/2] Description: # Vitest Skill Implementation Summary **Date**: 2025-11-30 **Skill**: TypeScript Testing with Vitest **Location**: `toolchains/typescript/testing/vitest/` **Status**: ✅ Complete --- ## Overview Successfully created a comprehensive Vitest skill following the progressive loading format established in the claude-mpm-skills repository.

Tool: IMPLEMENTATION_SUMMARY.md [2/2] Description: ✅ Migration guidance from Jest 10.

SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/3] Description: --- name: vitest description: Vitest - Modern TypeScript testing framework with Vite-native performance, ESM support, and TypeScript-first design version: 1.0.0 category: toolchain author: Claude MPM Team license: MIT progressive_disclosure: entry_point: summary: "Modern TypeScript testing with Vitest: Vite-native, ESM-first, instant HMR, built-in TypeScript support, React/Vue component testing" when_to_use: "Testing TypeScript/JavaScript projects, React/Vue com

Tool: SKILL.md [2/3] Description: { const { result } = renderHook(() => useCounter(0)); expect(result.current.count).toBe(0); }); it('increments counter', () => { const { result } = renderHook(() => useCounter(0)); act(() => { result.current.increment(); }); expect(result.current.count).toBe(1); }); it('resets counter', () => { const { result } = renderHook(() => useCounter(10)); act(() => { result.current.reset(); }); expect(result.current.count).toBe(10); }); }); ``` ## Vue Testing Integration

Tool: SKILL.md [3/3] Description: Debug failing tests visually 9.

metadata.jsonHIGH
78.3%

Malicious tool definition detected

Tool: metadata.json Description: { "name": "vitest", "version": "1.0.0", "category": "toolchain", "toolchain": "typescript", "framework": "vitest", "tags": [ "testing", "unit-testing", "vitest", "vite", "typescript", "esm", "component-testing", "react", "vue", "mocking", "coverage"

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
7
Analyzed
Feb 21, 2026, 04:33 AM
Security Audit — runlayer — vitest