tailwind-best-practices

Warn

Audited by Runlayer on Feb 22, 2026

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

Malicious tool definition detected

## Scope - `packages/playground-ui` - `packages/playground` ## When to Apply Reference these guidelines when: - Writing new React components with Tailwind styles - Reviewing code for styling consistency - Refactoring existing styled components - Adding or modifying UI elements ## Priority-Ordered Guidelines Rules are prioritized by impact: | Priority | Category | Impact | | -------- | --------------- | -------- | | 1 | Component Usage | CRITICAL | | 2 | Design Tokens | C

references/rules/classname-no-arbitrary.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/rules/classname-no-arbitrary.md Description: --- title: No Arbitrary Tailwind Values impact: HIGH impactDescription: Bypasses design system, breaks consistency tags: classname, arbitrary, tailwind, styling, consistency --- ## No Arbitrary Tailwind Values Never use arbitrary Tailwind values (e.g., `[#hex]`, `[13px]`) except for `height` and `width` properties where precise sizing is required.

references/rules/tokens-use-existing.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/rules/tokens-use-existing.md Description: --- title: Use Existing Tokens from tailwind.config.ts impact: CRITICAL impactDescription: Ensures visual consistency, enables global updates tags: tokens, design-tokens, tailwind, colors, spacing, consistency --- ## Use Existing Tokens from tailwind.config.ts Only use color, spacing, and other values that are defined in the `tailwind.config.ts` file from `@playground-ui`.

references/tailwind-best-practices-reference.mdHIGH
78.3%

Malicious tool definition detected

--- ## Abstract Styling guidelines for the Mastra Playground UI, designed for AI agents and LLMs. Contains 5 rules across 3 categories, prioritized by impact. The rules ensure consistency with the design system, prevent token drift, and maintain component library integrity.

references/rules/tokens-no-modification.mdMEDIUM
40.0%

Tool passed security scan

Passed Files (2)Click to expand
references/rules/component-use-existing.mdOK
2.6%

Tool passed security scan

references/rules/classname-no-ds-override.mdOK
2.4%

Tool passed security scan

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
7
Files Flagged
5
Chunks Analyzed
7
Analyzed
Feb 22, 2026, 02:27 AM
Security Audit — runlayer — tailwind-best-practices