zustand-store-ts

Warn

Audited by Runlayer on Feb 22, 2026

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

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.

assets/template.tsHIGH
78.3%

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

references/acceptance-criteria.mdHIGH
78.3%

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.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
4
Analyzed
Feb 22, 2026, 12:55 PM
Security Audit — runlayer — zustand-store-ts