react-performance
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code snippets for optimizing React rendering performance, including memoization and list virtualization.
- [SAFE]: References to libraries such as
react-window,zustand, andlodash-esare for well-established and trusted packages in the JavaScript ecosystem. - [SAFE]: Code splitting examples use standard React
lazyandSuspensepatterns, which do not involve malicious dynamic code execution. - [SAFE]: The Web Worker example demonstrates standard browser APIs for performing heavy calculations off the main thread.
- [SAFE]: Access to
process.env.NODE_ENVis restricted to development-only diagnostic checks, which is a common and safe practice for debugging tools.
Audit Metadata