vuetify0

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
8
Flagged
8
Chunks
13
Flagged Files (8)
SKILL-OLD.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL-OLD.md [1/2] Description: --- name: vuetify0 description: Build with @vuetify/v0 headless composables and components for Vue 3.

Tool: SKILL-OLD.md [2/2]

SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: vuetify0 description: Build with @vuetify/v0 headless composables and components for Vue 3.

references/REFERENCE.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/REFERENCE.md [1/2] Description: # Vuetify0 API Reference Detailed API documentation for `@vuetify/v0` composables, components, utilities, and plugins.

Tool: references/REFERENCE.md [2/2]

references/anti-patterns.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/anti-patterns.md [1/2] Description: # Anti-Patterns: What NOT to Do Common mistakes when using v0 and their proper solutions.

Tool: references/anti-patterns.md [2/2] Description: || {} mergeObjects(target[key], source[key]) } else { target[key] = source[key] } } return target } // Problems: // - Not prototype-pollution safe // - Doesn't handle edge cases // - Poor performance // - Reinventing the wheel ``` ```ts // GOOD - Use provided utility import { mergeDeep } from '@vuetify/v0/utilities' const result = mergeDeep(target, source) // Safe & optimized ``` ## Component Anti-Patterns ### ❌ Overriding Component Structure

references/component-examples.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/component-examples.md [1/2] Description: # Component Examples Real-world examples of v0 headless components with styling.

Tool: references/component-examples.md [2/2]

references/selection-patterns.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/selection-patterns.md Description: # Selection Patterns Complete guide to v0 selection composables with real-world examples.

scripts/check_patterns.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/check_patterns.py Description: #!/usr/bin/env python3 """ V0 Anti-Pattern Checker Scans Vue/TypeScript files for common anti-patterns that should use v0 composables instead.

scripts/scaffold_pattern.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/scaffold_pattern.py [1/2] Description: #!/usr/bin/env python3 """ V0 Pattern Scaffolder Generates common v0 composable patterns with proper TypeScript types and examples.

Tool: scripts/scaffold_pattern.py [2/2]

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
8
Files Flagged
8
Chunks Analyzed
13
Analyzed
Feb 21, 2026, 05:13 AM
Security Audit — runlayer — vuetify0