zustand-store-ts
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: SKILL.md Description: --- name: zustand-store-ts description: Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation.
Malicious tool definition detected
Tool: assets/template.ts Description: import { create } from 'zustand'; import { subscribeWithSelector } from 'zustand/middleware'; // ============================================================================ // Types // ============================================================================ /** * {{StoreName}}State - The state shape for this store */ export interface {{StoreName}}State { // Add state properties items: unknown[]; selectedId: string | null; isLoading: boolean; error: stri
Malicious tool definition detected
Tool: references/acceptance-criteria.md [1/2] Description: # Zustand Store Acceptance Criteria (TypeScript) **Library**: Zustand **Purpose**: Skill testing acceptance criteria for validating generated code correctness --- ## 1.
Tool: references/acceptance-criteria.md [2/2] Description: })) ); ``` --- ## 10.