zustand-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive educational and architectural resource for frontend developers. It uses standard web development patterns and officially recognized libraries.
- [SAFE]: Code examples demonstrate security best practices, such as sanitizing sensitive fields (passwords, tokens) before they are serialized into development tools (Redux DevTools).
- [SAFE]: Network operations in code examples are confined to illustrative API endpoints (e.g., '/api/auth/login') and use standard browser APIs like fetch().
- [SAFE]: No obfuscation, prompt injection, or unauthorized persistence mechanisms were identified. All persistence patterns involve standard browser storage (localStorage, sessionStorage, IndexedDB) as intended for state management.
Audit Metadata