zustand-state-management
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill primarily consists of React and TypeScript boilerplate code and markdown documentation for the Zustand state management library. The patterns provided are aligned with official documentation and industry best practices.
- [COMMAND_EXECUTION]: The file
scripts/check-versions.shis a shell script intended to verify the versions ofzustand,react,typescript, andnextwithin a project. It performs read-only operations onpackage.jsonand thenode_modulesdirectory and uses thenpm viewcommand to fetch version metadata from the official registry. This is standard behavior for development utility scripts. - [EXTERNAL_DOWNLOADS]: The skill contains references to official documentation and community guides on domains like
zustand.docs.pmnd.rs,github.com, anddev.to. It also includes code templates that useapi.example.comas a placeholder for API requests, which is a standard safe practice for coding examples.
Audit Metadata